Report: Add DPDK 3n-skx
[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         - 29  # NDRPDR sel xxv710
298         - 33  # NDRPDR sel xxv710
299         - 34  # NDRPDR sel xxv710
300         - 30  # NDRPDR sel x710
301         - 31  # NDRPDR sel x710
302         - 32  # NDRPDR sel x710
303
304     plot-dpdk-hdrh-lat-3n-skx:
305       csit-dpdk-perf-verify-2001-3n-skx:
306         - 29  # NDRPDR sel xxv710
307
308     # 2n-skx
309
310     plot-vpp-throughput-lat-tsa-2n-skx:
311       # TODO: Add the data
312       csit-vpp-perf-verify-2001-2n-skx:
313         - 92  # NDRPDR sel
314         - 93  # NDRPDR sel
315         - 94  # NDRPDR sel
316         - 95  # NDRPDR sel
317         - 96  # NDRPDR sel
318         - 97  # NDRPDR sel
319         - 98  # NDRPDR sel
320         - 99  # NDRPDR sel
321         - 100 # NDRPDR sel
322
323     plot-vpp-hdrh-lat-2n-skx:
324       csit-vpp-perf-verify-2001-2n-skx:
325         - 92  # NDRPDR sel
326
327     plot-vpp-http-server-performance:
328       csit-vpp-perf-verify-2001-2n-clx:
329         - 80  # TCP
330         - 82  # TCP
331         - 83  # TCP
332         - 85  # TCP
333         - 86  # TCP
334         - 87  # TCP
335         - 88  # TCP
336         - 89  # TCP
337         - 90  # TCP
338         - 91  # TCP
339
340     plot-vpp-soak-2n-skx:
341       # TODO: Replace the data
342       # csit-vpp-perf-verify-2001-2n-skx:
343       csit-vpp-perf-verify-1908-2n-skx:
344         - 83  # SOAK
345         - 86  # SOAK
346
347     plot-vpp-nfv-2n-skx-ndrpdr:
348       # TODO: Replace the data
349       csit-vpp-perf-verify-2001-2n-skx:
350         - 30  # NFV
351         - 31  # NFV
352
353     plot-vpp-nfv-2n-skx-mrr:
354       # TODO: Replace the data
355       # csit-vpp-perf-verify-2001-2n-skx:
356       csit-vpp-perf-verify-1908-2n-skx:
357         - 71  # NFV MRR
358
359     plot-vpp-nfv-reconf-2n-skx:
360       # TODO: Replace the data
361       # csit-vpp-perf-verify-2001-2n-skx:
362       csit-vpp-perf-verify-1908-2n-skx:
363         - 113 # NFV reconf sel
364         - 114 # NFV reconf sel
365         - 115 # NFV reconf sel
366
367     plot-dpdk-throughput-latency-2n-skx:
368       csit-dpdk-perf-verify-2001-2n-skx:
369         - 35  # NDRPDR sel xxv710
370         - 36  # NDRPDR sel xxv710
371         - 37  # NDRPDR sel xxv710
372         - 38  # NDRPDR sel x710
373         - 39  # NDRPDR sel x710
374         - 40  # NDRPDR sel x710
375
376     plot-dpdk-hdrh-lat-2n-skx:
377       csit-dpdk-perf-verify-2001-2n-skx:
378         - 35  # NDRPDR sel xxv710
379
380     # 2n-clx
381
382     plot-vpp-throughput-lat-tsa-2n-clx:
383       csit-vpp-perf-verify-2001-2n-clx:
384         - 28  # NDRPDR sel
385         - 29  # NDRPDR sel
386         - 32  # NDRPDR sel
387         - 40  # NDRPDR sel
388         - 43  # NDRPDR sel
389         - 44  # NDRPDR sel
390         - 45  # NDRPDR sel
391         - 47  # NDRPDR sel
392         - 48  # NDRPDR sel
393         - 49  # NDRPDR sel
394
395     plot-vpp-hdrh-lat-2n-clx:
396       csit-vpp-perf-verify-2001-2n-clx:
397         - 28  # NDRPDR sel
398
399     plot-vpp-nfv-2n-clx-ndrpdr:
400       csit-vpp-perf-verify-2001-2n-clx:
401         - 28  # NDRPDR sel
402         - 29  # NDRPDR sel
403         - 32  # NDRPDR sel
404         - 40  # NDRPDR sel
405         - 43  # NDRPDR sel
406         - 44  # NDRPDR sel
407         - 45  # NDRPDR sel
408         - 47  # NDRPDR sel
409         - 48  # NDRPDR sel
410         - 49  # NDRPDR sel
411
412     plot-vpp-nfv-2n-clx-mrr:
413       csit-vpp-perf-verify-2001-2n-clx:
414         - 39  # MRR
415
416     plot-vpp-nfv-reconf-2n-clx:
417       csit-vpp-perf-verify-2001-2n-clx:
418         - 68  # Reconf
419         - 69  # Reconf
420         - 70  # Reconf
421         - 71  # Reconf
422         - 72  # Reconf
423         - 73  # Reconf
424         - 74  # Reconf
425         - 75  # Reconf
426         - 76  # Reconf
427         - 77  # Reconf
428
429     plot-vpp-soak-2n-clx:
430       csit-vpp-perf-verify-2001-2n-clx:
431         - 93  # Soak
432         - 94  # Soak
433
434     plot-dpdk-throughput-latency-2n-clx:
435       csit-dpdk-perf-verify-2001-2n-clx:
436         - 15  # NDRPDR sel
437         - 16  # NDRPDR sel
438         - 17  # NDRPDR sel
439         - 18  # NDRPDR sel
440         - 19  # NDRPDR sel
441         - 20  # NDRPDR sel
442         - 21  # NDRPDR sel
443         - 22  # NDRPDR sel
444         - 23  # NDRPDR sel
445         - 24  # NDRPDR sel
446         - 25  # NDRPDR sel
447         - 26  # NDRPDR sel
448         - 27  # NDRPDR sel
449         - 28  # NDRPDR sel
450         - 29  # NDRPDR sel
451         - 30  # NDRPDR sel
452         - 31  # NDRPDR sel
453         - 32  # NDRPDR sel
454         - 33  # NDRPDR sel
455         - 34  # NDRPDR sel
456
457
458     plot-dpdk-hdrh-lat-2n-clx:
459       csit-dpdk-perf-verify-2001-2n-clx:
460         - 15  # NDRPDR sel
461
462     # 3n-tsh
463
464     plot-vpp-throughput-lat-tsa-3n-tsh:
465       csit-vpp-perf-verify-2001-3n-tsh:
466         - 3   # NDRPDR sel
467         - 4   # NDRPDR sel
468         - 7   # NDRPDR sel
469         - 8   # NDRPDR sel
470         - 10  # NDRPDR sel
471         - 12  # NDRPDR sel
472         - 13  # NDRPDR sel
473         - 14  # NDRPDR sel
474         - 15  # NDRPDR sel
475         - 21  # NDRPDR sel
476
477     plot-vpp-hdrh-lat-3n-tsh:
478       csit-vpp-perf-verify-2001-3n-tsh:
479         - 10  # NDRPDR sel
480
481     plot-dpdk-throughput-latency-3n-tsh:
482       csit-dpdk-perf-verify-2001-3n-tsh:
483         - 3   # NDRPDR sel
484         - 4   # NDRPDR sel
485         - 5   # NDRPDR sel
486         - 9   # NDRPDR sel
487         - 10  # NDRPDR sel
488         - 11  # NDRPDR sel
489         - 12  # NDRPDR sel
490         - 14  # NDRPDR sel
491         - 15  # NDRPDR sel
492         - 18  # NDRPDR sel
493
494     plot-dpdk-hdrh-lat-3n-tsh:
495       csit-dpdk-perf-verify-2001-3n-tsh:
496         - 3   # NDRPDR sel
497
498     # 3n-dnv
499
500     plot-vpp-throughput-lat-tsa-3n-dnv:
501       csit-vpp-perf-verify-2001-3n-dnv:
502         - 5   # NDRPDR sel
503         - 6   # NDRPDR sel
504         - 7   # NDRPDR sel
505         - 8   # NDRPDR sel
506         - 9   # NDRPDR sel
507         - 10  # NDRPDR sel
508         - 12  # NDRPDR sel
509         - 16  # NDRPDR sel
510         - 17  # NDRPDR sel
511         - 18  # NDRPDR sel
512
513     plot-dpdk-throughput-latency-3n-dnv:
514       csit-dpdk-perf-verify-2001-3n-dnv:
515         - 12  # NDRPDR sel
516         - 13  # NDRPDR sel
517         - 14  # NDRPDR sel
518         - 15  # NDRPDR sel
519         - 16  # NDRPDR sel
520         - 17  # NDRPDR sel
521         - 18  # NDRPDR sel
522         - 19  # NDRPDR sel
523         - 20  # NDRPDR sel
524         - 22  # NDRPDR sel
525
526     # 2n-dnv
527
528     plot-vpp-throughput-lat-tsa-2n-dnv:
529       csit-vpp-perf-verify-2001-2n-dnv:
530         - 4   # NDRPDR sel
531         - 5   # NDRPDR sel
532         - 6   # NDRPDR sel
533         - 7   # NDRPDR sel
534         - 8   # NDRPDR sel
535         - 9   # NDRPDR sel
536         - 10  # NDRPDR sel
537         - 11  # NDRPDR sel
538         - 13  # NDRPDR sel
539         - 16  # NDRPDR sel
540
541     plot-dpdk-throughput-latency-2n-dnv:
542       csit-dpdk-perf-verify-2001-2n-dnv:
543         - 9   # NDRPDR sel
544         - 10  # NDRPDR sel
545         - 11  # NDRPDR sel
546         - 12  # NDRPDR sel
547         - 13  # NDRPDR sel
548         - 14  # NDRPDR sel
549         - 15  # NDRPDR sel
550         - 16  # NDRPDR sel
551         - 17  # NDRPDR sel
552         - 18  # NDRPDR sel
553
554     ###########################################################################
555     # Simple tables (only one data set):
556
557     # NIC Comparisons
558
559     vpp-nic-comparison-3n-skx:
560       # TODO: Add the data
561       csit-vpp-perf-verify-2001-3n-skx:
562         - 45  # NDRPDR sel
563         - 46  # NDRPDR sel
564         - 47  # NDRPDR sel
565         - 48  # NDRPDR sel
566
567     vpp-nic-comparison-2n-skx:
568       # TODO: Add the data
569       csit-vpp-perf-verify-2001-2n-skx:
570         - 92  # NDRPDR sel
571         - 93  # NDRPDR sel
572         - 94  # NDRPDR sel
573         - 95  # NDRPDR sel
574         - 96  # NDRPDR sel
575         - 97  # NDRPDR sel
576         - 98  # NDRPDR sel
577         - 99  # NDRPDR sel
578         - 100 # NDRPDR sel
579
580     vpp-nic-comparison-3n-skx-mrr:
581       csit-vpp-perf-verify-2001-3n-skx:
582         - 50  # MRR sel
583
584     vpp-nic-comparison-2n-skx-mrr:
585       csit-vpp-perf-verify-2001-2n-skx:
586         - 101 # MRR sel
587
588     # Results
589
590     vpp-perf-results-3n-hsw:
591       csit-vpp-perf-verify-2001-3n-hsw:
592         - 18  # NDRPDR full
593         - 20  # NDRPDR full
594         - 28  # NDRPDR full
595         - 35  # NDRPDR full
596         - 42  # NDRPDR full
597         - 46  # NDRPDR full
598         - 47  # NDRPDR full
599         - 48  # NDRPDR full
600         - 49  # NDRPDR full
601         - 50  # NDRPDR full
602         - 51  # NDRPDR full
603         - 52  # NDRPDR full
604         - 53  # NDRPDR full
605         - 54  # NDRPDR full
606         - 55  # NDRPDR full
607         - 56  # NDRPDR full
608         - 57  # NDRPDR full
609         - 58  # NDRPDR full
610         - 59  # NDRPDR full
611         - 61  # NDRPDR full
612         - 62  # NDRPDR full
613         - 63  # NDRPDR full
614         - 64  # NDRPDR full
615         - 65  # NDRPDR full
616         - 67  # NDRPDR full
617         - 70  # NDRPDR full
618         - 72  # NDRPDR full
619         - 73  # NDRPDR full
620         - 76  # NDRPDR full
621         - 77  # NDRPDR full
622         - 78  # NDRPDR full
623         - 79  # NDRPDR full
624         - 81  # NDRPDR full
625         - 82  # NDRPDR full
626         - 84  # NDRPDR full
627         - 85  # NDRPDR full
628
629     vpp-perf-results-3n-skx:
630       # TODO: Replace
631       csit-vpp-perf-verify-2001-3n-skx:
632         - 47  # NDRPDR sel
633
634     vpp-perf-results-2n-skx:
635       csit-vpp-perf-verify-2001-2n-skx:
636         # TODO: Replace
637         - 92  # NDRPDR sel
638
639     vpp-perf-results-2n-clx:
640       csit-vpp-perf-verify-2001-2n-clx:
641         - 53  # NDRPDR full
642         - 54  # NDRPDR full
643         - 55  # NDRPDR full
644         - 56  # NDRPDR full
645         - 57  # NDRPDR full
646         - 58  # NDRPDR full
647         - 59  # NDRPDR full
648         - 60  # NDRPDR full
649         - 61  # NDRPDR full
650         - 62  # NDRPDR full
651         - 63  # NDRPDR full
652         - 64  # NDRPDR full
653         - 65  # NDRPDR full
654         - 66  # NDRPDR full
655         - 67  # NDRPDR full
656
657     vpp-perf-results-3n-tsh:
658       csit-vpp-perf-verify-2001-3n-tsh:
659         - 10  # NDRPDR sel
660
661     vpp-perf-results-3n-dnv:
662       csit-vpp-perf-verify-2001-3n-dnv:
663         - 19  # NDRPDR full
664         - 20  # NDRPDR full
665         - 21  # NDRPDR full
666         - 22  # NDRPDR full
667         - 23  # NDRPDR full
668         - 24  # NDRPDR full
669         - 25  # NDRPDR full
670         - 26  # NDRPDR full
671         - 37  # NDRPDR full
672         - 38  # NDRPDR full
673         - 39  # NDRPDR full
674
675     vpp-perf-results-2n-dnv:
676       csit-vpp-perf-verify-2001-2n-dnv:
677         - 21  # NDRPDR full
678         - 22  # NDRPDR full
679         - 25  # NDRPDR full
680         - 26  # NDRPDR full
681         - 27  # NDRPDR full
682         - 28  # NDRPDR full
683
684     vpp-mrr-results-3n-hsw:
685       csit-vpp-perf-verify-2001-3n-hsw:
686         - 17  # MRR sel
687
688     vpp-mrr-results-3n-skx:
689       csit-vpp-perf-verify-2001-3n-skx:
690         - 50  # MRR sel
691
692     vpp-mrr-results-2n-skx:
693       csit-vpp-perf-verify-2001-2n-skx:
694         - 101 # MRR sel
695
696     vpp-mrr-results-2n-clx:
697       csit-vpp-perf-verify-2001-2n-clx:
698         - 39  # MRR
699
700     vpp-mrr-results-3n-tsh:
701       csit-vpp-perf-verify-2001-3n-tsh:
702         - 9   # MRR sel
703
704     vpp-mrr-results-3n-dnv:
705       csit-vpp-perf-verify-2001-3n-dnv:
706         - 11  # MRR sel
707
708     vpp-mrr-results-2n-dnv:
709       csit-vpp-perf-verify-2001-2n-dnv:
710         - 12  # MRR sel
711
712     vpp-device-results-ubuntu:
713       csit-vpp-device-2001-ubuntu1804-1n-skx:
714         - 57
715
716     dpdk-perf-results-3n-hsw:
717       csit-dpdk-perf-verify-2001-3n-hsw:
718         - 25  # NDRPDR full
719         - 26  # NDRPDR full
720
721     dpdk-perf-results-3n-skx:
722       csit-dpdk-perf-verify-2001-3n-skx:
723         - 29  # NDRPDR sel xxv710
724         - 30  # NDRPDR sel x710
725
726     dpdk-perf-results-2n-skx:
727       csit-dpdk-perf-verify-2001-2n-skx:
728         - 35  # NDRPDR sel xxv710
729         - 38  # NDRPDR sel x710
730
731     dpdk-perf-results-2n-clx:
732       csit-dpdk-perf-verify-2001-2n-clx:
733         - 15  # NDRPDR sel
734         - 34  # NDRPDR sel
735
736     dpdk-perf-results-2n-dnv:
737       csit-dpdk-perf-verify-2001-2n-dnv:
738         - 16  # NDRPDR sel
739
740     dpdk-perf-results-3n-dnv:
741       csit-dpdk-perf-verify-2001-3n-dnv:
742         - 12  # NDRPDR sel
743
744     dpdk-perf-results-3n-tsh:
745       csit-dpdk-perf-verify-2001-3n-tsh:
746         - 3   # NDRPDR sel
747
748 ###########################################################################
749     # Tables (more than one data set)
750
751     # Performance changes
752
753     vpp-performance-changes-3n-hsw-h1:
754       csit-vpp-perf-verify-1904-3n-hsw:
755         - 11  # NDRPDR sel
756         - 12  # NDRPDR sel
757         - 20  # NDRPDR sel
758         - 21  # NDRPDR sel
759         - 23  # NDRPDR sel
760         - 24  # NDRPDR sel
761         - 25  # NDRPDR sel
762         - 26  # NDRPDR sel
763         - 29  # NDRPDR sel
764         - 30  # NDRPDR sel
765     vpp-performance-changes-3n-hsw-ref:
766       csit-vpp-perf-verify-1908-3n-hsw:
767         - 12  # NDRPDR sel
768         - 13  # NDRPDR sel
769         - 14  # NDRPDR sel
770         - 15  # NDRPDR sel
771         - 16  # NDRPDR sel
772         - 17  # NDRPDR sel
773         - 18  # NDRPDR sel
774         - 19  # NDRPDR sel
775         - 20  # NDRPDR sel
776         - 21  # NDRPDR sel
777     vpp-performance-changes-3n-hsw-cmp:
778       csit-vpp-perf-verify-2001-3n-hsw:
779         - 21  # NDRPDR sel
780         - 22  # NDRPDR sel
781         - 23  # NDRPDR sel
782         - 24  # NDRPDR sel
783         - 25  # NDRPDR sel
784         - 29  # NDRPDR sel
785         - 30  # NDRPDR sel
786         - 31  # NDRPDR sel
787         - 32  # NDRPDR sel
788         - 34  # NDRPDR sel
789     vpp-performance-changes-3n-hsw:
790       - "vpp-performance-changes-3n-hsw-h1"
791       - "vpp-performance-changes-3n-hsw-ref"
792       - "vpp-performance-changes-3n-hsw-cmp"
793
794     vpp-performance-changes-3n-skx-h1:
795       csit-vpp-perf-verify-1904-3n-skx:
796         - 8   # NDRPDR sel
797         - 9   # NDRPDR sel
798         - 10  # NDRPDR sel
799         - 11  # NDRPDR sel
800         - 12  # NDRPDR sel
801         - 14  # NDRPDR sel
802         - 16  # NDRPDR sel
803         - 21  # NDRPDR sel
804         - 23  # NDRPDR sel
805         - 25  # NDRPDR sel
806     vpp-performance-changes-3n-skx-ref:
807       csit-vpp-perf-verify-1908-3n-skx:
808         - 14  # NDRPDR sel
809         - 16  # NDRPDR sel
810         - 19  # NDRPDR sel
811         - 20  # NDRPDR sel
812         - 22  # NDRPDR sel
813         - 23  # NDRPDR sel
814         - 24  # NDRPDR sel
815         - 25  # NDRPDR sel
816         - 26  # NDRPDR sel
817         - 29  # NDRPDR sel
818     vpp-performance-changes-3n-skx-cmp:
819       # TODO: Add the data
820       csit-vpp-perf-verify-2001-3n-skx:
821         - 45  # NDRPDR sel
822         - 46  # NDRPDR sel
823         - 47  # NDRPDR sel
824         - 48  # NDRPDR sel
825     vpp-performance-changes-3n-skx:
826       - "vpp-performance-changes-3n-skx-h1"
827       - "vpp-performance-changes-3n-skx-ref"
828       - "vpp-performance-changes-3n-skx-cmp"
829
830     vpp-performance-changes-2n-skx-h1:
831       csit-vpp-perf-verify-1904-2n-skx:
832         - 12  # NDRPDR sel
833         - 14  # NDRPDR sel
834         - 16  # NDRPDR sel
835         - 17  # NDRPDR sel
836         - 18  # NDRPDR sel
837         - 21  # NDRPDR sel
838         - 27  # NDRPDR sel
839         - 30  # NDRPDR sel
840         - 31  # NDRPDR sel
841         - 32  # NDRPDR sel
842     vpp-performance-changes-2n-skx-ref:
843       csit-vpp-perf-verify-1908-2n-skx:
844         - 26  # NDRPDR sel
845         - 27  # NDRPDR sel
846         - 34  # NDRPDR sel
847         - 35  # NDRPDR sel
848         - 36  # NDRPDR sel
849         - 42  # NDRPDR sel
850         - 43  # NDRPDR sel
851         - 44  # NDRPDR sel
852         - 45  # NDRPDR sel
853         - 46  # NDRPDR sel
854     vpp-performance-changes-2n-skx-cmp:
855       # TODO: Add the data
856       csit-vpp-perf-verify-2001-2n-skx:
857         - 92  # NDRPDR sel
858         - 93  # NDRPDR sel
859         - 94  # NDRPDR sel
860         - 95  # NDRPDR sel
861         - 96  # NDRPDR sel
862         - 97  # NDRPDR sel
863         - 98  # NDRPDR sel
864         - 99  # NDRPDR sel
865         - 100 # NDRPDR sel
866     vpp-performance-changes-2n-skx:
867       - "vpp-performance-changes-2n-skx-h1"
868       - "vpp-performance-changes-2n-skx-ref"
869       - "vpp-performance-changes-2n-skx-cmp"
870
871     vpp-performance-changes-nfv-2n-skx-ref:
872       csit-vpp-perf-verify-1908-2n-skx:
873         - 22  # NFV
874         - 31  # NFV
875         - 32  # NFV
876     vpp-performance-changes-nfv-2n-skx-cmp:
877       # TODO: Add the data
878       csit-vpp-perf-verify-2001-2n-skx:
879         - 30  # NFV
880         - 31  # NFV
881     vpp-performance-changes-nfv-2n-skx:
882       - "vpp-performance-changes-nfv-2n-skx-ref"
883       - "vpp-performance-changes-nfv-2n-skx-cmp"
884
885     vpp-performance-changes-2n-dnv-ref:
886       csit-vpp-perf-verify-1908-2n-dnv:
887         - 1   # NDRPDR sel
888         - 2   # NDRPDR sel
889         - 3   # NDRPDR sel
890         - 4   # NDRPDR sel
891         - 5   # NDRPDR sel
892         - 6   # NDRPDR sel
893         - 7   # NDRPDR sel
894         - 8   # NDRPDR sel
895         - 9   # NDRPDR sel
896         - 10  # NDRPDR sel
897     vpp-performance-changes-2n-dnv-cmp:
898       csit-vpp-perf-verify-2001-2n-dnv:
899         - 4   # NDRPDR sel
900         - 5   # NDRPDR sel
901         - 6   # NDRPDR sel
902         - 7   # NDRPDR sel
903         - 8   # NDRPDR sel
904         - 9   # NDRPDR sel
905         - 10  # NDRPDR sel
906         - 11  # NDRPDR sel
907         - 13  # NDRPDR sel
908         - 16  # NDRPDR sel
909     vpp-performance-changes-2n-dnv:
910       - "vpp-performance-changes-2n-dnv-ref"
911       - "vpp-performance-changes-2n-dnv-cmp"
912
913     vpp-performance-changes-3n-dnv-ref:
914       csit-vpp-perf-verify-1908-3n-dnv:
915         - 6   # NDRPDR sel
916         - 7   # NDRPDR sel
917         - 8   # NDRPDR sel
918         - 9   # NDRPDR sel
919         - 10  # NDRPDR sel
920         - 12  # NDRPDR sel
921         - 13  # NDRPDR sel
922         - 14  # NDRPDR sel
923         - 15  # NDRPDR sel
924         - 16  # NDRPDR sel
925     vpp-performance-changes-3n-dnv-cmp:
926       csit-vpp-perf-verify-2001-3n-dnv:
927         - 5   # NDRPDR sel
928         - 6   # NDRPDR sel
929         - 7   # NDRPDR sel
930         - 8   # NDRPDR sel
931         - 9   # NDRPDR sel
932         - 10  # NDRPDR sel
933         - 12  # NDRPDR sel
934         - 16  # NDRPDR sel
935         - 17  # NDRPDR sel
936         - 18  # NDRPDR sel
937     vpp-performance-changes-3n-dnv:
938       - "vpp-performance-changes-3n-dnv-ref"
939       - "vpp-performance-changes-3n-dnv-cmp"
940
941     vpp-performance-changes-3n-tsh-ref:
942       csit-vpp-perf-verify-1908-3n-tsh:
943         - 7   # NDRPDR sel
944         - 8   # NDRPDR sel
945         - 9   # NDRPDR sel
946         - 10  # NDRPDR sel
947         - 11  # NDRPDR sel
948         - 12  # NDRPDR sel
949         - 13  # NDRPDR sel
950         - 14  # NDRPDR sel
951         - 15  # NDRPDR sel
952         - 16  # NDRPDR sel
953     vpp-performance-changes-3n-tsh-cmp:
954       csit-vpp-perf-verify-2001-3n-tsh:
955         - 3   # NDRPDR sel
956         - 4   # NDRPDR sel
957         - 7   # NDRPDR sel
958         - 8   # NDRPDR sel
959         - 10  # NDRPDR sel
960         - 12  # NDRPDR sel
961         - 13  # NDRPDR sel
962         - 14  # NDRPDR sel
963         - 15  # NDRPDR sel
964         - 21  # NDRPDR sel
965     vpp-performance-changes-3n-tsh:
966       - "vpp-performance-changes-3n-tsh-ref"
967       - "vpp-performance-changes-3n-tsh-cmp"
968
969     vpp-soak-vs-ndr-2n-skx-ref:
970       csit-vpp-perf-verify-2001-2n-skx:
971         - 92  # NDRPDR sel
972         - 93  # NDRPDR sel
973         - 94  # NDRPDR sel
974         - 95  # NDRPDR sel
975         - 96  # NDRPDR sel
976         - 97  # NDRPDR sel
977         - 98  # NDRPDR sel
978         - 99  # NDRPDR sel
979         - 100 # NDRPDR sel
980     vpp-soak-vs-ndr-2n-skx-cmp:
981       # TODO: Replace
982       # csit-vpp-perf-verify-2001-2n-skx:
983       csit-vpp-perf-verify-1908-2n-skx:
984         - 83  # SOAK
985         - 86  # SOAK
986     vpp-soak-vs-ndr-2n-skx:
987       csit-vpp-perf-verify-2001-2n-skx:
988         - 92  # NDRPDR sel
989         - 93  # NDRPDR sel
990         - 94  # NDRPDR sel
991         - 95  # NDRPDR sel
992         - 96  # NDRPDR sel
993         - 97  # NDRPDR sel
994         - 98  # NDRPDR sel
995         - 99  # NDRPDR sel
996         - 100 # NDRPDR sel
997         - 83  # SOAK
998         - 86  # SOAK
999
1000     vpp-soak-vs-ndr-2n-clx-ref:
1001       csit-vpp-perf-verify-2001-2n-clx:
1002         - 28  # NDRPDR sel
1003         - 29  # NDRPDR sel
1004         - 32  # NDRPDR sel
1005         - 40  # NDRPDR sel
1006         - 43  # NDRPDR sel
1007         - 44  # NDRPDR sel
1008         - 45  # NDRPDR sel
1009         - 47  # NDRPDR sel
1010         - 48  # NDRPDR sel
1011         - 49  # NDRPDR sel
1012     vpp-soak-vs-ndr-2n-clx-cmp:
1013       csit-vpp-perf-verify-2001-2n-clx:
1014         - 93  # SOAK
1015         - 94  # Soak
1016     vpp-soak-vs-ndr-2n-clx:
1017       csit-vpp-perf-verify-2001-2n-clx:
1018         - 28  # NDRPDR sel
1019         - 29  # NDRPDR sel
1020         - 32  # NDRPDR sel
1021         - 40  # NDRPDR sel
1022         - 43  # NDRPDR sel
1023         - 44  # NDRPDR sel
1024         - 45  # NDRPDR sel
1025         - 47  # NDRPDR sel
1026         - 48  # NDRPDR sel
1027         - 49  # NDRPDR sel
1028         - 93  # SOAK
1029         - 94  # Soak
1030
1031     vpp-performance-changes-3n-hsw-mrr-h1:
1032       csit-vpp-perf-verify-1904-3n-hsw:
1033         - 9   # MRR sel
1034     vpp-performance-changes-3n-hsw-mrr-ref:
1035       csit-vpp-perf-verify-1908-3n-hsw:
1036         - 39  # MRR sel
1037     vpp-performance-changes-3n-hsw-mrr-cmp:
1038       csit-vpp-perf-verify-2001-3n-hsw:
1039         - 17  # MRR sel
1040     vpp-performance-changes-3n-hsw-mrr:
1041       - "vpp-performance-changes-3n-hsw-mrr-h1"
1042       - "vpp-performance-changes-3n-hsw-mrr-ref"
1043       - "vpp-performance-changes-3n-hsw-mrr-cmp"
1044
1045     vpp-performance-changes-3n-skx-mrr-h1:
1046       csit-vpp-perf-verify-1904-3n-skx:
1047         - 7   # MRR sel
1048     vpp-performance-changes-3n-skx-mrr-ref:
1049       csit-vpp-perf-verify-1908-3n-skx:
1050         - 36  # MRR sel
1051     vpp-performance-changes-3n-skx-mrr-cmp:
1052       csit-vpp-perf-verify-2001-3n-skx:
1053         - 50  # MRR sel
1054     vpp-performance-changes-3n-skx-mrr:
1055       - "vpp-performance-changes-3n-skx-mrr-h1"
1056       - "vpp-performance-changes-3n-skx-mrr-ref"
1057       - "vpp-performance-changes-3n-skx-mrr-cmp"
1058
1059     vpp-performance-changes-2n-skx-mrr-h1:
1060       csit-vpp-perf-verify-1904-2n-skx:
1061         - 11  # MRR sel
1062     vpp-performance-changes-2n-skx-mrr-ref:
1063       csit-vpp-perf-verify-1908-2n-skx:
1064         - 69  # MRR sel
1065     vpp-performance-changes-2n-skx-mrr-cmp:
1066       csit-vpp-perf-verify-2001-2n-skx:
1067         - 101 # MRR sel
1068     vpp-performance-changes-2n-skx-mrr:
1069       - "vpp-performance-changes-2n-skx-mrr-h1"
1070       - "vpp-performance-changes-2n-skx-mrr-ref"
1071       - "vpp-performance-changes-2n-skx-mrr-cmp"
1072
1073     vpp-performance-changes-nfv-2n-skx-mrr-ref:
1074       csit-vpp-perf-verify-1908-2n-skx:
1075         - 71  # NFV MRR
1076     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1077       # TODO: Replace
1078       # csit-vpp-perf-verify-2001-2n-skx:
1079       csit-vpp-perf-verify-1908-2n-skx:
1080         - 71  # NFV MRR
1081     vpp-performance-changes-nfv-2n-skx-mrr:
1082       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
1083       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
1084
1085     vpp-performance-changes-2n-dnv-mrr-ref:
1086       csit-vpp-perf-verify-1908-2n-dnv:
1087         - 11  # MRR sel
1088     vpp-performance-changes-2n-dnv-mrr-cmp:
1089       csit-vpp-perf-verify-2001-2n-dnv:
1090         - 12  # MRR sel
1091     vpp-performance-changes-2n-dnv-mrr:
1092       - "vpp-performance-changes-2n-dnv-mrr-ref"
1093       - "vpp-performance-changes-2n-dnv-mrr-cmp"
1094
1095     vpp-performance-changes-3n-dnv-mrr-ref:
1096       csit-vpp-perf-verify-1908-3n-dnv:
1097         - 17  # MRR sel
1098     vpp-performance-changes-3n-dnv-mrr-cmp:
1099       csit-vpp-perf-verify-2001-3n-dnv:
1100         - 11  # MRR sel
1101     vpp-performance-changes-3n-dnv-mrr:
1102       - "vpp-performance-changes-3n-dnv-mrr-ref"
1103       - "vpp-performance-changes-3n-dnv-mrr-cmp"
1104
1105     vpp-performance-changes-3n-tsh-mrr-ref:
1106       csit-vpp-perf-verify-1908-3n-tsh:
1107         - 17  # MRR sel
1108     vpp-performance-changes-3n-tsh-mrr-cmp:
1109       csit-vpp-perf-verify-2001-3n-tsh:
1110         - 9   # MRR sel
1111     vpp-performance-changes-3n-tsh-mrr:
1112       - "vpp-performance-changes-3n-tsh-mrr-ref"
1113       - "vpp-performance-changes-3n-tsh-mrr-cmp"
1114
1115     dpdk-performance-changes-3n-hsw-h1:
1116       csit-dpdk-perf-verify-1904-3n-hsw:
1117         - 2   # NDRPDR sel
1118         - 3   # NDRPDR sel
1119         - 5   # NDRPDR sel
1120         - 6   # NDRPDR sel
1121         - 13  # NDRPDR sel
1122         - 14  # NDRPDR sel
1123         - 15  # NDRPDR sel
1124         - 18  # NDRPDR sel
1125         - 19  # NDRPDR sel
1126         - 20  # NDRPDR sel
1127     dpdk-performance-changes-3n-hsw-ref:
1128       csit-dpdk-perf-verify-1908-3n-hsw:
1129         - 2   # NDRPDR sel
1130         - 3   # NDRPDR sel
1131         - 4   # NDRPDR sel
1132         - 5   # NDRPDR sel
1133         - 6   # NDRPDR sel
1134         - 7   # NDRPDR sel
1135         - 8   # NDRPDR sel
1136         - 9   # NDRPDR sel
1137         - 10  # NDRPDR sel
1138         - 11  # NDRPDR sel
1139     dpdk-performance-changes-3n-hsw-cmp:
1140       csit-dpdk-perf-verify-2001-3n-hsw:
1141 #        - 4   # NDRPDR sel
1142 #        - 5   # NDRPDR sel
1143 #        - 6   # NDRPDR sel
1144 #        - 7   # NDRPDR sel
1145 #        - 8   # NDRPDR sel
1146 #        - 9   # NDRPDR sel
1147 #        - 10  # NDRPDR sel
1148 #        - 11  # NDRPDR sel
1149 #        - 12  # NDRPDR sel
1150 #        - 13  # NDRPDR sel
1151         - 15  # NDRPDR sel
1152         - 16  # NDRPDR sel
1153         - 17  # NDRPDR sel
1154         - 18  # NDRPDR sel
1155         - 19  # NDRPDR sel
1156         - 20  # NDRPDR sel
1157         - 21  # NDRPDR sel
1158         - 22  # NDRPDR sel
1159         - 23  # NDRPDR sel
1160         - 24  # NDRPDR sel
1161     dpdk-performance-changes-3n-hsw:
1162       - "dpdk-performance-changes-3n-hsw-h1"
1163       - "dpdk-performance-changes-3n-hsw-ref"
1164       - "dpdk-performance-changes-3n-hsw-cmp"
1165
1166     dpdk-performance-changes-3n-skx-h1:
1167       csit-dpdk-perf-verify-1904-3n-skx:
1168         - 2   # NDRPDR sel
1169         - 3   # NDRPDR sel
1170         - 4   # NDRPDR sel
1171         - 5   # NDRPDR sel
1172         - 6   # NDRPDR sel
1173         - 7   # NDRPDR sel
1174         - 11  # NDRPDR sel
1175         - 12  # NDRPDR sel
1176         - 13  # NDRPDR sel
1177         - 14  # NDRPDR sel
1178     dpdk-performance-changes-3n-skx-ref:
1179       csit-dpdk-perf-verify-1908-3n-skx:
1180         - 3   # NDRPDR sel
1181         - 4   # NDRPDR sel
1182         - 5   # NDRPDR sel
1183         - 6   # NDRPDR sel
1184         - 7   # NDRPDR sel
1185         - 8   # NDRPDR sel
1186         - 9   # NDRPDR sel
1187         - 10  # NDRPDR sel
1188         - 11  # NDRPDR sel
1189         - 12  # NDRPDR sel
1190     dpdk-performance-changes-3n-skx-cmp:
1191       csit-dpdk-perf-verify-2001-3n-skx:
1192         - 29  # NDRPDR sel xxv710
1193         - 33  # NDRPDR sel xxv710
1194         - 34  # NDRPDR sel xxv710
1195         - 30  # NDRPDR sel x710
1196         - 31  # NDRPDR sel x710
1197         - 32  # NDRPDR sel x710
1198     dpdk-performance-changes-3n-skx:
1199       - "dpdk-performance-changes-3n-skx-h1"
1200       - "dpdk-performance-changes-3n-skx-ref"
1201       - "dpdk-performance-changes-3n-skx-cmp"
1202
1203     dpdk-performance-changes-2n-skx-h1:
1204       csit-dpdk-perf-verify-1904-2n-skx:
1205         - 2   # NDRPDR sel
1206         - 3   # NDRPDR sel
1207         - 4   # NDRPDR sel
1208         - 5   # NDRPDR sel
1209         - 7   # NDRPDR sel
1210         - 8   # NDRPDR sel
1211         - 9   # NDRPDR sel
1212         - 10  # NDRPDR sel
1213         - 11  # NDRPDR sel
1214         - 12  # NDRPDR sel
1215     dpdk-performance-changes-2n-skx-ref:
1216       csit-dpdk-perf-verify-1908-2n-skx:
1217         - 2   # NDRPDR sel
1218         - 3   # NDRPDR sel
1219         - 4   # NDRPDR sel
1220         - 5   # NDRPDR sel
1221         - 7   # NDRPDR sel
1222         - 8   # NDRPDR sel
1223         - 9   # NDRPDR sel
1224         - 10  # NDRPDR sel
1225         - 11  # NDRPDR sel
1226         - 12  # NDRPDR sel
1227     dpdk-performance-changes-2n-skx-cmp:
1228       csit-dpdk-perf-verify-2001-2n-skx:
1229         - 35  # NDRPDR sel xxv710
1230         - 36  # NDRPDR sel xxv710
1231         - 37  # NDRPDR sel xxv710
1232         - 38  # NDRPDR sel x710
1233         - 39  # NDRPDR sel x710
1234         - 40  # NDRPDR sel x710
1235     dpdk-performance-changes-2n-skx:
1236       - "dpdk-performance-changes-2n-skx-h1"
1237       - "dpdk-performance-changes-2n-skx-ref"
1238       - "dpdk-performance-changes-2n-skx-cmp"
1239
1240     # Compare testbeds
1241
1242     vpp-compare-testbeds-ref:
1243       csit-vpp-perf-verify-2001-3n-hsw:
1244         - 21  # NDRPDR sel
1245         - 22  # NDRPDR sel
1246         - 23  # NDRPDR sel
1247         - 24  # NDRPDR sel
1248         - 25  # NDRPDR sel
1249         - 29  # NDRPDR sel
1250         - 30  # NDRPDR sel
1251         - 31  # NDRPDR sel
1252         - 32  # NDRPDR sel
1253         - 34  # NDRPDR sel
1254     vpp-compare-testbeds-cmp:
1255       # TODO: Add the data
1256       csit-vpp-perf-verify-2001-3n-skx:
1257         - 45  # NDRPDR sel
1258         - 46  # NDRPDR sel
1259         - 47  # NDRPDR sel
1260         - 48  # NDRPDR sel
1261     vpp-compare-testbeds:
1262       - "vpp-compare-testbeds-ref"
1263       - "vpp-compare-testbeds-cmp"
1264
1265     vpp-compare-testbeds-skx-clx-ref:
1266       # TODO: Add the data
1267       csit-vpp-perf-verify-2001-2n-skx:
1268         - 92  # NDRPDR sel
1269         - 93  # NDRPDR sel
1270         - 94  # NDRPDR sel
1271         - 95  # NDRPDR sel
1272         - 96  # NDRPDR sel
1273         - 97  # NDRPDR sel
1274         - 98  # NDRPDR sel
1275         - 99  # NDRPDR sel
1276         - 100 # NDRPDR sel
1277     vpp-compare-testbeds-skx-clx-cmp:
1278       csit-vpp-perf-verify-2001-2n-clx:
1279         - 28  # NDRPDR sel
1280         - 29  # NDRPDR sel
1281         - 32  # NDRPDR sel
1282         - 40  # NDRPDR sel
1283         - 43  # NDRPDR sel
1284         - 44  # NDRPDR sel
1285         - 45  # NDRPDR sel
1286         - 47  # NDRPDR sel
1287         - 48  # NDRPDR sel
1288         - 49  # NDRPDR sel
1289     vpp-compare-testbeds-skx-clx:
1290       - "vpp-compare-testbeds-skx-clx-ref"
1291       - "vpp-compare-testbeds-skx-clx-cmp"
1292
1293     vpp-compare-testbeds-hsw-clx-ref:
1294       csit-vpp-perf-verify-2001-3n-hsw:
1295         - 21  # NDRPDR sel
1296         - 22  # NDRPDR sel
1297         - 23  # NDRPDR sel
1298         - 24  # NDRPDR sel
1299         - 25  # NDRPDR sel
1300         - 29  # NDRPDR sel
1301         - 30  # NDRPDR sel
1302         - 31  # NDRPDR sel
1303         - 32  # NDRPDR sel
1304         - 34  # NDRPDR sel
1305     vpp-compare-testbeds-hsw-clx-cmp:
1306       csit-vpp-perf-verify-2001-2n-clx:
1307         - 28  # NDRPDR sel
1308         - 29  # NDRPDR sel
1309         - 32  # NDRPDR sel
1310         - 40  # NDRPDR sel
1311         - 43  # NDRPDR sel
1312         - 44  # NDRPDR sel
1313         - 45  # NDRPDR sel
1314         - 47  # NDRPDR sel
1315         - 48  # NDRPDR sel
1316         - 49  # NDRPDR sel
1317     vpp-compare-testbeds-hsw-clx:
1318       - "vpp-compare-testbeds-hsw-clx-ref"
1319       - "vpp-compare-testbeds-hsw-clx-cmp"
1320
1321     vpp-compare-testbeds-mrr-ref:
1322       csit-vpp-perf-verify-2001-3n-hsw:
1323         - 17  # MRR sel
1324     vpp-compare-testbeds-mrr-cmp:
1325       csit-vpp-perf-verify-2001-3n-skx:
1326         - 50  # MRR sel
1327     vpp-compare-testbeds-mrr:
1328       - "vpp-compare-testbeds-mrr-ref"
1329       - "vpp-compare-testbeds-mrr-cmp"
1330
1331     vpp-compare-testbeds-mrr-skx-clx-ref:
1332       csit-vpp-perf-verify-2001-2n-skx:
1333         - 101 # MRR sel
1334     vpp-compare-testbeds-mrr-skx-clx-cmp:
1335       csit-vpp-perf-verify-2001-2n-clx:
1336         - 39  # MRR
1337     vpp-compare-testbeds-mrr-skx-clx:
1338       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1339       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1340
1341     vpp-compare-testbeds-mrr-hsw-clx-ref:
1342       csit-vpp-perf-verify-2001-3n-hsw:
1343         - 17  # MRR sel
1344     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1345       csit-vpp-perf-verify-2001-2n-clx:
1346         - 39  # MRR
1347     vpp-compare-testbeds-mrr-hsw-clx:
1348       - "vpp-compare-testbeds-mrr-hsw-clx-ref"
1349       - "vpp-compare-testbeds-mrr-hsw-clx-cmp"
1350
1351     dpdk-compare-testbeds-ref:
1352       csit-dpdk-perf-verify-2001-3n-hsw:
1353         - 4   # NDRPDR sel
1354         - 5   # NDRPDR sel
1355         - 6   # NDRPDR sel
1356         - 7   # NDRPDR sel
1357         - 8   # NDRPDR sel
1358         - 9   # NDRPDR sel
1359         - 10  # NDRPDR sel
1360         - 11  # NDRPDR sel
1361         - 12  # NDRPDR sel
1362         - 13  # NDRPDR sel
1363         - 15  # NDRPDR sel
1364         - 16  # NDRPDR sel
1365         - 17  # NDRPDR sel
1366         - 18  # NDRPDR sel
1367         - 19  # NDRPDR sel
1368         - 20  # NDRPDR sel
1369         - 21  # NDRPDR sel
1370         - 22  # NDRPDR sel
1371         - 23  # NDRPDR sel
1372         - 24  # NDRPDR sel
1373     dpdk-compare-testbeds-cmp:
1374       csit-dpdk-perf-verify-2001-3n-skx:
1375         - 29  # NDRPDR sel xxv710
1376         - 33  # NDRPDR sel xxv710
1377         - 34  # NDRPDR sel xxv710
1378         - 30  # NDRPDR sel x710
1379         - 31  # NDRPDR sel x710
1380         - 32  # NDRPDR sel x710
1381     dpdk-compare-testbeds:
1382       - "dpdk-compare-testbeds-ref"
1383       - "dpdk-compare-testbeds-cmp"
1384
1385     dpdk-compare-testbeds-skx-clx-ref:
1386       csit-dpdk-perf-verify-2001-2n-skx:
1387         - 35  # NDRPDR sel xxv710
1388         - 36  # NDRPDR sel xxv710
1389         - 37  # NDRPDR sel xxv710
1390         - 38  # NDRPDR sel x710
1391         - 39  # NDRPDR sel x710
1392         - 40  # NDRPDR sel x710
1393     dpdk-compare-testbeds-skx-clx-cmp:
1394       csit-dpdk-perf-verify-2001-2n-clx:
1395         - 15  # NDRPDR sel
1396         - 16  # NDRPDR sel
1397         - 17  # NDRPDR sel
1398         - 18  # NDRPDR sel
1399         - 19  # NDRPDR sel
1400         - 20  # NDRPDR sel
1401         - 21  # NDRPDR sel
1402         - 22  # NDRPDR sel
1403         - 23  # NDRPDR sel
1404         - 24  # NDRPDR sel
1405         - 25  # NDRPDR sel
1406         - 26  # NDRPDR sel
1407         - 27  # NDRPDR sel
1408         - 28  # NDRPDR sel
1409         - 29  # NDRPDR sel
1410         - 30  # NDRPDR sel
1411         - 31  # NDRPDR sel
1412         - 32  # NDRPDR sel
1413         - 33  # NDRPDR sel
1414         - 34  # NDRPDR sel
1415
1416     dpdk-compare-testbeds-skx-clx:
1417       - "dpdk-compare-testbeds-skx-clx-ref"
1418       - "dpdk-compare-testbeds-skx-clx-cmp"
1419
1420     # Compare topologies
1421
1422     vpp-compare-topologies-ref:
1423       # TODO: Add the data
1424       csit-vpp-perf-verify-2001-3n-skx:
1425         - 45  # NDRPDR sel
1426         - 46  # NDRPDR sel
1427         - 47  # NDRPDR sel
1428         - 48  # NDRPDR sel
1429     vpp-compare-topologies-cmp:
1430       # TODO: Add the data
1431       csit-vpp-perf-verify-2001-2n-skx:
1432         - 92  # NDRPDR sel
1433         - 93  # NDRPDR sel
1434         - 94  # NDRPDR sel
1435         - 95  # NDRPDR sel
1436         - 96  # NDRPDR sel
1437         - 97  # NDRPDR sel
1438         - 98  # NDRPDR sel
1439         - 99  # NDRPDR sel
1440         - 100 # NDRPDR sel
1441     vpp-compare-topologies:
1442       - "vpp-compare-topologies-ref"
1443       - "vpp-compare-topologies-cmp"
1444
1445     vpp-compare-topologies-mrr-ref:
1446       csit-vpp-perf-verify-2001-3n-skx:
1447         - 50  # MRR sel
1448     vpp-compare-topologies-mrr-cmp:
1449       csit-vpp-perf-verify-2001-2n-skx:
1450         - 101 # MRR sel
1451     vpp-compare-topologies-mrr:
1452       - "vpp-compare-topologies-mrr-ref"
1453       - "vpp-compare-topologies-mrr-cmp"
1454
1455     dpdk-compare-topologies-ref:
1456       csit-dpdk-perf-verify-2001-3n-skx:
1457         - 29  # NDRPDR sel xxv710
1458         - 33  # NDRPDR sel xxv710
1459         - 34  # NDRPDR sel xxv710
1460         - 30  # NDRPDR sel x710
1461         - 31  # NDRPDR sel x710
1462         - 32  # NDRPDR sel x710
1463     dpdk-compare-topologies-cmp:
1464       csit-dpdk-perf-verify-2001-2n-skx:
1465         - 35  # NDRPDR sel xxv710
1466         - 36  # NDRPDR sel xxv710
1467         - 37  # NDRPDR sel xxv710
1468         - 38  # NDRPDR sel x710
1469         - 39  # NDRPDR sel x710
1470         - 40  # NDRPDR sel x710
1471     dpdk-compare-topologies:
1472       - "dpdk-compare-topologies-ref"
1473       - "dpdk-compare-topologies-cmp"
1474
1475   plot-layouts:
1476
1477     plot-soak-throughput:
1478       titlefont:
1479         size: 18
1480       xaxis:
1481         title: "<b>Test Cases [Index]</b>"
1482         titlefont:
1483           size: 16
1484         autorange: True
1485         fixedrange: False
1486         gridcolor: "rgb(230, 230, 230)"
1487         linecolor: "rgb(220, 220, 220)"
1488         linewidth: 1
1489         showgrid: True
1490         showline: True
1491         showticklabels: True
1492         tickcolor: "rgb(220, 220, 220)"
1493         tickmode: "linear"
1494         tickfont:
1495           size: 16
1496         zeroline: False
1497       yaxis:
1498         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1499         titlefont:
1500           size: 16
1501         gridcolor: "rgb(230, 230, 230)"
1502         hoverformat: ".4r"
1503         tickformat: ".3r"
1504         linecolor: "rgb(220, 220, 220)"
1505         linewidth: 1
1506         showgrid: True
1507         showline: True
1508         showticklabels: True
1509         tickcolor: "rgb(220, 220, 220)"
1510         tickfont:
1511           size: 16
1512         zeroline: False
1513         range: [0,50]
1514       autosize: False
1515       margin:
1516         t: 50
1517         b: 0
1518         l: 80
1519         r: 20
1520       showlegend: True
1521       legend:
1522         orientation: "h"
1523         font:
1524           size: 16
1525       width: 700
1526       height: 900
1527       paper_bgcolor: "#fff"
1528       plot_bgcolor: "#fff"
1529       hoverlabel:
1530         namelength: -1
1531
1532     plot-service-density:
1533       titlefont:
1534         size: 18
1535       xaxis:
1536         side: "top"
1537         autorange: True
1538         fixedrange: False
1539         showgrid: False
1540         showline: False
1541         showticklabels: False
1542         ticks: ""
1543         ticklen: 0
1544         tickwidth: 0
1545         zeroline: False
1546       yaxis:
1547         autorange: "reversed"
1548         showgrid: False
1549         showline: False
1550         showticklabels: False
1551         ticks: ""
1552         ticklen: 0
1553         tickwidth: 0
1554         zeroline: False
1555       showlegend: False
1556       paper_bgcolor: "#fff"
1557       plot_bgcolor: "#fff"
1558       width: 700
1559       height: 700
1560       hoverlabel:
1561         namelength: -1
1562
1563     plot-cps:
1564       titlefont:
1565         size: 18
1566       xaxis:
1567         title: "<b>Test Cases [Index]</b>"
1568         titlefont:
1569           size: 16
1570         autorange: True
1571         fixedrange: False
1572         gridcolor: "rgb(230, 230, 230)"
1573         linecolor: "rgb(220, 220, 220)"
1574         linewidth: 1
1575         showgrid: True
1576         showline: True
1577         showticklabels: True
1578         tickcolor: "rgb(220, 220, 220)"
1579         tickmode: "linear"
1580         tickfont:
1581           size: 16
1582         zeroline: False
1583       yaxis:
1584         title: "<b>Connections Per Second [cps]</b>"
1585         titlefont:
1586           size: 16
1587         gridcolor: "rgb(230, 230, 230)"
1588         hoverformat: ".4s"
1589         linecolor: "rgb(220, 220, 220)"
1590         linewidth: 1
1591         rangemode: "tozero"
1592         showgrid: True
1593         showline: True
1594         showticklabels: True
1595         tickcolor: "rgb(220, 220, 220)"
1596         tickformat: ".3s"
1597         tickfont:
1598           size: 16
1599         zeroline: False
1600       boxmode: "group"
1601       boxgroupgap: 0.5
1602       autosize: False
1603       margin:
1604         t: 50
1605         b: 20
1606         l: 80
1607         r: 20
1608       showlegend: True
1609       legend:
1610         orientation: "h"
1611         font:
1612           size: 16
1613       width: 700
1614       height: 800
1615       paper_bgcolor: "#fff"
1616       plot_bgcolor: "#fff"
1617       hoverlabel:
1618         namelength: -1
1619
1620     plot-rps:
1621       titlefont:
1622         size: 18
1623       xaxis:
1624         title: "<b>Test Cases [Index]</b>"
1625         titlefont:
1626           size: 16
1627         autorange: True
1628         fixedrange: False
1629         gridcolor: "rgb(230, 230, 230)"
1630         linecolor: "rgb(220, 220, 220)"
1631         linewidth: 1
1632         showgrid: True
1633         showline: True
1634         showticklabels: True
1635         tickcolor: "rgb(220, 220, 220)"
1636         tickmode: "linear"
1637         tickfont:
1638           size: 16
1639         zeroline: False
1640       yaxis:
1641         title: "<b>Requests Per Second [rps]</b>"
1642         titlefont:
1643           size: 16
1644         gridcolor: "rgb(230, 230, 230)"
1645         hoverformat: ".4s"
1646         linecolor: "rgb(220, 220, 220)"
1647         linewidth: 1
1648         rangemode: "tozero"
1649         showgrid: True
1650         showline: True
1651         showticklabels: True
1652         tickcolor: "rgb(230, 230, 230)"
1653         tickformat: ".3s"
1654         tickfont:
1655           size: 16
1656         zeroline: False
1657       boxmode: "group"
1658       boxgroupgap: 0.5
1659       autosize: False
1660       margin:
1661         t: 50
1662         b: 20
1663         l: 80
1664         r: 20
1665       showlegend: True
1666       legend:
1667         orientation: "h"
1668         font:
1669           size: 16
1670       width: 700
1671       height: 800
1672       paper_bgcolor: "#fff"
1673       plot_bgcolor: "#fff"
1674       hoverlabel:
1675         namelength: -1
1676
1677     plot-hoststack:
1678       titlefont:
1679         size: 16
1680       xaxis:
1681         title: "<b>Test Cases [Index]</b>"
1682         titlefont:
1683           size: 14
1684         autorange: True
1685         fixedrange: False
1686         gridcolor: "rgb(230, 230, 230)"
1687         linecolor: "rgb(220, 220, 220)"
1688         linewidth: 1
1689         showgrid: True
1690         showline: True
1691         showticklabels: True
1692         tickcolor: "rgb(220, 220, 220)"
1693         tickmode: "linear"
1694         tickfont:
1695           size: 14
1696         zeroline: False
1697       yaxis:
1698         title: "<b>Bandwidth [Gbps]</b>"
1699         titlefont:
1700           size: 14
1701         gridcolor: "rgb(230, 230, 230)"
1702         hoverformat: ".4s"
1703         linecolor: "rgb(220, 220, 220)"
1704         linewidth: 1
1705         rangemode: "tozero"
1706         showgrid: True
1707         showline: True
1708         showticklabels: True
1709         tickcolor: "rgb(230, 230, 230)"
1710         tickformat: ".3s"
1711         tickfont:
1712           size: 14
1713         zeroline: False
1714       boxmode: "group"
1715       boxgroupgap: 0.5
1716       autosize: False
1717       margin:
1718         t: 50
1719         b: 20
1720         l: 80
1721         r: 20
1722       showlegend: True
1723       legend:
1724         orientation: "h"
1725         font:
1726           size: 14
1727       width: 700
1728       height: 800
1729       paper_bgcolor: "#fff"
1730       plot_bgcolor: "#fff"
1731       hoverlabel:
1732         namelength: -1
1733
1734     plot-throughput:
1735       titlefont:
1736         size: 18
1737       xaxis:
1738         title: "<b>Test Cases [Index]</b>"
1739         titlefont:
1740           size: 16
1741         autorange: True
1742         fixedrange: False
1743         gridcolor: "rgb(230, 230, 230)"
1744         linecolor: "rgb(220, 220, 220)"
1745         linewidth: 1
1746         showgrid: True
1747         showline: True
1748         showticklabels: True
1749         tickcolor: "rgb(220, 220, 220)"
1750         tickmode: "linear"
1751         tickfont:
1752           size: 16
1753         zeroline: False
1754       yaxis:
1755         title: "<b>Packet Throughput [Mpps]</b>"
1756         titlefont:
1757           size: 16
1758         gridcolor: "rgb(230, 230, 230)"
1759         hoverformat: ".4r"
1760         tickformat: ".3r"
1761         linecolor: "rgb(220, 220, 220)"
1762         linewidth: 1
1763         showgrid: True
1764         showline: True
1765         showticklabels: True
1766         tickcolor: "rgb(220, 220, 220)"
1767         tickfont:
1768           size: 16
1769         zeroline: False
1770         range: [0,50]
1771       autosize: False
1772       margin:
1773         t: 50
1774         b: 0
1775         l: 80
1776         r: 20
1777       showlegend: True
1778       legend:
1779         orientation: "h"
1780         font:
1781           size: 16
1782       width: 700
1783       height: 900
1784       paper_bgcolor: "#fff"
1785       plot_bgcolor: "#fff"
1786       hoverlabel:
1787         namelength: -1
1788
1789     plot-throughput-speedup-analysis:
1790       titlefont:
1791         size: 18
1792       xaxis:
1793         title: "<b>Number of Cores [Qty]</b>"
1794         titlefont:
1795           size: 16
1796         autorange: True
1797         fixedrange: False
1798         gridcolor: "rgb(230, 230, 230)"
1799         linecolor: "rgb(220, 220, 220)"
1800         linewidth: 1
1801         showgrid: True
1802         showline: True
1803         showticklabels: True
1804         tickcolor: "rgb(238, 238, 238)"
1805         tickmode: "linear"
1806         tickfont:
1807           size: 16
1808         zeroline: False
1809       yaxis:
1810         title: "<b>Packet Throughput [Mpps]</b>"
1811         titlefont:
1812           size: 16
1813         type: "linear"
1814         gridcolor: "rgb(230, 230, 230)"
1815         hoverformat: ".4s"
1816         linecolor: "rgb(220, 220, 220)"
1817         linewidth: 1
1818         showgrid: True
1819         showline: True
1820         showticklabels: True
1821         tickcolor: "rgb(220, 220, 220)"
1822         tickformat: ".4s"
1823         tickfont:
1824           size: 16
1825         zeroline: True
1826         rangemode: "tozero"
1827         range: [0,100]
1828       legend:
1829         orientation: "h"
1830         font:
1831           size: 16
1832         xanchor: "left"
1833         yanchor: "top"
1834         x: 0
1835         y: -0.2
1836         bgcolor: "rgba(255, 255, 255, 0)"
1837         bordercolor: "rgba(255, 255, 255, 0)"
1838         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1839       autosize: False
1840       margin:
1841           't': 50
1842           'b': 150
1843           'l': 85
1844           'r': 10
1845       showlegend: True
1846       width: 700
1847       height: 700
1848       paper_bgcolor: "#fff"
1849       plot_bgcolor: "#fff"
1850       hoverlabel:
1851         namelength: -1
1852       annotations: [
1853         {
1854           text: "_ _          __          ...",
1855           align: "left",
1856           showarrow: False,
1857           xref: "paper",
1858           yref: "paper",
1859           xanchor: "left",
1860           yanchor: "top",
1861           x: 0,
1862           y: -0.13,
1863           font: {
1864             family: "Consolas, Courier New",
1865             size: 15
1866           },
1867         },
1868         {
1869           text: "    Perfect     Measured     Limit",
1870           align: "left",
1871           showarrow: False,
1872           xref: "paper",
1873           yref: "paper",
1874           xanchor: "left",
1875           yanchor: "top",
1876           x: 0,
1877           y: -0.15,
1878           font: {
1879             family: "Consolas, Courier New",
1880             size: 15
1881           },
1882         },
1883       ]
1884
1885     plot-latency:
1886       titlefont:
1887         size: 18
1888       xaxis:
1889         title: "<b>Direction</b>"
1890         titlefont:
1891           size: 16
1892         autorange: True
1893         fixedrange: False
1894         gridcolor: "rgb(230, 230, 230)"
1895         linecolor: "rgb(220, 220, 220)"
1896         linewidth: 1
1897         showgrid: True
1898         showline: True
1899         showticklabels: False
1900         tickcolor: "rgb(220, 220, 220)"
1901         tickmode: "linear"
1902         tickfont:
1903           size: 16
1904         zeroline: False
1905       yaxis:
1906         title: "<b>Packet Latency [uSec]</b>"
1907         titlefont:
1908           size: 16
1909         type: "linear"
1910         gridcolor: "rgb(230, 230, 230)"
1911         hoverformat: ".4s"
1912         linecolor: "rgb(220, 220, 220)"
1913         linewidth: 1
1914         showgrid: True
1915         showline: True
1916         showticklabels: True
1917         tickcolor: "rgb(220, 220, 220)"
1918         tickformat: ".4s"
1919         tickfont:
1920           size: 16
1921         zeroline: True
1922         rangemode: "tozero"
1923       legend:
1924         orientation: "h"
1925         font:
1926           size: 16
1927         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1928       autosize: False
1929       margin:
1930           't': 50
1931           'b': 150
1932           'l': 80
1933           'r': 10
1934       showlegend: True
1935       width: 700
1936       height: 700
1937       paper_bgcolor: "#fff"
1938       plot_bgcolor: "#fff"
1939       hoverlabel:
1940         namelength: -1
1941
1942     plot-hdrh-latency:
1943       title:
1944         text: ""
1945         xanchor: "center"
1946         x: 0.5
1947         font:
1948           size: 16
1949       width: 700
1950       plot_bgcolor: "white"
1951       annotations:
1952         - font:
1953             size: 14
1954           showarrow: False
1955           text: "<b>Packet Latency [uSec]</b>"
1956           x: 1
1957           xanchor: "right"
1958           xref: "paper"
1959           y: -0.045
1960           yanchor: "top"
1961           yref: "paper"
1962         - font:
1963             size: 14
1964           showarrow: False
1965           text: "<b>Probability [%]</b>"
1966           textangle: 270
1967           x: -0.06
1968           xanchor: "center"
1969           xref: "paper"
1970           y: 0.5
1971           yanchor: "middle"
1972           yref: "paper"
1973         - font:
1974             size: 14
1975           showarrow: False
1976           text: "<b>Direction: E-W</b>"
1977           x: 0.24
1978           xanchor: "center"
1979           xref: "paper"
1980           y: 1.05
1981           yanchor: "bottom"
1982           yref: "paper"
1983         - font:
1984             size: 14
1985           showarrow: False
1986           text: "<b>Direction: W-E</b>"
1987           x: 0.74
1988           xanchor: "center"
1989           xref: "paper"
1990           y: 1.05
1991           yanchor: "bottom"
1992           yref: "paper"
1993
1994     plot-hdrh-latency-percentile:
1995       title:
1996         text: ""
1997         xanchor: "center"
1998         x: 0.5
1999         font:
2000           size: 18
2001       xaxis:
2002         type: "log"
2003         title: "<b>Percentile [%]</b>"
2004         titlefont:
2005           size: 16
2006         autorange: True
2007         fixedrange: False
2008         gridcolor: "rgb(230, 230, 230)"
2009         linecolor: "rgb(220, 220, 220)"
2010         linewidth: 1
2011         showgrid: True
2012         showline: True
2013         showticklabels: True
2014         tickcolor: "rgb(220, 220, 220)"
2015         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2016         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2017         tickfont:
2018           size: 16
2019       yaxis:
2020         title: "<b>Packet Latency [uSec]</b>"
2021         titlefont:
2022           size: 16
2023         gridcolor: "rgb(230, 230, 230)"
2024         linecolor: "rgb(220, 220, 220)"
2025         linewidth: 1
2026         showgrid: True
2027         showline: True
2028         showticklabels: True
2029         tickcolor: "rgb(220, 220, 220)"
2030         tickfont:
2031           size: 16
2032       autosize: False
2033       showlegend: True
2034       legend:
2035         traceorder: "normal"
2036         orientation: "h"
2037         font:
2038           size: 16
2039         xanchor: "left"
2040         yanchor: "top"
2041         x: 0
2042         y: -0.15
2043         bgcolor: "rgba(255, 255, 255, 0)"
2044         bordercolor: "rgba(255, 255, 255, 0)"
2045       width: 700
2046       height: 700
2047       paper_bgcolor: "white"
2048       plot_bgcolor: "white"
2049
2050     plot-hdrh-latency-by-percentile:
2051       title:
2052         text: "<b>Latency by Percentile Distribution</b>"
2053         xanchor: "center"
2054         x: 0.5
2055         font:
2056           size: 18
2057       showlegend: True
2058       legend:
2059         traceorder: "normal"
2060         orientation: "h"
2061         font:
2062           size: 16
2063         xanchor: "left"
2064         yanchor: "top"
2065         x: 0
2066         y: -0.2
2067         bgcolor: "rgba(255, 255, 255, 0)"
2068         bordercolor: "rgba(255, 255, 255, 0)"
2069       xaxis:
2070         type: "linear"
2071         title: "<b>Percentile [%]</b>"
2072         titlefont:
2073           size: 14
2074         autorange: False
2075         fixedrange: False
2076         range: [0, 100]
2077         gridcolor: "rgb(230, 230, 230)"
2078         linecolor: "rgb(220, 220, 220)"
2079         linewidth: 1
2080         showgrid: True
2081         showline: True
2082         showticklabels: True
2083         tickcolor: "rgb(220, 220, 220)"
2084         tickvals: [0, 25, 50, 75, 100]
2085         ticktext: [0, 25, 50, 75, 100]
2086         tickfont:
2087           size: 14
2088       yaxis:
2089         title: "<b>One-Way Latency per Direction [uSec]</b>"
2090         titlefont:
2091           size: 14
2092         gridcolor: "rgb(230, 230, 230)"
2093         linecolor: "rgb(220, 220, 220)"
2094         linewidth: 1
2095         showgrid: True
2096         showline: True
2097         showticklabels: True
2098         tickcolor: "rgb(220, 220, 220)"
2099         tickfont:
2100           size: 14
2101       width: 700
2102       height: 700
2103       paper_bgcolor: "white"
2104       plot_bgcolor: "white"
2105
2106 - type: "static"
2107   src-path: "{DIR[RST]}"
2108   dst-path: "{DIR[WORKING,SRC]}"
2109
2110 - type: "input"
2111   general:
2112     file-name: "output_info.xml.gz"
2113     file-format: ".gz"
2114     arch-file-format:
2115       - ".gz"
2116       - ".zip"
2117     download-path: "{job}/{build}/archives/{filename}"
2118     extract: "output.xml"
2119
2120     zip-file-name: "robot-plugin.zip"
2121     zip-file-format: ".zip"
2122     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2123     zip-extract: "robot-plugin/output.xml"
2124
2125   builds:
2126
2127     csit-vpp-perf-verify-1904-3n-hsw:
2128       - 9   # MRR sel
2129       - 11  # NDRPDR sel
2130       - 12  # NDRPDR sel
2131       - 20  # NDRPDR sel
2132       - 21  # NDRPDR sel
2133       - 23  # NDRPDR sel
2134       - 24  # NDRPDR sel
2135       - 25  # NDRPDR sel
2136       - 26  # NDRPDR sel
2137       - 29  # NDRPDR sel
2138       - 30  # NDRPDR sel
2139     csit-vpp-perf-verify-1908-3n-hsw:
2140       - 12  # NDRPDR sel
2141       - 13  # NDRPDR sel
2142       - 14  # NDRPDR sel
2143       - 15  # NDRPDR sel
2144       - 16  # NDRPDR sel
2145       - 17  # NDRPDR sel
2146       - 18  # NDRPDR sel
2147       - 19  # NDRPDR sel
2148       - 20  # NDRPDR sel
2149       - 21  # NDRPDR sel
2150       - 48  # NDRPDR sel vhost
2151       - 49  # NDRPDR sel vhost
2152       - 52  # NDRPDR sel vhost
2153       - 53  # NDRPDR sel vhost
2154       - 54  # NDRPDR sel vhost
2155       - 55  # NDRPDR sel vhost
2156       - 56  # NDRPDR sel vhost
2157       - 57  # NDRPDR sel vhost
2158       - 58  # NDRPDR sel vhost
2159       - 59  # NDRPDR sel vhost
2160       - 39  # MRR sel
2161     csit-vpp-perf-verify-2001-3n-hsw:
2162       - 21  # NDRPDR sel
2163       - 22  # NDRPDR sel
2164       - 23  # NDRPDR sel
2165       - 24  # NDRPDR sel
2166       - 25  # NDRPDR sel
2167       - 29  # NDRPDR sel
2168       - 30  # NDRPDR sel
2169       - 31  # NDRPDR sel
2170       - 32  # NDRPDR sel
2171       - 34  # NDRPDR sel
2172       - 17  # MRR sel
2173       - 18  # NDRPDR full
2174       - 20  # NDRPDR full
2175       - 28  # NDRPDR full
2176       - 35  # NDRPDR full
2177       - 42  # NDRPDR full
2178       - 46  # NDRPDR full
2179       - 47  # NDRPDR full
2180       - 48  # NDRPDR full
2181       - 49  # NDRPDR full
2182       - 50  # NDRPDR full
2183       - 51  # NDRPDR full
2184       - 52  # NDRPDR full
2185       - 53  # NDRPDR full
2186       - 54  # NDRPDR full
2187       - 55  # NDRPDR full
2188       - 56  # NDRPDR full
2189       - 57  # NDRPDR full
2190       - 58  # NDRPDR full
2191       - 59  # NDRPDR full
2192       - 61  # NDRPDR full
2193       - 62  # NDRPDR full
2194       - 63  # NDRPDR full
2195       - 64  # NDRPDR full
2196       - 65  # NDRPDR full
2197       - 67  # NDRPDR full
2198       - 70  # NDRPDR full
2199       - 72  # NDRPDR full
2200       - 73  # NDRPDR full
2201       - 76  # NDRPDR full
2202       - 77  # NDRPDR full
2203       - 78  # NDRPDR full
2204       - 79  # NDRPDR full
2205       - 81  # NDRPDR full
2206       - 82  # NDRPDR full
2207       - 84  # NDRPDR full
2208       - 85  # NDRPDR full
2209       - 87  # hoststack
2210       - 88  # hoststack
2211       - 89  # hoststack
2212       - 90  # hoststack
2213       - 91  # hoststack
2214       - 92  # hoststack
2215       - 93  # hoststack
2216       - 94  # hoststack
2217       - 95  # hoststack
2218       - 96  # hoststack
2219
2220     csit-vpp-perf-verify-1904-3n-skx:
2221       - 7   # MRR sel
2222       - 8   # NDRPDR sel
2223       - 9   # NDRPDR sel
2224       - 10  # NDRPDR sel
2225       - 11  # NDRPDR sel
2226       - 12  # NDRPDR sel
2227       - 14  # NDRPDR sel
2228       - 16  # NDRPDR sel
2229       - 21  # NDRPDR sel
2230       - 23  # NDRPDR sel
2231       - 25  # NDRPDR sel
2232     csit-vpp-perf-verify-1908-3n-skx:
2233       - 14  # NDRPDR sel
2234       - 16  # NDRPDR sel
2235       - 19  # NDRPDR sel
2236       - 20  # NDRPDR sel
2237       - 22  # NDRPDR sel
2238       - 23  # NDRPDR sel
2239       - 24  # NDRPDR sel
2240       - 25  # NDRPDR sel
2241       - 26  # NDRPDR sel
2242       - 29  # NDRPDR sel
2243       - 52  # NDRPDR sel vhost
2244       - 53  # NDRPDR sel vhost
2245       - 55  # NDRPDR sel vhost
2246       - 61  # NDRPDR sel vhost
2247       - 62  # NDRPDR sel vhost
2248       - 63  # NDRPDR sel vhost
2249       - 64  # NDRPDR sel vhost
2250       - 65  # NDRPDR sel vhost
2251       - 66  # NDRPDR sel vhost
2252       - 67  # NDRPDR sel vhost
2253       - 36  # MRR sel
2254     csit-vpp-perf-verify-2001-3n-skx:
2255       - 45  # NDRPDR sel
2256       - 46  # NDRPDR sel
2257       - 47  # NDRPDR sel
2258       - 48  # NDRPDR sel
2259       - 50  # MRR sel
2260
2261     csit-vpp-perf-verify-1904-2n-skx:
2262       - 11  # MRR sel
2263       - 12  # NDRPDR sel
2264       - 14  # NDRPDR sel
2265       - 16  # NDRPDR sel
2266       - 17  # NDRPDR sel
2267       - 18  # NDRPDR sel
2268       - 21  # NDRPDR sel
2269       - 27  # NDRPDR sel
2270       - 30  # NDRPDR sel
2271       - 31  # NDRPDR sel
2272       - 32  # NDRPDR sel
2273     csit-vpp-perf-verify-1908-2n-skx:
2274       - 26  # NDRPDR sel
2275       - 27  # NDRPDR sel
2276       - 34  # NDRPDR sel
2277       - 35  # NDRPDR sel
2278       - 36  # NDRPDR sel
2279       - 42  # NDRPDR sel
2280       - 43  # NDRPDR sel
2281       - 44  # NDRPDR sel
2282       - 45  # NDRPDR sel
2283       - 46  # NDRPDR sel
2284       - 88  # NDRPDR sel vhost
2285       - 89  # NDRPDR sel vhost
2286       - 91  # NDRPDR sel vhost
2287       - 92  # NDRPDR sel vhost
2288       - 93  # NDRPDR sel vhost
2289       - 94  # NDRPDR sel vhost
2290       - 95  # NDRPDR sel vhost
2291       - 96  # NDRPDR sel vhost
2292       - 97  # NDRPDR sel vhost
2293       - 98  # NDRPDR sel vhost
2294       - 69  # MRR sel
2295       - 22  # NFV
2296       - 31  # NFV
2297       - 32  # NFV
2298       - 71  # NFV MRR
2299       - 113 # NFV reconf sel - to be removed
2300       - 114 # NFV reconf sel - to be removed
2301       - 115 # NFV reconf sel - to be removed
2302     csit-vpp-perf-verify-2001-2n-skx:
2303       - 92  # NDRPDR sel
2304       - 93  # NDRPDR sel
2305       - 94  # NDRPDR sel
2306       - 95  # NDRPDR sel
2307       - 96  # NDRPDR sel
2308       - 97  # NDRPDR sel
2309       - 98  # NDRPDR sel
2310       - 99  # NDRPDR sel
2311       - 100 # NDRPDR sel
2312       - 101 # MRR sel
2313
2314     csit-vpp-perf-verify-2001-2n-clx:
2315       - 28  # NDRPDR sel
2316       - 29  # NDRPDR sel
2317       - 32  # NDRPDR sel
2318       - 40  # NDRPDR sel
2319       - 43  # NDRPDR sel
2320       - 44  # NDRPDR sel
2321       - 45  # NDRPDR sel
2322       - 47  # NDRPDR sel
2323       - 48  # NDRPDR sel
2324       - 49  # NDRPDR sel
2325       - 39  # MRR
2326       - 53  # NDRPDR full
2327       - 54  # NDRPDR full
2328       - 55  # NDRPDR full
2329       - 56  # NDRPDR full
2330       - 57  # NDRPDR full
2331       - 58  # NDRPDR full
2332       - 59  # NDRPDR full
2333       - 60  # NDRPDR full
2334       - 61  # NDRPDR full
2335       - 62  # NDRPDR full
2336       - 63  # NDRPDR full
2337       - 64  # NDRPDR full
2338       - 65  # NDRPDR full
2339       - 66  # NDRPDR full
2340       - 67  # NDRPDR full
2341       - 68  # Reconf
2342       - 69  # Reconf
2343       - 70  # Reconf
2344       - 71  # Reconf
2345       - 72  # Reconf
2346       - 73  # Reconf
2347       - 74  # Reconf
2348       - 75  # Reconf
2349       - 76  # Reconf
2350       - 77  # Reconf
2351       - 80  # TCP
2352       - 82  # TCP
2353       - 83  # TCP
2354       - 85  # TCP
2355       - 86  # TCP
2356       - 87  # TCP
2357       - 88  # TCP
2358       - 89  # TCP
2359       - 90  # TCP
2360       - 91  # TCP
2361       - 93  # Soak
2362       - 94  # Soak
2363
2364     csit-vpp-perf-verify-1908-3n-tsh:
2365       - 7   # NDRPDR sel
2366       - 8   # NDRPDR sel
2367       - 9   # NDRPDR sel
2368       - 10  # NDRPDR sel
2369       - 11  # NDRPDR sel
2370       - 12  # NDRPDR sel
2371       - 13  # NDRPDR sel
2372       - 14  # NDRPDR sel
2373       - 15  # NDRPDR sel
2374       - 16  # NDRPDR sel
2375       - 17  # MRR sel
2376     csit-vpp-perf-verify-2001-3n-tsh:
2377       - 3   # NDRPDR sel
2378       - 4   # NDRPDR sel
2379       - 7   # NDRPDR sel
2380       - 8   # NDRPDR sel
2381       - 10  # NDRPDR sel
2382       - 12  # NDRPDR sel
2383       - 13  # NDRPDR sel
2384       - 14  # NDRPDR sel
2385       - 15  # NDRPDR sel
2386       - 21  # NDRPDR sel
2387       - 9   # MRR sel
2388
2389     csit-vpp-perf-verify-1908-3n-dnv:
2390       - 6   # NDRPDR sel
2391       - 7   # NDRPDR sel
2392       - 8   # NDRPDR sel
2393       - 9   # NDRPDR sel
2394       - 10  # NDRPDR sel
2395       - 12  # NDRPDR sel
2396       - 13  # NDRPDR sel
2397       - 14  # NDRPDR sel
2398       - 15  # NDRPDR sel
2399       - 16  # NDRPDR sel
2400       - 17  # MRR sel
2401     csit-vpp-perf-verify-2001-3n-dnv:
2402       - 5   # NDRPDR sel
2403       - 6   # NDRPDR sel
2404       - 7   # NDRPDR sel
2405       - 8   # NDRPDR sel
2406       - 9   # NDRPDR sel
2407       - 10  # NDRPDR sel
2408       - 12  # NDRPDR sel
2409       - 16  # NDRPDR sel
2410       - 17  # NDRPDR sel
2411       - 18  # NDRPDR sel
2412       - 11  # MRR sel
2413       - 19  # NDRPDR full
2414       - 20  # NDRPDR full
2415       - 21  # NDRPDR full
2416       - 22  # NDRPDR full
2417       - 23  # NDRPDR full
2418       - 24  # NDRPDR full
2419       - 25  # NDRPDR full
2420       - 26  # NDRPDR full
2421       - 37  # NDRPDR full
2422       - 38  # NDRPDR full
2423       - 39  # NDRPDR full
2424
2425     csit-vpp-perf-verify-1908-2n-dnv:
2426       - 1   # NDRPDR sel
2427       - 2   # NDRPDR sel
2428       - 3   # NDRPDR sel
2429       - 4   # NDRPDR sel
2430       - 5   # NDRPDR sel
2431       - 6   # NDRPDR sel
2432       - 7   # NDRPDR sel
2433       - 8   # NDRPDR sel
2434       - 9   # NDRPDR sel
2435       - 10  # NDRPDR sel
2436       - 11  # MRR sel
2437     csit-vpp-perf-verify-2001-2n-dnv:
2438       - 4   # NDRPDR sel
2439       - 5   # NDRPDR sel
2440       - 6   # NDRPDR sel
2441       - 7   # NDRPDR sel
2442       - 8   # NDRPDR sel
2443       - 9   # NDRPDR sel
2444       - 10  # NDRPDR sel
2445       - 11  # NDRPDR sel
2446       - 13  # NDRPDR sel
2447       - 16  # NDRPDR sel
2448       - 12  # MRR sel
2449       - 21  # NDRPDR full
2450       - 22  # NDRPDR full
2451       - 25  # NDRPDR full
2452       - 26  # NDRPDR full
2453       - 27  # NDRPDR full
2454       - 28  # NDRPDR full
2455
2456     csit-dpdk-perf-verify-1904-3n-hsw:
2457       - 2   # NDRPDR sel
2458       - 3   # NDRPDR sel
2459       - 5   # NDRPDR sel
2460       - 6   # NDRPDR sel
2461       - 13  # NDRPDR sel
2462       - 14  # NDRPDR sel
2463       - 15  # NDRPDR sel
2464       - 18  # NDRPDR sel
2465       - 19  # NDRPDR sel
2466       - 20  # NDRPDR sel
2467     csit-dpdk-perf-verify-1908-3n-hsw:
2468       - 2   # NDRPDR sel
2469       - 3   # NDRPDR sel
2470       - 4   # NDRPDR sel
2471       - 5   # NDRPDR sel
2472       - 6   # NDRPDR sel
2473       - 7   # NDRPDR sel
2474       - 8   # NDRPDR sel
2475       - 9   # NDRPDR sel
2476       - 10  # NDRPDR sel
2477       - 11  # NDRPDR sel
2478     csit-dpdk-perf-verify-2001-3n-hsw:
2479       - 4   # NDRPDR sel
2480       - 5   # NDRPDR sel
2481       - 6   # NDRPDR sel
2482       - 7   # NDRPDR sel
2483       - 8   # NDRPDR sel
2484       - 9   # NDRPDR sel
2485       - 10  # NDRPDR sel
2486       - 11  # NDRPDR sel
2487       - 12  # NDRPDR sel
2488       - 13  # NDRPDR sel
2489       - 15  # NDRPDR sel
2490       - 16  # NDRPDR sel
2491       - 17  # NDRPDR sel
2492       - 18  # NDRPDR sel
2493       - 19  # NDRPDR sel
2494       - 20  # NDRPDR sel
2495       - 21  # NDRPDR sel
2496       - 22  # NDRPDR sel
2497       - 23  # NDRPDR sel
2498       - 24  # NDRPDR sel
2499       - 25  # NDRPDR full
2500       - 26  # NDRPDR full
2501
2502     csit-dpdk-perf-verify-1904-3n-skx:
2503       - 2   # NDRPDR sel
2504       - 3   # NDRPDR sel
2505       - 4   # NDRPDR sel
2506       - 5   # NDRPDR sel
2507       - 6   # NDRPDR sel
2508       - 7   # NDRPDR sel
2509       - 11  # NDRPDR sel
2510       - 12  # NDRPDR sel
2511       - 13  # NDRPDR sel
2512       - 14  # NDRPDR sel
2513     csit-dpdk-perf-verify-1908-3n-skx:
2514       - 3   # NDRPDR sel
2515       - 4   # NDRPDR sel
2516       - 5   # NDRPDR sel
2517       - 6   # NDRPDR sel
2518       - 7   # NDRPDR sel
2519       - 8   # NDRPDR sel
2520       - 9   # NDRPDR sel
2521       - 10  # NDRPDR sel
2522       - 11  # NDRPDR sel
2523       - 12  # NDRPDR sel
2524     csit-dpdk-perf-verify-2001-3n-skx:
2525       - 29  # NDRPDR sel xxv710
2526       - 33  # NDRPDR sel xxv710
2527       - 34  # NDRPDR sel xxv710
2528       - 30  # NDRPDR sel x710
2529       - 31  # NDRPDR sel x710
2530       - 32  # NDRPDR sel x710
2531
2532     csit-dpdk-perf-verify-1904-2n-skx:
2533       - 2   # NDRPDR sel
2534       - 3   # NDRPDR sel
2535       - 4   # NDRPDR sel
2536       - 5   # NDRPDR sel
2537       - 7   # NDRPDR sel
2538       - 8   # NDRPDR sel
2539       - 9   # NDRPDR sel
2540       - 10  # NDRPDR sel
2541       - 11  # NDRPDR sel
2542       - 12  # NDRPDR sel
2543     csit-dpdk-perf-verify-1908-2n-skx:
2544       - 2   # NDRPDR sel
2545       - 3   # NDRPDR sel
2546       - 4   # NDRPDR sel
2547       - 5   # NDRPDR sel
2548       - 7   # NDRPDR sel
2549       - 8   # NDRPDR sel
2550       - 9   # NDRPDR sel
2551       - 10  # NDRPDR sel
2552       - 11  # NDRPDR sel
2553       - 12  # NDRPDR sel
2554     csit-dpdk-perf-verify-2001-2n-skx:
2555       - 35  # NDRPDR sel xxv710
2556       - 36  # NDRPDR sel xxv710
2557       - 37  # NDRPDR sel xxv710
2558       - 38  # NDRPDR sel x710
2559       - 39  # NDRPDR sel x710
2560       - 40  # NDRPDR sel x710
2561
2562
2563     csit-dpdk-perf-verify-2001-2n-clx:
2564       - 15  # NDRPDR sel
2565       - 16  # NDRPDR sel
2566       - 17  # NDRPDR sel
2567       - 18  # NDRPDR sel
2568       - 19  # NDRPDR sel
2569       - 20  # NDRPDR sel
2570       - 21  # NDRPDR sel
2571       - 22  # NDRPDR sel
2572       - 23  # NDRPDR sel
2573       - 24  # NDRPDR sel
2574       - 25  # NDRPDR sel
2575       - 26  # NDRPDR sel
2576       - 27  # NDRPDR sel
2577       - 28  # NDRPDR sel
2578       - 29  # NDRPDR sel
2579       - 30  # NDRPDR sel
2580       - 31  # NDRPDR sel
2581       - 32  # NDRPDR sel
2582       - 33  # NDRPDR sel
2583       - 34  # NDRPDR sel
2584
2585     csit-dpdk-perf-verify-2001-2n-dnv:
2586       - 9   # NDRPDR sel
2587       - 10  # NDRPDR sel
2588       - 11  # NDRPDR sel
2589       - 12  # NDRPDR sel
2590       - 13  # NDRPDR sel
2591       - 14  # NDRPDR sel
2592       - 15  # NDRPDR sel
2593       - 16  # NDRPDR sel
2594       - 17  # NDRPDR sel
2595       - 18  # NDRPDR sel
2596
2597     csit-dpdk-perf-verify-2001-3n-dnv:
2598       - 12  # NDRPDR sel
2599       - 13  # NDRPDR sel
2600       - 14  # NDRPDR sel
2601       - 15  # NDRPDR sel
2602       - 16  # NDRPDR sel
2603       - 17  # NDRPDR sel
2604       - 18  # NDRPDR sel
2605       - 19  # NDRPDR sel
2606       - 20  # NDRPDR sel
2607       - 22  # NDRPDR sel
2608
2609     csit-dpdk-perf-verify-2001-3n-tsh:
2610       - 3   # NDRPDR sel
2611       - 4   # NDRPDR sel
2612       - 5   # NDRPDR sel
2613       - 9   # NDRPDR sel
2614       - 10  # NDRPDR sel
2615       - 11  # NDRPDR sel
2616       - 12  # NDRPDR sel
2617       - 14  # NDRPDR sel
2618       - 15  # NDRPDR sel
2619       - 18  # NDRPDR sel
2620
2621     csit-vpp-device-2001-ubuntu1804-1n-skx:
2622       - 57
2623
2624 - type: "output"
2625   output: "report"
2626   format:
2627     html:
2628     - full
2629 #    pdf:
2630 #    - minimal
2631
2632 ################################################################################
2633 ###                               T A B L E S                                ###
2634 ################################################################################
2635
2636 ## VPP Soak vs NDR - 2n-skx
2637 #- type: "table"
2638 #  title: "VPP Soak vs NDR 2n-skx"
2639 #  algorithm: "table_soak_vs_ndr"
2640 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2641 #  reference:
2642 #    title: "NDR"
2643 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
2644 #  compare:
2645 #    title: "Soak"
2646 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
2647 #  data: "vpp-soak-vs-ndr-2n-skx"
2648 #  include-tests: "NDR"
2649 #  filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2650 #  parameters:
2651 #    - "throughput"
2652 #    - "name"
2653 #    - "parent"
2654
2655 # VPP Soak vs NDR - 2n-clx
2656 - type: "table"
2657   title: "VPP Soak vs NDR 2n-clx"
2658   algorithm: "table_soak_vs_ndr"
2659   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2660   reference:
2661     title: "NDR"
2662     data: "vpp-soak-vs-ndr-2n-clx-ref"
2663   compare:
2664     title: "Soak"
2665     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2666   data: "vpp-soak-vs-ndr-2n-clx"
2667   include-tests: "NDR"
2668   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2669   parameters:
2670     - "throughput"
2671     - "name"
2672     - "parent"
2673
2674 ################################################################################
2675
2676 # VPP Compare NICs 3n-skx 2t1c ndr
2677 - type: "table"
2678   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2679   algorithm: "table_nics_comparison"
2680   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2681   reference:
2682     title: "x710"
2683     nic: "NIC_Intel-X710"
2684   compare:
2685     title: "xxv710"
2686     nic: "NIC_Intel-XXV710"
2687   data: "vpp-nic-comparison-3n-skx"
2688   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2689   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2690   parameters:
2691   - "name"
2692   - "parent"
2693   - "throughput"
2694   - "tags"
2695
2696 # VPP Compare NICs 3n-skx 4t2c ndr
2697 - type: "table"
2698   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2699   algorithm: "table_nics_comparison"
2700   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2701   reference:
2702     title: "x710"
2703     nic: "NIC_Intel-X710"
2704   compare:
2705     title: "xxv710"
2706     nic: "NIC_Intel-XXV710"
2707   data: "vpp-nic-comparison-3n-skx"
2708   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2709   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2710   parameters:
2711   - "name"
2712   - "parent"
2713   - "throughput"
2714   - "tags"
2715
2716 # VPP Compare NICs 3n-skx 2t1c pdr
2717 - type: "table"
2718   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2719   algorithm: "table_nics_comparison"
2720   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2721   reference:
2722     title: "x710"
2723     nic: "NIC_Intel-X710"
2724   compare:
2725     title: "xxv710"
2726     nic: "NIC_Intel-XXV710"
2727   data: "vpp-nic-comparison-3n-skx"
2728   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2729   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2730   parameters:
2731   - "name"
2732   - "parent"
2733   - "throughput"
2734   - "tags"
2735
2736  # VPP Compare NICs 3n-skx 4t2c pdr
2737 - type: "table"
2738   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2739   algorithm: "table_nics_comparison"
2740   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2741   reference:
2742     title: "x710"
2743     nic: "NIC_Intel-X710"
2744   compare:
2745     title: "xxv710"
2746     nic: "NIC_Intel-XXV710"
2747   data: "vpp-nic-comparison-3n-skx"
2748   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2749   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2750   parameters:
2751   - "name"
2752   - "parent"
2753   - "throughput"
2754   - "tags"
2755
2756 # VPP Compare NICs 3n-skx 2t1c mrr
2757 - type: "table"
2758   title: "VPP Compare NICs 3n-skx 2t1c mrr"
2759   algorithm: "table_nics_comparison"
2760   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2761   reference:
2762     title: "x710"
2763     nic: "NIC_Intel-X710"
2764   compare:
2765     title: "xxv710"
2766     nic: "NIC_Intel-XXV710"
2767   data: "vpp-nic-comparison-3n-skx-mrr"
2768   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2769   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2770   parameters:
2771   - "name"
2772   - "parent"
2773   - "result"
2774   - "tags"
2775
2776 # VPP Compare NICs 3n-skx 4t2c mrr
2777 - type: "table"
2778   title: "VPP Compare NICs 3n-skx 4t2c mrr"
2779   algorithm: "table_nics_comparison"
2780   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2781   reference:
2782     title: "x710"
2783     nic: "NIC_Intel-X710"
2784   compare:
2785     title: "xxv710"
2786     nic: "NIC_Intel-XXV710"
2787   data: "vpp-nic-comparison-3n-skx-mrr"
2788   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2789   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2790   parameters:
2791   - "name"
2792   - "parent"
2793   - "result"
2794   - "tags"
2795
2796  # VPP Compare NICs 3n-skx 8t4c mrr
2797 - type: "table"
2798   title: "VPP Compare NICs 3n-skx 8t4c mrr"
2799   algorithm: "table_nics_comparison"
2800   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2801   reference:
2802     title: "x710"
2803     nic: "NIC_Intel-X710"
2804   compare:
2805     title: "xxv710"
2806     nic: "NIC_Intel-XXV710"
2807   data: "vpp-nic-comparison-3n-skx-mrr"
2808   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2809   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2810   parameters:
2811   - "name"
2812   - "parent"
2813   - "result"
2814   - "tags"
2815
2816 # VPP Compare NICs 2n-skx 2t1c ndr
2817 - type: "table"
2818   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2819   algorithm: "table_nics_comparison"
2820   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2821   reference:
2822     title: "x710"
2823     nic: "NIC_Intel-X710"
2824   compare:
2825     title: "xxv710"
2826     nic: "NIC_Intel-XXV710"
2827   data: "vpp-nic-comparison-2n-skx"
2828   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2829   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2830   parameters:
2831   - "name"
2832   - "parent"
2833   - "throughput"
2834   - "tags"
2835
2836 # VPP Compare NICs 2n-skx 4t2c ndr
2837 - type: "table"
2838   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2839   algorithm: "table_nics_comparison"
2840   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2841   reference:
2842     title: "x710"
2843     nic: "NIC_Intel-X710"
2844   compare:
2845     title: "xxv710"
2846     nic: "NIC_Intel-XXV710"
2847   data: "vpp-nic-comparison-2n-skx"
2848   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2849   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2850   parameters:
2851   - "name"
2852   - "parent"
2853   - "throughput"
2854   - "tags"
2855
2856  # VPP Compare NICs 2n-skx 2t1c pdr
2857 - type: "table"
2858   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2859   algorithm: "table_nics_comparison"
2860   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2861   reference:
2862     title: "x710"
2863     nic: "NIC_Intel-X710"
2864   compare:
2865     title: "xxv710"
2866     nic: "NIC_Intel-XXV710"
2867   data: "vpp-nic-comparison-2n-skx"
2868   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2869   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2870   parameters:
2871   - "name"
2872   - "parent"
2873   - "throughput"
2874   - "tags"
2875
2876 # VPP Compare NICs 2n-skx 4t2c pdr
2877 - type: "table"
2878   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2879   algorithm: "table_nics_comparison"
2880   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2881   reference:
2882     title: "x710"
2883     nic: "NIC_Intel-X710"
2884   compare:
2885     title: "xxv710"
2886     nic: "NIC_Intel-XXV710"
2887   data: "vpp-nic-comparison-2n-skx"
2888   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2889   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2890   parameters:
2891   - "name"
2892   - "parent"
2893   - "throughput"
2894   - "tags"
2895
2896 # VPP Compare NICs 2n-skx 2t1c mrr
2897 - type: "table"
2898   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2899   algorithm: "table_nics_comparison"
2900   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2901   reference:
2902     title: "x710"
2903     nic: "NIC_Intel-X710"
2904   compare:
2905     title: "xxv710"
2906     nic: "NIC_Intel-XXV710"
2907   data: "vpp-nic-comparison-2n-skx-mrr"
2908   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2909   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2910   parameters:
2911   - "name"
2912   - "parent"
2913   - "result"
2914   - "tags"
2915
2916 # VPP Compare NICs 2n-skx 4t2c mrr
2917 - type: "table"
2918   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2919   algorithm: "table_nics_comparison"
2920   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2921   reference:
2922     title: "x710"
2923     nic: "NIC_Intel-X710"
2924   compare:
2925     title: "xxv710"
2926     nic: "NIC_Intel-XXV710"
2927   data: "vpp-nic-comparison-2n-skx-mrr"
2928   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2929   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2930   parameters:
2931   - "name"
2932   - "parent"
2933   - "result"
2934   - "tags"
2935
2936 # VPP Compare NICs 2n-skx 8t4c mrr
2937 - type: "table"
2938   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2939   algorithm: "table_nics_comparison"
2940   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2941   reference:
2942     title: "x710"
2943     nic: "NIC_Intel-X710"
2944   compare:
2945     title: "xxv710"
2946     nic: "NIC_Intel-XXV710"
2947   data: "vpp-nic-comparison-2n-skx-mrr"
2948   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2949   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2950   parameters:
2951   - "name"
2952   - "parent"
2953   - "result"
2954   - "tags"
2955
2956 ################################################################################
2957 # VPP
2958
2959 # VPP Performance Changes 3n-hsw 1t1c pdr
2960 - type: "table"
2961   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2962   algorithm: "table_perf_comparison"
2963   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2964   history:
2965     - title: "rls1904"
2966       data: "vpp-performance-changes-3n-hsw-h1"
2967   reference:
2968     title: "rls1908"
2969     data: "vpp-performance-changes-3n-hsw-ref"
2970     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2971   compare:
2972     title: "rls2001"
2973     data: "vpp-performance-changes-3n-hsw-cmp"
2974   data: "vpp-performance-changes-3n-hsw"
2975   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2976   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2977   parameters:
2978   - "name"
2979   - "parent"
2980   - "throughput"
2981
2982 # VPP Performance Changes 3n-hsw 2t2c pdr
2983 - type: "table"
2984   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2985   algorithm: "table_perf_comparison"
2986   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2987   history:
2988     - title: "rls1904"
2989       data: "vpp-performance-changes-3n-hsw-h1"
2990   reference:
2991     title: "rls1908"
2992     data: "vpp-performance-changes-3n-hsw-ref"
2993     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2994   compare:
2995     title: "rls2001"
2996     data: "vpp-performance-changes-3n-hsw-cmp"
2997   data: "vpp-performance-changes-3n-hsw"
2998   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2999   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3000   parameters:
3001   - "name"
3002   - "parent"
3003   - "throughput"
3004
3005 # VPP Performance Changes 3n-hsw 1t1c ndr
3006 - type: "table"
3007   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3008   algorithm: "table_perf_comparison"
3009   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3010   history:
3011     - title: "rls1904"
3012       data: "vpp-performance-changes-3n-hsw-h1"
3013   reference:
3014     title: "rls1908"
3015     data: "vpp-performance-changes-3n-hsw-ref"
3016     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3017   compare:
3018     title: "rls2001"
3019     data: "vpp-performance-changes-3n-hsw-cmp"
3020   data: "vpp-performance-changes-3n-hsw"
3021   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3022   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3023   parameters:
3024   - "name"
3025   - "parent"
3026   - "throughput"
3027
3028 # VPP Performance Changes 3n-hsw 2t2c ndr
3029 - type: "table"
3030   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3031   algorithm: "table_perf_comparison"
3032   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3033   history:
3034     - title: "rls1904"
3035       data: "vpp-performance-changes-3n-hsw-h1"
3036   reference:
3037     title: "rls1908"
3038     data: "vpp-performance-changes-3n-hsw-ref"
3039     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3040   compare:
3041     title: "rls2001"
3042     data: "vpp-performance-changes-3n-hsw-cmp"
3043   data: "vpp-performance-changes-3n-hsw"
3044   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3045   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3046   parameters:
3047   - "name"
3048   - "parent"
3049   - "throughput"
3050
3051 # VPP Performance Changes 3n-skx 2t1c pdr
3052 - type: "table"
3053   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3054   algorithm: "table_perf_comparison_nic"
3055   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3056   history:
3057     - title: "rls1904 x710"
3058       data: "vpp-performance-changes-3n-skx-h1"
3059       nic: "NIC_Intel-X710"
3060   reference:
3061     title: "rls1908 xxv710"
3062     data: "vpp-performance-changes-3n-skx-ref"
3063     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3064     nic: "NIC_Intel-XXV710"
3065   compare:
3066     title: "rls2001 xxv710"
3067     data: "vpp-performance-changes-3n-skx-cmp"
3068     nic: "NIC_Intel-XXV710"
3069   data: "vpp-performance-changes-3n-skx"
3070   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3071   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3072   parameters:
3073   - "name"
3074   - "parent"
3075   - "throughput"
3076   - "tags"
3077
3078 # VPP Performance Changes 3n-skx 4t2c pdr
3079 - type: "table"
3080   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3081   algorithm: "table_perf_comparison_nic"
3082   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3083   history:
3084     - title: "rls1904 x710"
3085       data: "vpp-performance-changes-3n-skx-h1"
3086       nic: "NIC_Intel-X710"
3087   reference:
3088     title: "rls1908 xxv710"
3089     data: "vpp-performance-changes-3n-skx-ref"
3090     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3091     nic: "NIC_Intel-XXV710"
3092   compare:
3093     title: "rls2001 xxv710"
3094     data: "vpp-performance-changes-3n-skx-cmp"
3095     nic: "NIC_Intel-XXV710"
3096   data: "vpp-performance-changes-3n-skx"
3097   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3098   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3099   parameters:
3100   - "name"
3101   - "parent"
3102   - "throughput"
3103   - "tags"
3104
3105 # VPP Performance Changes 3n-skx 2t1c ndr
3106 - type: "table"
3107   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3108   algorithm: "table_perf_comparison_nic"
3109   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3110   history:
3111     - title: "rls1904 x710"
3112       data: "vpp-performance-changes-3n-skx-h1"
3113       nic: "NIC_Intel-X710"
3114   reference:
3115     title: "rls1908 xxv710"
3116     data: "vpp-performance-changes-3n-skx-ref"
3117     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3118     nic: "NIC_Intel-XXV710"
3119   compare:
3120     title: "rls2001 xxv710"
3121     data: "vpp-performance-changes-3n-skx-cmp"
3122     nic: "NIC_Intel-XXV710"
3123   data: "vpp-performance-changes-3n-skx"
3124   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3125   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3126   parameters:
3127   - "name"
3128   - "parent"
3129   - "throughput"
3130   - "tags"
3131
3132 # VPP Performance Changes 3n-skx 4t2c ndr
3133 - type: "table"
3134   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3135   algorithm: "table_perf_comparison_nic"
3136   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3137   history:
3138     - title: "rls1904 x710"
3139       data: "vpp-performance-changes-3n-skx-h1"
3140       nic: "NIC_Intel-X710"
3141   reference:
3142     title: "rls1908 xxv710"
3143     data: "vpp-performance-changes-3n-skx-ref"
3144     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3145     nic: "NIC_Intel-XXV710"
3146   compare:
3147     title: "rls2001 xxv710"
3148     data: "vpp-performance-changes-3n-skx-cmp"
3149     nic: "NIC_Intel-XXV710"
3150   data: "vpp-performance-changes-3n-skx"
3151   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3152   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3153   parameters:
3154   - "name"
3155   - "parent"
3156   - "throughput"
3157   - "tags"
3158
3159 # VPP Performance Changes 2n-skx 2t1c pdr
3160 - type: "table"
3161   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3162   algorithm: "table_perf_comparison_nic"
3163   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3164   history:
3165     - title: "rls1904 x710"
3166       data: "vpp-performance-changes-2n-skx-h1"
3167       nic: "NIC_Intel-X710"
3168   reference:
3169     title: "rls1908 xxv710"
3170     data: "vpp-performance-changes-2n-skx-ref"
3171     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3172     nic: "NIC_Intel-XXV710"
3173   compare:
3174     title: "rls2001 xxv710"
3175     data: "vpp-performance-changes-2n-skx-cmp"
3176     nic: "NIC_Intel-XXV710"
3177   data: "vpp-performance-changes-2n-skx"
3178   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3179   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3180   parameters:
3181   - "name"
3182   - "parent"
3183   - "throughput"
3184   - "tags"
3185
3186 # VPP Performance Changes 2n-skx 4t2c pdr
3187 - type: "table"
3188   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3189   algorithm: "table_perf_comparison_nic"
3190   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3191   history:
3192     - title: "rls1904 x710"
3193       data: "vpp-performance-changes-2n-skx-h1"
3194       nic: "NIC_Intel-X710"
3195   reference:
3196     title: "rls1908 xxv710"
3197     data: "vpp-performance-changes-2n-skx-ref"
3198     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3199     nic: "NIC_Intel-XXV710"
3200   compare:
3201     title: "rls2001 xxv710"
3202     data: "vpp-performance-changes-2n-skx-cmp"
3203     nic: "NIC_Intel-XXV710"
3204   data: "vpp-performance-changes-2n-skx"
3205   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3206   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3207   parameters:
3208   - "name"
3209   - "parent"
3210   - "throughput"
3211   - "tags"
3212
3213 # VPP Performance Changes 2n-skx 2t1c ndr
3214 - type: "table"
3215   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3216   algorithm: "table_perf_comparison_nic"
3217   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3218   history:
3219     - title: "rls1904 x710"
3220       data: "vpp-performance-changes-2n-skx-h1"
3221       nic: "NIC_Intel-X710"
3222   reference:
3223     title: "rls1908 xxv710"
3224     data: "vpp-performance-changes-2n-skx-ref"
3225     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3226     nic: "NIC_Intel-XXV710"
3227   compare:
3228     title: "rls2001 xxv710"
3229     data: "vpp-performance-changes-2n-skx-cmp"
3230     nic: "NIC_Intel-XXV710"
3231   data: "vpp-performance-changes-2n-skx"
3232   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3233   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3234   parameters:
3235   - "name"
3236   - "parent"
3237   - "throughput"
3238   - "tags"
3239
3240 # VPP Performance Changes 2n-skx 4t2c ndr
3241 - type: "table"
3242   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3243   algorithm: "table_perf_comparison_nic"
3244   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3245   history:
3246     - title: "rls1904 x710"
3247       data: "vpp-performance-changes-2n-skx-h1"
3248       nic: "NIC_Intel-X710"
3249   reference:
3250     title: "rls1908 xxv710"
3251     data: "vpp-performance-changes-2n-skx-ref"
3252     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3253     nic: "NIC_Intel-XXV710"
3254   compare:
3255     title: "rls2001 xxv710"
3256     data: "vpp-performance-changes-2n-skx-cmp"
3257     nic: "NIC_Intel-XXV710"
3258   data: "vpp-performance-changes-2n-skx"
3259   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3260   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3261   parameters:
3262   - "name"
3263   - "parent"
3264   - "throughput"
3265   - "tags"
3266
3267 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
3268 #- type: "table"
3269 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
3270 #  algorithm: "table_perf_comparison"
3271 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
3272 #  reference:
3273 #    title: "rls1908"
3274 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3275 #  compare:
3276 #    title: "rls2001"
3277 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3278 #  data: "vpp-performance-changes-nfv-2n-skx"
3279 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3280 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3281 #  parameters:
3282 #  - "name"
3283 #  - "parent"
3284 #  - "throughput"
3285 #  - "tags"
3286 #
3287 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
3288 #- type: "table"
3289 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
3290 #  algorithm: "table_perf_comparison"
3291 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
3292 #  reference:
3293 #    title: "rls1908"
3294 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3295 #  compare:
3296 #    title: "rls2001"
3297 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3298 #  data: "vpp-performance-changes-nfv-2n-skx"
3299 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3300 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3301 #  parameters:
3302 #  - "name"
3303 #  - "parent"
3304 #  - "throughput"
3305 #  - "tags"
3306 #
3307 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
3308 #- type: "table"
3309 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
3310 #  algorithm: "table_perf_comparison"
3311 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
3312 #  reference:
3313 #    title: "rls1908"
3314 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3315 #  compare:
3316 #    title: "rls2001"
3317 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3318 #  data: "vpp-performance-changes-nfv-2n-skx"
3319 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3320 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3321 #  parameters:
3322 #  - "name"
3323 #  - "parent"
3324 #  - "throughput"
3325 #  - "tags"
3326 #
3327 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
3328 #- type: "table"
3329 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
3330 #  algorithm: "table_perf_comparison"
3331 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
3332 #  reference:
3333 #    title: "rls1908"
3334 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3335 #  compare:
3336 #    title: "rls2001"
3337 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3338 #  data: "vpp-performance-changes-nfv-2n-skx"
3339 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3340 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3341 #  parameters:
3342 #  - "name"
3343 #  - "parent"
3344 #  - "throughput"
3345 #  - "tags"
3346
3347 # VPP Performance Changes 2n-dnv 1t1c pdr
3348 - type: "table"
3349   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3350   algorithm: "table_perf_comparison"
3351   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3352   reference:
3353     title: "rls1908"
3354     data: "vpp-performance-changes-2n-dnv-ref"
3355   compare:
3356     title: "rls2001"
3357     data: "vpp-performance-changes-2n-dnv-cmp"
3358   data: "vpp-performance-changes-2n-dnv"
3359   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3360   filter: "'1T1C'"
3361   parameters:
3362   - "name"
3363   - "parent"
3364   - "throughput"
3365   - "tags"
3366
3367 # VPP Performance Changes 2n-dnv 2t2c pdr
3368 - type: "table"
3369   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3370   algorithm: "table_perf_comparison"
3371   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3372   reference:
3373     title: "rls1908"
3374     data: "vpp-performance-changes-2n-dnv-ref"
3375   compare:
3376     title: "rls2001"
3377     data: "vpp-performance-changes-2n-dnv-cmp"
3378   data: "vpp-performance-changes-2n-dnv"
3379   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3380   filter: "'2T2C'"
3381   parameters:
3382   - "name"
3383   - "parent"
3384   - "throughput"
3385   - "tags"
3386
3387 # VPP Performance Changes 2n-dnv 1t1c ndr
3388 - type: "table"
3389   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3390   algorithm: "table_perf_comparison"
3391   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3392   reference:
3393     title: "rls1908"
3394     data: "vpp-performance-changes-2n-dnv-ref"
3395   compare:
3396     title: "rls2001"
3397     data: "vpp-performance-changes-2n-dnv-cmp"
3398   data: "vpp-performance-changes-2n-dnv"
3399   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3400   filter: "'1T1C'"
3401   parameters:
3402   - "name"
3403   - "parent"
3404   - "throughput"
3405   - "tags"
3406
3407 # VPP Performance Changes 2n-dnv 2t2c ndr
3408 - type: "table"
3409   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3410   algorithm: "table_perf_comparison"
3411   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3412   reference:
3413     title: "rls1908 "
3414     data: "vpp-performance-changes-2n-dnv-ref"
3415   compare:
3416     title: "rls2001"
3417     data: "vpp-performance-changes-2n-dnv-cmp"
3418   data: "vpp-performance-changes-2n-dnv"
3419   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3420   filter: "'2T2C'"
3421   parameters:
3422   - "name"
3423   - "parent"
3424   - "throughput"
3425   - "tags"
3426
3427 # VPP Performance Changes 3n-dnv 1t1c pdr
3428 - type: "table"
3429   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3430   algorithm: "table_perf_comparison"
3431   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3432   reference:
3433     title: "rls1908"
3434     data: "vpp-performance-changes-3n-dnv-ref"
3435   compare:
3436     title: "rls2001"
3437     data: "vpp-performance-changes-3n-dnv-cmp"
3438   data: "vpp-performance-changes-3n-dnv"
3439   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3440   filter: "'1T1C'"
3441   parameters:
3442   - "name"
3443   - "parent"
3444   - "throughput"
3445   - "tags"
3446
3447 # VPP Performance Changes 3n-dnv 2t2c pdr
3448 - type: "table"
3449   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3450   algorithm: "table_perf_comparison"
3451   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3452   reference:
3453     title: "rls1908"
3454     data: "vpp-performance-changes-3n-dnv-ref"
3455   compare:
3456     title: "rls2001"
3457     data: "vpp-performance-changes-3n-dnv-cmp"
3458   data: "vpp-performance-changes-3n-dnv"
3459   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3460   filter: "'2T2C'"
3461   parameters:
3462   - "name"
3463   - "parent"
3464   - "throughput"
3465   - "tags"
3466
3467 # VPP Performance Changes 3n-dnv 1t1c ndr
3468 - type: "table"
3469   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3470   algorithm: "table_perf_comparison"
3471   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3472   reference:
3473     title: "rls1908"
3474     data: "vpp-performance-changes-3n-dnv-ref"
3475   compare:
3476     title: "rls2001"
3477     data: "vpp-performance-changes-3n-dnv-cmp"
3478   data: "vpp-performance-changes-3n-dnv"
3479   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3480   filter: "'1T1C'"
3481   parameters:
3482   - "name"
3483   - "parent"
3484   - "throughput"
3485   - "tags"
3486
3487 # VPP Performance Changes 3n-dnv 2t2c ndr
3488 - type: "table"
3489   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3490   algorithm: "table_perf_comparison"
3491   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3492   reference:
3493     title: "rls1908"
3494     data: "vpp-performance-changes-3n-dnv-ref"
3495   compare:
3496     title: "rls2001"
3497     data: "vpp-performance-changes-3n-dnv-cmp"
3498   data: "vpp-performance-changes-3n-dnv"
3499   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3500   filter: "'2T2C'"
3501   parameters:
3502   - "name"
3503   - "parent"
3504   - "throughput"
3505   - "tags"
3506
3507 # VPP Performance Changes 3n-tsh 1t1c pdr
3508 - type: "table"
3509   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3510   algorithm: "table_perf_comparison"
3511   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3512   reference:
3513     title: "rls1908"
3514     data: "vpp-performance-changes-3n-tsh-ref"
3515   compare:
3516     title: "rls2001"
3517     data: "vpp-performance-changes-3n-tsh-cmp"
3518   data: "vpp-performance-changes-3n-tsh"
3519   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3520   filter: "'1T1C'"
3521   parameters:
3522   - "name"
3523   - "parent"
3524   - "throughput"
3525   - "tags"
3526
3527 # VPP Performance Changes 3n-tsh 2t2c pdr
3528 - type: "table"
3529   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3530   algorithm: "table_perf_comparison"
3531   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3532   reference:
3533     title: "rls1908"
3534     data: "vpp-performance-changes-3n-tsh-ref"
3535   compare:
3536     title: "rls2001"
3537     data: "vpp-performance-changes-3n-tsh-cmp"
3538   data: "vpp-performance-changes-3n-tsh"
3539   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3540   filter: "'2T2C'"
3541   parameters:
3542   - "name"
3543   - "parent"
3544   - "throughput"
3545   - "tags"
3546
3547 # VPP Performance Changes 3n-tsh 1t1c ndr
3548 - type: "table"
3549   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3550   algorithm: "table_perf_comparison"
3551   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3552   reference:
3553     title: "rls1908"
3554     data: "vpp-performance-changes-3n-tsh-ref"
3555   compare:
3556     title: "rls2001"
3557     data: "vpp-performance-changes-3n-tsh-cmp"
3558   data: "vpp-performance-changes-3n-tsh"
3559   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3560   filter: "'1T1C'"
3561   parameters:
3562   - "name"
3563   - "parent"
3564   - "throughput"
3565   - "tags"
3566
3567 # VPP Performance Changes 3n-tsh 2t2c ndr
3568 - type: "table"
3569   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3570   algorithm: "table_perf_comparison"
3571   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3572   reference:
3573     title: "rls1908"
3574     data: "vpp-performance-changes-3n-tsh-ref"
3575   compare:
3576     title: "rls2001"
3577     data: "vpp-performance-changes-3n-tsh-cmp"
3578   data: "vpp-performance-changes-3n-tsh"
3579   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3580   filter: "'2T2C'"
3581   parameters:
3582   - "name"
3583   - "parent"
3584   - "throughput"
3585   - "tags"
3586
3587 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3588 - type: "table"
3589   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3590   algorithm: "table_perf_comparison_nic"
3591   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3592   reference:
3593     title: "3n-hsw xl710"
3594     data: "vpp-compare-testbeds-ref"
3595     nic: "NIC_Intel-XL710"
3596   compare:
3597     title: "3n-skx xxv710"
3598     data: "vpp-compare-testbeds-cmp"
3599     nic: "NIC_Intel-XXV710"
3600   data: "vpp-compare-testbeds"
3601   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3602   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3603   parameters:
3604   - "name"
3605   - "parent"
3606   - "throughput"
3607   - "tags"
3608
3609 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3610 - type: "table"
3611   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3612   algorithm: "table_perf_comparison_nic"
3613   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3614   reference:
3615     title: "3n-hsw xl710"
3616     data: "vpp-compare-testbeds-ref"
3617     nic: "NIC_Intel-XL710"
3618   compare:
3619     title: "3n-skx xxv710"
3620     data: "vpp-compare-testbeds-cmp"
3621     nic: "NIC_Intel-XXV710"
3622   data: "vpp-compare-testbeds"
3623   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3624   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3625   parameters:
3626   - "name"
3627   - "parent"
3628   - "throughput"
3629   - "tags"
3630
3631 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3632 - type: "table"
3633   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3634   algorithm: "table_perf_comparison_nic"
3635   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3636   reference:
3637     title: "3n-hsw xl710"
3638     data: "vpp-compare-testbeds-ref"
3639     nic: "NIC_Intel-XL710"
3640   compare:
3641     title: "3n-skx xxv710"
3642     data: "vpp-compare-testbeds-cmp"
3643     nic: "NIC_Intel-XXV710"
3644   data: "vpp-compare-testbeds"
3645   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3646   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3647   parameters:
3648   - "name"
3649   - "parent"
3650   - "throughput"
3651   - "tags"
3652
3653 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3654 - type: "table"
3655   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3656   algorithm: "table_perf_comparison_nic"
3657   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3658   reference:
3659     title: "3n-hsw xl710"
3660     data: "vpp-compare-testbeds-ref"
3661     nic: "NIC_Intel-XL710"
3662   compare:
3663     title: "3n-skx xxv710"
3664     data: "vpp-compare-testbeds-cmp"
3665     nic: "NIC_Intel-XXV710"
3666   data: "vpp-compare-testbeds"
3667   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3668   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3669   parameters:
3670   - "name"
3671   - "parent"
3672   - "throughput"
3673   - "tags"
3674
3675 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3676 - type: "table"
3677   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3678   algorithm: "table_perf_comparison"
3679   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3680   reference:
3681     title: "2n-skx"
3682     data: "vpp-compare-testbeds-skx-clx-ref"
3683   compare:
3684     title: "2n-clx"
3685     data: "vpp-compare-testbeds-skx-clx-cmp"
3686   data: "vpp-compare-testbeds-skx-clx"
3687   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3688   filter: "'2T1C'"
3689   parameters:
3690   - "name"
3691   - "parent"
3692   - "throughput"
3693   - "tags"
3694
3695 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3696 - type: "table"
3697   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3698   algorithm: "table_perf_comparison"
3699   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3700   reference:
3701     title: "2n-skx"
3702     data: "vpp-compare-testbeds-skx-clx-ref"
3703   compare:
3704     title: "2n-clx"
3705     data: "vpp-compare-testbeds-skx-clx-cmp"
3706   data: "vpp-compare-testbeds-skx-clx"
3707   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3708   filter: "'4T2C'"
3709   parameters:
3710   - "name"
3711   - "parent"
3712   - "throughput"
3713   - "tags"
3714
3715 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3716 - type: "table"
3717   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3718   algorithm: "table_perf_comparison"
3719   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3720   reference:
3721     title: "2n-skx"
3722     data: "vpp-compare-testbeds-skx-clx-ref"
3723   compare:
3724     title: "2n-clx"
3725     data: "vpp-compare-testbeds-skx-clx-cmp"
3726   data: "vpp-compare-testbeds-skx-clx"
3727   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3728   filter: "'2T1C'"
3729   parameters:
3730   - "name"
3731   - "parent"
3732   - "throughput"
3733   - "tags"
3734
3735 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3736 - type: "table"
3737   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3738   algorithm: "table_perf_comparison"
3739   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3740   reference:
3741     title: "2n-skx"
3742     data: "vpp-compare-testbeds-skx-clx-ref"
3743   compare:
3744     title: "2n-clx"
3745     data: "vpp-compare-testbeds-skx-clx-cmp"
3746   data: "vpp-compare-testbeds-skx-clx"
3747   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3748   filter: "'4T2C'"
3749   parameters:
3750   - "name"
3751   - "parent"
3752   - "throughput"
3753   - "tags"
3754
3755 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
3756 - type: "table"
3757   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
3758   algorithm: "table_perf_comparison_nic"
3759   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
3760   reference:
3761     title: "3n-hsw xl710"
3762     data: "vpp-compare-testbeds-hsw-clx-ref"
3763     nic: "NIC_Intel-XL710"
3764   compare:
3765     title: "2n-clx xxv710"
3766     data: "vpp-compare-testbeds-hsw-clx-cmp"
3767     nic: "NIC_Intel-XXV710"
3768   data: "vpp-compare-testbeds-hsw-clx"
3769   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3770   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3771   parameters:
3772   - "name"
3773   - "parent"
3774   - "throughput"
3775   - "tags"
3776
3777 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
3778 - type: "table"
3779   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
3780   algorithm: "table_perf_comparison_nic"
3781   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
3782   reference:
3783     title: "3n-hsw xl710"
3784     data: "vpp-compare-testbeds-hsw-clx-ref"
3785     nic: "NIC_Intel-XL710"
3786   compare:
3787     title: "2n-clx xxv710"
3788     data: "vpp-compare-testbeds-hsw-clx-cmp"
3789     nic: "NIC_Intel-XXV710"
3790   data: "vpp-compare-testbeds-hsw-clx"
3791   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3792   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3793   parameters:
3794   - "name"
3795   - "parent"
3796   - "throughput"
3797   - "tags"
3798
3799 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
3800 - type: "table"
3801   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
3802   algorithm: "table_perf_comparison_nic"
3803   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
3804   reference:
3805     title: "3n-hsw xl710"
3806     data: "vpp-compare-testbeds-hsw-clx-ref"
3807     nic: "NIC_Intel-XL710"
3808   compare:
3809     title: "2n-clx xxv710"
3810     data: "vpp-compare-testbeds-hsw-clx-cmp"
3811     nic: "NIC_Intel-XXV710"
3812   data: "vpp-compare-testbeds-hsw-clx"
3813   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3814   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3815   parameters:
3816   - "name"
3817   - "parent"
3818   - "throughput"
3819   - "tags"
3820
3821 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
3822 - type: "table"
3823   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
3824   algorithm: "table_perf_comparison_nic"
3825   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
3826   reference:
3827     title: "3n-hsw xl710"
3828     data: "vpp-compare-testbeds-hsw-clx-ref"
3829     nic: "NIC_Intel-XL710"
3830   compare:
3831     title: "2n-clx xxv710"
3832     data: "vpp-compare-testbeds-hsw-clx-cmp"
3833     nic: "NIC_Intel-XXV710"
3834   data: "vpp-compare-testbeds-hsw-clx"
3835   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3836   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3837   parameters:
3838   - "name"
3839   - "parent"
3840   - "throughput"
3841   - "tags"
3842
3843 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
3844 - type: "table"
3845   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
3846   algorithm: "table_perf_comparison"
3847   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
3848   reference:
3849     title: "3-Node Skx"
3850     data: "vpp-compare-topologies-ref"
3851   compare:
3852     title: "2-Node Skx"
3853     data: "vpp-compare-topologies-cmp"
3854   data: "vpp-compare-topologies"
3855   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3856   filter: "'NDRPDR' and '1C'"
3857   parameters:
3858   - "name"
3859   - "parent"
3860   - "throughput"
3861
3862 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
3863 - type: "table"
3864   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
3865   algorithm: "table_perf_comparison"
3866   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
3867   reference:
3868     title: "3-Node Skx"
3869     data: "vpp-compare-topologies-ref"
3870   compare:
3871     title: "2-Node Skx"
3872     data: "vpp-compare-topologies-cmp"
3873   data: "vpp-compare-topologies"
3874   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3875   filter: "'NDRPDR' and '2C'"
3876   parameters:
3877   - "name"
3878   - "parent"
3879   - "throughput"
3880
3881 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
3882 - type: "table"
3883   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
3884   algorithm: "table_perf_comparison"
3885   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
3886   reference:
3887     title: "3-Node Skx"
3888     data: "vpp-compare-topologies-ref"
3889   compare:
3890     title: "2-Node Skx"
3891     data: "vpp-compare-topologies-cmp"
3892   data: "vpp-compare-topologies"
3893   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3894   filter: "'NDRPDR' and '1C'"
3895   parameters:
3896   - "name"
3897   - "parent"
3898   - "throughput"
3899
3900 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
3901 - type: "table"
3902   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
3903   algorithm: "table_perf_comparison"
3904   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
3905   reference:
3906     title: "3-Node Skx"
3907     data: "vpp-compare-topologies-ref"
3908   compare:
3909     title: "2-Node Skx"
3910     data: "vpp-compare-topologies-cmp"
3911   data: "vpp-compare-topologies"
3912   include-tests: "PDR"
3913   filter: "'NDRPDR' and '2C'"
3914   parameters:
3915   - "name"
3916   - "parent"
3917   - "throughput"
3918
3919 # VPP Performance Changes 3n-hsw 1t1c MRR
3920 - type: "table"
3921   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
3922   algorithm: "table_perf_comparison"
3923   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
3924   history:
3925     - title: "rls1904"
3926       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3927   reference:
3928     title: "rls1908"
3929     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3930   compare:
3931     title: "rls2001"
3932     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3933   data: "vpp-performance-changes-3n-hsw-mrr"
3934   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3935   filter: "'1T1C' and 'MRR' and not 'NF_DENSITY'"
3936   parameters:
3937   - "name"
3938   - "parent"
3939   - "result"
3940
3941 # VPP Performance Changes 3n-hsw 2t2c MRR
3942 - type: "table"
3943   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
3944   algorithm: "table_perf_comparison"
3945   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
3946   history:
3947     - title: "rls1904"
3948       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3949   reference:
3950     title: "rls1908"
3951     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3952   compare:
3953     title: "rls2001"
3954     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3955   data: "vpp-performance-changes-3n-hsw-mrr"
3956   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3957   filter: "'2T2C' and 'MRR' and not 'NF_DENSITY'"
3958   parameters:
3959   - "name"
3960   - "parent"
3961   - "result"
3962
3963 # VPP Performance Changes 3n-hsw 4t4c MRR
3964 - type: "table"
3965   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
3966   algorithm: "table_perf_comparison"
3967   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
3968   history:
3969     - title: "rls1904"
3970       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3971   reference:
3972     title: "rls1908"
3973     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3974   compare:
3975     title: "rls2001"
3976     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3977   data: "vpp-performance-changes-3n-hsw-mrr"
3978   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3979   filter: "'4T4C' and 'MRR' and not 'NF_DENSITY'"
3980   parameters:
3981   - "name"
3982   - "parent"
3983   - "result"
3984
3985 # VPP Performance Changes 3n-skx 2t1c MRR
3986 - type: "table"
3987   title: "VPP Performance Changes 3n-skx 2t1c MRR"
3988   algorithm: "table_perf_comparison"
3989   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
3990   history:
3991     - title: "rls1904"
3992       data: "vpp-performance-changes-3n-skx-mrr-h1"
3993   reference:
3994     title: "rls1908"
3995     data: "vpp-performance-changes-3n-skx-mrr-ref"
3996   compare:
3997     title: "rls2001"
3998     data: "vpp-performance-changes-3n-skx-mrr-cmp"
3999   data: "vpp-performance-changes-3n-skx-mrr"
4000   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4001   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
4002   parameters:
4003   - "name"
4004   - "parent"
4005   - "result"
4006
4007 # VPP Performance Changes 3n-skx 4t2c MRR
4008 - type: "table"
4009   title: "VPP Performance Changes 3n-skx 4t2c MRR"
4010   algorithm: "table_perf_comparison"
4011   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4012   history:
4013     - title: "rls1904"
4014       data: "vpp-performance-changes-3n-skx-mrr-h1"
4015   reference:
4016     title: "rls1908"
4017     data: "vpp-performance-changes-3n-skx-mrr-ref"
4018   compare:
4019     title: "rls2001"
4020     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4021   data: "vpp-performance-changes-3n-skx-mrr"
4022   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4023   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
4024   parameters:
4025   - "name"
4026   - "parent"
4027   - "result"
4028
4029 # VPP Performance Changes 3n-skx 8t4c MRR
4030 - type: "table"
4031   title: "VPP Performance Changes 3n-skx 8t4c MRR"
4032   algorithm: "table_perf_comparison"
4033   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4034   history:
4035     - title: "rls1904"
4036       data: "vpp-performance-changes-3n-skx-mrr-h1"
4037   reference:
4038     title: "rls1908"
4039     data: "vpp-performance-changes-3n-skx-mrr-ref"
4040   compare:
4041     title: "rls2001"
4042     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4043   data: "vpp-performance-changes-3n-skx-mrr"
4044   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4045   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
4046   parameters:
4047   - "name"
4048   - "parent"
4049   - "result"
4050
4051 # VPP Performance Changes 2n-skx 2t1c MRR
4052 - type: "table"
4053   title: "VPP Performance Changes 2n-skx 2t1c MRR"
4054   algorithm: "table_perf_comparison"
4055   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4056   history:
4057     - title: "rls1904"
4058       data: "vpp-performance-changes-2n-skx-mrr-h1"
4059   reference:
4060     title: "rls1908"
4061     data: "vpp-performance-changes-2n-skx-mrr-ref"
4062   compare:
4063     title: "rls2001"
4064     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4065   data: "vpp-performance-changes-2n-skx-mrr"
4066   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4067   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
4068   parameters:
4069   - "name"
4070   - "parent"
4071   - "result"
4072
4073 # VPP Performance Changes 2n-skx 4t2c MRR
4074 - type: "table"
4075   title: "VPP Performance Changes 2n-skx 4t2c MRR"
4076   algorithm: "table_perf_comparison"
4077   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4078   history:
4079     - title: "rls1904"
4080       data: "vpp-performance-changes-2n-skx-mrr-h1"
4081   reference:
4082     title: "rls1908"
4083     data: "vpp-performance-changes-2n-skx-mrr-ref"
4084   compare:
4085     title: "rls2001"
4086     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4087   data: "vpp-performance-changes-2n-skx-mrr"
4088   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4089   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
4090   parameters:
4091   - "name"
4092   - "parent"
4093   - "result"
4094
4095 # VPP Performance Changes 2n-skx 8t4c MRR
4096 - type: "table"
4097   title: "VPP Performance Changes 2n-skx 8t4c MRR"
4098   algorithm: "table_perf_comparison"
4099   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4100   history:
4101     - title: "rls1904"
4102       data: "vpp-performance-changes-2n-skx-mrr-h1"
4103   reference:
4104     title: "rls1908"
4105     data: "vpp-performance-changes-2n-skx-mrr-ref"
4106   compare:
4107     title: "rls2001"
4108     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4109   data: "vpp-performance-changes-2n-skx-mrr"
4110   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4111   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
4112   parameters:
4113   - "name"
4114   - "parent"
4115   - "result"
4116
4117 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
4118 #- type: "table"
4119 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
4120 #  algorithm: "table_perf_comparison"
4121 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
4122 #  reference:
4123 #    title: "rls1908"
4124 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4125 #  compare:
4126 #    title: "rls2001"
4127 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4128 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4129 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4130 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
4131 #  parameters:
4132 #  - "name"
4133 #  - "parent"
4134 #  - "result"
4135 #
4136 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
4137 #- type: "table"
4138 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
4139 #  algorithm: "table_perf_comparison"
4140 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
4141 #  reference:
4142 #    title: "rls1908"
4143 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4144 #  compare:
4145 #    title: "rls2001"
4146 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4147 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4148 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4149 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
4150 #  parameters:
4151 #  - "name"
4152 #  - "parent"
4153 #  - "result"
4154 #
4155 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
4156 #- type: "table"
4157 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
4158 #  algorithm: "table_perf_comparison"
4159 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
4160 #  reference:
4161 #    title: "rls1908"
4162 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4163 #  compare:
4164 #    title: "rls2001"
4165 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4166 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4167 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4168 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
4169 #  parameters:
4170 #  - "name"
4171 #  - "parent"
4172 #  - "result"
4173
4174 # VPP Performance Changes 2n-dnv 1t1c MRR
4175 - type: "table"
4176   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
4177   algorithm: "table_perf_comparison"
4178   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4179   reference:
4180     title: "rls1908"
4181     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4182   compare:
4183     title: "rls2001"
4184     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4185   data: "vpp-performance-changes-2n-dnv-mrr"
4186   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4187   filter: "'1T1C' and 'MRR'"
4188   parameters:
4189   - "name"
4190   - "parent"
4191   - "result"
4192
4193 # VPP Performance Changes 2n-dnv 2t2c MRR
4194 - type: "table"
4195   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
4196   algorithm: "table_perf_comparison"
4197   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4198   reference:
4199     title: "rls1908"
4200     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4201   compare:
4202     title: "rls2001"
4203     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4204   data: "vpp-performance-changes-2n-dnv-mrr"
4205   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4206   filter: "'2T2C' and 'MRR'"
4207   parameters:
4208   - "name"
4209   - "parent"
4210   - "result"
4211
4212 # VPP Performance Changes 2n-dnv 4t4c MRR
4213 - type: "table"
4214   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
4215   algorithm: "table_perf_comparison"
4216   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4217   reference:
4218     title: "rls1908"
4219     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4220   compare:
4221     title: "rls2001"
4222     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4223   data: "vpp-performance-changes-2n-dnv-mrr"
4224   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4225   filter: "'4T4C' and 'MRR'"
4226   parameters:
4227   - "name"
4228   - "parent"
4229   - "result"
4230
4231 # VPP Performance Changes 3n-dnv 1t1c MRR
4232 - type: "table"
4233   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
4234   algorithm: "table_perf_comparison"
4235   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4236   reference:
4237     title: "rls1908"
4238     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4239   compare:
4240     title: "rls2001"
4241     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4242   data: "vpp-performance-changes-3n-dnv-mrr"
4243   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4244   filter: "'1T1C' and 'MRR'"
4245   parameters:
4246   - "name"
4247   - "parent"
4248   - "result"
4249
4250 # VPP Performance Changes 3n-dnv 2t2c MRR
4251 - type: "table"
4252   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
4253   algorithm: "table_perf_comparison"
4254   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4255   reference:
4256     title: "rls1908"
4257     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4258   compare:
4259     title: "rls2001"
4260     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4261   data: "vpp-performance-changes-3n-dnv-mrr"
4262   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4263   filter: "'2T2C' and 'MRR'"
4264   parameters:
4265   - "name"
4266   - "parent"
4267   - "result"
4268
4269 # VPP Performance Changes 3n-dnv 4t4c MRR
4270 - type: "table"
4271   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
4272   algorithm: "table_perf_comparison"
4273   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4274   reference:
4275     title: "rls1908"
4276     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4277   compare:
4278     title: "rls2001"
4279     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4280   data: "vpp-performance-changes-3n-dnv-mrr"
4281   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4282   filter: "'4T4C' and 'MRR'"
4283   parameters:
4284   - "name"
4285   - "parent"
4286   - "result"
4287
4288 # VPP Performance Changes 3n-tsh 1t1c MRR
4289 - type: "table"
4290   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
4291   algorithm: "table_perf_comparison"
4292   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4293   reference:
4294     title: "rls1908"
4295     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4296   compare:
4297     title: "rls2001"
4298     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4299   data: "vpp-performance-changes-3n-tsh-mrr"
4300   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4301   filter: "'1T1C' and 'MRR'"
4302   parameters:
4303   - "name"
4304   - "parent"
4305   - "result"
4306
4307 # VPP Performance Changes 3n-tsh 2t2c MRR
4308 - type: "table"
4309   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
4310   algorithm: "table_perf_comparison"
4311   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4312   reference:
4313     title: "rls1908"
4314     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4315   compare:
4316     title: "rls2001"
4317     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4318   data: "vpp-performance-changes-3n-tsh-mrr"
4319   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4320   filter: "'2T2C' and 'MRR'"
4321   parameters:
4322   - "name"
4323   - "parent"
4324   - "result"
4325
4326 # VPP Performance Changes 3n-tsh 4t4c MRR
4327 - type: "table"
4328   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
4329   algorithm: "table_perf_comparison"
4330   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4331   reference:
4332     title: "rls1908"
4333     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4334   compare:
4335     title: "rls2001"
4336     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4337   data: "vpp-performance-changes-3n-tsh-mrr"
4338   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4339   filter: "'4T4C' and 'MRR'"
4340   parameters:
4341   - "name"
4342   - "parent"
4343   - "result"
4344
4345 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4346 - type: "table"
4347   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4348   algorithm: "table_perf_comparison_nic"
4349   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4350   reference:
4351     title: "3n-hsw xl710"
4352     data: "vpp-compare-testbeds-mrr-ref"
4353     nic: "NIC_Intel-XL710"
4354   compare:
4355     title: "3n-skx xxv710"
4356     data: "vpp-compare-testbeds-mrr-cmp"
4357     nic: "NIC_Intel-XXV710"
4358   data: "vpp-compare-testbeds-mrr"
4359   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4360   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4361   parameters:
4362   - "name"
4363   - "parent"
4364   - "result"
4365   - "tags"
4366
4367 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4368 - type: "table"
4369   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4370   algorithm: "table_perf_comparison_nic"
4371   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4372   reference:
4373     title: "3n-hsw xl710"
4374     data: "vpp-compare-testbeds-mrr-ref"
4375     nic: "NIC_Intel-XL710"
4376   compare:
4377     title: "3n-skx xxv710"
4378     data: "vpp-compare-testbeds-mrr-cmp"
4379     nic: "NIC_Intel-XXV710"
4380   data: "vpp-compare-testbeds-mrr"
4381   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4382   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4383   parameters:
4384   - "name"
4385   - "parent"
4386   - "result"
4387   - "tags"
4388
4389 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4390 - type: "table"
4391   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4392   algorithm: "table_perf_comparison_nic"
4393   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4394   reference:
4395     title: "3n-hsw xl710"
4396     data: "vpp-compare-testbeds-mrr-ref"
4397     nic: "NIC_Intel-XL710"
4398   compare:
4399     title: "3n-skx xxv710"
4400     data: "vpp-compare-testbeds-mrr-cmp"
4401     nic: "NIC_Intel-XXV710"
4402   data: "vpp-compare-testbeds-mrr"
4403   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4404   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4405   parameters:
4406   - "name"
4407   - "parent"
4408   - "result"
4409   - "tags"
4410
4411 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4412 - type: "table"
4413   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4414   algorithm: "table_perf_comparison"
4415   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4416   reference:
4417     title: "2n-skx"
4418     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4419   compare:
4420     title: "2n-clx"
4421     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4422   data: "vpp-compare-testbeds-mrr-skx-clx"
4423   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4424   filter: "'2T1C'"
4425   parameters:
4426   - "name"
4427   - "parent"
4428   - "result"
4429   - "tags"
4430
4431 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4432 - type: "table"
4433   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4434   algorithm: "table_perf_comparison"
4435   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4436   reference:
4437     title: "2n-skx"
4438     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4439   compare:
4440     title: "2n-clx"
4441     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4442   data: "vpp-compare-testbeds-mrr-skx-clx"
4443   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4444   filter: "'4T2C'"
4445   parameters:
4446   - "name"
4447   - "parent"
4448   - "result"
4449   - "tags"
4450
4451 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4452 - type: "table"
4453   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4454   algorithm: "table_perf_comparison"
4455   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4456   reference:
4457     title: "2n-skx"
4458     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4459   compare:
4460     title: "2n-clx"
4461     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4462   data: "vpp-compare-testbeds-mrr-skx-clx"
4463   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4464   filter: "'8T4C'"
4465   parameters:
4466   - "name"
4467   - "parent"
4468   - "result"
4469   - "tags"
4470
4471 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4472 - type: "table"
4473   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4474   algorithm: "table_perf_comparison"
4475   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4476   reference:
4477     title: "3-Node Skx"
4478     data: "vpp-compare-topologies-mrr-ref"
4479   compare:
4480     title: "2-Node Skx"
4481     data: "vpp-compare-topologies-mrr-cmp"
4482   data: "vpp-compare-topologies-mrr"
4483   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4484   filter: "'MRR' and '1C'"
4485   parameters:
4486   - "name"
4487   - "parent"
4488   - "result"
4489
4490 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4491 - type: "table"
4492   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4493   algorithm: "table_perf_comparison"
4494   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4495   reference:
4496     title: "3-Node Skx"
4497     data: "vpp-compare-topologies-mrr-ref"
4498   compare:
4499     title: "2-Node Skx"
4500     data: "vpp-compare-topologies-mrr-cmp"
4501   data: "vpp-compare-topologies-mrr"
4502   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4503   filter: "'MRR' and '2C'"
4504   parameters:
4505   - "name"
4506   - "parent"
4507   - "result"
4508
4509 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4510 - type: "table"
4511   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4512   algorithm: "table_perf_comparison"
4513   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4514   reference:
4515     title: "3-Node Skx"
4516     data: "vpp-compare-topologies-mrr-ref"
4517   compare:
4518     title: "2-Node Skx"
4519     data: "vpp-compare-topologies-mrr-cmp"
4520   data: "vpp-compare-topologies-mrr"
4521   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4522   filter: "'MRR' and '4C'"
4523   parameters:
4524   - "name"
4525   - "parent"
4526   - "result"
4527
4528 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
4529 - type: "table"
4530   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
4531   algorithm: "table_perf_comparison_nic"
4532   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
4533   reference:
4534     title: "3n-hsw xl710"
4535     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4536     nic: "NIC_Intel-XL710"
4537   compare:
4538     title: "2n-clx xxv710"
4539     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4540     nic: "NIC_Intel-XXV710"
4541   data: "vpp-compare-testbeds-mrr-hsw-clx"
4542   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4543   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4544   parameters:
4545   - "name"
4546   - "parent"
4547   - "result"
4548   - "tags"
4549
4550 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
4551 - type: "table"
4552   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
4553   algorithm: "table_perf_comparison_nic"
4554   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
4555   reference:
4556     title: "3n-hsw xl710"
4557     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4558     nic: "NIC_Intel-XL710"
4559   compare:
4560     title: "2n-clx xxv710"
4561     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4562     nic: "NIC_Intel-XXV710"
4563   data: "vpp-compare-testbeds-mrr-hsw-clx"
4564   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4565   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4566   parameters:
4567   - "name"
4568   - "parent"
4569   - "result"
4570   - "tags"
4571
4572 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
4573 - type: "table"
4574   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
4575   algorithm: "table_perf_comparison_nic"
4576   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
4577   reference:
4578     title: "3n-hsw xl710"
4579     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4580     nic: "NIC_Intel-XL710"
4581   compare:
4582     title: "2n-clx xxv710"
4583     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4584     nic: "NIC_Intel-XXV710"
4585   data: "vpp-compare-testbeds-mrr-hsw-clx"
4586   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4587   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4588   parameters:
4589   - "name"
4590   - "parent"
4591   - "result"
4592   - "tags"
4593
4594 # Detailed Test Results - VPP Performance Results 3n-hsw
4595 - type: "table"
4596   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4597   algorithm: "table_merged_details"
4598   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
4599   columns:
4600   - title: " |prein| Test Name |preout| "
4601     data: "data name"
4602   - 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| "
4603     data: "data msg"
4604   data: "vpp-perf-results-3n-hsw"
4605   filter: "all"
4606   parameters:
4607   - "name"
4608   - "parent"
4609   - "msg"
4610
4611 # Detailed Test Results - VPP Performance Results 3n-skx
4612 - type: "table"
4613   title: "Detailed Test Results - VPP Performance Results 3n-skx"
4614   algorithm: "table_merged_details"
4615   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
4616   columns:
4617   - title: " |prein| Test Name |preout| "
4618     data: "data name"
4619   - 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| "
4620     data: "data msg"
4621   data: "vpp-perf-results-3n-skx"
4622   filter: "all"
4623   remove-ndr: True  # Temporary solution: remove NDR results from test message
4624   parameters:
4625   - "name"
4626   - "parent"
4627   - "msg"
4628
4629 # Detailed Test Results - VPP Performance Results 2n-skx
4630 - type: "table"
4631   title: "Detailed Test Results - VPP Performance Results 2n-skx"
4632   algorithm: "table_merged_details"
4633   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
4634   columns:
4635   - title: " |prein| Test Name |preout| "
4636     data: "data name"
4637   - 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| "
4638     data: "data msg"
4639   data: "vpp-perf-results-2n-skx"
4640   filter: "all"
4641   remove-ndr: True  # Temporary solution: remove NDR results from test message
4642   parameters:
4643   - "name"
4644   - "parent"
4645   - "msg"
4646
4647 # Detailed Test Results - VPP Performance Results 2n-clx
4648 - type: "table"
4649   title: "Detailed Test Results - VPP Performance Results 2n-clx"
4650   algorithm: "table_merged_details"
4651   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
4652   columns:
4653   - title: " |prein| Test Name |preout| "
4654     data: "data name"
4655   - 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| "
4656     data: "data msg"
4657   data: "vpp-perf-results-2n-clx"
4658   filter: "all"
4659   parameters:
4660   - "name"
4661   - "parent"
4662   - "msg"
4663
4664 # Detailed Test Results - VPP Performance Results 3n-tsh
4665 - type: "table"
4666   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4667   algorithm: "table_merged_details"
4668   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
4669   columns:
4670   - title: " |prein| Test Name |preout| "
4671     data: "data name"
4672   - 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| "
4673     data: "data msg"
4674   data: "vpp-perf-results-3n-tsh"
4675   filter: "all"
4676   parameters:
4677   - "name"
4678   - "parent"
4679   - "msg"
4680
4681 # Detailed Test Results - VPP Performance Results 3n-dnv
4682 - type: "table"
4683   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4684   algorithm: "table_merged_details"
4685   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
4686   columns:
4687   - title: " |prein| Test Name |preout| "
4688     data: "data name"
4689   - 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| "
4690     data: "data msg"
4691   data: "vpp-perf-results-3n-dnv"
4692   filter: "all"
4693   parameters:
4694   - "name"
4695   - "parent"
4696   - "msg"
4697
4698 # Detailed Test Results - VPP Performance Results 2n-dnv
4699 - type: "table"
4700   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4701   algorithm: "table_merged_details"
4702   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4703   columns:
4704   - title: " |prein| Test Name |preout| "
4705     data: "data name"
4706   - 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| "
4707     data: "data msg"
4708   data: "vpp-perf-results-2n-dnv"
4709   filter: "all"
4710   parameters:
4711   - "name"
4712   - "parent"
4713   - "msg"
4714
4715 # Test configuration - VPP Performance Test Configs 3n-hsw
4716 - type: "table"
4717   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
4718   algorithm: "table_merged_details"
4719   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
4720   columns:
4721   - title: " |prein| Test Name |preout| "
4722     data: "data name"
4723   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4724     data: "data conf-history"
4725   data: "vpp-perf-results-3n-hsw"
4726   filter: "all"
4727   parameters:
4728   - "parent"
4729   - "name"
4730   - "conf-history"
4731
4732 # Test configuration - VPP Performance Test Configs 3n-skx
4733 - type: "table"
4734   title: "Test configuration - VPP Performance Test Configs 3n-skx"
4735   algorithm: "table_merged_details"
4736   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
4737   columns:
4738   - title: " |prein| Test Name |preout| "
4739     data: "data name"
4740   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4741     data: "data conf-history"
4742   data: "vpp-perf-results-3n-skx"
4743   filter: "all"
4744   parameters:
4745   - "parent"
4746   - "name"
4747   - "conf-history"
4748
4749 # Test configuration - VPP Performance Test Configs 2n-skx
4750 - type: "table"
4751   title: "Test configuration - VPP Performance Test Configs 2n-skx"
4752   algorithm: "table_merged_details"
4753   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
4754   columns:
4755   - title: " |prein| Test Name |preout| "
4756     data: "data name"
4757   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4758     data: "data conf-history"
4759   data: "vpp-perf-results-2n-skx"
4760   filter: "all"
4761   parameters:
4762   - "parent"
4763   - "name"
4764   - "conf-history"
4765
4766 # Test configuration - VPP Performance Test Configs 2n-clx
4767 - type: "table"
4768   title: "Test configuration - VPP Performance Test Configs 2n-clx"
4769   algorithm: "table_merged_details"
4770   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
4771   columns:
4772   - title: " |prein| Test Name |preout| "
4773     data: "data name"
4774   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4775     data: "data conf-history"
4776   data: "vpp-perf-results-2n-clx"
4777   filter: "all"
4778   parameters:
4779   - "parent"
4780   - "name"
4781   - "conf-history"
4782
4783 # Test configuration - VPP Performance Test Configs 3n-tsh
4784 - type: "table"
4785   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
4786   algorithm: "table_merged_details"
4787   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
4788   columns:
4789   - title: " |prein| Test Name |preout| "
4790     data: "data name"
4791   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4792     data: "data conf-history"
4793   data: "vpp-perf-results-3n-tsh"
4794   filter: "all"
4795   parameters:
4796   - "parent"
4797   - "name"
4798   - "conf-history"
4799
4800 # Test configuration - VPP Performance Test Configs 3n-dnv
4801 - type: "table"
4802   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
4803   algorithm: "table_merged_details"
4804   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
4805   columns:
4806   - title: " |prein| Test Name |preout| "
4807     data: "data name"
4808   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4809     data: "data conf-history"
4810   data: "vpp-perf-results-3n-dnv"
4811   filter: "all"
4812   parameters:
4813   - "parent"
4814   - "name"
4815   - "conf-history"
4816
4817 # Test configuration - VPP Performance Test Configs 2n-dnv
4818 - type: "table"
4819   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
4820   algorithm: "table_merged_details"
4821   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
4822   columns:
4823   - title: " |prein| Test Name |preout| "
4824     data: "data name"
4825   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4826     data: "data conf-history"
4827   data: "vpp-perf-results-2n-dnv"
4828   filter: "all"
4829   parameters:
4830   - "parent"
4831   - "name"
4832   - "conf-history"
4833
4834 # Test Operational Data - VPP Performance Operational Data 3n-hsw
4835 - type: "table"
4836   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
4837   algorithm: "table_oper_data_html"
4838   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
4839   data: "vpp-perf-results-3n-hsw"
4840   filter: "all"
4841
4842 # Test Operational Data - VPP Performance Operational Data 3n-skx
4843 - type: "table"
4844   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
4845   algorithm: "table_oper_data_html"
4846   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
4847   data: "vpp-perf-results-3n-skx"
4848   filter: "all"
4849
4850 # Test Operational Data - VPP Performance Operational Data 2n-skx
4851 - type: "table"
4852   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
4853   algorithm: "table_oper_data_html"
4854   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
4855   data: "vpp-perf-results-2n-skx"
4856   filter: "all"
4857
4858 # Test Operational Data - VPP Performance Operational Data 2n-clx
4859 - type: "table"
4860   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
4861   algorithm: "table_oper_data_html"
4862   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
4863   data: "vpp-perf-results-2n-clx"
4864   filter: "all"
4865
4866 # Test Operational Data - VPP Performance Operational Data 3n-tsh
4867 - type: "table"
4868   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
4869   algorithm: "table_oper_data_html"
4870   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
4871   data: "vpp-perf-results-3n-tsh"
4872   filter: "all"
4873
4874 # Test Operational Data - VPP Performance Operational Data 3n-dnv
4875 - type: "table"
4876   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
4877   algorithm: "table_oper_data_html"
4878   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
4879   data: "vpp-perf-results-3n-dnv"
4880   filter: "all"
4881
4882 # Test Operational Data - VPP Performance Operational Data 2n-dnv
4883 - type: "table"
4884   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
4885   algorithm: "table_oper_data_html"
4886   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
4887   data: "vpp-perf-results-2n-dnv"
4888   filter: "all"
4889
4890 # Detailed Test Results - VPP MRR Results 3n-hsw
4891 - type: "table"
4892   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
4893   algorithm: "table_merged_details"
4894   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
4895   columns:
4896   - title: " |prein| Test Name |preout| "
4897     data: "data name"
4898   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4899     data: "data msg"
4900   data: "vpp-mrr-results-3n-hsw"
4901   filter: "all"
4902   parameters:
4903   - "name"
4904   - "parent"
4905   - "msg"
4906
4907 # Detailed Test Results - VPP MRR Results 3n-skx
4908 - type: "table"
4909   title: "Detailed Test Results - VPP MRR Results 3n-skx"
4910   algorithm: "table_merged_details"
4911   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
4912   columns:
4913   - title: " |prein| Test Name |preout| "
4914     data: "data name"
4915   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4916     data: "data msg"
4917   data: "vpp-mrr-results-3n-skx"
4918   filter: "all"
4919   parameters:
4920   - "name"
4921   - "parent"
4922   - "msg"
4923
4924 # Detailed Test Results - VPP MRR Results 2n-skx
4925 - type: "table"
4926   title: "Detailed Test Results - VPP MRR Results 2n-skx"
4927   algorithm: "table_merged_details"
4928   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
4929   columns:
4930   - title: " |prein| Test Name |preout| "
4931     data: "data name"
4932   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4933     data: "data msg"
4934   data: "vpp-mrr-results-2n-skx"
4935   filter: "all"
4936   parameters:
4937   - "name"
4938   - "parent"
4939   - "msg"
4940
4941 # Detailed Test Results - VPP MRR Results 2n-clx
4942 - type: "table"
4943   title: "Detailed Test Results - VPP MRR Results 2n-clx"
4944   algorithm: "table_merged_details"
4945   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
4946   columns:
4947   - title: " |prein| Test Name |preout| "
4948     data: "data name"
4949   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4950     data: "data msg"
4951   data: "vpp-mrr-results-2n-clx"
4952   filter: "all"
4953   parameters:
4954   - "name"
4955   - "parent"
4956   - "msg"
4957
4958 # Detailed Test Results - VPP MRR Results 3n-tsh
4959 - type: "table"
4960   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
4961   algorithm: "table_merged_details"
4962   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
4963   columns:
4964   - title: " |prein| Test Name |preout| "
4965     data: "data name"
4966   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4967     data: "data msg"
4968   data: "vpp-mrr-results-3n-tsh"
4969   filter: "all"
4970   parameters:
4971   - "name"
4972   - "parent"
4973   - "msg"
4974
4975 # Detailed Test Results - VPP MRR Results 3n-dnv
4976 - type: "table"
4977   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
4978   algorithm: "table_merged_details"
4979   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
4980   columns:
4981   - title: " |prein| Test Name |preout| "
4982     data: "data name"
4983   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4984     data: "data msg"
4985   data: "vpp-mrr-results-3n-dnv"
4986   filter: "all"
4987   parameters:
4988   - "name"
4989   - "parent"
4990   - "msg"
4991
4992 # Detailed Test Results - VPP MRR Results 2n-dnv
4993 - type: "table"
4994   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
4995   algorithm: "table_merged_details"
4996   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
4997   columns:
4998   - title: " |prein| Test Name |preout| "
4999     data: "data name"
5000   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5001     data: "data msg"
5002   data: "vpp-mrr-results-2n-dnv"
5003   filter: "all"
5004   parameters:
5005   - "name"
5006   - "parent"
5007   - "msg"
5008
5009 # Test configuration - VPP MRR Test Configs 3n-hsw
5010 - type: "table"
5011   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5012   algorithm: "table_merged_details"
5013   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5014   columns:
5015   - title: " |prein| Test Name |preout| "
5016     data: "data name"
5017   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5018     data: "data conf-history"
5019   data: "vpp-mrr-results-3n-hsw"
5020   filter: "all"
5021   parameters:
5022   - "parent"
5023   - "name"
5024   - "conf-history"
5025
5026 # Test configuration - VPP MRR Test Configs 3n-skx
5027 - type: "table"
5028   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5029   algorithm: "table_merged_details"
5030   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5031   columns:
5032   - title: " |prein| Test Name |preout| "
5033     data: "data name"
5034   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5035     data: "data conf-history"
5036   data: "vpp-mrr-results-3n-skx"
5037   filter: "all"
5038   parameters:
5039   - "parent"
5040   - "name"
5041   - "conf-history"
5042
5043 # Test configuration - VPP MRR Test Configs 2n-skx
5044 - type: "table"
5045   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5046   algorithm: "table_merged_details"
5047   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5048   columns:
5049   - title: " |prein| Test Name |preout| "
5050     data: "data name"
5051   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5052     data: "data conf-history"
5053   data: "vpp-mrr-results-2n-skx"
5054   filter: "all"
5055   parameters:
5056   - "parent"
5057   - "name"
5058   - "conf-history"
5059
5060 # Test configuration - VPP MRR Test Configs 2n-clx
5061 - type: "table"
5062   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5063   algorithm: "table_merged_details"
5064   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5065   columns:
5066   - title: " |prein| Test Name |preout| "
5067     data: "data name"
5068   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5069     data: "data conf-history"
5070   data: "vpp-mrr-results-2n-clx"
5071   filter: "all"
5072   parameters:
5073   - "parent"
5074   - "name"
5075   - "conf-history"
5076
5077 # Test configuration - VPP MRR Test Configs 3n-tsh
5078 - type: "table"
5079   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5080   algorithm: "table_merged_details"
5081   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5082   columns:
5083   - title: " |prein| Test Name |preout| "
5084     data: "data name"
5085   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5086     data: "data conf-history"
5087   data: "vpp-mrr-results-3n-tsh"
5088   filter: "all"
5089   parameters:
5090   - "parent"
5091   - "name"
5092   - "conf-history"
5093
5094 # Test configuration - VPP MRR Test Configs 3n-dnv
5095 - type: "table"
5096   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5097   algorithm: "table_merged_details"
5098   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5099   columns:
5100   - title: " |prein| Test Name |preout| "
5101     data: "data name"
5102   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5103     data: "data conf-history"
5104   data: "vpp-mrr-results-3n-dnv"
5105   filter: "all"
5106   parameters:
5107   - "parent"
5108   - "name"
5109   - "conf-history"
5110
5111 # Test configuration - VPP MRR Test Configs 2n-dnv
5112 - type: "table"
5113   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5114   algorithm: "table_merged_details"
5115   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5116   columns:
5117   - title: " |prein| Test Name |preout| "
5118     data: "data name"
5119   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5120     data: "data conf-history"
5121   data: "vpp-mrr-results-2n-dnv"
5122   filter: "all"
5123   parameters:
5124   - "parent"
5125   - "name"
5126   - "conf-history"
5127
5128 # Detailed Test Results - VPP Device Results - Ubuntu
5129 - type: "table"
5130   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5131   algorithm: "table_merged_details"
5132   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5133   columns:
5134   - title: " |prein| Test Name |preout| "
5135     data: "data name"
5136   - title: " |prein| Status |preout| "
5137     data: "data status"
5138   data: "vpp-device-results-ubuntu"
5139   filter: "all"
5140   parameters:
5141   - "name"
5142   - "parent"
5143   - "doc"
5144   - "status"
5145
5146 # Test configuration - VPP Device Test Configs - Ubuntu
5147 - type: "table"
5148   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5149   algorithm: "table_merged_details"
5150   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5151   columns:
5152   - title: " |prein| Test Name |preout| "
5153     data: "data name"
5154   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5155     data: "data conf-history"
5156   data: "vpp-device-results-ubuntu"
5157   filter: "all"
5158   parameters:
5159   - "parent"
5160   - "name"
5161   - "conf-history"
5162
5163 ################################################################################
5164
5165 # DPDK Performance Changes 3n-hsw 1t1c pdr
5166 - type: "table"
5167   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5168   algorithm: "table_perf_comparison"
5169   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5170   history:
5171     - title: "rls1904"
5172       data: "dpdk-performance-changes-3n-hsw-h1"
5173   reference:
5174     title: "rls1908"
5175     data: "dpdk-performance-changes-3n-hsw-ref"
5176   compare:
5177     title: "rls2001"
5178     data: "dpdk-performance-changes-3n-hsw-cmp"
5179   data: "dpdk-performance-changes-3n-hsw"
5180   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5181   filter: "'1T1C' and 'NDRPDR'"
5182   parameters:
5183   - "name"
5184   - "parent"
5185   - "throughput"
5186
5187 # DPDK Performance Changes 3n-hsw 2t2c pdr
5188 - type: "table"
5189   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5190   algorithm: "table_perf_comparison"
5191   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5192   history:
5193     - title: "rls1904"
5194       data: "dpdk-performance-changes-3n-hsw-h1"
5195   reference:
5196     title: "rls1908"
5197     data: "dpdk-performance-changes-3n-hsw-ref"
5198   compare:
5199     title: "rls2001"
5200     data: "dpdk-performance-changes-3n-hsw-cmp"
5201   data: "dpdk-performance-changes-3n-hsw"
5202   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5203   filter: "'2T2C' and 'NDRPDR'"
5204   parameters:
5205   - "name"
5206   - "parent"
5207   - "throughput"
5208
5209 # DPDK Performance Changes 3n-hsw 1t1c ndr
5210 - type: "table"
5211   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5212   algorithm: "table_perf_comparison"
5213   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5214   history:
5215     - title: "rls1904"
5216       data: "dpdk-performance-changes-3n-hsw-h1"
5217   reference:
5218     title: "rls1908"
5219     data: "dpdk-performance-changes-3n-hsw-ref"
5220   compare:
5221     title: "rls2001"
5222     data: "dpdk-performance-changes-3n-hsw-cmp"
5223   data: "dpdk-performance-changes-3n-hsw"
5224   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5225   filter: "'1T1C' and 'NDRPDR'"
5226   parameters:
5227   - "name"
5228   - "parent"
5229   - "throughput"
5230
5231 # DPDK Performance Changes 3n-hsw 2t2c ndr
5232 - type: "table"
5233   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5234   algorithm: "table_perf_comparison"
5235   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5236   history:
5237     - title: "rls1904"
5238       data: "dpdk-performance-changes-3n-hsw-h1"
5239   reference:
5240     title: "rls1908"
5241     data: "dpdk-performance-changes-3n-hsw-ref"
5242   compare:
5243     title: "rls2001"
5244     data: "dpdk-performance-changes-3n-hsw-cmp"
5245   data: "dpdk-performance-changes-3n-hsw"
5246   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5247   filter: "'2T2C' and 'NDRPDR'"
5248   parameters:
5249   - "name"
5250   - "parent"
5251   - "throughput"
5252
5253 # DPDK Performance Changes 3n-skx 2t1c pdr
5254 - type: "table"
5255   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5256   algorithm: "table_perf_comparison"
5257   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5258   history:
5259     - title: "rls1904"
5260       data: "dpdk-performance-changes-3n-skx-h1"
5261   reference:
5262     title: "rls1908"
5263     data: "dpdk-performance-changes-3n-skx-ref"
5264   compare:
5265     title: "rls2001"
5266     data: "dpdk-performance-changes-3n-skx-cmp"
5267   data: "dpdk-performance-changes-3n-skx"
5268   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5269   filter: "'2T1C' and 'NDRPDR'"
5270   parameters:
5271   - "name"
5272   - "parent"
5273   - "throughput"
5274
5275 # DPDK Performance Changes 3n-skx 4t2c pdr
5276 - type: "table"
5277   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5278   algorithm: "table_perf_comparison"
5279   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5280   history:
5281     - title: "rls1904"
5282       data: "dpdk-performance-changes-3n-skx-h1"
5283   reference:
5284     title: "rls1908"
5285     data: "dpdk-performance-changes-3n-skx-ref"
5286   compare:
5287     title: "rls2001"
5288     data: "dpdk-performance-changes-3n-skx-cmp"
5289   data: "dpdk-performance-changes-3n-skx"
5290   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5291   filter: "'4T2C' and 'NDRPDR'"
5292   parameters:
5293   - "name"
5294   - "parent"
5295   - "throughput"
5296
5297 # DPDK Performance Changes 3n-skx 2t1c ndr
5298 - type: "table"
5299   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5300   algorithm: "table_perf_comparison"
5301   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5302   history:
5303     - title: "rls1904"
5304       data: "dpdk-performance-changes-3n-skx-h1"
5305   reference:
5306     title: "rls1908"
5307     data: "dpdk-performance-changes-3n-skx-ref"
5308   compare:
5309     title: "rls2001"
5310     data: "dpdk-performance-changes-3n-skx-cmp"
5311   data: "dpdk-performance-changes-3n-skx"
5312   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5313   filter: "'2T1C' and 'NDRPDR'"
5314   parameters:
5315   - "name"
5316   - "parent"
5317   - "throughput"
5318
5319 # DPDK Performance Changes 3n-skx 4t2c ndr
5320 - type: "table"
5321   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5322   algorithm: "table_perf_comparison"
5323   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5324   history:
5325     - title: "rls1904"
5326       data: "dpdk-performance-changes-3n-skx-h1"
5327   reference:
5328     title: "rls1908"
5329     data: "dpdk-performance-changes-3n-skx-ref"
5330   compare:
5331     title: "rls2001"
5332     data: "dpdk-performance-changes-3n-skx-cmp"
5333   data: "dpdk-performance-changes-3n-skx"
5334   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5335   filter: "'4T2C' and 'NDRPDR'"
5336   parameters:
5337   - "name"
5338   - "parent"
5339   - "throughput"
5340
5341 # DPDK Performance Changes 2n-skx 2t1c pdr
5342 - type: "table"
5343   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5344   algorithm: "table_perf_comparison"
5345   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5346   history:
5347     - title: "rls1904"
5348       data: "dpdk-performance-changes-2n-skx-h1"
5349   reference:
5350     title: "rls1908"
5351     data: "dpdk-performance-changes-2n-skx-ref"
5352   compare:
5353     title: "rls2001"
5354     data: "dpdk-performance-changes-2n-skx-cmp"
5355   data: "dpdk-performance-changes-2n-skx"
5356   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5357   filter: "'2T1C' and 'NDRPDR'"
5358   parameters:
5359   - "name"
5360   - "parent"
5361   - "throughput"
5362
5363 # DPDK Performance Changes 2n-skx 4t2c pdr
5364 - type: "table"
5365   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5366   algorithm: "table_perf_comparison"
5367   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5368   history:
5369     - title: "rls1904"
5370       data: "dpdk-performance-changes-2n-skx-h1"
5371   reference:
5372     title: "rls1908"
5373     data: "dpdk-performance-changes-2n-skx-ref"
5374   compare:
5375     title: "rls2001"
5376     data: "dpdk-performance-changes-2n-skx-cmp"
5377   data: "dpdk-performance-changes-2n-skx"
5378   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5379   filter: "'4T2C' and 'NDRPDR'"
5380   parameters:
5381   - "name"
5382   - "parent"
5383   - "throughput"
5384
5385 # DPDK Performance Changes 2n-skx 2t1c ndr
5386 - type: "table"
5387   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5388   algorithm: "table_perf_comparison"
5389   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5390   history:
5391     - title: "rls1904"
5392       data: "dpdk-performance-changes-2n-skx-h1"
5393   reference:
5394     title: "rls1908"
5395     data: "dpdk-performance-changes-2n-skx-ref"
5396   compare:
5397     title: "rls2001"
5398     data: "dpdk-performance-changes-2n-skx-cmp"
5399   data: "dpdk-performance-changes-2n-skx"
5400   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5401   filter: "'2T1C' and 'NDRPDR'"
5402   parameters:
5403   - "name"
5404   - "parent"
5405   - "throughput"
5406
5407 # DPDK Performance Changes 2n-skx 4t2c ndr
5408 - type: "table"
5409   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5410   algorithm: "table_perf_comparison"
5411   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5412   history:
5413     - title: "rls1904"
5414       data: "dpdk-performance-changes-2n-skx-h1"
5415   reference:
5416     title: "rls1908"
5417     data: "dpdk-performance-changes-2n-skx-ref"
5418   compare:
5419     title: "rls2001"
5420     data: "dpdk-performance-changes-2n-skx-cmp"
5421   data: "dpdk-performance-changes-2n-skx"
5422   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5423   filter: "'4T2C' and 'NDRPDR'"
5424   parameters:
5425   - "name"
5426   - "parent"
5427   - "throughput"
5428
5429 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
5430 - type: "table"
5431   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
5432   algorithm: "table_perf_comparison"
5433   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
5434   reference:
5435     title: "3-Node Hsw"
5436     data: "dpdk-compare-testbeds-ref"
5437   compare:
5438     title: "3-Node Skx"
5439     data: "dpdk-compare-testbeds-cmp"
5440   data: "dpdk-compare-testbeds"
5441   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5442   filter: "'NIC_Intel-X710'"
5443   parameters:
5444   - "name"
5445   - "parent"
5446   - "throughput"
5447
5448 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
5449 - type: "table"
5450   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
5451   algorithm: "table_perf_comparison"
5452   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
5453   reference:
5454     title: "3-Node Hsw"
5455     data: "dpdk-compare-testbeds-ref"
5456   compare:
5457     title: "3-Node Skx"
5458     data: "dpdk-compare-testbeds-cmp"
5459   data: "dpdk-compare-testbeds"
5460   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5461   filter: "'NIC_Intel-X710'"
5462   parameters:
5463   - "name"
5464   - "parent"
5465   - "throughput"
5466
5467 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
5468 - type: "table"
5469   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
5470   algorithm: "table_perf_comparison"
5471   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
5472   reference:
5473     title: "2-Node Skx"
5474     data: "dpdk-compare-testbeds-skx-clx-ref"
5475   compare:
5476     title: "2-Node Clx"
5477     data: "dpdk-compare-testbeds-skx-clx-cmp"
5478   data: "dpdk-compare-testbeds-skx-clx"
5479   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5480   filter: "all"
5481   parameters:
5482   - "name"
5483   - "parent"
5484   - "throughput"
5485
5486 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
5487 - type: "table"
5488   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
5489   algorithm: "table_perf_comparison"
5490   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
5491   reference:
5492     title: "2-Node Skx"
5493     data: "dpdk-compare-testbeds-skx-clx-ref"
5494   compare:
5495     title: "2-Node Clx"
5496     data: "dpdk-compare-testbeds-skx-clx-cmp"
5497   data: "dpdk-compare-testbeds-skx-clx"
5498   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5499   filter: "all"
5500   parameters:
5501   - "name"
5502   - "parent"
5503   - "throughput"
5504
5505 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
5506 - type: "table"
5507   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
5508   algorithm: "table_perf_comparison"
5509   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
5510   reference:
5511     title: "3-Node Skx"
5512     data: "dpdk-compare-topologies-ref"
5513   compare:
5514     title: "2-Node Skx"
5515     data: "dpdk-compare-topologies-cmp"
5516   data: "dpdk-compare-topologies"
5517   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5518   filter: "all"
5519   parameters:
5520   - "name"
5521   - "parent"
5522   - "throughput"
5523
5524 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5525 - type: "table"
5526   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5527   algorithm: "table_perf_comparison"
5528   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5529   reference:
5530     title: "3-Node Skx"
5531     data: "dpdk-compare-topologies-ref"
5532   compare:
5533     title: "2-Node Skx"
5534     data: "dpdk-compare-topologies-cmp"
5535   data: "dpdk-compare-topologies"
5536   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5537   filter: "all"
5538   parameters:
5539   - "name"
5540   - "parent"
5541   - "throughput"
5542
5543 # Detailed Test Results - DPDK Performance Results 3n-hsw
5544 - type: "table"
5545   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5546   algorithm: "table_merged_details"
5547   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5548   columns:
5549   - title: " |prein| Test Name |preout| "
5550     data: "data name"
5551   - 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| "
5552     data: "data msg"
5553   data: "dpdk-perf-results-3n-hsw"
5554   filter: "all"
5555   parameters:
5556   - "name"
5557   - "parent"
5558   - "msg"
5559
5560 # Detailed Test Results - DPDK Performance Results 3n-skx
5561 - type: "table"
5562   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5563   algorithm: "table_merged_details"
5564   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5565   columns:
5566   - title: " |prein| Test Name |preout| "
5567     data: "data name"
5568   - 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| "
5569     data: "data msg"
5570   data: "dpdk-perf-results-3n-skx"
5571   filter: "all"
5572   remove-ndr: True  # Temporary solution: remove NDR results from test message
5573   parameters:
5574   - "name"
5575   - "parent"
5576   - "msg"
5577
5578 # Detailed Test Results - DPDK Performance Results 2n-skx
5579 - type: "table"
5580   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5581   algorithm: "table_merged_details"
5582   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5583   columns:
5584   - title: " |prein| Test Name |preout| "
5585     data: "data name"
5586   - 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| "
5587     data: "data msg"
5588   data: "dpdk-perf-results-2n-skx"
5589   filter: "all"
5590   remove-ndr: True  # Temporary solution: remove NDR results from test message
5591   parameters:
5592   - "name"
5593   - "parent"
5594   - "msg"
5595
5596 # Detailed Test Results - DPDK Performance Results 2n-clx
5597 - type: "table"
5598   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5599   algorithm: "table_merged_details"
5600   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5601   columns:
5602   - title: " |prein| Test Name |preout| "
5603     data: "data name"
5604   - 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| "
5605     data: "data msg"
5606   data: "dpdk-perf-results-2n-clx"
5607   filter: "all"
5608   parameters:
5609   - "name"
5610   - "parent"
5611   - "msg"
5612
5613 # Detailed Test Results - DPDK Performance Results 2n-dnv
5614 - type: "table"
5615   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
5616   algorithm: "table_merged_details"
5617   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5618   columns:
5619   - title: " |prein| Test Name |preout| "
5620     data: "data name"
5621   - 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| "
5622     data: "data msg"
5623   data: "dpdk-perf-results-2n-dnv"
5624   filter: "all"
5625   parameters:
5626   - "name"
5627   - "parent"
5628   - "msg"
5629
5630 # Detailed Test Results - DPDK Performance Results 3n-dnv
5631 - type: "table"
5632   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
5633   algorithm: "table_merged_details"
5634   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
5635   columns:
5636   - title: " |prein| Test Name |preout| "
5637     data: "data name"
5638   - 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| "
5639     data: "data msg"
5640   data: "dpdk-perf-results-3n-dnv"
5641   filter: "all"
5642   parameters:
5643   - "name"
5644   - "parent"
5645   - "msg"
5646
5647 # Detailed Test Results - DPDK Performance Results 3n-tsh
5648 - type: "table"
5649   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
5650   algorithm: "table_merged_details"
5651   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
5652   columns:
5653   - title: " |prein| Test Name |preout| "
5654     data: "data name"
5655   - 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| "
5656     data: "data msg"
5657   data: "dpdk-perf-results-3n-tsh"
5658   filter: "all"
5659   parameters:
5660   - "name"
5661   - "parent"
5662   - "msg"
5663
5664 ################################################################################
5665 ###                                F I L E S                                 ###
5666 ################################################################################
5667
5668 # VPP Performance Results
5669 - type: "file"
5670   title: "VPP Performance Results"
5671   algorithm: "file_details_split"
5672   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
5673   dir-tables:
5674     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
5675     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
5676     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
5677     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
5678     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
5679     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
5680     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
5681   data:
5682     - "vpp-perf-results-2n-skx"
5683     - "vpp-perf-results-3n-skx"
5684     - "vpp-perf-results-2n-clx"
5685     - "vpp-perf-results-3n-hsw"
5686     - "vpp-perf-results-3n-tsh"
5687     - "vpp-perf-results-2n-dnv"
5688     - "vpp-perf-results-3n-dnv"
5689   filter: "all"
5690   data-start-level: 4
5691   order-chapters:
5692     level-1:
5693       - "l2"
5694       - "ip4"
5695       - "ip6"
5696       - "srv6"
5697       - "ip4_tunnels"
5698       - "ip6_tunnels"
5699       - "vm_vhost"
5700       - "container_memif"
5701       - "crypto"
5702       - "vts"
5703       - "lb"
5704       - "nfv_density"
5705       - "hoststack"
5706     level-2:
5707       - "2n-skx"
5708       - "3n-skx"
5709       - "2n-clx"
5710       - "3n-hsw"
5711       - "3n-tsh"
5712       - "2n-dnv"
5713       - "3n-dnv"
5714     level-3:
5715       - "xl710"
5716       - "x520"
5717       - "xxv710"
5718       - "x710"
5719       - "x553"
5720       - "cx556a"
5721       - "vic1227"
5722       - "vic1385"
5723
5724 # VPP Performance Configuration
5725 - type: "file"
5726   title: "VPP Performance Configuration"
5727   algorithm: "file_details_split"
5728   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
5729   dir-tables:
5730     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
5731     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
5732     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
5733     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
5734     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
5735     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
5736     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
5737   data:
5738     - "vpp-perf-results-2n-skx"
5739     - "vpp-perf-results-3n-skx"
5740     - "vpp-perf-results-2n-clx"
5741     - "vpp-perf-results-3n-hsw"
5742     - "vpp-perf-results-3n-tsh"
5743     - "vpp-perf-results-2n-dnv"
5744     - "vpp-perf-results-3n-dnv"
5745   filter: "all"
5746   data-start-level: 4
5747   order-chapters:
5748     level-1:
5749       - "l2"
5750       - "ip4"
5751       - "ip6"
5752       - "srv6"
5753       - "ip4_tunnels"
5754       - "ip6_tunnels"
5755       - "vm_vhost"
5756       - "container_memif"
5757       - "crypto"
5758       - "vts"
5759       - "lb"
5760       - "nfv_density"
5761       - "hoststack"
5762     level-2:
5763       - "2n-skx"
5764       - "3n-skx"
5765       - "2n-clx"
5766       - "3n-hsw"
5767       - "3n-tsh"
5768       - "2n-dnv"
5769       - "3n-dnv"
5770     level-3:
5771       - "xl710"
5772       - "x520"
5773       - "xxv710"
5774       - "x710"
5775       - "x553"
5776       - "cx556a"
5777       - "vic1227"
5778       - "vic1385"
5779
5780 # VPP Performance Operational
5781 - type: "file"
5782   title: "VPP Performance Operational"
5783   algorithm: "file_details_split_html"
5784   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
5785   dir-tables:
5786     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
5787     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
5788     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
5789     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
5790     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
5791     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
5792     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
5793   data:
5794     - "vpp-perf-results-2n-skx"
5795     - "vpp-perf-results-3n-skx"
5796     - "vpp-perf-results-2n-clx"
5797     - "vpp-perf-results-3n-hsw"
5798     - "vpp-perf-results-3n-tsh"
5799     - "vpp-perf-results-2n-dnv"
5800     - "vpp-perf-results-3n-dnv"
5801   filter: "all"
5802   data-start-level: 4
5803   order-chapters:
5804     level-1:
5805       - "l2"
5806       - "ip4"
5807       - "ip6"
5808       - "srv6"
5809       - "ip4_tunnels"
5810       - "ip6_tunnels"
5811       - "vm_vhost"
5812       - "container_memif"
5813       - "crypto"
5814       - "vts"
5815       - "lb"
5816       - "nfv_density"
5817       - "hoststack"
5818     level-2:
5819       - "2n-skx"
5820       - "3n-skx"
5821       - "2n-clx"
5822       - "3n-hsw"
5823       - "3n-tsh"
5824       - "2n-dnv"
5825       - "3n-dnv"
5826     level-3:
5827       - "xl710"
5828       - "x520"
5829       - "xxv710"
5830       - "x710"
5831       - "x553"
5832       - "cx556a"
5833       - "vic1227"
5834       - "vic1385"
5835
5836 # VPP MRR Results
5837 - type: "file"
5838   title: "VPP MRR Results"
5839   algorithm: "file_details_split"
5840   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
5841   dir-tables:
5842     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
5843     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
5844     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
5845     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
5846     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
5847     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
5848     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
5849   data:
5850     - "vpp-mrr-results-2n-skx"
5851     - "vpp-mrr-results-3n-skx"
5852     - "vpp-mrr-results-2n-clx"
5853     - "vpp-mrr-results-3n-hsw"
5854     - "vpp-mrr-results-3n-tsh"
5855     - "vpp-mrr-results-2n-dnv"
5856     - "vpp-mrr-results-3n-dnv"
5857   filter: "all"
5858   data-start-level: 4
5859   order-chapters:
5860     level-1:
5861       - "l2"
5862       - "ip4"
5863       - "ip6"
5864       - "srv6"
5865       - "ip4_tunnels"
5866       - "ip6_tunnels"
5867       - "vm_vhost"
5868       - "container_memif"
5869       - "crypto"
5870       - "vts"
5871       - "lb"
5872       - "nfv_density"
5873       - "hoststack"
5874     level-2:
5875       - "2n-skx"
5876       - "3n-skx"
5877       - "2n-clx"
5878       - "3n-hsw"
5879       - "3n-tsh"
5880       - "2n-dnv"
5881       - "3n-dnv"
5882     level-3:
5883       - "xl710"
5884       - "x520"
5885       - "xxv710"
5886       - "x710"
5887       - "x553"
5888       - "cx556a"
5889       - "vic1227"
5890       - "vic1385"
5891
5892 # VPP MRR Configuration
5893 - type: "file"
5894   title: "VPP MRR Configuration"
5895   algorithm: "file_details_split"
5896   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
5897   dir-tables:
5898     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
5899     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
5900     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
5901     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
5902     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
5903     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
5904     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
5905   data:
5906     - "vpp-mrr-results-2n-skx"
5907     - "vpp-mrr-results-3n-skx"
5908     - "vpp-mrr-results-2n-clx"
5909     - "vpp-mrr-results-3n-hsw"
5910     - "vpp-mrr-results-3n-tsh"
5911     - "vpp-mrr-results-2n-dnv"
5912     - "vpp-mrr-results-3n-dnv"
5913   filter: "all"
5914   data-start-level: 4
5915   order-chapters:
5916     level-1:
5917       - "l2"
5918       - "ip4"
5919       - "ip6"
5920       - "srv6"
5921       - "ip4_tunnels"
5922       - "ip6_tunnels"
5923       - "vm_vhost"
5924       - "container_memif"
5925       - "crypto"
5926       - "vts"
5927       - "lb"
5928       - "nfv_density"
5929       - "hoststack"
5930     level-2:
5931       - "2n-skx"
5932       - "3n-skx"
5933       - "2n-clx"
5934       - "3n-hsw"
5935       - "3n-tsh"
5936       - "2n-dnv"
5937       - "3n-dnv"
5938     level-3:
5939       - "xl710"
5940       - "x520"
5941       - "xxv710"
5942       - "x710"
5943       - "x553"
5944       - "cx556a"
5945       - "vic1227"
5946       - "vic1385"
5947
5948 # VPP Device Results - Ubuntu
5949 - type: "file"
5950   title: "VPP Device Results - Ubuntu"
5951   algorithm: "file_test_results"
5952   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5953   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5954   data: "vpp-device-results-ubuntu"
5955   filter: "all"
5956   data-start-level: 4
5957
5958 # VPP Device Configuration - Ubuntu
5959 - type: "file"
5960   title: "VPP Device Configuration - Ubuntu"
5961   algorithm: "file_test_results"
5962   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5963   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5964   data: "vpp-device-results-ubuntu"
5965   filter: "all"
5966   data-start-level: 4
5967
5968 # DPDK Performance Results 3n-hsw
5969 - type: "file"
5970   title: "DPDK Performance Results 3n-hsw"
5971   algorithm: "file_test_results"
5972   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5973   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5974   data: "dpdk-perf-results-3n-hsw"
5975   filter: "all"
5976   data-start-level: 4
5977
5978 # DPDK Performance Results 3n-skx
5979 - type: "file"
5980   title: "DPDK Performance Results 3n-skx"
5981   algorithm: "file_test_results"
5982   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5983   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5984   data: "dpdk-perf-results-3n-skx"
5985   filter: "all"
5986   data-start-level: 4
5987
5988 # DPDK Performance Results 2n-skx
5989 - type: "file"
5990   title: "DPDK Performance Results 2n-skx"
5991   algorithm: "file_test_results"
5992   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5993   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5994   data: "dpdk-perf-results-2n-skx"
5995   filter: "all"
5996   data-start-level: 4
5997
5998 # DPDK Performance Results 2n-clx
5999 - type: "file"
6000   title: "DPDK Performance Results 2n-clx"
6001   algorithm: "file_test_results"
6002   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6003   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6004   data: "dpdk-perf-results-2n-clx"
6005   filter: "all"
6006   data-start-level: 4
6007
6008 # DPDK Performance Results 2n-dnv
6009 - type: "file"
6010   title: "DPDK Performance Results 2n-dnv"
6011   algorithm: "file_test_results"
6012   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6013   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6014   data: "dpdk-perf-results-2n-dnv"
6015   filter: "all"
6016   data-start-level: 4
6017
6018 # DPDK Performance Results 3n-dnv
6019 - type: "file"
6020   title: "DPDK Performance Results 3n-dnv"
6021   algorithm: "file_test_results"
6022   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6023   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6024   data: "dpdk-perf-results-3n-dnv"
6025   filter: "all"
6026   data-start-level: 4
6027
6028 # DPDK Performance Results 3n-tsh
6029 - type: "file"
6030   title: "DPDK Performance Results 3n-tsh"
6031   algorithm: "file_test_results"
6032   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6033   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6034   data: "dpdk-perf-results-3n-tsh"
6035   filter: "all"
6036   data-start-level: 4
6037
6038 ################################################################################
6039 ###                                P L O T S                                 ###
6040 ################################################################################
6041
6042 # Hoststack tests 3n-hsw
6043
6044 - type: "plot"
6045   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6046   algorithm: "plot_perf_box_name"
6047   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6048   data: "plot-vpp-hoststack-3n-hsw"
6049   include:
6050     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6051     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6052   layout:
6053     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6054     layout: "plot-hoststack"
6055
6056 - type: "plot"
6057   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6058   algorithm: "plot_perf_box_name"
6059   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6060   data: "plot-vpp-hoststack-3n-hsw"
6061   include:
6062     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6063     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6064   layout:
6065     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6066     layout: "plot-hoststack"
6067
6068 - type: "plot"
6069   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6070   algorithm: "plot_perf_box_name"
6071   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho-bps"
6072   data: "plot-vpp-hoststack-3n-hsw"
6073   include:
6074     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6075     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6076     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6077     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6078   layout:
6079     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6080     layout: "plot-hoststack"
6081
6082 # Plots VPP HTTP Server Performance
6083 - type: "plot"
6084   title: "VPP HTTP Server Performance"
6085   algorithm: "plot_http_server_perf_box"
6086   output-file-type: ".html"
6087   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6088   data:
6089     "plot-vpp-http-server-performance"
6090   filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6091   parameters:
6092   - "result"
6093   - "name"
6094   traces:
6095     hoverinfo: "y+name"
6096     boxpoints: "outliers"
6097     whiskerwidth: 0
6098   layout:
6099     title: "VPP HTTP Server Performance"
6100     layout:
6101       "plot-cps"
6102
6103 - type: "plot"
6104   title: "VPP HTTP Server Performance"
6105   algorithm: "plot_http_server_perf_box"
6106   output-file-type: ".html"
6107   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6108   data:
6109     "plot-vpp-http-server-performance"
6110   filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6111   parameters:
6112   - "result"
6113   - "name"
6114   traces:
6115     hoverinfo: "y+name"
6116     boxpoints: "outliers"
6117     whiskerwidth: 0
6118   layout:
6119     title: "VPP HTTP Server Performance"
6120     layout:
6121       "plot-rps"
6122
6123 ################################################################################
6124
6125 # Soak Test (PLRsearch), boxes - 2n-clx
6126 - type: "plot"
6127   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6128   algorithm: "plot_perf_box_name"
6129   output-file-type: ".html"
6130   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6131   data: "plot-vpp-soak-2n-clx"
6132   include:
6133     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6134     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6135     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6136     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6137     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6138     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6139   layout:
6140     title: "30 Minutes Soak Test (PLRsearch)"
6141     layout: "plot-soak-throughput"
6142
6143 # Soak Test (PLRsearch), boxes - 2n-clx
6144 - type: "plot"
6145   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6146   algorithm: "plot_perf_box_name"
6147   output-file-type: ".html"
6148   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6149   data: "plot-vpp-soak-2n-clx"
6150   include:
6151     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6152     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6153     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6154     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6155     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6156     - "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"
6157   layout:
6158     title: "30 Minutes Soak Test (PLRsearch)"
6159     layout: "plot-soak-throughput"
6160
6161 ###############################################################################
6162
6163 # Reconf tests 2n-skx
6164
6165 #- type: "plot"
6166 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6167 #  algorithm: "plot_nf_reconf_box_name"
6168 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6169 #  data: "plot-vpp-nfv-reconf-2n-skx"
6170 #  include:
6171 #    - "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"
6172 #    - "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"
6173 #    - "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"
6174 #    - "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"
6175 #    - "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"
6176 #    - "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"
6177 #  layout:
6178 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6179 #    layout: "plot-throughput"
6180 #
6181 #- type: "plot"
6182 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6183 #  algorithm: "plot_nf_reconf_box_name"
6184 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6185 #  data: "plot-vpp-nfv-reconf-2n-skx"
6186 #  include:
6187 #    - "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"
6188 #    - "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"
6189 #    - "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"
6190 #    - "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"
6191 #    - "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"
6192 #    - "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"
6193 #  layout:
6194 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6195 #    layout: "plot-throughput"
6196 #
6197 #- type: "plot"
6198 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6199 #  algorithm: "plot_nf_reconf_box_name"
6200 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6201 #  data: "plot-vpp-nfv-reconf-2n-skx"
6202 #  include:
6203 #    - "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"
6204 #    - "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"
6205 #    - "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"
6206 #    - "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"
6207 #    - "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"
6208 #    - "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"
6209 #  layout:
6210 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6211 #    layout: "plot-throughput"
6212
6213 ###############################################################################
6214
6215 # Reconf tests 2n-clx
6216
6217 - type: "plot"
6218   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6219   algorithm: "plot_nf_reconf_box_name"
6220   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6221   data: "plot-vpp-nfv-reconf-2n-clx"
6222   include:
6223     - "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"
6224     - "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"
6225     - "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"
6226     - "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"
6227   layout:
6228     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6229     layout: "plot-throughput"
6230
6231 - type: "plot"
6232   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6233   algorithm: "plot_nf_reconf_box_name"
6234   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6235   data: "plot-vpp-nfv-reconf-2n-clx"
6236   include:
6237     - "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"
6238     - "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"
6239     - "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"
6240     - "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"
6241   layout:
6242     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6243     layout: "plot-throughput"
6244
6245 - type: "plot"
6246   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6247   algorithm: "plot_nf_reconf_box_name"
6248   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6249   data: "plot-vpp-nfv-reconf-2n-clx"
6250   include:
6251     - "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"
6252     - "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"
6253     - "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"
6254     - "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"
6255   layout:
6256     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6257     layout: "plot-throughput"
6258
6259 ################################################################################
6260 ## Plots - NF Density - VSC - MRR 64b
6261 #- type: "plot"
6262 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6263 #  algorithm: "plot_nf_heatmap"
6264 #  output-file-type: ".html"
6265 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6266 #  data: "plot-vpp-nfv-2n-skx-mrr"
6267 #  filter: "'NIC_Intel-XXV710' and
6268 #           'NF_DENSITY' and
6269 #           'VHOST' and
6270 #           not 'VXLAN' and
6271 #           'CHAIN' and
6272 #           'NF_VPPIP4' and
6273 #           '64B' and
6274 #           '2T1C' and
6275 #           'MRR'"
6276 #  parameters:
6277 #  - "result"
6278 #  - "name"
6279 #  - "tags"
6280 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6281 #  x-axis: "X = VNFs per Service Chain"
6282 #  y-axis: "Y = Number of Service Chains"
6283 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6284 #  layout:
6285 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6286 #    layout: "plot-service-density"
6287 #
6288 #- type: "plot"
6289 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6290 #  algorithm: "plot_nf_heatmap"
6291 #  output-file-type: ".html"
6292 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6293 #  data: "plot-vpp-nfv-2n-skx-mrr"
6294 #  filter: "'NIC_Intel-XXV710' and
6295 #           'NF_DENSITY' and
6296 #           'VHOST' and
6297 #           not 'VXLAN' and
6298 #           'CHAIN' and
6299 #           'NF_VPPIP4' and
6300 #           '64B' and
6301 #           '4T2C' and
6302 #           'MRR'"
6303 #  parameters:
6304 #  - "result"
6305 #  - "name"
6306 #  - "tags"
6307 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6308 #  x-axis: "X = VNFs per Service Chain"
6309 #  y-axis: "Y = Number of Service Chains"
6310 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6311 #  layout:
6312 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6313 #    layout: "plot-service-density"
6314 #
6315 #- type: "plot"
6316 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6317 #  algorithm: "plot_nf_heatmap"
6318 #  output-file-type: ".html"
6319 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6320 #  data: "plot-vpp-nfv-2n-skx-mrr"
6321 #  filter: "'NIC_Intel-XXV710' and
6322 #           'NF_DENSITY' and
6323 #           'VHOST' and
6324 #           not 'VXLAN' and
6325 #           'CHAIN' and
6326 #           'NF_VPPIP4' and
6327 #           '64B' and
6328 #           '8T4C' and
6329 #           'MRR'"
6330 #  parameters:
6331 #  - "result"
6332 #  - "name"
6333 #  - "tags"
6334 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6335 #  x-axis: "X = VNFs per Service Chain"
6336 #  y-axis: "Y = Number of Service Chains"
6337 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6338 #  layout:
6339 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6340 #    layout: "plot-service-density"
6341 #
6342 ## Plots - NF Density - VSC - MRR IMIX
6343 #- type: "plot"
6344 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6345 #  algorithm: "plot_nf_heatmap"
6346 #  output-file-type: ".html"
6347 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6348 #  data: "plot-vpp-nfv-2n-skx-mrr"
6349 #  filter: "'NIC_Intel-XXV710' and
6350 #           'NF_DENSITY' and
6351 #           'VHOST' and
6352 #           not 'VXLAN' and
6353 #           'CHAIN' and
6354 #           'NF_VPPIP4' and
6355 #           'IMIX' and
6356 #           '2T1C' and
6357 #           'MRR'"
6358 #  parameters:
6359 #  - "result"
6360 #  - "name"
6361 #  - "tags"
6362 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6363 #  x-axis: "X = VNFs per Service Chain"
6364 #  y-axis: "Y = Number of Service Chains"
6365 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6366 #  layout:
6367 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6368 #    layout: "plot-service-density"
6369 #
6370 #- type: "plot"
6371 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6372 #  algorithm: "plot_nf_heatmap"
6373 #  output-file-type: ".html"
6374 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6375 #  data: "plot-vpp-nfv-2n-skx-mrr"
6376 #  filter: "'NIC_Intel-XXV710' and
6377 #           'NF_DENSITY' and
6378 #           'VHOST' and
6379 #           not 'VXLAN' and
6380 #           'CHAIN' and
6381 #           'NF_VPPIP4' and
6382 #           'IMIX' and
6383 #           '4T2C' and
6384 #           'MRR'"
6385 #  parameters:
6386 #  - "result"
6387 #  - "name"
6388 #  - "tags"
6389 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6390 #  x-axis: "X = VNFs per Service Chain"
6391 #  y-axis: "Y = Number of Service Chains"
6392 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6393 #  layout:
6394 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6395 #    layout: "plot-service-density"
6396 #
6397 #- type: "plot"
6398 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6399 #  algorithm: "plot_nf_heatmap"
6400 #  output-file-type: ".html"
6401 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6402 #  data: "plot-vpp-nfv-2n-skx-mrr"
6403 #  filter: "'NIC_Intel-XXV710' and
6404 #           'NF_DENSITY' and
6405 #           'VHOST' and
6406 #           not 'VXLAN' and
6407 #           'CHAIN' and
6408 #           'NF_VPPIP4' and
6409 #           'IMIX' and
6410 #           '8T4C' and
6411 #           'MRR'"
6412 #  parameters:
6413 #  - "result"
6414 #  - "name"
6415 #  - "tags"
6416 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6417 #  x-axis: "X = VNFs per Service Chain"
6418 #  y-axis: "Y = Number of Service Chains"
6419 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6420 #  layout:
6421 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6422 #    layout: "plot-service-density"
6423 #
6424 ## Plots - NF Density - VSC - NDR 64b
6425 #- type: "plot"
6426 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6427 #  algorithm: "plot_nf_heatmap"
6428 #  output-file-type: ".html"
6429 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6430 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6431 #  filter: "'NIC_Intel-XXV710' and
6432 #           'NF_DENSITY' and
6433 #           'VHOST' and
6434 #           not 'VXLAN' and
6435 #           'CHAIN' and
6436 #           'NF_VPPIP4' and
6437 #           '64B' and
6438 #           '2T1C' and
6439 #           'NDRPDR'"
6440 #  parameters:
6441 #  - "throughput"
6442 #  - "name"
6443 #  - "tags"
6444 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6445 #  x-axis: "X = VNFs per Service Chain"
6446 #  y-axis: "Y = Number of Service Chains"
6447 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6448 #  layout:
6449 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6450 #    layout: "plot-service-density"
6451 #
6452 #- type: "plot"
6453 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6454 #  algorithm: "plot_nf_heatmap"
6455 #  output-file-type: ".html"
6456 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6457 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6458 #  filter: "'NIC_Intel-XXV710' and
6459 #           'NF_DENSITY' and
6460 #           'VHOST' and
6461 #           not 'VXLAN' and
6462 #           'CHAIN' and
6463 #           'NF_VPPIP4' and
6464 #           '64B' and
6465 #           '4T2C' and
6466 #           'NDRPDR'"
6467 #  parameters:
6468 #  - "throughput"
6469 #  - "name"
6470 #  - "tags"
6471 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6472 #  x-axis: "X = VNFs per Service Chain"
6473 #  y-axis: "Y = Number of Service Chains"
6474 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6475 #  layout:
6476 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6477 #    layout: "plot-service-density"
6478 #
6479 #- type: "plot"
6480 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6481 #  algorithm: "plot_nf_heatmap"
6482 #  output-file-type: ".html"
6483 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6484 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6485 #  filter: "'NIC_Intel-XXV710' and
6486 #           'NF_DENSITY' and
6487 #           'VHOST' and
6488 #           not 'VXLAN' and
6489 #           'CHAIN' and
6490 #           'NF_VPPIP4' and
6491 #           '64B' and
6492 #           '8T4C' and
6493 #           'NDRPDR'"
6494 #  parameters:
6495 #  - "throughput"
6496 #  - "name"
6497 #  - "tags"
6498 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6499 #  x-axis: "X = VNFs per Service Chain"
6500 #  y-axis: "Y = Number of Service Chains"
6501 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6502 #  layout:
6503 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6504 #    layout: "plot-service-density"
6505 #
6506 ## Plots - NF Density - VSC - NDR IMIX
6507 #- type: "plot"
6508 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6509 #  algorithm: "plot_nf_heatmap"
6510 #  output-file-type: ".html"
6511 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6512 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6513 #  filter: "'NIC_Intel-XXV710' and
6514 #           'NF_DENSITY' and
6515 #           'VHOST' and
6516 #           not 'VXLAN' and
6517 #           'CHAIN' and
6518 #           'NF_VPPIP4' and
6519 #           'IMIX' and
6520 #           '2T1C' and
6521 #           'NDRPDR'"
6522 #  parameters:
6523 #  - "throughput"
6524 #  - "name"
6525 #  - "tags"
6526 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6527 #  x-axis: "X = VNFs per Service Chain"
6528 #  y-axis: "Y = Number of Service Chains"
6529 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6530 #  layout:
6531 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6532 #    layout: "plot-service-density"
6533 #
6534 #- type: "plot"
6535 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6536 #  algorithm: "plot_nf_heatmap"
6537 #  output-file-type: ".html"
6538 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6539 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6540 #  filter: "'NIC_Intel-XXV710' and
6541 #           'NF_DENSITY' and
6542 #           'VHOST' and
6543 #           not 'VXLAN' and
6544 #           'CHAIN' and
6545 #           'NF_VPPIP4' and
6546 #           'IMIX' and
6547 #           '4T2C' and
6548 #           'NDRPDR'"
6549 #  parameters:
6550 #  - "throughput"
6551 #  - "name"
6552 #  - "tags"
6553 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6554 #  x-axis: "X = VNFs per Service Chain"
6555 #  y-axis: "Y = Number of Service Chains"
6556 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6557 #  layout:
6558 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6559 #    layout: "plot-service-density"
6560 #
6561 #- type: "plot"
6562 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6563 #  algorithm: "plot_nf_heatmap"
6564 #  output-file-type: ".html"
6565 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6566 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6567 #  filter: "'NIC_Intel-XXV710' and
6568 #           'NF_DENSITY' and
6569 #           'VHOST' and
6570 #           not 'VXLAN' and
6571 #           'CHAIN' and
6572 #           'NF_VPPIP4' and
6573 #           'IMIX' and
6574 #           '8T4C' and
6575 #           'NDRPDR'"
6576 #  parameters:
6577 #  - "throughput"
6578 #  - "name"
6579 #  - "tags"
6580 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6581 #  x-axis: "X = VNFs per Service Chain"
6582 #  y-axis: "Y = Number of Service Chains"
6583 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6584 #  layout:
6585 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6586 #    layout: "plot-service-density"
6587 #
6588 ## Plots - NF Density - VSC - PDR 64b
6589 #- type: "plot"
6590 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6591 #  algorithm: "plot_nf_heatmap"
6592 #  output-file-type: ".html"
6593 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6594 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6595 #  filter: "'NIC_Intel-XXV710' and
6596 #           'NF_DENSITY' and
6597 #           'VHOST' and
6598 #           not 'VXLAN' and
6599 #           'CHAIN' and
6600 #           'NF_VPPIP4' and
6601 #           '64B' and
6602 #           '2T1C' and
6603 #           'NDRPDR'"
6604 #  parameters:
6605 #  - "throughput"
6606 #  - "name"
6607 #  - "tags"
6608 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6609 #  x-axis: "X = VNFs per Service Chain"
6610 #  y-axis: "Y = Number of Service Chains"
6611 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6612 #  layout:
6613 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6614 #    layout: "plot-service-density"
6615 #
6616 #- type: "plot"
6617 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6618 #  algorithm: "plot_nf_heatmap"
6619 #  output-file-type: ".html"
6620 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6621 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6622 #  filter: "'NIC_Intel-XXV710' and
6623 #           'NF_DENSITY' and
6624 #           'VHOST' and
6625 #           not 'VXLAN' and
6626 #           'CHAIN' and
6627 #           'NF_VPPIP4' and
6628 #           '64B' and
6629 #           '4T2C' and
6630 #           'NDRPDR'"
6631 #  parameters:
6632 #  - "throughput"
6633 #  - "name"
6634 #  - "tags"
6635 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6636 #  x-axis: "X = VNFs per Service Chain"
6637 #  y-axis: "Y = Number of Service Chains"
6638 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6639 #  layout:
6640 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6641 #    layout: "plot-service-density"
6642 #
6643 #- type: "plot"
6644 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6645 #  algorithm: "plot_nf_heatmap"
6646 #  output-file-type: ".html"
6647 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
6648 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6649 #  filter: "'NIC_Intel-XXV710' and
6650 #           'NF_DENSITY' and
6651 #           'VHOST' and
6652 #           not 'VXLAN' and
6653 #           'CHAIN' and
6654 #           'NF_VPPIP4' and
6655 #           '64B' and
6656 #           '8T4C' and
6657 #           'NDRPDR'"
6658 #  parameters:
6659 #  - "throughput"
6660 #  - "name"
6661 #  - "tags"
6662 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6663 #  x-axis: "X = VNFs per Service Chain"
6664 #  y-axis: "Y = Number of Service Chains"
6665 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6666 #  layout:
6667 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6668 #    layout: "plot-service-density"
6669 #
6670 ## Plots - NF Density - VSC - PDR IMIX
6671 #- type: "plot"
6672 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6673 #  algorithm: "plot_nf_heatmap"
6674 #  output-file-type: ".html"
6675 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6676 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6677 #  filter: "'NIC_Intel-XXV710' and
6678 #           'NF_DENSITY' and
6679 #           'VHOST' and
6680 #           not 'VXLAN' and
6681 #           'CHAIN' and
6682 #           'NF_VPPIP4' and
6683 #           'IMIX' and
6684 #           '2T1C' and
6685 #           'NDRPDR'"
6686 #  parameters:
6687 #  - "throughput"
6688 #  - "name"
6689 #  - "tags"
6690 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6691 #  x-axis: "X = VNFs per Service Chain"
6692 #  y-axis: "Y = Number of Service Chains"
6693 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6694 #  layout:
6695 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6696 #    layout: "plot-service-density"
6697 #
6698 #- type: "plot"
6699 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6700 #  algorithm: "plot_nf_heatmap"
6701 #  output-file-type: ".html"
6702 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
6703 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6704 #  filter: "'NIC_Intel-XXV710' and
6705 #           'NF_DENSITY' and
6706 #           'VHOST' and
6707 #           not 'VXLAN' and
6708 #           'CHAIN' and
6709 #           'NF_VPPIP4' and
6710 #           'IMIX' and
6711 #           '4T2C' and
6712 #           'NDRPDR'"
6713 #  parameters:
6714 #  - "throughput"
6715 #  - "name"
6716 #  - "tags"
6717 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6718 #  x-axis: "X = VNFs per Service Chain"
6719 #  y-axis: "Y = Number of Service Chains"
6720 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6721 #  layout:
6722 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6723 #    layout: "plot-service-density"
6724 #
6725 #- type: "plot"
6726 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6727 #  algorithm: "plot_nf_heatmap"
6728 #  output-file-type: ".html"
6729 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
6730 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6731 #  filter: "'NIC_Intel-XXV710' and
6732 #           'NF_DENSITY' and
6733 #           'VHOST' and
6734 #           not 'VXLAN' and
6735 #           'CHAIN' and
6736 #           'NF_VPPIP4' and
6737 #           'IMIX' and
6738 #           '8T4C' and
6739 #           'NDRPDR'"
6740 #  parameters:
6741 #  - "throughput"
6742 #  - "name"
6743 #  - "tags"
6744 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6745 #  x-axis: "X = VNFs per Service Chain"
6746 #  y-axis: "Y = Number of Service Chains"
6747 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6748 #  layout:
6749 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6750 #    layout: "plot-service-density"
6751 #
6752 ################################################################################
6753 ## Plots - NF Density - VSC - MRR 64b
6754 #- type: "plot"
6755 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6756 #  algorithm: "plot_nf_heatmap"
6757 #  output-file-type: ".html"
6758 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
6759 #  data: "plot-vpp-nfv-2n-skx-mrr"
6760 #  filter: "'NIC_Intel-XXV710' and
6761 #           'NF_DENSITY' and
6762 #           'VHOST' and
6763 #           'VXLAN' and
6764 #           'CHAIN' and
6765 #           '118' and
6766 #           '2T1C' and
6767 #           'MRR'"
6768 #  parameters:
6769 #  - "result"
6770 #  - "name"
6771 #  - "tags"
6772 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6773 #  x-axis: "X = VNFs per Service Chain"
6774 #  y-axis: "Y = Number of Service Chains"
6775 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6776 #  layout:
6777 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6778 #    layout: "plot-service-density"
6779 #
6780 #- type: "plot"
6781 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6782 #  algorithm: "plot_nf_heatmap"
6783 #  output-file-type: ".html"
6784 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
6785 #  data: "plot-vpp-nfv-2n-skx-mrr"
6786 #  filter: "'NIC_Intel-XXV710' and
6787 #           'NF_DENSITY' and
6788 #           'VHOST' and
6789 #           'VXLAN' and
6790 #           'CHAIN' and
6791 #           '118' and
6792 #           '4T2C' and
6793 #           'MRR'"
6794 #  parameters:
6795 #  - "result"
6796 #  - "name"
6797 #  - "tags"
6798 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6799 #  x-axis: "X = VNFs per Service Chain"
6800 #  y-axis: "Y = Number of Service Chains"
6801 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6802 #  layout:
6803 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6804 #    layout: "plot-service-density"
6805 #
6806 #- type: "plot"
6807 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6808 #  algorithm: "plot_nf_heatmap"
6809 #  output-file-type: ".html"
6810 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
6811 #  data: "plot-vpp-nfv-2n-skx-mrr"
6812 #  filter: "'NIC_Intel-XXV710' and
6813 #           'NF_DENSITY' and
6814 #           'VHOST' and
6815 #           'VXLAN' and
6816 #           'CHAIN' and
6817 #           '118' and
6818 #           '8T4C' and
6819 #           'MRR'"
6820 #  parameters:
6821 #  - "result"
6822 #  - "name"
6823 #  - "tags"
6824 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6825 #  x-axis: "X = VNFs per Service Chain"
6826 #  y-axis: "Y = Number of Service Chains"
6827 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6828 #  layout:
6829 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6830 #    layout: "plot-service-density"
6831 #
6832 ## Plots - NF Density - VSC - MRR IMIX
6833 #- type: "plot"
6834 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6835 #  algorithm: "plot_nf_heatmap"
6836 #  output-file-type: ".html"
6837 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
6838 #  data: "plot-vpp-nfv-2n-skx-mrr"
6839 #  filter: "'NIC_Intel-XXV710' and
6840 #           'NF_DENSITY' and
6841 #           'VHOST' and
6842 #           'VXLAN' and
6843 #           'CHAIN' and
6844 #           'IMIX' and
6845 #           '2T1C' and
6846 #           'MRR'"
6847 #  parameters:
6848 #  - "result"
6849 #  - "name"
6850 #  - "tags"
6851 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6852 #  x-axis: "X = VNFs per Service Chain"
6853 #  y-axis: "Y = Number of Service Chains"
6854 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6855 #  layout:
6856 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6857 #    layout: "plot-service-density"
6858 #
6859 #- type: "plot"
6860 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6861 #  algorithm: "plot_nf_heatmap"
6862 #  output-file-type: ".html"
6863 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
6864 #  data: "plot-vpp-nfv-2n-skx-mrr"
6865 #  filter: "'NIC_Intel-XXV710' and
6866 #           'NF_DENSITY' and
6867 #           'VHOST' and
6868 #           'VXLAN' and
6869 #           'CHAIN' and
6870 #           'IMIX' and
6871 #           '4T2C' and
6872 #           'MRR'"
6873 #  parameters:
6874 #  - "result"
6875 #  - "name"
6876 #  - "tags"
6877 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6878 #  x-axis: "X = VNFs per Service Chain"
6879 #  y-axis: "Y = Number of Service Chains"
6880 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6881 #  layout:
6882 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6883 #    layout: "plot-service-density"
6884 #
6885 #- type: "plot"
6886 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6887 #  algorithm: "plot_nf_heatmap"
6888 #  output-file-type: ".html"
6889 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
6890 #  data: "plot-vpp-nfv-2n-skx-mrr"
6891 #  filter: "'NIC_Intel-XXV710' and
6892 #           'NF_DENSITY' and
6893 #           'VHOST' and
6894 #           'VXLAN' and
6895 #           'CHAIN' and
6896 #           'IMIX' and
6897 #           '8T4C' and
6898 #           'MRR'"
6899 #  parameters:
6900 #  - "result"
6901 #  - "name"
6902 #  - "tags"
6903 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6904 #  x-axis: "X = VNFs per Service Chain"
6905 #  y-axis: "Y = Number of Service Chains"
6906 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6907 #  layout:
6908 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6909 #    layout: "plot-service-density"
6910 #
6911 ## Plots - NF Density - VSC - NDR 64b
6912 #- type: "plot"
6913 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6914 #  algorithm: "plot_nf_heatmap"
6915 #  output-file-type: ".html"
6916 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
6917 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6918 #  filter: "'NIC_Intel-XXV710' and
6919 #           'NF_DENSITY' and
6920 #           'VHOST' and
6921 #           'VXLAN' and
6922 #           'CHAIN' and
6923 #           '118' and
6924 #           '2T1C' and
6925 #           'NDRPDR'"
6926 #  parameters:
6927 #  - "throughput"
6928 #  - "name"
6929 #  - "tags"
6930 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6931 #  x-axis: "X = VNFs per Service Chain"
6932 #  y-axis: "Y = Number of Service Chains"
6933 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6934 #  layout:
6935 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6936 #    layout: "plot-service-density"
6937 #
6938 #- type: "plot"
6939 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6940 #  algorithm: "plot_nf_heatmap"
6941 #  output-file-type: ".html"
6942 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
6943 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6944 #  filter: "'NIC_Intel-XXV710' and
6945 #           'NF_DENSITY' and
6946 #           'VHOST' and
6947 #           'VXLAN' and
6948 #           'CHAIN' and
6949 #           '118' and
6950 #           '4T2C' and
6951 #           'NDRPDR'"
6952 #  parameters:
6953 #  - "throughput"
6954 #  - "name"
6955 #  - "tags"
6956 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6957 #  x-axis: "X = VNFs per Service Chain"
6958 #  y-axis: "Y = Number of Service Chains"
6959 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6960 #  layout:
6961 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6962 #    layout: "plot-service-density"
6963 #
6964 #- type: "plot"
6965 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6966 #  algorithm: "plot_nf_heatmap"
6967 #  output-file-type: ".html"
6968 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
6969 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6970 #  filter: "'NIC_Intel-XXV710' and
6971 #           'NF_DENSITY' and
6972 #           'VHOST' and
6973 #           'VXLAN' and
6974 #           'CHAIN' and
6975 #           '118' and
6976 #           '8T4C' and
6977 #           'NDRPDR'"
6978 #  parameters:
6979 #  - "throughput"
6980 #  - "name"
6981 #  - "tags"
6982 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6983 #  x-axis: "X = VNFs per Service Chain"
6984 #  y-axis: "Y = Number of Service Chains"
6985 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6986 #  layout:
6987 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6988 #    layout: "plot-service-density"
6989 #
6990 ## Plots - NF Density - VSC - NDR IMIX
6991 #- type: "plot"
6992 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6993 #  algorithm: "plot_nf_heatmap"
6994 #  output-file-type: ".html"
6995 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
6996 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6997 #  filter: "'NIC_Intel-XXV710' and
6998 #           'NF_DENSITY' and
6999 #           'VHOST' and
7000 #           'VXLAN' and
7001 #           'CHAIN' and
7002 #           'IMIX' and
7003 #           '2T1C' and
7004 #           'NDRPDR'"
7005 #  parameters:
7006 #  - "throughput"
7007 #  - "name"
7008 #  - "tags"
7009 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7010 #  x-axis: "X = VNFs per Service Chain"
7011 #  y-axis: "Y = Number of Service Chains"
7012 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7013 #  layout:
7014 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7015 #    layout: "plot-service-density"
7016 #
7017 #- type: "plot"
7018 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7019 #  algorithm: "plot_nf_heatmap"
7020 #  output-file-type: ".html"
7021 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7022 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7023 #  filter: "'NIC_Intel-XXV710' and
7024 #           'NF_DENSITY' and
7025 #           'VHOST' and
7026 #           'VXLAN' and
7027 #           'CHAIN' and
7028 #           'IMIX' and
7029 #           '4T2C' and
7030 #           'NDRPDR'"
7031 #  parameters:
7032 #  - "throughput"
7033 #  - "name"
7034 #  - "tags"
7035 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7036 #  x-axis: "X = VNFs per Service Chain"
7037 #  y-axis: "Y = Number of Service Chains"
7038 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7039 #  layout:
7040 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7041 #    layout: "plot-service-density"
7042 #
7043 #- type: "plot"
7044 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7045 #  algorithm: "plot_nf_heatmap"
7046 #  output-file-type: ".html"
7047 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7048 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7049 #  filter: "'NIC_Intel-XXV710' and
7050 #           'NF_DENSITY' and
7051 #           'VHOST' and
7052 #           'VXLAN' and
7053 #           'CHAIN' and
7054 #           'IMIX' and
7055 #           '8T4C' and
7056 #           'NDRPDR'"
7057 #  parameters:
7058 #  - "throughput"
7059 #  - "name"
7060 #  - "tags"
7061 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7062 #  x-axis: "X = VNFs per Service Chain"
7063 #  y-axis: "Y = Number of Service Chains"
7064 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7065 #  layout:
7066 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7067 #    layout: "plot-service-density"
7068 #
7069 ## Plots - NF Density - VSC - PDR 64b
7070 #- type: "plot"
7071 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7072 #  algorithm: "plot_nf_heatmap"
7073 #  output-file-type: ".html"
7074 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7075 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7076 #  filter: "'NIC_Intel-XXV710' and
7077 #           'NF_DENSITY' and
7078 #           'VHOST' and
7079 #           'VXLAN' and
7080 #           'CHAIN' and
7081 #           '118' and
7082 #           '2T1C' and
7083 #           'NDRPDR'"
7084 #  parameters:
7085 #  - "throughput"
7086 #  - "name"
7087 #  - "tags"
7088 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7089 #  x-axis: "X = VNFs per Service Chain"
7090 #  y-axis: "Y = Number of Service Chains"
7091 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7092 #  layout:
7093 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7094 #    layout: "plot-service-density"
7095 #
7096 #- type: "plot"
7097 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7098 #  algorithm: "plot_nf_heatmap"
7099 #  output-file-type: ".html"
7100 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7101 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7102 #  filter: "'NIC_Intel-XXV710' and
7103 #           'NF_DENSITY' and
7104 #           'VHOST' and
7105 #           'VXLAN' and
7106 #           'CHAIN' and
7107 #           '118' and
7108 #           '4T2C' and
7109 #           'NDRPDR'"
7110 #  parameters:
7111 #  - "throughput"
7112 #  - "name"
7113 #  - "tags"
7114 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7115 #  x-axis: "X = VNFs per Service Chain"
7116 #  y-axis: "Y = Number of Service Chains"
7117 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7118 #  layout:
7119 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7120 #    layout: "plot-service-density"
7121 #
7122 #- type: "plot"
7123 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7124 #  algorithm: "plot_nf_heatmap"
7125 #  output-file-type: ".html"
7126 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7127 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7128 #  filter: "'NIC_Intel-XXV710' and
7129 #           'NF_DENSITY' and
7130 #           'VHOST' and
7131 #           'VXLAN' and
7132 #           'CHAIN' and
7133 #           '118' and
7134 #           '8T4C' and
7135 #           'NDRPDR'"
7136 #  parameters:
7137 #  - "throughput"
7138 #  - "name"
7139 #  - "tags"
7140 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7141 #  x-axis: "X = VNFs per Service Chain"
7142 #  y-axis: "Y = Number of Service Chains"
7143 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7144 #  layout:
7145 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7146 #    layout: "plot-service-density"
7147 #
7148 ## Plots - NF Density - VSC - PDR IMIX
7149 #- type: "plot"
7150 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7151 #  algorithm: "plot_nf_heatmap"
7152 #  output-file-type: ".html"
7153 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7154 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7155 #  filter: "'NIC_Intel-XXV710' and
7156 #           'NF_DENSITY' and
7157 #           'VHOST' and
7158 #           'VXLAN' and
7159 #           'CHAIN' and
7160 #           'IMIX' and
7161 #           '2T1C' and
7162 #           'NDRPDR'"
7163 #  parameters:
7164 #  - "throughput"
7165 #  - "name"
7166 #  - "tags"
7167 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7168 #  x-axis: "X = VNFs per Service Chain"
7169 #  y-axis: "Y = Number of Service Chains"
7170 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7171 #  layout:
7172 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7173 #    layout: "plot-service-density"
7174 #
7175 #- type: "plot"
7176 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7177 #  algorithm: "plot_nf_heatmap"
7178 #  output-file-type: ".html"
7179 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7180 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7181 #  filter: "'NIC_Intel-XXV710' and
7182 #           'NF_DENSITY' and
7183 #           'VHOST' and
7184 #           'VXLAN' and
7185 #           'CHAIN' and
7186 #           'IMIX' and
7187 #           '4T2C' and
7188 #           'NDRPDR'"
7189 #  parameters:
7190 #  - "throughput"
7191 #  - "name"
7192 #  - "tags"
7193 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7194 #  x-axis: "X = VNFs per Service Chain"
7195 #  y-axis: "Y = Number of Service Chains"
7196 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7197 #  layout:
7198 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7199 #    layout: "plot-service-density"
7200 #
7201 #- type: "plot"
7202 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7203 #  algorithm: "plot_nf_heatmap"
7204 #  output-file-type: ".html"
7205 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7206 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7207 #  filter: "'NIC_Intel-XXV710' and
7208 #           'NF_DENSITY' and
7209 #           'VHOST' and
7210 #           'VXLAN' and
7211 #           'CHAIN' and
7212 #           'IMIX' and
7213 #           '8T4C' and
7214 #           'NDRPDR'"
7215 #  parameters:
7216 #  - "throughput"
7217 #  - "name"
7218 #  - "tags"
7219 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7220 #  x-axis: "X = VNFs per Service Chain"
7221 #  y-axis: "Y = Number of Service Chains"
7222 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7223 #  layout:
7224 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7225 #    layout: "plot-service-density"
7226 #
7227 ################################################################################
7228 ## Plots - NF Density - CSC - MRR 64b
7229 #- type: "plot"
7230 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7231 #  algorithm: "plot_nf_heatmap"
7232 #  output-file-type: ".html"
7233 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7234 #  data: "plot-vpp-nfv-2n-skx-mrr"
7235 #  filter: "'NIC_Intel-XXV710' and
7236 #           'NF_DENSITY' and
7237 #           'DOCKER' and
7238 #           'CHAIN' and
7239 #           'NF_VPPIP4' and
7240 #           '64B' and
7241 #           '2T1C' and
7242 #           'MRR'"
7243 #  parameters:
7244 #  - "result"
7245 #  - "name"
7246 #  - "tags"
7247 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7248 #  x-axis: "X = CNFs per Service Chain"
7249 #  y-axis: "Y = Number of Service Chains"
7250 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7251 #  layout:
7252 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7253 #    layout: "plot-service-density"
7254 #
7255 #- type: "plot"
7256 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7257 #  algorithm: "plot_nf_heatmap"
7258 #  output-file-type: ".html"
7259 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7260 #  data: "plot-vpp-nfv-2n-skx-mrr"
7261 #  filter: "'NIC_Intel-XXV710' and
7262 #           'NF_DENSITY' and
7263 #           'DOCKER' and
7264 #           'CHAIN' and
7265 #           'NF_VPPIP4' and
7266 #           '64B' and
7267 #           '4T2C' and
7268 #           'MRR'"
7269 #  parameters:
7270 #  - "result"
7271 #  - "name"
7272 #  - "tags"
7273 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7274 #  x-axis: "X = CNFs per Service Chain"
7275 #  y-axis: "Y = Number of Service Chains"
7276 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7277 #  layout:
7278 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7279 #    layout: "plot-service-density"
7280 #
7281 #- type: "plot"
7282 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7283 #  algorithm: "plot_nf_heatmap"
7284 #  output-file-type: ".html"
7285 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7286 #  data: "plot-vpp-nfv-2n-skx-mrr"
7287 #  filter: "'NIC_Intel-XXV710' and
7288 #           'NF_DENSITY' and
7289 #           'DOCKER' and
7290 #           'CHAIN' and
7291 #           'NF_VPPIP4' and
7292 #           '64B' and
7293 #           '8T4C' and
7294 #           'MRR'"
7295 #  parameters:
7296 #  - "result"
7297 #  - "name"
7298 #  - "tags"
7299 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7300 #  x-axis: "X = CNFs per Service Chain"
7301 #  y-axis: "Y = Number of Service Chains"
7302 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7303 #  layout:
7304 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7305 #    layout: "plot-service-density"
7306 #
7307 ## Plots - NF Density - CSC - MRR IMIX
7308 #- type: "plot"
7309 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7310 #  algorithm: "plot_nf_heatmap"
7311 #  output-file-type: ".html"
7312 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7313 #  data: "plot-vpp-nfv-2n-skx-mrr"
7314 #  filter: "'NIC_Intel-XXV710' and
7315 #           'NF_DENSITY' and
7316 #           'DOCKER' and
7317 #           'CHAIN' and
7318 #           'NF_VPPIP4' and
7319 #           'IMIX' and
7320 #           '2T1C' and
7321 #           'MRR'"
7322 #  parameters:
7323 #  - "result"
7324 #  - "name"
7325 #  - "tags"
7326 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7327 #  x-axis: "X = CNFs per Service Chain"
7328 #  y-axis: "Y = Number of Service Chains"
7329 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7330 #  layout:
7331 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7332 #    layout: "plot-service-density"
7333 #
7334 #- type: "plot"
7335 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7336 #  algorithm: "plot_nf_heatmap"
7337 #  output-file-type: ".html"
7338 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7339 #  data: "plot-vpp-nfv-2n-skx-mrr"
7340 #  filter: "'NIC_Intel-XXV710' and
7341 #           'NF_DENSITY' and
7342 #           'DOCKER' and
7343 #           'CHAIN' and
7344 #           'NF_VPPIP4' and
7345 #           'IMIX' and
7346 #           '4T2C' and
7347 #           'MRR'"
7348 #  parameters:
7349 #  - "result"
7350 #  - "name"
7351 #  - "tags"
7352 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7353 #  x-axis: "X = CNFs per Service Chain"
7354 #  y-axis: "Y = Number of Service Chains"
7355 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7356 #  layout:
7357 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7358 #    layout: "plot-service-density"
7359 #
7360 #- type: "plot"
7361 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7362 #  algorithm: "plot_nf_heatmap"
7363 #  output-file-type: ".html"
7364 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7365 #  data: "plot-vpp-nfv-2n-skx-mrr"
7366 #  filter: "'NIC_Intel-XXV710' and
7367 #           'NF_DENSITY' and
7368 #           'DOCKER' and
7369 #           'CHAIN' and
7370 #           'NF_VPPIP4' and
7371 #           'IMIX' and
7372 #           '8T4C' and
7373 #           'MRR'"
7374 #  parameters:
7375 #  - "result"
7376 #  - "name"
7377 #  - "tags"
7378 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7379 #  x-axis: "X = CNFs per Service Chain"
7380 #  y-axis: "Y = Number of Service Chains"
7381 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7382 #  layout:
7383 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7384 #    layout: "plot-service-density"
7385 #
7386 ## Plots - NF Density - CSC - NDR 64b
7387 #- type: "plot"
7388 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7389 #  algorithm: "plot_nf_heatmap"
7390 #  output-file-type: ".html"
7391 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7392 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7393 #  filter: "'NIC_Intel-XXV710' and
7394 #           'NF_DENSITY' and
7395 #           'DOCKER' and
7396 #           'CHAIN' and
7397 #           'NF_VPPIP4' and
7398 #           '64B' and
7399 #           '2T1C' and
7400 #           'NDRPDR'"
7401 #  parameters:
7402 #  - "throughput"
7403 #  - "name"
7404 #  - "tags"
7405 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7406 #  x-axis: "X = CNFs per Service Chain"
7407 #  y-axis: "Y = Number of Service Chains"
7408 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7409 #  layout:
7410 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7411 #    layout: "plot-service-density"
7412 #
7413 #- type: "plot"
7414 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7415 #  algorithm: "plot_nf_heatmap"
7416 #  output-file-type: ".html"
7417 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7418 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7419 #  filter: "'NIC_Intel-XXV710' and
7420 #           'NF_DENSITY' and
7421 #           'DOCKER' and
7422 #           'CHAIN' and
7423 #           'NF_VPPIP4' and
7424 #           '64B' and
7425 #           '4T2C' and
7426 #           'NDRPDR'"
7427 #  parameters:
7428 #  - "throughput"
7429 #  - "name"
7430 #  - "tags"
7431 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7432 #  x-axis: "X = CNFs per Service Chain"
7433 #  y-axis: "Y = Number of Service Chains"
7434 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7435 #  layout:
7436 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7437 #    layout: "plot-service-density"
7438 #
7439 #- type: "plot"
7440 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7441 #  algorithm: "plot_nf_heatmap"
7442 #  output-file-type: ".html"
7443 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7444 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7445 #  filter: "'NIC_Intel-XXV710' and
7446 #           'NF_DENSITY' and
7447 #           'DOCKER' and
7448 #           'CHAIN' and
7449 #           'NF_VPPIP4' and
7450 #           '64B' and
7451 #           '8T4C' and
7452 #           'NDRPDR'"
7453 #  parameters:
7454 #  - "throughput"
7455 #  - "name"
7456 #  - "tags"
7457 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7458 #  x-axis: "X = CNFs per Service Chain"
7459 #  y-axis: "Y = Number of Service Chains"
7460 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7461 #  layout:
7462 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7463 #    layout: "plot-service-density"
7464 #
7465 ## Plots - NF Density - CSC - NDR IMIX
7466 #- type: "plot"
7467 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7468 #  algorithm: "plot_nf_heatmap"
7469 #  output-file-type: ".html"
7470 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7471 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7472 #  filter: "'NIC_Intel-XXV710' and
7473 #           'NF_DENSITY' and
7474 #           'DOCKER' and
7475 #           'CHAIN' and
7476 #           'NF_VPPIP4' and
7477 #           'IMIX' and
7478 #           '2T1C' and
7479 #           'NDRPDR'"
7480 #  parameters:
7481 #  - "throughput"
7482 #  - "name"
7483 #  - "tags"
7484 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7485 #  x-axis: "X = CNFs per Service Chain"
7486 #  y-axis: "Y = Number of Service Chains"
7487 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7488 #  layout:
7489 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7490 #    layout: "plot-service-density"
7491 #
7492 #- type: "plot"
7493 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7494 #  algorithm: "plot_nf_heatmap"
7495 #  output-file-type: ".html"
7496 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7497 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7498 #  filter: "'NIC_Intel-XXV710' and
7499 #           'NF_DENSITY' and
7500 #           'DOCKER' and
7501 #           'CHAIN' and
7502 #           'NF_VPPIP4' and
7503 #           'IMIX' and
7504 #           '4T2C' and
7505 #           'NDRPDR'"
7506 #  parameters:
7507 #  - "throughput"
7508 #  - "name"
7509 #  - "tags"
7510 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7511 #  x-axis: "X = CNFs per Service Chain"
7512 #  y-axis: "Y = Number of Service Chains"
7513 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7514 #  layout:
7515 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7516 #    layout: "plot-service-density"
7517 #
7518 #- type: "plot"
7519 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7520 #  algorithm: "plot_nf_heatmap"
7521 #  output-file-type: ".html"
7522 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7523 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7524 #  filter: "'NIC_Intel-XXV710' and
7525 #           'NF_DENSITY' and
7526 #           'DOCKER' and
7527 #           'CHAIN' and
7528 #           'NF_VPPIP4' and
7529 #           'IMIX' and
7530 #           '8T4C' and
7531 #           'NDRPDR'"
7532 #  parameters:
7533 #  - "throughput"
7534 #  - "name"
7535 #  - "tags"
7536 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7537 #  x-axis: "X = CNFs per Service Chain"
7538 #  y-axis: "Y = Number of Service Chains"
7539 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7540 #  layout:
7541 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7542 #    layout: "plot-service-density"
7543 #
7544 ## Plots - NF Density - CSC - PDR 64b
7545 #- type: "plot"
7546 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7547 #  algorithm: "plot_nf_heatmap"
7548 #  output-file-type: ".html"
7549 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7550 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7551 #  filter: "'NIC_Intel-XXV710' and
7552 #           'NF_DENSITY' and
7553 #           'DOCKER' and
7554 #           'CHAIN' and
7555 #           'NF_VPPIP4' and
7556 #           '64B' and
7557 #           '2T1C' and
7558 #           'NDRPDR'"
7559 #  parameters:
7560 #  - "throughput"
7561 #  - "name"
7562 #  - "tags"
7563 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7564 #  x-axis: "X = CNFs per Service Chain"
7565 #  y-axis: "Y = Number of Service Chains"
7566 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7567 #  layout:
7568 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7569 #    layout: "plot-service-density"
7570 #
7571 #- type: "plot"
7572 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7573 #  algorithm: "plot_nf_heatmap"
7574 #  output-file-type: ".html"
7575 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7576 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7577 #  filter: "'NIC_Intel-XXV710' and
7578 #           'NF_DENSITY' and
7579 #           'DOCKER' and
7580 #           'CHAIN' and
7581 #           'NF_VPPIP4' and
7582 #           '64B' and
7583 #           '4T2C' and
7584 #           'NDRPDR'"
7585 #  parameters:
7586 #  - "throughput"
7587 #  - "name"
7588 #  - "tags"
7589 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7590 #  x-axis: "X = CNFs per Service Chain"
7591 #  y-axis: "Y = Number of Service Chains"
7592 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7593 #  layout:
7594 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7595 #    layout: "plot-service-density"
7596 #
7597 #- type: "plot"
7598 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7599 #  algorithm: "plot_nf_heatmap"
7600 #  output-file-type: ".html"
7601 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7602 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7603 #  filter: "'NIC_Intel-XXV710' and
7604 #           'NF_DENSITY' and
7605 #           'DOCKER' and
7606 #           'CHAIN' and
7607 #           'NF_VPPIP4' and
7608 #           '64B' and
7609 #           '8T4C' and
7610 #           'NDRPDR'"
7611 #  parameters:
7612 #  - "throughput"
7613 #  - "name"
7614 #  - "tags"
7615 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7616 #  x-axis: "X = CNFs per Service Chain"
7617 #  y-axis: "Y = Number of Service Chains"
7618 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7619 #  layout:
7620 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7621 #    layout: "plot-service-density"
7622 #
7623 ## Plots - NF Density - CSC - PDR IMIX
7624 #- type: "plot"
7625 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7626 #  algorithm: "plot_nf_heatmap"
7627 #  output-file-type: ".html"
7628 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7629 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7630 #  filter: "'NIC_Intel-XXV710' and
7631 #           'NF_DENSITY' and
7632 #           'DOCKER' and
7633 #           'CHAIN' and
7634 #           'NF_VPPIP4' and
7635 #           'IMIX' and
7636 #           '2T1C' and
7637 #           'NDRPDR'"
7638 #  parameters:
7639 #  - "throughput"
7640 #  - "name"
7641 #  - "tags"
7642 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7643 #  x-axis: "X = CNFs per Service Chain"
7644 #  y-axis: "Y = Number of Service Chains"
7645 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7646 #  layout:
7647 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7648 #    layout: "plot-service-density"
7649 #
7650 #- type: "plot"
7651 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7652 #  algorithm: "plot_nf_heatmap"
7653 #  output-file-type: ".html"
7654 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7655 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7656 #  filter: "'NIC_Intel-XXV710' and
7657 #           'NF_DENSITY' and
7658 #           'DOCKER' and
7659 #           'CHAIN' and
7660 #           'NF_VPPIP4' and
7661 #           'IMIX' and
7662 #           '4T2C' and
7663 #           'NDRPDR'"
7664 #  parameters:
7665 #  - "throughput"
7666 #  - "name"
7667 #  - "tags"
7668 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7669 #  x-axis: "X = CNFs per Service Chain"
7670 #  y-axis: "Y = Number of Service Chains"
7671 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7672 #  layout:
7673 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7674 #    layout: "plot-service-density"
7675 #
7676 #- type: "plot"
7677 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7678 #  algorithm: "plot_nf_heatmap"
7679 #  output-file-type: ".html"
7680 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7681 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7682 #  filter: "'NIC_Intel-XXV710' and
7683 #           'NF_DENSITY' and
7684 #           'DOCKER' and
7685 #           'CHAIN' and
7686 #           'NF_VPPIP4' and
7687 #           'IMIX' and
7688 #           '8T4C' and
7689 #           'NDRPDR'"
7690 #  parameters:
7691 #  - "throughput"
7692 #  - "name"
7693 #  - "tags"
7694 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7695 #  x-axis: "X = CNFs per Service Chain"
7696 #  y-axis: "Y = Number of Service Chains"
7697 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7698 #  layout:
7699 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7700 #    layout: "plot-service-density"
7701 #
7702 ################################################################################
7703 #
7704 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7705 #- type: "plot"
7706 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7707 #  algorithm: "plot_nf_heatmap"
7708 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7709 #  data: "plot-vpp-nfv-3n-skx-mrr"
7710 #  filter: "'NIC_Intel-XXV710' and
7711 #           'NF_DENSITY' and
7712 #           'DOCKER' and
7713 #           'CHAIN' and
7714 #           'NF_VPPIP4' and
7715 #           'IPSEC' and
7716 #           'TNL_4' and
7717 #           'IMIX' and
7718 #           '2T1C' and
7719 #           'MRR'"
7720 #  parameters:
7721 #  - "result"
7722 #  - "name"
7723 #  - "tags"
7724 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7725 #  x-axis: "X = CNFs per Service Chain"
7726 #  y-axis: "Y = Number of Service Chains"
7727 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7728 #  layout:
7729 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7730 #    layout: "plot-service-density"
7731 #
7732 #- type: "plot"
7733 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7734 #  algorithm: "plot_nf_heatmap"
7735 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
7736 #  data: "plot-vpp-nfv-3n-skx-mrr"
7737 #  filter: "'NIC_Intel-XXV710' and
7738 #           'NF_DENSITY' and
7739 #           'DOCKER' and
7740 #           'CHAIN' and
7741 #           'NF_VPPIP4' and
7742 #           'IPSEC' and
7743 #           'TNL_4' and
7744 #           'IMIX' and
7745 #           '4T2C' and
7746 #           'MRR'"
7747 #  parameters:
7748 #  - "result"
7749 #  - "name"
7750 #  - "tags"
7751 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7752 #  x-axis: "X = CNFs per Service Chain"
7753 #  y-axis: "Y = Number of Service Chains"
7754 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7755 #  layout:
7756 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7757 #    layout: "plot-service-density"
7758 #
7759 #- type: "plot"
7760 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7761 #  algorithm: "plot_nf_heatmap"
7762 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
7763 #  data: "plot-vpp-nfv-3n-skx-mrr"
7764 #  filter: "'NIC_Intel-XXV710' and
7765 #           'NF_DENSITY' and
7766 #           'DOCKER' and
7767 #           'CHAIN' and
7768 #           'NF_VPPIP4' and
7769 #           'IPSEC' and
7770 #           'TNL_4' and
7771 #           'IMIX' and
7772 #           '8T4C' and
7773 #           'MRR'"
7774 #  parameters:
7775 #  - "result"
7776 #  - "name"
7777 #  - "tags"
7778 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7779 #  x-axis: "X = CNFs per Service Chain"
7780 #  y-axis: "Y = Number of Service Chains"
7781 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7782 #  layout:
7783 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7784 #    layout: "plot-service-density"
7785
7786 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7787 - type: "plot"
7788   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7789   algorithm: "plot_nf_heatmap"
7790   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
7791   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7792   filter: "'NIC_Intel-XXV710' and
7793            'NF_DENSITY' and
7794            'DOCKER' and
7795            'CHAIN' and
7796            'NF_VPPIP4' and
7797            'IPSEC' and
7798            'TNL_4' and
7799            'IMIX' and
7800            '2T1C' and
7801            'NDRPDR'"
7802   parameters:
7803   - "throughput"
7804   - "name"
7805   - "tags"
7806   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7807   x-axis: "X = CNFs per Service Chain"
7808   y-axis: "Y = Number of Service Chains"
7809   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7810   layout:
7811     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7812     layout: "plot-service-density"
7813
7814 - type: "plot"
7815   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7816   algorithm: "plot_nf_heatmap"
7817   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
7818   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7819   filter: "'NIC_Intel-XXV710' and
7820            'NF_DENSITY' and
7821            'DOCKER' and
7822            'CHAIN' and
7823            'NF_VPPIP4' and
7824            'IPSEC' and
7825            'TNL_4' and
7826            'IMIX' and
7827            '4T2C' and
7828            'NDRPDR'"
7829   parameters:
7830   - "throughput"
7831   - "name"
7832   - "tags"
7833   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7834   x-axis: "X = CNFs per Service Chain"
7835   y-axis: "Y = Number of Service Chains"
7836   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7837   layout:
7838     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7839     layout: "plot-service-density"
7840
7841 - type: "plot"
7842   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7843   algorithm: "plot_nf_heatmap"
7844   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
7845   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7846   filter: "'NIC_Intel-XXV710' and
7847            'NF_DENSITY' and
7848            'DOCKER' and
7849            'CHAIN' and
7850            'NF_VPPIP4' and
7851            'IPSEC' and
7852            'TNL_4' and
7853            'IMIX' and
7854            '8T4C' and
7855            'NDRPDR'"
7856   parameters:
7857   - "throughput"
7858   - "name"
7859   - "tags"
7860   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7861   x-axis: "X = CNFs per Service Chain"
7862   y-axis: "Y = Number of Service Chains"
7863   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7864   layout:
7865     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7866     layout: "plot-service-density"
7867
7868 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7869 - type: "plot"
7870   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7871   algorithm: "plot_nf_heatmap"
7872   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
7873   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7874   filter: "'NIC_Intel-XXV710' and
7875            'NF_DENSITY' and
7876            'DOCKER' and
7877            'CHAIN' and
7878            'NF_VPPIP4' and
7879            'IPSEC' and
7880            'TNL_4' and
7881            'IMIX' and
7882            '2T1C' and
7883            'NDRPDR'"
7884   parameters:
7885   - "throughput"
7886   - "name"
7887   - "tags"
7888   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7889   x-axis: "X = CNFs per Service Chain"
7890   y-axis: "Y = Number of Service Chains"
7891   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7892   layout:
7893     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7894     layout: "plot-service-density"
7895
7896 - type: "plot"
7897   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7898   algorithm: "plot_nf_heatmap"
7899   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
7900   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7901   filter: "'NIC_Intel-XXV710' and
7902            'NF_DENSITY' and
7903            'DOCKER' and
7904            'CHAIN' and
7905            'NF_VPPIP4' and
7906            'IPSEC' and
7907            'TNL_4' and
7908            'IMIX' and
7909            '4T2C' and
7910            'NDRPDR'"
7911   parameters:
7912   - "throughput"
7913   - "name"
7914   - "tags"
7915   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7916   x-axis: "X = CNFs per Service Chain"
7917   y-axis: "Y = Number of Service Chains"
7918   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7919   layout:
7920     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7921     layout: "plot-service-density"
7922
7923 - type: "plot"
7924   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7925   algorithm: "plot_nf_heatmap"
7926   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
7927   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7928   filter: "'NIC_Intel-XXV710' and
7929            'NF_DENSITY' and
7930            'DOCKER' and
7931            'CHAIN' and
7932            'NF_VPPIP4' and
7933            'IPSEC' and
7934            'TNL_4' and
7935            'IMIX' and
7936            '8T4C' and
7937            'NDRPDR'"
7938   parameters:
7939   - "throughput"
7940   - "name"
7941   - "tags"
7942   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7943   x-axis: "X = CNFs per Service Chain"
7944   y-axis: "Y = Number of Service Chains"
7945   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7946   layout:
7947     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7948     layout: "plot-service-density"
7949
7950 ###############################################################################
7951
7952 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7953 - type: "plot"
7954   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7955   algorithm: "plot_nf_heatmap"
7956   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
7957   data: "plot-vpp-nfv-3n-hsw-mrr"
7958   filter: "'NIC_Intel-XL710' and
7959            'NF_DENSITY' and
7960            'DOCKER' and
7961            'CHAIN' and
7962            'NF_VPPIP4' and
7963            'IMIX' and
7964            'TNL_4' and
7965            '1T1C' and
7966            'MRR'"
7967   parameters:
7968   - "result"
7969   - "name"
7970   - "tags"
7971   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7972   x-axis: "X = CNFs per Service Chain"
7973   y-axis: "Y = Number of Service Chains"
7974   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7975   layout:
7976     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7977     layout: "plot-service-density"
7978
7979 - type: "plot"
7980   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7981   algorithm: "plot_nf_heatmap"
7982   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
7983   data: "plot-vpp-nfv-3n-hsw-mrr"
7984   filter: "'NIC_Intel-XL710' and
7985            'NF_DENSITY' and
7986            'DOCKER' and
7987            'CHAIN' and
7988            'NF_VPPIP4' and
7989            'IPSEC' and
7990            'TNL_4' and
7991            'IMIX' and
7992            '2T2C' and
7993            'MRR'"
7994   parameters:
7995   - "result"
7996   - "name"
7997   - "tags"
7998   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7999   x-axis: "X = CNFs per Service Chain"
8000   y-axis: "Y = Number of Service Chains"
8001   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8002   layout:
8003     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8004     layout: "plot-service-density"
8005
8006 - type: "plot"
8007   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8008   algorithm: "plot_nf_heatmap"
8009   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8010   data: "plot-vpp-nfv-3n-hsw-mrr"
8011   filter: "'NIC_Intel-XL710' and
8012            'NF_DENSITY' and
8013            'DOCKER' and
8014            'CHAIN' and
8015            'NF_VPPIP4' and
8016            'IPSEC' and
8017            'TNL_4' and
8018            'IMIX' and
8019            '4T4C' and
8020            'MRR'"
8021   parameters:
8022   - "result"
8023   - "name"
8024   - "tags"
8025   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8026   x-axis: "X = CNFs per Service Chain"
8027   y-axis: "Y = Number of Service Chains"
8028   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8029   layout:
8030     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8031     layout: "plot-service-density"
8032
8033 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8034 - type: "plot"
8035   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8036   algorithm: "plot_nf_heatmap"
8037   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8038   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8039   filter: "'NIC_Intel-XL710' and
8040            'NF_DENSITY' and
8041            'DOCKER' and
8042            'CHAIN' and
8043            'NF_VPPIP4' and
8044            'IPSEC' and
8045            'TNL_4' and
8046            'IMIX' and
8047            '1T1C' and
8048            'NDRPDR'"
8049   parameters:
8050   - "throughput"
8051   - "name"
8052   - "tags"
8053   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8054   x-axis: "X = CNFs per Service Chain"
8055   y-axis: "Y = Number of Service Chains"
8056   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8057   layout:
8058     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8059     layout: "plot-service-density"
8060
8061 - type: "plot"
8062   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8063   algorithm: "plot_nf_heatmap"
8064   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8065   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8066   filter: "'NIC_Intel-XL710' and
8067            'NF_DENSITY' and
8068            'DOCKER' and
8069            'CHAIN' and
8070            'NF_VPPIP4' and
8071            'IPSEC' and
8072            'TNL_4' and
8073            'IMIX' and
8074            '2T2C' and
8075            'NDRPDR'"
8076   parameters:
8077   - "throughput"
8078   - "name"
8079   - "tags"
8080   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8081   x-axis: "X = CNFs per Service Chain"
8082   y-axis: "Y = Number of Service Chains"
8083   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8084   layout:
8085     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8086     layout: "plot-service-density"
8087
8088 - type: "plot"
8089   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8090   algorithm: "plot_nf_heatmap"
8091   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8092   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8093   filter: "'NIC_Intel-XL710' and
8094            'NF_DENSITY' and
8095            'DOCKER' and
8096            'CHAIN' and
8097            'NF_VPPIP4' and
8098            'IPSEC' and
8099            'TNL_4' and
8100            'IMIX' and
8101            '4T4C' and
8102            'NDRPDR'"
8103   parameters:
8104   - "throughput"
8105   - "name"
8106   - "tags"
8107   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8108   x-axis: "X = CNFs per Service Chain"
8109   y-axis: "Y = Number of Service Chains"
8110   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8111   layout:
8112     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8113     layout: "plot-service-density"
8114
8115 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8116 - type: "plot"
8117   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8118   algorithm: "plot_nf_heatmap"
8119   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8120   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8121   filter: "'NIC_Intel-XL710' and
8122            'NF_DENSITY' and
8123            'DOCKER' and
8124            'CHAIN' and
8125            'NF_VPPIP4' and
8126            'IPSEC' and
8127            'TNL_4' and
8128            'IMIX' and
8129            '1T1C' and
8130            'NDRPDR'"
8131   parameters:
8132   - "throughput"
8133   - "name"
8134   - "tags"
8135   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8136   x-axis: "X = CNFs per Service Chain"
8137   y-axis: "Y = Number of Service Chains"
8138   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8139   layout:
8140     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8141     layout: "plot-service-density"
8142
8143 - type: "plot"
8144   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8145   algorithm: "plot_nf_heatmap"
8146   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8147   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8148   filter: "'NIC_Intel-XL710' and
8149            'NF_DENSITY' and
8150            'DOCKER' and
8151            'CHAIN' and
8152            'NF_VPPIP4' and
8153            'IPSEC' and
8154            'TNL_4' and
8155            'IMIX' and
8156            '2T2C' and
8157            'NDRPDR'"
8158   parameters:
8159   - "throughput"
8160   - "name"
8161   - "tags"
8162   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8163   x-axis: "X = CNFs per Service Chain"
8164   y-axis: "Y = Number of Service Chains"
8165   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8166   layout:
8167     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8168     layout: "plot-service-density"
8169
8170 - type: "plot"
8171   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8172   algorithm: "plot_nf_heatmap"
8173   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8174   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8175   filter: "'NIC_Intel-XL710' and
8176            'NF_DENSITY' and
8177            'DOCKER' and
8178            'CHAIN' and
8179            'NF_VPPIP4' and
8180            'IPSEC' and
8181            'TNL_4' and
8182            'IMIX' and
8183            '4T4C' and
8184            'NDRPDR'"
8185   parameters:
8186   - "throughput"
8187   - "name"
8188   - "tags"
8189   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8190   x-axis: "X = CNFs per Service Chain"
8191   y-axis: "Y = Number of Service Chains"
8192   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8193   layout:
8194     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8195     layout: "plot-service-density"
8196
8197 ###############################################################################
8198
8199 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8200 #- type: "plot"
8201 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8202 #  algorithm: "plot_nf_heatmap"
8203 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8204 #  data: "plot-vpp-nfv-3n-skx-mrr"
8205 #  filter: "'NIC_Intel-XXV710' and
8206 #           'NF_DENSITY' and
8207 #           'DOCKER' and
8208 #           'CHAIN' and
8209 #           'NF_VPPIP4' and
8210 #           'IPSEC' and
8211 #           'TNL_1000' and
8212 #           'IMIX' and
8213 #           '2T1C' and
8214 #           'MRR'"
8215 #  parameters:
8216 #  - "result"
8217 #  - "name"
8218 #  - "tags"
8219 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8220 #  x-axis: "X = CNFs per Service Chain"
8221 #  y-axis: "Y = Number of Service Chains"
8222 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8223 #  layout:
8224 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8225 #    layout: "plot-service-density"
8226 #
8227 #- type: "plot"
8228 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8229 #  algorithm: "plot_nf_heatmap"
8230 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8231 #  data: "plot-vpp-nfv-3n-skx-mrr"
8232 #  filter: "'NIC_Intel-XXV710' and
8233 #           'NF_DENSITY' and
8234 #           'DOCKER' and
8235 #           'CHAIN' and
8236 #           'NF_VPPIP4' and
8237 #           'IPSEC' and
8238 #           'TNL_1000' and
8239 #           'IMIX' and
8240 #           '4T2C' and
8241 #           'MRR'"
8242 #  parameters:
8243 #  - "result"
8244 #  - "name"
8245 #  - "tags"
8246 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8247 #  x-axis: "X = CNFs per Service Chain"
8248 #  y-axis: "Y = Number of Service Chains"
8249 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8250 #  layout:
8251 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8252 #    layout: "plot-service-density"
8253 #
8254 #- type: "plot"
8255 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8256 #  algorithm: "plot_nf_heatmap"
8257 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8258 #  data: "plot-vpp-nfv-3n-skx-mrr"
8259 #  filter: "'NIC_Intel-XXV710' and
8260 #           'NF_DENSITY' and
8261 #           'DOCKER' and
8262 #           'CHAIN' and
8263 #           'NF_VPPIP4' and
8264 #           'IPSEC' and
8265 #           'TNL_1000' and
8266 #           'IMIX' and
8267 #           '8T4C' and
8268 #           'MRR'"
8269 #  parameters:
8270 #  - "result"
8271 #  - "name"
8272 #  - "tags"
8273 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8274 #  x-axis: "X = CNFs per Service Chain"
8275 #  y-axis: "Y = Number of Service Chains"
8276 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8277 #  layout:
8278 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8279 #    layout: "plot-service-density"
8280
8281 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8282 - type: "plot"
8283   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8284   algorithm: "plot_nf_heatmap"
8285   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8286   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8287   filter: "'NIC_Intel-XXV710' and
8288            'NF_DENSITY' and
8289            'DOCKER' and
8290            'CHAIN' and
8291            'NF_VPPIP4' and
8292            'IPSEC' and
8293            'TNL_1000' and
8294            'IMIX' and
8295            '2T1C' and
8296            'NDRPDR'"
8297   parameters:
8298   - "throughput"
8299   - "name"
8300   - "tags"
8301   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8302   x-axis: "X = CNFs per Service Chain"
8303   y-axis: "Y = Number of Service Chains"
8304   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8305   layout:
8306     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8307     layout: "plot-service-density"
8308
8309 - type: "plot"
8310   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8311   algorithm: "plot_nf_heatmap"
8312   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8313   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8314   filter: "'NIC_Intel-XXV710' and
8315            'NF_DENSITY' and
8316            'DOCKER' and
8317            'CHAIN' and
8318            'NF_VPPIP4' and
8319            'IPSEC' and
8320            'TNL_1000' and
8321            'IMIX' and
8322            '4T2C' and
8323            'NDRPDR'"
8324   parameters:
8325   - "throughput"
8326   - "name"
8327   - "tags"
8328   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8329   x-axis: "X = CNFs per Service Chain"
8330   y-axis: "Y = Number of Service Chains"
8331   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8332   layout:
8333     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8334     layout: "plot-service-density"
8335
8336 - type: "plot"
8337   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8338   algorithm: "plot_nf_heatmap"
8339   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8340   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8341   filter: "'NIC_Intel-XXV710' and
8342            'NF_DENSITY' and
8343            'DOCKER' and
8344            'CHAIN' and
8345            'NF_VPPIP4' and
8346            'IPSEC' and
8347            'TNL_1000' and
8348            'IMIX' and
8349            '8T4C' and
8350            'NDRPDR'"
8351   parameters:
8352   - "throughput"
8353   - "name"
8354   - "tags"
8355   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8356   x-axis: "X = CNFs per Service Chain"
8357   y-axis: "Y = Number of Service Chains"
8358   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8359   layout:
8360     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8361     layout: "plot-service-density"
8362
8363 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8364 - type: "plot"
8365   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8366   algorithm: "plot_nf_heatmap"
8367   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8368   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8369   filter: "'NIC_Intel-XXV710' and
8370            'NF_DENSITY' and
8371            'DOCKER' and
8372            'CHAIN' and
8373            'NF_VPPIP4' and
8374            'IPSEC' and
8375            'TNL_1000' and
8376            'IMIX' and
8377            '2T1C' and
8378            'NDRPDR'"
8379   parameters:
8380   - "throughput"
8381   - "name"
8382   - "tags"
8383   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8384   x-axis: "X = CNFs per Service Chain"
8385   y-axis: "Y = Number of Service Chains"
8386   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8387   layout:
8388     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8389     layout: "plot-service-density"
8390
8391 - type: "plot"
8392   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8393   algorithm: "plot_nf_heatmap"
8394   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8395   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8396   filter: "'NIC_Intel-XXV710' and
8397            'NF_DENSITY' and
8398            'DOCKER' and
8399            'CHAIN' and
8400            'NF_VPPIP4' and
8401            'IPSEC' and
8402            'TNL_1000' and
8403            'IMIX' and
8404            '4T2C' and
8405            'NDRPDR'"
8406   parameters:
8407   - "throughput"
8408   - "name"
8409   - "tags"
8410   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8411   x-axis: "X = CNFs per Service Chain"
8412   y-axis: "Y = Number of Service Chains"
8413   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8414   layout:
8415     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8416     layout: "plot-service-density"
8417
8418 - type: "plot"
8419   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8420   algorithm: "plot_nf_heatmap"
8421   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8422   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8423   filter: "'NIC_Intel-XXV710' and
8424            'NF_DENSITY' and
8425            'DOCKER' and
8426            'CHAIN' and
8427            'NF_VPPIP4' and
8428            'IPSEC' and
8429            'TNL_1000' and
8430            'IMIX' and
8431            '8T4C' and
8432            'NDRPDR'"
8433   parameters:
8434   - "throughput"
8435   - "name"
8436   - "tags"
8437   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8438   x-axis: "X = CNFs per Service Chain"
8439   y-axis: "Y = Number of Service Chains"
8440   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8441   layout:
8442     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8443     layout: "plot-service-density"
8444
8445 ###############################################################################
8446
8447 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8448 - type: "plot"
8449   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8450   algorithm: "plot_nf_heatmap"
8451   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8452   data: "plot-vpp-nfv-3n-hsw-mrr"
8453   filter: "'NIC_Intel-XL710' and
8454            'NF_DENSITY' and
8455            'DOCKER' and
8456            'CHAIN' and
8457            'NF_VPPIP4' and
8458            'IMIX' and
8459            'TNL_1000' and
8460            '1T1C' and
8461            'MRR'"
8462   parameters:
8463   - "result"
8464   - "name"
8465   - "tags"
8466   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8467   x-axis: "X = CNFs per Service Chain"
8468   y-axis: "Y = Number of Service Chains"
8469   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8470   layout:
8471     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8472     layout: "plot-service-density"
8473
8474 - type: "plot"
8475   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8476   algorithm: "plot_nf_heatmap"
8477   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8478   data: "plot-vpp-nfv-3n-hsw-mrr"
8479   filter: "'NIC_Intel-XL710' and
8480            'NF_DENSITY' and
8481            'DOCKER' and
8482            'CHAIN' and
8483            'NF_VPPIP4' and
8484            'IPSEC' and
8485            'TNL_1000' and
8486            'IMIX' and
8487            '2T2C' and
8488            'MRR'"
8489   parameters:
8490   - "result"
8491   - "name"
8492   - "tags"
8493   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8494   x-axis: "X = CNFs per Service Chain"
8495   y-axis: "Y = Number of Service Chains"
8496   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8497   layout:
8498     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8499     layout: "plot-service-density"
8500
8501 - type: "plot"
8502   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8503   algorithm: "plot_nf_heatmap"
8504   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8505   data: "plot-vpp-nfv-3n-hsw-mrr"
8506   filter: "'NIC_Intel-XL710' and
8507            'NF_DENSITY' and
8508            'DOCKER' and
8509            'CHAIN' and
8510            'NF_VPPIP4' and
8511            'IPSEC' and
8512            'TNL_1000' and
8513            'IMIX' and
8514            '4T4C' and
8515            'MRR'"
8516   parameters:
8517   - "result"
8518   - "name"
8519   - "tags"
8520   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8521   x-axis: "X = CNFs per Service Chain"
8522   y-axis: "Y = Number of Service Chains"
8523   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8524   layout:
8525     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8526     layout: "plot-service-density"
8527
8528 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8529 - type: "plot"
8530   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8531   algorithm: "plot_nf_heatmap"
8532   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8533   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8534   filter: "'NIC_Intel-XL710' and
8535            'NF_DENSITY' and
8536            'DOCKER' and
8537            'CHAIN' and
8538            'NF_VPPIP4' and
8539            'IPSEC' and
8540            'TNL_1000' and
8541            'IMIX' and
8542            '1T1C' and
8543            'NDRPDR'"
8544   parameters:
8545   - "throughput"
8546   - "name"
8547   - "tags"
8548   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8549   x-axis: "X = CNFs per Service Chain"
8550   y-axis: "Y = Number of Service Chains"
8551   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8552   layout:
8553     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8554     layout: "plot-service-density"
8555
8556 - type: "plot"
8557   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8558   algorithm: "plot_nf_heatmap"
8559   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8560   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8561   filter: "'NIC_Intel-XL710' and
8562            'NF_DENSITY' and
8563            'DOCKER' and
8564            'CHAIN' and
8565            'NF_VPPIP4' and
8566            'IPSEC' and
8567            'TNL_1000' and
8568            'IMIX' and
8569            '2T2C' and
8570            'NDRPDR'"
8571   parameters:
8572   - "throughput"
8573   - "name"
8574   - "tags"
8575   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8576   x-axis: "X = CNFs per Service Chain"
8577   y-axis: "Y = Number of Service Chains"
8578   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8579   layout:
8580     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8581     layout: "plot-service-density"
8582
8583 - type: "plot"
8584   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8585   algorithm: "plot_nf_heatmap"
8586   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8587   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8588   filter: "'NIC_Intel-XL710' and
8589            'NF_DENSITY' and
8590            'DOCKER' and
8591            'CHAIN' and
8592            'NF_VPPIP4' and
8593            'IPSEC' and
8594            'TNL_1000' and
8595            'IMIX' and
8596            '4T4C' and
8597            'NDRPDR'"
8598   parameters:
8599   - "throughput"
8600   - "name"
8601   - "tags"
8602   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8603   x-axis: "X = CNFs per Service Chain"
8604   y-axis: "Y = Number of Service Chains"
8605   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8606   layout:
8607     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8608     layout: "plot-service-density"
8609
8610 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8611 - type: "plot"
8612   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8613   algorithm: "plot_nf_heatmap"
8614   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8615   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8616   filter: "'NIC_Intel-XL710' and
8617            'NF_DENSITY' and
8618            'DOCKER' and
8619            'CHAIN' and
8620            'NF_VPPIP4' and
8621            'IPSEC' and
8622            'TNL_1000' and
8623            'IMIX' and
8624            '1T1C' and
8625            'NDRPDR'"
8626   parameters:
8627   - "throughput"
8628   - "name"
8629   - "tags"
8630   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8631   x-axis: "X = CNFs per Service Chain"
8632   y-axis: "Y = Number of Service Chains"
8633   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8634   layout:
8635     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8636     layout: "plot-service-density"
8637
8638 - type: "plot"
8639   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8640   algorithm: "plot_nf_heatmap"
8641   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8642   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8643   filter: "'NIC_Intel-XL710' and
8644            'NF_DENSITY' and
8645            'DOCKER' and
8646            'CHAIN' and
8647            'NF_VPPIP4' and
8648            'IPSEC' and
8649            'TNL_1000' and
8650            'IMIX' and
8651            '2T2C' and
8652            'NDRPDR'"
8653   parameters:
8654   - "throughput"
8655   - "name"
8656   - "tags"
8657   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8658   x-axis: "X = CNFs per Service Chain"
8659   y-axis: "Y = Number of Service Chains"
8660   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8661   layout:
8662     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8663     layout: "plot-service-density"
8664
8665 - type: "plot"
8666   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8667   algorithm: "plot_nf_heatmap"
8668   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8669   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8670   filter: "'NIC_Intel-XL710' and
8671            'NF_DENSITY' and
8672            'DOCKER' and
8673            'CHAIN' and
8674            'NF_VPPIP4' and
8675            'IPSEC' and
8676            'TNL_1000' and
8677            'IMIX' and
8678            '4T4C' and
8679            'NDRPDR'"
8680   parameters:
8681   - "throughput"
8682   - "name"
8683   - "tags"
8684   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8685   x-axis: "X = CNFs per Service Chain"
8686   y-axis: "Y = Number of Service Chains"
8687   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8688   layout:
8689     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8690     layout: "plot-service-density"
8691
8692 ###############################################################################
8693
8694 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8695 #- type: "plot"
8696 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8697 #  algorithm: "plot_nf_heatmap"
8698 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8699 #  data: "plot-vpp-nfv-3n-skx-mrr"
8700 #  filter: "'NIC_Intel-XXV710' and
8701 #           'NF_DENSITY' and
8702 #           'DOCKER' and
8703 #           'CHAIN' and
8704 #           'NF_VPPIP4' and
8705 #           'IPSEC' and
8706 #           'TNL_10000' and
8707 #           'IMIX' and
8708 #           '2T1C' and
8709 #           'MRR'"
8710 #  parameters:
8711 #  - "result"
8712 #  - "name"
8713 #  - "tags"
8714 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8715 #  x-axis: "X = CNFs per Service Chain"
8716 #  y-axis: "Y = Number of Service Chains"
8717 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8718 #  layout:
8719 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8720 #    layout: "plot-service-density"
8721 #
8722 #- type: "plot"
8723 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8724 #  algorithm: "plot_nf_heatmap"
8725 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
8726 #  data: "plot-vpp-nfv-3n-skx-mrr"
8727 #  filter: "'NIC_Intel-XXV710' and
8728 #           'NF_DENSITY' and
8729 #           'DOCKER' and
8730 #           'CHAIN' and
8731 #           'NF_VPPIP4' and
8732 #           'IPSEC' and
8733 #           'TNL_10000' and
8734 #           'IMIX' and
8735 #           '4T2C' and
8736 #           'MRR'"
8737 #  parameters:
8738 #  - "result"
8739 #  - "name"
8740 #  - "tags"
8741 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8742 #  x-axis: "X = CNFs per Service Chain"
8743 #  y-axis: "Y = Number of Service Chains"
8744 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8745 #  layout:
8746 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8747 #    layout: "plot-service-density"
8748 #
8749 #- type: "plot"
8750 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8751 #  algorithm: "plot_nf_heatmap"
8752 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
8753 #  data: "plot-vpp-nfv-3n-skx-mrr"
8754 #  filter: "'NIC_Intel-XXV710' and
8755 #           'NF_DENSITY' and
8756 #           'DOCKER' and
8757 #           'CHAIN' and
8758 #           'NF_VPPIP4' and
8759 #           'IPSEC' and
8760 #           'TNL_10000' and
8761 #           'IMIX' and
8762 #           '8T4C' and
8763 #           'MRR'"
8764 #  parameters:
8765 #  - "result"
8766 #  - "name"
8767 #  - "tags"
8768 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8769 #  x-axis: "X = CNFs per Service Chain"
8770 #  y-axis: "Y = Number of Service Chains"
8771 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8772 #  layout:
8773 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8774 #    layout: "plot-service-density"
8775
8776 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8777 - type: "plot"
8778   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8779   algorithm: "plot_nf_heatmap"
8780   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
8781   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8782   filter: "'NIC_Intel-XXV710' and
8783            'NF_DENSITY' and
8784            'DOCKER' and
8785            'CHAIN' and
8786            'NF_VPPIP4' and
8787            'IPSEC' and
8788            'TNL_10000' and
8789            'IMIX' and
8790            '2T1C' and
8791            'NDRPDR'"
8792   parameters:
8793   - "throughput"
8794   - "name"
8795   - "tags"
8796   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8797   x-axis: "X = CNFs per Service Chain"
8798   y-axis: "Y = Number of Service Chains"
8799   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8800   layout:
8801     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8802     layout: "plot-service-density"
8803
8804 - type: "plot"
8805   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8806   algorithm: "plot_nf_heatmap"
8807   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
8808   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8809   filter: "'NIC_Intel-XXV710' and
8810            'NF_DENSITY' and
8811            'DOCKER' and
8812            'CHAIN' and
8813            'NF_VPPIP4' and
8814            'IPSEC' and
8815            'TNL_10000' and
8816            'IMIX' and
8817            '4T2C' and
8818            'NDRPDR'"
8819   parameters:
8820   - "throughput"
8821   - "name"
8822   - "tags"
8823   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8824   x-axis: "X = CNFs per Service Chain"
8825   y-axis: "Y = Number of Service Chains"
8826   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8827   layout:
8828     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8829     layout: "plot-service-density"
8830
8831 - type: "plot"
8832   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8833   algorithm: "plot_nf_heatmap"
8834   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
8835   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8836   filter: "'NIC_Intel-XXV710' and
8837            'NF_DENSITY' and
8838            'DOCKER' and
8839            'CHAIN' and
8840            'NF_VPPIP4' and
8841            'IPSEC' and
8842            'TNL_10000' and
8843            'IMIX' and
8844            '8T4C' and
8845            'NDRPDR'"
8846   parameters:
8847   - "throughput"
8848   - "name"
8849   - "tags"
8850   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8851   x-axis: "X = CNFs per Service Chain"
8852   y-axis: "Y = Number of Service Chains"
8853   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8854   layout:
8855     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8856     layout: "plot-service-density"
8857
8858 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8859 - type: "plot"
8860   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8861   algorithm: "plot_nf_heatmap"
8862   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
8863   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8864   filter: "'NIC_Intel-XXV710' and
8865            'NF_DENSITY' and
8866            'DOCKER' and
8867            'CHAIN' and
8868            'NF_VPPIP4' and
8869            'IPSEC' and
8870            'TNL_10000' and
8871            'IMIX' and
8872            '2T1C' and
8873            'NDRPDR'"
8874   parameters:
8875   - "throughput"
8876   - "name"
8877   - "tags"
8878   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8879   x-axis: "X = CNFs per Service Chain"
8880   y-axis: "Y = Number of Service Chains"
8881   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8882   layout:
8883     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8884     layout: "plot-service-density"
8885
8886 - type: "plot"
8887   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8888   algorithm: "plot_nf_heatmap"
8889   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
8890   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8891   filter: "'NIC_Intel-XXV710' and
8892            'NF_DENSITY' and
8893            'DOCKER' and
8894            'CHAIN' and
8895            'NF_VPPIP4' and
8896            'IPSEC' and
8897            'TNL_10000' and
8898            'IMIX' and
8899            '4T2C' and
8900            'NDRPDR'"
8901   parameters:
8902   - "throughput"
8903   - "name"
8904   - "tags"
8905   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8906   x-axis: "X = CNFs per Service Chain"
8907   y-axis: "Y = Number of Service Chains"
8908   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8909   layout:
8910     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8911     layout: "plot-service-density"
8912
8913 - type: "plot"
8914   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8915   algorithm: "plot_nf_heatmap"
8916   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
8917   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8918   filter: "'NIC_Intel-XXV710' and
8919            'NF_DENSITY' and
8920            'DOCKER' and
8921            'CHAIN' and
8922            'NF_VPPIP4' and
8923            'IPSEC' and
8924            'TNL_10000' and
8925            'IMIX' and
8926            '8T4C' and
8927            'NDRPDR'"
8928   parameters:
8929   - "throughput"
8930   - "name"
8931   - "tags"
8932   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8933   x-axis: "X = CNFs per Service Chain"
8934   y-axis: "Y = Number of Service Chains"
8935   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8936   layout:
8937     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8938     layout: "plot-service-density"
8939
8940 ###############################################################################
8941
8942 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8943 - type: "plot"
8944   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8945   algorithm: "plot_nf_heatmap"
8946   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
8947   data: "plot-vpp-nfv-3n-hsw-mrr"
8948   filter: "'NIC_Intel-XL710' and
8949            'NF_DENSITY' and
8950            'DOCKER' and
8951            'CHAIN' and
8952            'NF_VPPIP4' and
8953            'IMIX' and
8954            'TNL_10000' and
8955            '1T1C' and
8956            'MRR'"
8957   parameters:
8958   - "result"
8959   - "name"
8960   - "tags"
8961   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8962   x-axis: "X = CNFs per Service Chain"
8963   y-axis: "Y = Number of Service Chains"
8964   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8965   layout:
8966     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8967     layout: "plot-service-density"
8968
8969 - type: "plot"
8970   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8971   algorithm: "plot_nf_heatmap"
8972   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
8973   data: "plot-vpp-nfv-3n-hsw-mrr"
8974   filter: "'NIC_Intel-XL710' and
8975            'NF_DENSITY' and
8976            'DOCKER' and
8977            'CHAIN' and
8978            'NF_VPPIP4' and
8979            'IPSEC' and
8980            'TNL_10000' and
8981            'IMIX' and
8982            '2T2C' and
8983            'MRR'"
8984   parameters:
8985   - "result"
8986   - "name"
8987   - "tags"
8988   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8989   x-axis: "X = CNFs per Service Chain"
8990   y-axis: "Y = Number of Service Chains"
8991   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8992   layout:
8993     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8994     layout: "plot-service-density"
8995
8996 - type: "plot"
8997   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8998   algorithm: "plot_nf_heatmap"
8999   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9000   data: "plot-vpp-nfv-3n-hsw-mrr"
9001   filter: "'NIC_Intel-XL710' and
9002            'NF_DENSITY' and
9003            'DOCKER' and
9004            'CHAIN' and
9005            'NF_VPPIP4' and
9006            'IPSEC' and
9007            'TNL_10000' and
9008            'IMIX' and
9009            '4T4C' and
9010            'MRR'"
9011   parameters:
9012   - "result"
9013   - "name"
9014   - "tags"
9015   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9016   x-axis: "X = CNFs per Service Chain"
9017   y-axis: "Y = Number of Service Chains"
9018   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9019   layout:
9020     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9021     layout: "plot-service-density"
9022
9023 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9024 - type: "plot"
9025   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9026   algorithm: "plot_nf_heatmap"
9027   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9028   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9029   filter: "'NIC_Intel-XL710' and
9030            'NF_DENSITY' and
9031            'DOCKER' and
9032            'CHAIN' and
9033            'NF_VPPIP4' and
9034            'IPSEC' and
9035            'TNL_10000' and
9036            'IMIX' and
9037            '1T1C' and
9038            'NDRPDR'"
9039   parameters:
9040   - "throughput"
9041   - "name"
9042   - "tags"
9043   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9044   x-axis: "X = CNFs per Service Chain"
9045   y-axis: "Y = Number of Service Chains"
9046   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9047   layout:
9048     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9049     layout: "plot-service-density"
9050
9051 - type: "plot"
9052   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9053   algorithm: "plot_nf_heatmap"
9054   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9055   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9056   filter: "'NIC_Intel-XL710' and
9057            'NF_DENSITY' and
9058            'DOCKER' and
9059            'CHAIN' and
9060            'NF_VPPIP4' and
9061            'IPSEC' and
9062            'TNL_10000' and
9063            'IMIX' and
9064            '2T2C' and
9065            'NDRPDR'"
9066   parameters:
9067   - "throughput"
9068   - "name"
9069   - "tags"
9070   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9071   x-axis: "X = CNFs per Service Chain"
9072   y-axis: "Y = Number of Service Chains"
9073   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9074   layout:
9075     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9076     layout: "plot-service-density"
9077
9078 - type: "plot"
9079   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9080   algorithm: "plot_nf_heatmap"
9081   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9082   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9083   filter: "'NIC_Intel-XL710' and
9084            'NF_DENSITY' and
9085            'DOCKER' and
9086            'CHAIN' and
9087            'NF_VPPIP4' and
9088            'IPSEC' and
9089            'TNL_10000' and
9090            'IMIX' and
9091            '4T4C' and
9092            'NDRPDR'"
9093   parameters:
9094   - "throughput"
9095   - "name"
9096   - "tags"
9097   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9098   x-axis: "X = CNFs per Service Chain"
9099   y-axis: "Y = Number of Service Chains"
9100   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9101   layout:
9102     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9103     layout: "plot-service-density"
9104
9105 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9106 - type: "plot"
9107   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9108   algorithm: "plot_nf_heatmap"
9109   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9110   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9111   filter: "'NIC_Intel-XL710' and
9112            'NF_DENSITY' and
9113            'DOCKER' and
9114            'CHAIN' and
9115            'NF_VPPIP4' and
9116            'IPSEC' and
9117            'TNL_10000' and
9118            'IMIX' and
9119            '1T1C' and
9120            'NDRPDR'"
9121   parameters:
9122   - "throughput"
9123   - "name"
9124   - "tags"
9125   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9126   x-axis: "X = CNFs per Service Chain"
9127   y-axis: "Y = Number of Service Chains"
9128   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9129   layout:
9130     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9131     layout: "plot-service-density"
9132
9133 - type: "plot"
9134   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9135   algorithm: "plot_nf_heatmap"
9136   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9137   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9138   filter: "'NIC_Intel-XL710' and
9139            'NF_DENSITY' and
9140            'DOCKER' and
9141            'CHAIN' and
9142            'NF_VPPIP4' and
9143            'IPSEC' and
9144            'TNL_10000' and
9145            'IMIX' and
9146            '2T2C' and
9147            'NDRPDR'"
9148   parameters:
9149   - "throughput"
9150   - "name"
9151   - "tags"
9152   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9153   x-axis: "X = CNFs per Service Chain"
9154   y-axis: "Y = Number of Service Chains"
9155   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9156   layout:
9157     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9158     layout: "plot-service-density"
9159
9160 - type: "plot"
9161   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9162   algorithm: "plot_nf_heatmap"
9163   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9164   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9165   filter: "'NIC_Intel-XL710' and
9166            'NF_DENSITY' and
9167            'DOCKER' and
9168            'CHAIN' and
9169            'NF_VPPIP4' and
9170            'IPSEC' and
9171            'TNL_10000' and
9172            'IMIX' and
9173            '4T4C' and
9174            'NDRPDR'"
9175   parameters:
9176   - "throughput"
9177   - "name"
9178   - "tags"
9179   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9180   x-axis: "X = CNFs per Service Chain"
9181   y-axis: "Y = Number of Service Chains"
9182   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9183   layout:
9184     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9185     layout: "plot-service-density"
9186
9187 ###############################################################################
9188
9189 # Plots - NF Density - CSP - MRR 64b
9190
9191 #- type: "plot"
9192 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9193 #  algorithm: "plot_nf_heatmap"
9194 #  output-file-type: ".html"
9195 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9196 #  data: "plot-vpp-nfv-2n-skx-mrr"
9197 #  filter: "'NIC_Intel-XXV710' and
9198 #           'NF_DENSITY' and
9199 #           'DOCKER' and
9200 #           'PIPELINE' and
9201 #           'NF_VPPIP4' and
9202 #           '64B' and
9203 #           '2T1C' and
9204 #           'MRR'"
9205 #  parameters:
9206 #  - "result"
9207 #  - "name"
9208 #  - "tags"
9209 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9210 #  x-axis: "X = CNFs per Service Pipeline"
9211 #  y-axis: "Y = Number of Service Pipelines"
9212 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9213 #  layout:
9214 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9215 #    layout: "plot-service-density"
9216 #
9217 #- type: "plot"
9218 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9219 #  algorithm: "plot_nf_heatmap"
9220 #  output-file-type: ".html"
9221 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9222 #  data: "plot-vpp-nfv-2n-skx-mrr"
9223 #  filter: "'NIC_Intel-XXV710' and
9224 #           'NF_DENSITY' and
9225 #           'DOCKER' and
9226 #           'PIPELINE' and
9227 #           'NF_VPPIP4' and
9228 #           '64B' and
9229 #           '4T2C' and
9230 #           'MRR'"
9231 #  parameters:
9232 #  - "result"
9233 #  - "name"
9234 #  - "tags"
9235 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9236 #  x-axis: "X = CNFs per Service Pipeline"
9237 #  y-axis: "Y = Number of Service Pipelines"
9238 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9239 #  layout:
9240 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9241 #    layout: "plot-service-density"
9242 #
9243 #- type: "plot"
9244 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9245 #  algorithm: "plot_nf_heatmap"
9246 #  output-file-type: ".html"
9247 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9248 #  data: "plot-vpp-nfv-2n-skx-mrr"
9249 #  filter: "'NIC_Intel-XXV710' and
9250 #           'NF_DENSITY' and
9251 #           'DOCKER' and
9252 #           'PIPELINE' and
9253 #           'NF_VPPIP4' and
9254 #           '64B' and
9255 #           '8T4C' and
9256 #           'MRR'"
9257 #  parameters:
9258 #  - "result"
9259 #  - "name"
9260 #  - "tags"
9261 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9262 #  x-axis: "X = CNFs per Service Pipeline"
9263 #  y-axis: "Y = Number of Service Pipelines"
9264 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9265 #  layout:
9266 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9267 #    layout: "plot-service-density"
9268 #
9269 ## Plots - NF Density - CSP - MRR IMIX
9270 #- type: "plot"
9271 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9272 #  algorithm: "plot_nf_heatmap"
9273 #  output-file-type: ".html"
9274 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9275 #  data: "plot-vpp-nfv-2n-skx-mrr"
9276 #  filter: "'NIC_Intel-XXV710' and
9277 #           'NF_DENSITY' and
9278 #           'DOCKER' and
9279 #           'PIPELINE' and
9280 #           'NF_VPPIP4' and
9281 #           'IMIX' and
9282 #           '2T1C' and
9283 #           'MRR'"
9284 #  parameters:
9285 #  - "result"
9286 #  - "name"
9287 #  - "tags"
9288 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9289 #  x-axis: "X = CNFs per Service Pipeline"
9290 #  y-axis: "Y = Number of Service Pipelines"
9291 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9292 #  layout:
9293 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9294 #    layout: "plot-service-density"
9295 #
9296 #- type: "plot"
9297 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9298 #  algorithm: "plot_nf_heatmap"
9299 #  output-file-type: ".html"
9300 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9301 #  data: "plot-vpp-nfv-2n-skx-mrr"
9302 #  filter: "'NIC_Intel-XXV710' and
9303 #           'NF_DENSITY' and
9304 #           'DOCKER' and
9305 #           'PIPELINE' and
9306 #           'NF_VPPIP4' and
9307 #           'IMIX' and
9308 #           '4T2C' and
9309 #           'MRR'"
9310 #  parameters:
9311 #  - "result"
9312 #  - "name"
9313 #  - "tags"
9314 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9315 #  x-axis: "X = CNFs per Service Pipeline"
9316 #  y-axis: "Y = Number of Service Pipelines"
9317 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9318 #  layout:
9319 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9320 #    layout: "plot-service-density"
9321 #
9322 #- type: "plot"
9323 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9324 #  algorithm: "plot_nf_heatmap"
9325 #  output-file-type: ".html"
9326 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9327 #  data: "plot-vpp-nfv-2n-skx-mrr"
9328 #  filter: "'NIC_Intel-XXV710' and
9329 #           'NF_DENSITY' and
9330 #           'DOCKER' and
9331 #           'PIPELINE' and
9332 #           'NF_VPPIP4' and
9333 #           'IMIX' and
9334 #           '8T4C' and
9335 #           'MRR'"
9336 #  parameters:
9337 #  - "result"
9338 #  - "name"
9339 #  - "tags"
9340 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9341 #  x-axis: "X = CNFs per Service Pipeline"
9342 #  y-axis: "Y = Number of Service Pipelines"
9343 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9344 #  layout:
9345 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9346 #    layout: "plot-service-density"
9347 #
9348 ## Plots - NF Density - CSP - NDR 64b
9349 #- type: "plot"
9350 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9351 #  algorithm: "plot_nf_heatmap"
9352 #  output-file-type: ".html"
9353 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9354 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9355 #  filter: "'NIC_Intel-XXV710' and
9356 #           'NF_DENSITY' and
9357 #           'DOCKER' and
9358 #           'PIPELINE' and
9359 #           'NF_VPPIP4' and
9360 #           '64B' and
9361 #           '2T1C' and
9362 #           'NDRPDR'"
9363 #  parameters:
9364 #  - "throughput"
9365 #  - "name"
9366 #  - "tags"
9367 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9368 #  x-axis: "X = CNFs per Service Pipeline"
9369 #  y-axis: "Y = Number of Service Pipelines"
9370 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9371 #  layout:
9372 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9373 #    layout: "plot-service-density"
9374 #
9375 #- type: "plot"
9376 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9377 #  algorithm: "plot_nf_heatmap"
9378 #  output-file-type: ".html"
9379 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9380 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9381 #  filter: "'NIC_Intel-XXV710' and
9382 #           'NF_DENSITY' and
9383 #           'DOCKER' and
9384 #           'PIPELINE' and
9385 #           'NF_VPPIP4' and
9386 #           '64B' and
9387 #           '4T2C' and
9388 #           'NDRPDR'"
9389 #  parameters:
9390 #  - "throughput"
9391 #  - "name"
9392 #  - "tags"
9393 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9394 #  x-axis: "X = CNFs per Service Pipeline"
9395 #  y-axis: "Y = Number of Service Pipelines"
9396 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9397 #  layout:
9398 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9399 #    layout: "plot-service-density"
9400 #
9401 #- type: "plot"
9402 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9403 #  algorithm: "plot_nf_heatmap"
9404 #  output-file-type: ".html"
9405 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9406 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9407 #  filter: "'NIC_Intel-XXV710' and
9408 #           'NF_DENSITY' and
9409 #           'DOCKER' and
9410 #           'PIPELINE' and
9411 #           'NF_VPPIP4' and
9412 #           '64B' and
9413 #           '8T4C' and
9414 #           'NDRPDR'"
9415 #  parameters:
9416 #  - "throughput"
9417 #  - "name"
9418 #  - "tags"
9419 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9420 #  x-axis: "X = CNFs per Service Pipeline"
9421 #  y-axis: "Y = Number of Service Pipelines"
9422 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9423 #  layout:
9424 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9425 #    layout: "plot-service-density"
9426 #
9427 ## Plots - NF Density - CSP - NDR IMIX
9428 #- type: "plot"
9429 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9430 #  algorithm: "plot_nf_heatmap"
9431 #  output-file-type: ".html"
9432 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9433 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9434 #  filter: "'NIC_Intel-XXV710' and
9435 #           'NF_DENSITY' and
9436 #           'DOCKER' and
9437 #           'PIPELINE' and
9438 #           'NF_VPPIP4' and
9439 #           'IMIX' and
9440 #           '2T1C' and
9441 #           'NDRPDR'"
9442 #  parameters:
9443 #  - "throughput"
9444 #  - "name"
9445 #  - "tags"
9446 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9447 #  x-axis: "X = CNFs per Service Pipeline"
9448 #  y-axis: "Y = Number of Service Pipelines"
9449 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9450 #  layout:
9451 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9452 #    layout: "plot-service-density"
9453 #
9454 #- type: "plot"
9455 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9456 #  algorithm: "plot_nf_heatmap"
9457 #  output-file-type: ".html"
9458 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9459 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9460 #  filter: "'NIC_Intel-XXV710' and
9461 #           'NF_DENSITY' and
9462 #           'DOCKER' and
9463 #           'PIPELINE' and
9464 #           'NF_VPPIP4' and
9465 #           'IMIX' and
9466 #           '4T2C' and
9467 #           'NDRPDR'"
9468 #  parameters:
9469 #  - "throughput"
9470 #  - "name"
9471 #  - "tags"
9472 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9473 #  x-axis: "X = CNFs per Service Pipeline"
9474 #  y-axis: "Y = Number of Service Pipelines"
9475 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9476 #  layout:
9477 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9478 #    layout: "plot-service-density"
9479 #
9480 #- type: "plot"
9481 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9482 #  algorithm: "plot_nf_heatmap"
9483 #  output-file-type: ".html"
9484 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9485 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9486 #  filter: "'NIC_Intel-XXV710' and
9487 #           'NF_DENSITY' and
9488 #           'DOCKER' and
9489 #           'PIPELINE' and
9490 #           'NF_VPPIP4' and
9491 #           'IMIX' and
9492 #           '8T4C' and
9493 #           'NDRPDR'"
9494 #  parameters:
9495 #  - "throughput"
9496 #  - "name"
9497 #  - "tags"
9498 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9499 #  x-axis: "X = CNFs per Service Pipeline"
9500 #  y-axis: "Y = Number of Service Pipelines"
9501 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9502 #  layout:
9503 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9504 #    layout: "plot-service-density"
9505 #
9506 ## Plots - NF Density - CSP - PDR 64b
9507 #- type: "plot"
9508 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9509 #  algorithm: "plot_nf_heatmap"
9510 #  output-file-type: ".html"
9511 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9512 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9513 #  filter: "'NIC_Intel-XXV710' and
9514 #           'NF_DENSITY' and
9515 #           'DOCKER' and
9516 #           'PIPELINE' and
9517 #           'NF_VPPIP4' and
9518 #           '64B' and
9519 #           '2T1C' and
9520 #           'NDRPDR'"
9521 #  parameters:
9522 #  - "throughput"
9523 #  - "name"
9524 #  - "tags"
9525 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9526 #  x-axis: "X = CNFs per Service Pipeline"
9527 #  y-axis: "Y = Number of Service Pipelines"
9528 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9529 #  layout:
9530 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9531 #    layout: "plot-service-density"
9532 #
9533 #- type: "plot"
9534 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9535 #  algorithm: "plot_nf_heatmap"
9536 #  output-file-type: ".html"
9537 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9538 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9539 #  filter: "'NIC_Intel-XXV710' and
9540 #           'NF_DENSITY' and
9541 #           'DOCKER' and
9542 #           'PIPELINE' and
9543 #           'NF_VPPIP4' and
9544 #           '64B' and
9545 #           '4T2C' and
9546 #           'NDRPDR'"
9547 #  parameters:
9548 #  - "throughput"
9549 #  - "name"
9550 #  - "tags"
9551 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9552 #  x-axis: "X = CNFs per Service Pipeline"
9553 #  y-axis: "Y = Number of Service Pipelines"
9554 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9555 #  layout:
9556 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9557 #    layout: "plot-service-density"
9558 #
9559 #- type: "plot"
9560 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9561 #  algorithm: "plot_nf_heatmap"
9562 #  output-file-type: ".html"
9563 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9564 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9565 #  filter: "'NIC_Intel-XXV710' and
9566 #           'NF_DENSITY' and
9567 #           'DOCKER' and
9568 #           'PIPELINE' and
9569 #           'NF_VPPIP4' and
9570 #           '64B' and
9571 #           '8T4C' and
9572 #           'NDRPDR'"
9573 #  parameters:
9574 #  - "throughput"
9575 #  - "name"
9576 #  - "tags"
9577 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9578 #  x-axis: "X = CNFs per Service Pipeline"
9579 #  y-axis: "Y = Number of Service Pipelines"
9580 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9581 #  layout:
9582 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9583 #    layout: "plot-service-density"
9584 #
9585 ## Plots - NF Density - CSP - PDR IMIX
9586 #- type: "plot"
9587 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9588 #  algorithm: "plot_nf_heatmap"
9589 #  output-file-type: ".html"
9590 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9591 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9592 #  filter: "'NIC_Intel-XXV710' and
9593 #           'NF_DENSITY' and
9594 #           'DOCKER' and
9595 #           'PIPELINE' and
9596 #           'NF_VPPIP4' and
9597 #           'IMIX' and
9598 #           '2T1C' and
9599 #           'NDRPDR'"
9600 #  parameters:
9601 #  - "throughput"
9602 #  - "name"
9603 #  - "tags"
9604 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9605 #  x-axis: "X = CNFs per Service Pipeline"
9606 #  y-axis: "Y = Number of Service Pipelines"
9607 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9608 #  layout:
9609 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9610 #    layout: "plot-service-density"
9611 #
9612 #- type: "plot"
9613 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9614 #  algorithm: "plot_nf_heatmap"
9615 #  output-file-type: ".html"
9616 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9617 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9618 #  filter: "'NIC_Intel-XXV710' and
9619 #           'NF_DENSITY' and
9620 #           'DOCKER' and
9621 #           'PIPELINE' and
9622 #           'NF_VPPIP4' and
9623 #           'IMIX' and
9624 #           '4T2C' and
9625 #           'NDRPDR'"
9626 #  parameters:
9627 #  - "throughput"
9628 #  - "name"
9629 #  - "tags"
9630 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9631 #  x-axis: "X = CNFs per Service Pipeline"
9632 #  y-axis: "Y = Number of Service Pipelines"
9633 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9634 #  layout:
9635 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9636 #    layout: "plot-service-density"
9637 #
9638 #- type: "plot"
9639 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9640 #  algorithm: "plot_nf_heatmap"
9641 #  output-file-type: ".html"
9642 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9643 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9644 #  filter: "'NIC_Intel-XXV710' and
9645 #           'NF_DENSITY' and
9646 #           'DOCKER' and
9647 #           'PIPELINE' and
9648 #           'NF_VPPIP4' and
9649 #           'IMIX' and
9650 #           '8T4C' and
9651 #           'NDRPDR'"
9652 #  parameters:
9653 #  - "throughput"
9654 #  - "name"
9655 #  - "tags"
9656 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9657 #  x-axis: "X = CNFs per Service Pipeline"
9658 #  y-axis: "Y = Number of Service Pipelines"
9659 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9660 #  layout:
9661 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9662 #    layout: "plot-service-density"
9663
9664 ###############################################################################
9665 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9666
9667 - type: "plot"
9668   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9669   algorithm: "plot_nf_heatmap"
9670   output-file-type: ".html"
9671   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9672   data: "plot-vpp-nfv-2n-clx-mrr"
9673   filter: "'NIC_Intel-XXV710' and
9674            'NF_DENSITY' and
9675            'VHOST' and
9676            not 'VXLAN' and
9677            'CHAIN' and
9678            'NF_VPPIP4' and
9679            'IMIX' and
9680            '2T1C' and
9681            'MRR'"
9682   parameters:
9683   - "result"
9684   - "name"
9685   - "tags"
9686   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9687   x-axis: "X = VNFs per Service Chain"
9688   y-axis: "Y = Number of Service Chains"
9689   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9690   layout:
9691     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9692     layout: "plot-service-density"
9693
9694 - type: "plot"
9695   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9696   algorithm: "plot_nf_heatmap"
9697   output-file-type: ".html"
9698   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9699   data: "plot-vpp-nfv-2n-clx-mrr"
9700   filter: "'NIC_Intel-XXV710' and
9701            'NF_DENSITY' and
9702            'VHOST' and
9703            not 'VXLAN' and
9704            'CHAIN' and
9705            'NF_VPPIP4' and
9706            'IMIX' and
9707            '4T2C' and
9708            'MRR'"
9709   parameters:
9710   - "result"
9711   - "name"
9712   - "tags"
9713   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9714   x-axis: "X = VNFs per Service Chain"
9715   y-axis: "Y = Number of Service Chains"
9716   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9717   layout:
9718     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9719     layout: "plot-service-density"
9720
9721 - type: "plot"
9722   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9723   algorithm: "plot_nf_heatmap"
9724   output-file-type: ".html"
9725   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9726   data: "plot-vpp-nfv-2n-clx-mrr"
9727   filter: "'NIC_Intel-XXV710' and
9728            'NF_DENSITY' and
9729            'VHOST' and
9730            not 'VXLAN' and
9731            'CHAIN' and
9732            'NF_VPPIP4' and
9733            'IMIX' and
9734            '8T4C' and
9735            'MRR'"
9736   parameters:
9737   - "result"
9738   - "name"
9739   - "tags"
9740   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9741   x-axis: "X = VNFs per Service Chain"
9742   y-axis: "Y = Number of Service Chains"
9743   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9744   layout:
9745     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9746     layout: "plot-service-density"
9747
9748 # Plots - NF Density - VSC - NDR IMIX
9749 - type: "plot"
9750   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9751   algorithm: "plot_nf_heatmap"
9752   output-file-type: ".html"
9753   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9754   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9755   filter: "'NIC_Intel-XXV710' and
9756            'NF_DENSITY' and
9757            'VHOST' and
9758            not 'VXLAN' and
9759            'CHAIN' and
9760            'NF_VPPIP4' and
9761            'IMIX' and
9762            '2T1C' and
9763            'NDRPDR'"
9764   parameters:
9765   - "throughput"
9766   - "name"
9767   - "tags"
9768   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9769   x-axis: "X = VNFs per Service Chain"
9770   y-axis: "Y = Number of Service Chains"
9771   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9772   layout:
9773     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9774     layout: "plot-service-density"
9775
9776 - type: "plot"
9777   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9778   algorithm: "plot_nf_heatmap"
9779   output-file-type: ".html"
9780   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9781   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9782   filter: "'NIC_Intel-XXV710' and
9783            'NF_DENSITY' and
9784            'VHOST' and
9785            not 'VXLAN' and
9786            'CHAIN' and
9787            'NF_VPPIP4' and
9788            'IMIX' and
9789            '4T2C' and
9790            'NDRPDR'"
9791   parameters:
9792   - "throughput"
9793   - "name"
9794   - "tags"
9795   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9796   x-axis: "X = VNFs per Service Chain"
9797   y-axis: "Y = Number of Service Chains"
9798   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9799   layout:
9800     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9801     layout: "plot-service-density"
9802
9803 - type: "plot"
9804   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9805   algorithm: "plot_nf_heatmap"
9806   output-file-type: ".html"
9807   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9808   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9809   filter: "'NIC_Intel-XXV710' and
9810            'NF_DENSITY' and
9811            'VHOST' and
9812            not 'VXLAN' and
9813            'CHAIN' and
9814            'NF_VPPIP4' and
9815            'IMIX' and
9816            '8T4C' and
9817            'NDRPDR'"
9818   parameters:
9819   - "throughput"
9820   - "name"
9821   - "tags"
9822   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9823   x-axis: "X = VNFs per Service Chain"
9824   y-axis: "Y = Number of Service Chains"
9825   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9826   layout:
9827     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9828     layout: "plot-service-density"
9829
9830 # Plots - NF Density - VSC - PDR IMIX
9831 - type: "plot"
9832   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9833   algorithm: "plot_nf_heatmap"
9834   output-file-type: ".html"
9835   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9836   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9837   filter: "'NIC_Intel-XXV710' and
9838            'NF_DENSITY' and
9839            'VHOST' and
9840            not 'VXLAN' and
9841            'CHAIN' and
9842            'NF_VPPIP4' and
9843            'IMIX' and
9844            '2T1C' and
9845            'NDRPDR'"
9846   parameters:
9847   - "throughput"
9848   - "name"
9849   - "tags"
9850   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9851   x-axis: "X = VNFs per Service Chain"
9852   y-axis: "Y = Number of Service Chains"
9853   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9854   layout:
9855     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9856     layout: "plot-service-density"
9857
9858 - type: "plot"
9859   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9860   algorithm: "plot_nf_heatmap"
9861   output-file-type: ".html"
9862   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
9863   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9864   filter: "'NIC_Intel-XXV710' and
9865            'NF_DENSITY' and
9866            'VHOST' and
9867            not 'VXLAN' and
9868            'CHAIN' and
9869            'NF_VPPIP4' and
9870            'IMIX' and
9871            '4T2C' and
9872            'NDRPDR'"
9873   parameters:
9874   - "throughput"
9875   - "name"
9876   - "tags"
9877   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9878   x-axis: "X = VNFs per Service Chain"
9879   y-axis: "Y = Number of Service Chains"
9880   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9881   layout:
9882     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9883     layout: "plot-service-density"
9884
9885 - type: "plot"
9886   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9887   algorithm: "plot_nf_heatmap"
9888   output-file-type: ".html"
9889   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
9890   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9891   filter: "'NIC_Intel-XXV710' and
9892            'NF_DENSITY' and
9893            'VHOST' and
9894            not 'VXLAN' and
9895            'CHAIN' and
9896            'NF_VPPIP4' and
9897            'IMIX' and
9898            '8T4C' and
9899            'NDRPDR'"
9900   parameters:
9901   - "throughput"
9902   - "name"
9903   - "tags"
9904   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9905   x-axis: "X = VNFs per Service Chain"
9906   y-axis: "Y = Number of Service Chains"
9907   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9908   layout:
9909     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9910     layout: "plot-service-density"
9911
9912 # Plots - NF Density - VSC - MRR IMIX
9913 - type: "plot"
9914   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9915   algorithm: "plot_nf_heatmap"
9916   output-file-type: ".html"
9917   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
9918   data: "plot-vpp-nfv-2n-clx-mrr"
9919   filter: "'NIC_Intel-XXV710' and
9920            'NF_DENSITY' and
9921            'VHOST' and
9922            'VXLAN' and
9923            'CHAIN' and
9924            'IMIX' and
9925            '2T1C' and
9926            'MRR'"
9927   parameters:
9928   - "result"
9929   - "name"
9930   - "tags"
9931   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9932   x-axis: "X = VNFs per Service Chain"
9933   y-axis: "Y = Number of Service Chains"
9934   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9935   layout:
9936     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9937     layout: "plot-service-density"
9938
9939 - type: "plot"
9940   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9941   algorithm: "plot_nf_heatmap"
9942   output-file-type: ".html"
9943   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
9944   data: "plot-vpp-nfv-2n-clx-mrr"
9945   filter: "'NIC_Intel-XXV710' and
9946            'NF_DENSITY' and
9947            'VHOST' and
9948            'VXLAN' and
9949            'CHAIN' and
9950            'IMIX' and
9951            '4T2C' and
9952            'MRR'"
9953   parameters:
9954   - "result"
9955   - "name"
9956   - "tags"
9957   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9958   x-axis: "X = VNFs per Service Chain"
9959   y-axis: "Y = Number of Service Chains"
9960   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9961   layout:
9962     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9963     layout: "plot-service-density"
9964
9965 - type: "plot"
9966   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9967   algorithm: "plot_nf_heatmap"
9968   output-file-type: ".html"
9969   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
9970   data: "plot-vpp-nfv-2n-clx-mrr"
9971   filter: "'NIC_Intel-XXV710' and
9972            'NF_DENSITY' and
9973            'VHOST' and
9974            'VXLAN' and
9975            'CHAIN' and
9976            'IMIX' and
9977            '8T4C' and
9978            'MRR'"
9979   parameters:
9980   - "result"
9981   - "name"
9982   - "tags"
9983   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9984   x-axis: "X = VNFs per Service Chain"
9985   y-axis: "Y = Number of Service Chains"
9986   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9987   layout:
9988     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9989     layout: "plot-service-density"
9990
9991 # Plots - NF Density - VSC - NDR IMIX
9992 - type: "plot"
9993   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9994   algorithm: "plot_nf_heatmap"
9995   output-file-type: ".html"
9996   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
9997   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9998   filter: "'NIC_Intel-XXV710' and
9999            'NF_DENSITY' and
10000            'VHOST' and
10001            'VXLAN' and
10002            'CHAIN' a
10003            'IMIX' and
10004            '2T1C' and
10005            'NDRPDR'"
10006   parameters:
10007   - "throughput"
10008   - "name"
10009   - "tags"
10010   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10011   x-axis: "X = VNFs per Service Chain"
10012   y-axis: "Y = Number of Service Chains"
10013   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10014   layout:
10015     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10016     layout: "plot-service-density"
10017
10018 - type: "plot"
10019   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10020   algorithm: "plot_nf_heatmap"
10021   output-file-type: ".html"
10022   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10023   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10024   filter: "'NIC_Intel-XXV710' and
10025            'NF_DENSITY' and
10026            'VHOST' and
10027            'VXLAN' and
10028            'CHAIN' and
10029            'IMIX' and
10030            '4T2C' and
10031            'NDRPDR'"
10032   parameters:
10033   - "throughput"
10034   - "name"
10035   - "tags"
10036   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10037   x-axis: "X = VNFs per Service Chain"
10038   y-axis: "Y = Number of Service Chains"
10039   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10040   layout:
10041     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10042     layout: "plot-service-density"
10043
10044 - type: "plot"
10045   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10046   algorithm: "plot_nf_heatmap"
10047   output-file-type: ".html"
10048   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10049   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10050   filter: "'NIC_Intel-XXV710' and
10051            'NF_DENSITY' and
10052            'VHOST' and
10053            'VXLAN' and
10054            'CHAIN' and
10055            'IMIX' and
10056            '8T4C' and
10057            'NDRPDR'"
10058   parameters:
10059   - "throughput"
10060   - "name"
10061   - "tags"
10062   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10063   x-axis: "X = VNFs per Service Chain"
10064   y-axis: "Y = Number of Service Chains"
10065   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10066   layout:
10067     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10068     layout: "plot-service-density"
10069
10070 # Plots - NF Density - VSC - PDR IMIX
10071 - type: "plot"
10072   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10073   algorithm: "plot_nf_heatmap"
10074   output-file-type: ".html"
10075   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10076   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10077   filter: "'NIC_Intel-XXV710' and
10078            'NF_DENSITY' and
10079            'VHOST' and
10080            'VXLAN' and
10081            'CHAIN' and
10082            'IMIX' and
10083            '2T1C' and
10084            'NDRPDR'"
10085   parameters:
10086   - "throughput"
10087   - "name"
10088   - "tags"
10089   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10090   x-axis: "X = VNFs per Service Chain"
10091   y-axis: "Y = Number of Service Chains"
10092   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10093   layout:
10094     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10095     layout: "plot-service-density"
10096
10097 - type: "plot"
10098   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10099   algorithm: "plot_nf_heatmap"
10100   output-file-type: ".html"
10101   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10102   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10103   filter: "'NIC_Intel-XXV710' and
10104            'NF_DENSITY' and
10105            'VHOST' and
10106            'VXLAN' and
10107            'CHAIN' and
10108            'IMIX' and
10109            '4T2C' and
10110            'NDRPDR'"
10111   parameters:
10112   - "throughput"
10113   - "name"
10114   - "tags"
10115   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10116   x-axis: "X = VNFs per Service Chain"
10117   y-axis: "Y = Number of Service Chains"
10118   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10119   layout:
10120     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10121     layout: "plot-service-density"
10122
10123 - type: "plot"
10124   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10125   algorithm: "plot_nf_heatmap"
10126   output-file-type: ".html"
10127   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10128   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10129   filter: "'NIC_Intel-XXV710' and
10130            'NF_DENSITY' and
10131            'VHOST' and
10132            'VXLAN' and
10133            'CHAIN' and
10134            'IMIX' and
10135            '8T4C' and
10136            'NDRPDR'"
10137   parameters:
10138   - "throughput"
10139   - "name"
10140   - "tags"
10141   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10142   x-axis: "X = VNFs per Service Chain"
10143   y-axis: "Y = Number of Service Chains"
10144   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10145   layout:
10146     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10147     layout: "plot-service-density"
10148
10149 # Plots - NF Density - CSC - MRR IMIX
10150 - type: "plot"
10151   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10152   algorithm: "plot_nf_heatmap"
10153   output-file-type: ".html"
10154   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10155   data: "plot-vpp-nfv-2n-clx-mrr"
10156   filter: "'NIC_Intel-XXV710' and
10157            'NF_DENSITY' and
10158            'DOCKER' and
10159            'CHAIN' and
10160            'NF_VPPIP4' and
10161            'IMIX' and
10162            '2T1C' and
10163            'MRR'"
10164   parameters:
10165   - "result"
10166   - "name"
10167   - "tags"
10168   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10169   x-axis: "X = CNFs per Service Chain"
10170   y-axis: "Y = Number of Service Chains"
10171   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10172   layout:
10173     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10174     layout: "plot-service-density"
10175
10176 - type: "plot"
10177   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10178   algorithm: "plot_nf_heatmap"
10179   output-file-type: ".html"
10180   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10181   data: "plot-vpp-nfv-2n-clx-mrr"
10182   filter: "'NIC_Intel-XXV710' and
10183            'NF_DENSITY' and
10184            'DOCKER' and
10185            'CHAIN' and
10186            'NF_VPPIP4' and
10187            'IMIX' and
10188            '4T2C' and
10189            'MRR'"
10190   parameters:
10191   - "result"
10192   - "name"
10193   - "tags"
10194   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10195   x-axis: "X = CNFs per Service Chain"
10196   y-axis: "Y = Number of Service Chains"
10197   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10198   layout:
10199     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10200     layout: "plot-service-density"
10201
10202 - type: "plot"
10203   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10204   algorithm: "plot_nf_heatmap"
10205   output-file-type: ".html"
10206   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10207   data: "plot-vpp-nfv-2n-clx-mrr"
10208   filter: "'NIC_Intel-XXV710' and
10209            'NF_DENSITY' and
10210            'DOCKER' and
10211            'CHAIN' and
10212            'NF_VPPIP4' and
10213            'IMIX' and
10214            '8T4C' and
10215            'MRR'"
10216   parameters:
10217   - "result"
10218   - "name"
10219   - "tags"
10220   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10221   x-axis: "X = CNFs per Service Chain"
10222   y-axis: "Y = Number of Service Chains"
10223   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10224   layout:
10225     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10226     layout: "plot-service-density"
10227
10228 # Plots - NF Density - CSC - NDR IMIX
10229 - type: "plot"
10230   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10231   algorithm: "plot_nf_heatmap"
10232   output-file-type: ".html"
10233   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10234   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10235   filter: "'NIC_Intel-XXV710' and
10236            'NF_DENSITY' and
10237            'DOCKER' and
10238            'CHAIN' and
10239            'NF_VPPIP4' and
10240            'IMIX' and
10241            '2T1C' and
10242            'NDRPDR'"
10243   parameters:
10244   - "throughput"
10245   - "name"
10246   - "tags"
10247   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10248   x-axis: "X = CNFs per Service Chain"
10249   y-axis: "Y = Number of Service Chains"
10250   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10251   layout:
10252     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10253     layout: "plot-service-density"
10254
10255 - type: "plot"
10256   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10257   algorithm: "plot_nf_heatmap"
10258   output-file-type: ".html"
10259   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10260   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10261   filter: "'NIC_Intel-XXV710' and
10262            'NF_DENSITY' and
10263            'DOCKER' and
10264            'CHAIN' and
10265            'NF_VPPIP4' and
10266            'IMIX' and
10267            '4T2C' and
10268            'NDRPDR'"
10269   parameters:
10270   - "throughput"
10271   - "name"
10272   - "tags"
10273   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10274   x-axis: "X = CNFs per Service Chain"
10275   y-axis: "Y = Number of Service Chains"
10276   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10277   layout:
10278     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10279     layout: "plot-service-density"
10280
10281 - type: "plot"
10282   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10283   algorithm: "plot_nf_heatmap"
10284   output-file-type: ".html"
10285   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10286   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10287   filter: "'NIC_Intel-XXV710' and
10288            'NF_DENSITY' and
10289            'DOCKER' and
10290            'CHAIN' and
10291            'NF_VPPIP4' and
10292            'IMIX' and
10293            '8T4C' and
10294            'NDRPDR'"
10295   parameters:
10296   - "throughput"
10297   - "name"
10298   - "tags"
10299   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10300   x-axis: "X = CNFs per Service Chain"
10301   y-axis: "Y = Number of Service Chains"
10302   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10303   layout:
10304     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10305     layout: "plot-service-density"
10306
10307 # Plots - NF Density - CSC - PDR IMIX
10308 - type: "plot"
10309   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10310   algorithm: "plot_nf_heatmap"
10311   output-file-type: ".html"
10312   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10313   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10314   filter: "'NIC_Intel-XXV710' and
10315            'NF_DENSITY' and
10316            'DOCKER' and
10317            'CHAIN' and
10318            'NF_VPPIP4' and
10319            'IMIX' and
10320            '2T1C' and
10321            'NDRPDR'"
10322   parameters:
10323   - "throughput"
10324   - "name"
10325   - "tags"
10326   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10327   x-axis: "X = CNFs per Service Chain"
10328   y-axis: "Y = Number of Service Chains"
10329   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10330   layout:
10331     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10332     layout: "plot-service-density"
10333
10334 - type: "plot"
10335   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10336   algorithm: "plot_nf_heatmap"
10337   output-file-type: ".html"
10338   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10339   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10340   filter: "'NIC_Intel-XXV710' and
10341            'NF_DENSITY' and
10342            'DOCKER' and
10343            'CHAIN' and
10344            'NF_VPPIP4' and
10345            'IMIX' and
10346            '4T2C' and
10347            'NDRPDR'"
10348   parameters:
10349   - "throughput"
10350   - "name"
10351   - "tags"
10352   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10353   x-axis: "X = CNFs per Service Chain"
10354   y-axis: "Y = Number of Service Chains"
10355   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10356   layout:
10357     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10358     layout: "plot-service-density"
10359
10360 - type: "plot"
10361   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10362   algorithm: "plot_nf_heatmap"
10363   output-file-type: ".html"
10364   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10365   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10366   filter: "'NIC_Intel-XXV710' and
10367            'NF_DENSITY' and
10368            'DOCKER' and
10369            'CHAIN' and
10370            'NF_VPPIP4' and
10371            'IMIX' and
10372            '8T4C' and
10373            'NDRPDR'"
10374   parameters:
10375   - "throughput"
10376   - "name"
10377   - "tags"
10378   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10379   x-axis: "X = CNFs per Service Chain"
10380   y-axis: "Y = Number of Service Chains"
10381   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10382   layout:
10383     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10384     layout: "plot-service-density"
10385
10386 # Plots - NF Density - CSP - MRR IMIX
10387 - type: "plot"
10388   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10389   algorithm: "plot_nf_heatmap"
10390   output-file-type: ".html"
10391   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10392   data: "plot-vpp-nfv-2n-clx-mrr"
10393   filter: "'NIC_Intel-XXV710' and
10394            'NF_DENSITY' and
10395            'DOCKER' and
10396            'PIPELINE' and
10397            'NF_VPPIP4' and
10398            'IMIX' and
10399            '2T1C' and
10400            'MRR'"
10401   parameters:
10402   - "result"
10403   - "name"
10404   - "tags"
10405   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10406   x-axis: "X = CNFs per Service Pipeline"
10407   y-axis: "Y = Number of Service Pipelines"
10408   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10409   layout:
10410     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10411     layout: "plot-service-density"
10412
10413 - type: "plot"
10414   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10415   algorithm: "plot_nf_heatmap"
10416   output-file-type: ".html"
10417   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10418   data: "plot-vpp-nfv-2n-clx-mrr"
10419   filter: "'NIC_Intel-XXV710' and
10420            'NF_DENSITY' and
10421            'DOCKER' and
10422            'PIPELINE' and
10423            'NF_VPPIP4' and
10424            'IMIX' and
10425            '4T2C' and
10426            'MRR'"
10427   parameters:
10428   - "result"
10429   - "name"
10430   - "tags"
10431   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10432   x-axis: "X = CNFs per Service Pipeline"
10433   y-axis: "Y = Number of Service Pipelines"
10434   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10435   layout:
10436     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10437     layout: "plot-service-density"
10438
10439 - type: "plot"
10440   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10441   algorithm: "plot_nf_heatmap"
10442   output-file-type: ".html"
10443   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10444   data: "plot-vpp-nfv-2n-clx-mrr"
10445   filter: "'NIC_Intel-XXV710' and
10446            'NF_DENSITY' and
10447            'DOCKER' and
10448            'PIPELINE' and
10449            'NF_VPPIP4' and
10450            'IMIX' and
10451            '8T4C' and
10452            'MRR'"
10453   parameters:
10454   - "result"
10455   - "name"
10456   - "tags"
10457   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10458   x-axis: "X = CNFs per Service Pipeline"
10459   y-axis: "Y = Number of Service Pipelines"
10460   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10461   layout:
10462     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10463     layout: "plot-service-density"
10464
10465 # Plots - NF Density - CSP - NDR IMIX
10466 - type: "plot"
10467   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10468   algorithm: "plot_nf_heatmap"
10469   output-file-type: ".html"
10470   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10471   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10472   filter: "'NIC_Intel-XXV710' and
10473            'NF_DENSITY' and
10474            'DOCKER' and
10475            'PIPELINE' and
10476            'NF_VPPIP4' and
10477            'IMIX' and
10478            '2T1C' and
10479            'NDRPDR'"
10480   parameters:
10481   - "throughput"
10482   - "name"
10483   - "tags"
10484   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10485   x-axis: "X = CNFs per Service Pipeline"
10486   y-axis: "Y = Number of Service Pipelines"
10487   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10488   layout:
10489     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10490     layout: "plot-service-density"
10491
10492 - type: "plot"
10493   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10494   algorithm: "plot_nf_heatmap"
10495   output-file-type: ".html"
10496   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10497   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10498   filter: "'NIC_Intel-XXV710' and
10499            'NF_DENSITY' and
10500            'DOCKER' and
10501            'PIPELINE' and
10502            'NF_VPPIP4' and
10503            'IMIX' and
10504            '4T2C' and
10505            'NDRPDR'"
10506   parameters:
10507   - "throughput"
10508   - "name"
10509   - "tags"
10510   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10511   x-axis: "X = CNFs per Service Pipeline"
10512   y-axis: "Y = Number of Service Pipelines"
10513   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10514   layout:
10515     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10516     layout: "plot-service-density"
10517
10518 - type: "plot"
10519   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10520   algorithm: "plot_nf_heatmap"
10521   output-file-type: ".html"
10522   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10523   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10524   filter: "'NIC_Intel-XXV710' and
10525            'NF_DENSITY' and
10526            'DOCKER' and
10527            'PIPELINE' and
10528            'NF_VPPIP4' and
10529            'IMIX' and
10530            '8T4C' and
10531            'NDRPDR'"
10532   parameters:
10533   - "throughput"
10534   - "name"
10535   - "tags"
10536   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10537   x-axis: "X = CNFs per Service Pipeline"
10538   y-axis: "Y = Number of Service Pipelines"
10539   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10540   layout:
10541     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10542     layout: "plot-service-density"
10543
10544 # Plots - NF Density - CSP - PDR IMIX
10545 - type: "plot"
10546   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10547   algorithm: "plot_nf_heatmap"
10548   output-file-type: ".html"
10549   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10550   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10551   filter: "'NIC_Intel-XXV710' and
10552            'NF_DENSITY' and
10553            'DOCKER' and
10554            'PIPELINE' and
10555            'NF_VPPIP4' and
10556            'IMIX' and
10557            '2T1C' and
10558            'NDRPDR'"
10559   parameters:
10560   - "throughput"
10561   - "name"
10562   - "tags"
10563   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10564   x-axis: "X = CNFs per Service Pipeline"
10565   y-axis: "Y = Number of Service Pipelines"
10566   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10567   layout:
10568     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10569     layout: "plot-service-density"
10570
10571 - type: "plot"
10572   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10573   algorithm: "plot_nf_heatmap"
10574   output-file-type: ".html"
10575   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10576   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10577   filter: "'NIC_Intel-XXV710' and
10578            'NF_DENSITY' and
10579            'DOCKER' and
10580            'PIPELINE' and
10581            'NF_VPPIP4' and
10582            'IMIX' and
10583            '4T2C' and
10584            'NDRPDR'"
10585   parameters:
10586   - "throughput"
10587   - "name"
10588   - "tags"
10589   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10590   x-axis: "X = CNFs per Service Pipeline"
10591   y-axis: "Y = Number of Service Pipelines"
10592   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10593   layout:
10594     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10595     layout: "plot-service-density"
10596
10597 - type: "plot"
10598   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10599   algorithm: "plot_nf_heatmap"
10600   output-file-type: ".html"
10601   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10602   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10603   filter: "'NIC_Intel-XXV710' and
10604            'NF_DENSITY' and
10605            'DOCKER' and
10606            'PIPELINE' and
10607            'NF_VPPIP4' and
10608            'IMIX' and
10609            '8T4C' and
10610            'NDRPDR'"
10611   parameters:
10612   - "throughput"
10613   - "name"
10614   - "tags"
10615   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10616   x-axis: "X = CNFs per Service Pipeline"
10617   y-axis: "Y = Number of Service Pipelines"
10618   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10619   layout:
10620     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10621     layout: "plot-service-density"
10622
10623 ################################################################################
10624
10625 # Packet Throughput
10626
10627 - type: "plot"
10628   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10629   algorithm: "plot_perf_box_name"
10630   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10631   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10632   include:
10633     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10634     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10635     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10636     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10637   layout:
10638     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10639     layout: "plot-throughput"
10640
10641 - type: "plot"
10642   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10643   algorithm: "plot_perf_box_name"
10644   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10645   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10646   include:
10647     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10648     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10649     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10650     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10651   layout:
10652     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10653     layout: "plot-throughput"
10654
10655 - type: "plot"
10656   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10657   algorithm: "plot_perf_box_name"
10658   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10659   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10660   include:
10661     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10662     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10663     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10664     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10665   layout:
10666     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10667     layout: "plot-throughput"
10668
10669 - type: "plot"
10670   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10671   algorithm: "plot_perf_box_name"
10672   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10673   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10674   include:
10675     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10676     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10677     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10678     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10679   layout:
10680     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10681     layout: "plot-throughput"
10682
10683 - type: "plot"
10684   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10685   algorithm: "plot_perf_box_name"
10686   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10687   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10688   include:
10689     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
10690     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
10691     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10692     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10693     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10694   layout:
10695     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10696     layout: "plot-throughput"
10697
10698 - type: "plot"
10699   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10700   algorithm: "plot_perf_box_name"
10701   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10702   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10703   include:
10704     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10705     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10706     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10707     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10708     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10709   layout:
10710     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10711     layout: "plot-throughput"
10712
10713 - type: "plot"
10714   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10715   algorithm: "plot_perf_box_name"
10716   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10717   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10718   include:
10719     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10720     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10721     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10722     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10723     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10724   layout:
10725     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10726     layout: "plot-throughput"
10727
10728 - type: "plot"
10729   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10730   algorithm: "plot_perf_box_name"
10731   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10732   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10733   include:
10734     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10735     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10736     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10737     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10738     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10739   layout:
10740     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10741     layout: "plot-throughput"
10742
10743 - type: "plot"
10744   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10745   algorithm: "plot_perf_box_name"
10746   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10747   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10748   include:
10749     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10750     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10751     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10752     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10753     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10754   layout:
10755     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10756     layout: "plot-throughput"
10757
10758 - type: "plot"
10759   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10760   algorithm: "plot_perf_box_name"
10761   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10762   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10763   include:
10764     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10765     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10766     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10767     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10768     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10769   layout:
10770     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10771     layout: "plot-throughput"
10772
10773 - type: "plot"
10774   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10775   algorithm: "plot_perf_box_name"
10776   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10777   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10778   include:
10779     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10780     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10781     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10782     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10783     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10784     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10785   layout:
10786     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10787     layout: "plot-throughput"
10788
10789 - type: "plot"
10790   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10791   algorithm: "plot_perf_box_name"
10792   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10793   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10794   include:
10795     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10796     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10797     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10798     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10799     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10800     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10801   layout:
10802     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10803     layout: "plot-throughput"
10804
10805 - type: "plot"
10806   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10807   algorithm: "plot_perf_box_name"
10808   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10809   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10810   include:
10811     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10812     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10813     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10814     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10815     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10816   layout:
10817     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10818     layout: "plot-throughput"
10819
10820 - type: "plot"
10821   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10822   algorithm: "plot_perf_box_name"
10823   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10824   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10825   include:
10826     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10827     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10828     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10829     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10830     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10831   layout:
10832     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10833     layout: "plot-throughput"
10834
10835 - type: "plot"
10836   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10837   algorithm: "plot_perf_box_name"
10838   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10839   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10840   include:
10841     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
10842     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
10843     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10844   layout:
10845     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10846     layout: "plot-throughput"
10847
10848 - type: "plot"
10849   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
10850   algorithm: "plot_perf_box_name"
10851   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
10852   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10853   include:
10854     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
10855     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
10856     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10857   layout:
10858     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
10859     layout: "plot-throughput"
10860
10861 - type: "plot"
10862   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10863   algorithm: "plot_perf_box_name"
10864   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10865   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10866   include:
10867     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10868     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10869     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10870     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10871     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10872   layout:
10873     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10874     layout: "plot-throughput"
10875
10876 - type: "plot"
10877   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10878   algorithm: "plot_perf_box_name"
10879   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10880   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10881   include:
10882     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10883     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10884     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10885     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10886     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10887   layout:
10888     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10889     layout: "plot-throughput"
10890
10891 - type: "plot"
10892   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
10893   algorithm: "plot_perf_box_name"
10894   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
10895   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10896   include:
10897     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
10898     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
10899     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
10900   layout:
10901     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
10902     layout: "plot-throughput"
10903
10904 - type: "plot"
10905   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
10906   algorithm: "plot_perf_box_name"
10907   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
10908   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10909   include:
10910     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
10911     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
10912     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
10913   layout:
10914     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
10915     layout: "plot-throughput"
10916
10917 - type: "plot"
10918   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
10919   algorithm: "plot_perf_box_name"
10920   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
10921   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10922   include:
10923     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10924     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10925     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10926     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10927     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
10928     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
10929   layout:
10930     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
10931     layout: "plot-throughput"
10932
10933 - type: "plot"
10934   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
10935   algorithm: "plot_perf_box_name"
10936   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
10937   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10938   include:
10939     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10940     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10941     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10942     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10943     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
10944     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
10945   layout:
10946     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
10947     layout: "plot-throughput"
10948
10949 - type: "plot"
10950   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10951   algorithm: "plot_perf_box_name"
10952   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10953   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10954   include:
10955     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10956     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10957     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10958     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10959     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10960     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10961   layout:
10962     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10963     layout: "plot-throughput"
10964
10965 - type: "plot"
10966   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10967   algorithm: "plot_perf_box_name"
10968   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10969   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10970   include:
10971     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10972     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10973     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10974     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10975     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10976     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10977   layout:
10978     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10979     layout: "plot-throughput"
10980
10981 - type: "plot"
10982   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10983   algorithm: "plot_perf_box_name"
10984   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10985   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10986   include:
10987     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10988     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10989     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10990   layout:
10991     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10992     layout: "plot-throughput"
10993
10994 - type: "plot"
10995   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10996   algorithm: "plot_perf_box_name"
10997   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10998   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10999   include:
11000     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11001     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11002     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11003   layout:
11004     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11005     layout: "plot-throughput"
11006
11007 - type: "plot"
11008   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11009   algorithm: "plot_perf_box_name"
11010   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11011   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11012   include:
11013     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11014     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11015     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11016 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11017 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11018   layout:
11019     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11020     layout: "plot-throughput"
11021
11022 - type: "plot"
11023   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11024   algorithm: "plot_perf_box_name"
11025   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11026   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11027   include:
11028     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11029     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11030     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11031 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11032 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11033   layout:
11034     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11035     layout: "plot-throughput"
11036
11037 - type: "plot"
11038   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11039   algorithm: "plot_perf_box_name"
11040   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11041   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11042   include:
11043     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11044     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11045     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11046     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11047     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11048   layout:
11049     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11050     layout: "plot-throughput"
11051
11052 - type: "plot"
11053   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11054   algorithm: "plot_perf_box_name"
11055   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11056   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11057   include:
11058     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11059     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11060     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11061     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11062     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11063   layout:
11064     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11065     layout: "plot-throughput"
11066
11067 - type: "plot"
11068   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11069   algorithm: "plot_perf_box_name"
11070   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11071   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11072   include:
11073     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11074     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11075     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11076     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11077     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11078   layout:
11079     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11080     layout: "plot-throughput"
11081
11082 - type: "plot"
11083   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11084   algorithm: "plot_perf_box_name"
11085   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11086   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11087   include:
11088     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11089     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11090     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11091     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11092     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11093   layout:
11094     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11095     layout: "plot-throughput"
11096
11097 - type: "plot"
11098   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11099   algorithm: "plot_perf_box_name"
11100   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11101   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11102   include:
11103     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11104     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11105     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11106     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11107     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11108     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11109   layout:
11110     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11111     layout: "plot-throughput"
11112
11113 - type: "plot"
11114   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11115   algorithm: "plot_perf_box_name"
11116   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11117   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11118   include:
11119     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11120     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11121     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11122     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11123     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11124     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11125   layout:
11126     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11127     layout: "plot-throughput"
11128
11129 - type: "plot"
11130   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11131   algorithm: "plot_perf_box_name"
11132   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11133   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11134   include:
11135     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11136     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11137     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11138     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11139     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11140     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11141   layout:
11142     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11143     layout: "plot-throughput"
11144
11145 - type: "plot"
11146   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11147   algorithm: "plot_perf_box_name"
11148   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11149   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11150   include:
11151     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11152     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11153     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11154     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11155     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11156     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11157   layout:
11158     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11159     layout: "plot-throughput"
11160
11161 - type: "plot"
11162   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11163   algorithm: "plot_perf_box_name"
11164   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11165   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11166   include:
11167     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11168     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11169     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11170     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11171     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11172   layout:
11173     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11174     layout: "plot-throughput"
11175
11176 - type: "plot"
11177   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11178   algorithm: "plot_perf_box_name"
11179   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11180   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11181   include:
11182     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11183     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11184     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11185     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11186     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11187   layout:
11188     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11189     layout: "plot-throughput"
11190
11191 - type: "plot"
11192   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11193   algorithm: "plot_perf_box_name"
11194   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11195   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11196   include:
11197     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11198     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11199     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11200     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11201     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11202     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11203   layout:
11204     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11205     layout: "plot-throughput"
11206
11207 - type: "plot"
11208   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11209   algorithm: "plot_perf_box_name"
11210   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11211   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11212   include:
11213     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11214     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11215     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11216     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11217     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11218     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11219   layout:
11220     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11221     layout: "plot-throughput"
11222
11223 - type: "plot"
11224   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11225   algorithm: "plot_perf_box_name"
11226   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11227   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11228   include:
11229     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11230     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11231     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11232     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11233     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11234   layout:
11235     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11236     layout: "plot-throughput"
11237
11238 - type: "plot"
11239   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11240   algorithm: "plot_perf_box_name"
11241   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11242   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11243   include:
11244     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11245     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11246     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11247     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11248     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11249   layout:
11250     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11251     layout: "plot-throughput"
11252
11253 - type: "plot"
11254   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11255   algorithm: "plot_perf_box_name"
11256   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11257   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11258   include:
11259     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11260     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11261     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11262     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11263     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11264     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11265   layout:
11266     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11267     layout: "plot-throughput"
11268
11269 - type: "plot"
11270   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11271   algorithm: "plot_perf_box_name"
11272   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11273   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11274   include:
11275     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11276     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11277     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11278     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11279     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11280     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11281   layout:
11282     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11283     layout: "plot-throughput"
11284
11285 - type: "plot"
11286   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11287   algorithm: "plot_perf_box_name"
11288   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11289   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11290   include:
11291     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11292     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11293     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11294     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11295     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11296   layout:
11297     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11298     layout: "plot-throughput"
11299
11300 - type: "plot"
11301   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11302   algorithm: "plot_perf_box_name"
11303   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11304   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11305   include:
11306     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11307     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11308     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11309     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11310     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11311   layout:
11312     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11313     layout: "plot-throughput"
11314
11315 - type: "plot"
11316   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11317   algorithm: "plot_perf_box_name"
11318   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11319   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11320   include:
11321     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11322     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11323     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11324     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11325     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11326     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11327   layout:
11328     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11329     layout: "plot-throughput"
11330
11331 - type: "plot"
11332   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11333   algorithm: "plot_perf_box_name"
11334   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11335   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11336   include:
11337     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11338     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11339     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11340     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11341     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11342     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11343   layout:
11344     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11345     layout: "plot-throughput"
11346
11347 - type: "plot"
11348   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11349   algorithm: "plot_perf_box_name"
11350   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11351   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11352   include:
11353     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11354     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11355   layout:
11356     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11357     layout: "plot-throughput"
11358
11359 - type: "plot"
11360   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11361   algorithm: "plot_perf_box_name"
11362   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11363   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11364   include:
11365     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11366     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11367   layout:
11368     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11369     layout: "plot-throughput"
11370
11371 - type: "plot"
11372   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11373   algorithm: "plot_perf_box_name"
11374   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11375   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11376   include:
11377     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11378     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11379     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11380     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11381   layout:
11382     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11383     layout: "plot-throughput"
11384
11385 - type: "plot"
11386   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11387   algorithm: "plot_perf_box_name"
11388   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11389   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11390   include:
11391     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11392     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11393     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11394     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11395   layout:
11396     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11397     layout: "plot-throughput"
11398
11399 - type: "plot"
11400   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11401   algorithm: "plot_perf_box_name"
11402   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11403   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11404   include:
11405     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11406     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11407     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11408     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11409   layout:
11410     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11411     layout: "plot-throughput"
11412
11413 - type: "plot"
11414   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11415   algorithm: "plot_perf_box_name"
11416   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11417   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11418   include:
11419     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11420     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11421     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11422     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11423   layout:
11424     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11425     layout: "plot-throughput"
11426
11427 - type: "plot"
11428   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11429   algorithm: "plot_perf_box_name"
11430   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11431   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11432   include:
11433     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11434     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11435     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11436     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11437   layout:
11438     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11439     layout: "plot-throughput"
11440
11441 - type: "plot"
11442   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11443   algorithm: "plot_perf_box_name"
11444   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11445   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11446   include:
11447     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11448     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11449     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11450     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11451   layout:
11452     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11453     layout: "plot-throughput"
11454
11455 - type: "plot"
11456   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11457   algorithm: "plot_perf_box_name"
11458   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11459   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11460   include:
11461     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11462     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11463     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11464     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11465   layout:
11466     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11467     layout: "plot-throughput"
11468
11469 - type: "plot"
11470   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11471   algorithm: "plot_perf_box_name"
11472   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11473   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11474   include:
11475     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11476     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11477     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11478     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11479   layout:
11480     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11481     layout: "plot-throughput"
11482
11483 - type: "plot"
11484   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11485   algorithm: "plot_perf_box_name"
11486   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11487   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11488   include:
11489     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11490     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11491     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11492     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11493     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11494     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11495   layout:
11496     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11497     layout: "plot-throughput"
11498
11499 - type: "plot"
11500   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11501   algorithm: "plot_perf_box_name"
11502   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11503   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11504   include:
11505     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11506     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11507     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11508     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11509     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11510     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11511   layout:
11512     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11513     layout: "plot-throughput"
11514
11515 - type: "plot"
11516   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11517   algorithm: "plot_perf_box_name"
11518   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11519   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11520   include:
11521     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11522     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11523     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11524     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11525     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11526   layout:
11527     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11528     layout: "plot-throughput"
11529
11530 - type: "plot"
11531   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11532   algorithm: "plot_perf_box_name"
11533   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11534   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11535   include:
11536     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11537     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11538     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11539     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11540     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11541   layout:
11542     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11543     layout: "plot-throughput"
11544
11545 - type: "plot"
11546   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11547   algorithm: "plot_perf_box_name"
11548   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11549   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11550   include:
11551     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11552     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11553     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11554     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11555     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11556   layout:
11557     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11558     layout: "plot-throughput"
11559
11560 - type: "plot"
11561   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11562   algorithm: "plot_perf_box_name"
11563   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11564   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11565   include:
11566     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11567     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11568     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11569     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11570     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11571   layout:
11572     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11573     layout: "plot-throughput"
11574
11575 - type: "plot"
11576   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11577   algorithm: "plot_perf_box_name"
11578   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11579   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11580   include:
11581     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11582     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11583     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11584   layout:
11585     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11586     layout: "plot-throughput"
11587
11588 - type: "plot"
11589   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11590   algorithm: "plot_perf_box_name"
11591   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11592   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11593   include:
11594     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11595     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11596     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11597   layout:
11598     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11599     layout: "plot-throughput"
11600
11601 - type: "plot"
11602   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11603   algorithm: "plot_perf_box_name"
11604   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11605   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11606   include:
11607     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11608     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11609     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11610   layout:
11611     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11612     layout: "plot-throughput"
11613
11614 - type: "plot"
11615   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11616   algorithm: "plot_perf_box_name"
11617   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11618   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11619   include:
11620     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11621     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11622     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11623   layout:
11624     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11625     layout: "plot-throughput"
11626
11627 - type: "plot"
11628   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11629   algorithm: "plot_perf_box_name"
11630   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11631   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11632   include:
11633     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11634     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11635     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11636     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11637     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11638   layout:
11639     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11640     layout: "plot-throughput"
11641
11642 - type: "plot"
11643   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11644   algorithm: "plot_perf_box_name"
11645   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11646   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11647   include:
11648     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11649     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11650     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11651     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11652     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11653   layout:
11654     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11655     layout: "plot-throughput"
11656
11657 - type: "plot"
11658   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11659   algorithm: "plot_perf_box_name"
11660   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11661   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11662   include:
11663     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11664     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11665     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11666     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11667     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11668   layout:
11669     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11670     layout: "plot-throughput"
11671
11672 - type: "plot"
11673   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11674   algorithm: "plot_perf_box_name"
11675   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11676   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11677   include:
11678     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11679     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11680     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11681     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11682     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11683   layout:
11684     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11685     layout: "plot-throughput"
11686
11687 - type: "plot"
11688   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11689   algorithm: "plot_perf_box_name"
11690   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11691   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11692   include:
11693     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11694     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11695     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11696     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11697     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11698   layout:
11699     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11700     layout: "plot-throughput"
11701
11702 - type: "plot"
11703   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11704   algorithm: "plot_perf_box_name"
11705   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11706   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11707   include:
11708     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11709     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11710     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11711     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11712     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11713   layout:
11714     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11715     layout: "plot-throughput"
11716
11717 - type: "plot"
11718   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11719   algorithm: "plot_perf_box_name"
11720   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11721   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11722   include:
11723     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11724     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11725     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11726     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11727     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11728   layout:
11729     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11730     layout: "plot-throughput"
11731
11732 - type: "plot"
11733   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11734   algorithm: "plot_perf_box_name"
11735   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11736   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11737   include:
11738     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11739     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11740     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11741     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11742     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11743   layout:
11744     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11745     layout: "plot-throughput"
11746
11747 - type: "plot"
11748   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11749   algorithm: "plot_perf_box_name"
11750   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11751   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11752   include:
11753     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11754     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11755     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11756     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11757     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11758   layout:
11759     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11760     layout: "plot-throughput"
11761
11762 - type: "plot"
11763   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11764   algorithm: "plot_perf_box_name"
11765   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11766   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11767   include:
11768     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11769     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11770     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11771     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11772     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11773   layout:
11774     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11775     layout: "plot-throughput"
11776
11777 - type: "plot"
11778   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11779   algorithm: "plot_perf_box_name"
11780   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11781   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11782   include:
11783     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11784     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11785     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11786     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11787     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11788     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11789   layout:
11790     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11791     layout: "plot-throughput"
11792
11793 - type: "plot"
11794   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11795   algorithm: "plot_perf_box_name"
11796   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11797   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11798   include:
11799     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11800     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11801     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11802     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11803     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11804     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11805   layout:
11806     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11807     layout: "plot-throughput"
11808
11809 - type: "plot"
11810   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11811   algorithm: "plot_perf_box_name"
11812   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11813   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11814   include:
11815     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11816     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11817     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11818     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11819   layout:
11820     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11821     layout: "plot-throughput"
11822
11823 - type: "plot"
11824   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11825   algorithm: "plot_perf_box_name"
11826   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11827   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11828   include:
11829     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11830     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11831     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11832     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11833   layout:
11834     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11835     layout: "plot-throughput"
11836
11837 - type: "plot"
11838   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11839   algorithm: "plot_perf_box_name"
11840   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11841   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11842   include:
11843     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11844     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11845     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11846     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11847     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11848     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11849   layout:
11850     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11851     layout: "plot-throughput"
11852
11853 - type: "plot"
11854   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
11855   algorithm: "plot_perf_box_name"
11856   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
11857   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11858   include:
11859     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11860     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11861     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11862     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11863     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11864     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11865   layout:
11866     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
11867     layout: "plot-throughput"
11868
11869 - type: "plot"
11870   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11871   algorithm: "plot_perf_box_name"
11872   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11873   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11874   include:
11875     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11876     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11877     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11878     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11879     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11880     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11881   layout:
11882     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11883     layout: "plot-throughput"
11884
11885 - type: "plot"
11886   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11887   algorithm: "plot_perf_box_name"
11888   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11889   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11890   include:
11891     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11892     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11893     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11894     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11895     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11896     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11897   layout:
11898     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11899     layout: "plot-throughput"
11900
11901 - type: "plot"
11902   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11903   algorithm: "plot_perf_box_name"
11904   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11905   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11906   include:
11907     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11908 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11909     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11910 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11911     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11912 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11913   layout:
11914     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11915     layout: "plot-throughput"
11916
11917 - type: "plot"
11918   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11919   algorithm: "plot_perf_box_name"
11920   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11921   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11922   include:
11923     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11924 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11925     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11926 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11927     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11928 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11929   layout:
11930     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11931     layout: "plot-throughput"
11932
11933 - type: "plot"
11934   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11935   algorithm: "plot_perf_box_name"
11936   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11937   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11938   include:
11939     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11940     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11941     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11942     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11943     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11944     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11945   layout:
11946     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11947     layout: "plot-throughput"
11948
11949 - type: "plot"
11950   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11951   algorithm: "plot_perf_box_name"
11952   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11953   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11954   include:
11955     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11956     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11957     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11958     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11959     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11960     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11961   layout:
11962     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11963     layout: "plot-throughput"
11964
11965 - type: "plot"
11966   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11967   algorithm: "plot_perf_box_name"
11968   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11969   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11970   include:
11971     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11972     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11973     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11974     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11975     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11976     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11977   layout:
11978     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11979     layout: "plot-throughput"
11980
11981 - type: "plot"
11982   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11983   algorithm: "plot_perf_box_name"
11984   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11985   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11986   include:
11987     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11988     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11989     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11990     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11991     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11992     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11993   layout:
11994     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11995     layout: "plot-throughput"
11996
11997 - type: "plot"
11998   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11999   algorithm: "plot_perf_box_name"
12000   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12001   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12002   include:
12003     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12004     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12005     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12006     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12007     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12008     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12009   layout:
12010     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12011     layout: "plot-throughput"
12012
12013 - type: "plot"
12014   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12015   algorithm: "plot_perf_box_name"
12016   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12017   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12018   include:
12019     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12020     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12021     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12022     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12023     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12024     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12025   layout:
12026     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12027     layout: "plot-throughput"
12028
12029 - type: "plot"
12030   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12031   algorithm: "plot_perf_box_name"
12032   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12033   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12034   include:
12035     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12036     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12037     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12038     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12039     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12040     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12041   layout:
12042     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12043     layout: "plot-throughput"
12044
12045 - type: "plot"
12046   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12047   algorithm: "plot_perf_box_name"
12048   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12049   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12050   include:
12051     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12052     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12053     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12054     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12055     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12056     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12057   layout:
12058     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12059     layout: "plot-throughput"
12060
12061 - type: "plot"
12062   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12063   algorithm: "plot_perf_box_name"
12064   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12065   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12066   include:
12067     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12068     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12069     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12070     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12071   layout:
12072     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12073     layout: "plot-throughput"
12074
12075 - type: "plot"
12076   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12077   algorithm: "plot_perf_box_name"
12078   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12079   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12080   include:
12081     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12082     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12083     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12084     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12085   layout:
12086     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12087     layout: "plot-throughput"
12088
12089 - type: "plot"
12090   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12091   algorithm: "plot_perf_box_name"
12092   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12093   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12094   include:
12095     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12096     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12097     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12098     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12099   layout:
12100     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12101     layout: "plot-throughput"
12102
12103 - type: "plot"
12104   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12105   algorithm: "plot_perf_box_name"
12106   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12107   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12108   include:
12109     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12110     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12111     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12112     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12113   layout:
12114     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12115     layout: "plot-throughput"
12116
12117 - type: "plot"
12118   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12119   algorithm: "plot_perf_box_name"
12120   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12121   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12122   include:
12123     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12124     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12125     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12126     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12127     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12128     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12129   layout:
12130     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12131     layout: "plot-throughput"
12132
12133 - type: "plot"
12134   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12135   algorithm: "plot_perf_box_name"
12136   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12137   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12138   include:
12139     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12140     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12141     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12142     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12143     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12144     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12145   layout:
12146     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12147     layout: "plot-throughput"
12148
12149 - type: "plot"
12150   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12151   algorithm: "plot_perf_box_name"
12152   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12153   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12154   include:
12155     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12156     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12157     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12158     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12159     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12160   layout:
12161     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12162     layout: "plot-throughput"
12163
12164 - type: "plot"
12165   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12166   algorithm: "plot_perf_box_name"
12167   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12168   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12169   include:
12170     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12171     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12172     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12173     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12174     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12175   layout:
12176     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12177     layout: "plot-throughput"
12178
12179 - type: "plot"
12180   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12181   algorithm: "plot_perf_box_name"
12182   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12183   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12184   include:
12185     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12186     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12187     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12188     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12189     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12190   layout:
12191     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12192     layout: "plot-throughput"
12193
12194 - type: "plot"
12195   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12196   algorithm: "plot_perf_box_name"
12197   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12198   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12199   include:
12200     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12201     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12202     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12203     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12204     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12205   layout:
12206     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12207     layout: "plot-throughput"
12208
12209 - type: "plot"
12210   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12211   algorithm: "plot_perf_box_name"
12212   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12213   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12214   include:
12215     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12216     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12217     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12218     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12219   layout:
12220     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12221     layout: "plot-throughput"
12222
12223 - type: "plot"
12224   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12225   algorithm: "plot_perf_box_name"
12226   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12227   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12228   include:
12229     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12230     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12231     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12232     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12233   layout:
12234     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12235     layout: "plot-throughput"
12236
12237 - type: "plot"
12238   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12239   algorithm: "plot_perf_box_name"
12240   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12241   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12242   include:
12243     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12244     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12245     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12246     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12247     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12248     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12249   layout:
12250     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12251     layout: "plot-throughput"
12252
12253 - type: "plot"
12254   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12255   algorithm: "plot_perf_box_name"
12256   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12257   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12258   include:
12259     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12260     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12261     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12262     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12263     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12264     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12265   layout:
12266     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12267     layout: "plot-throughput"
12268
12269 - type: "plot"
12270   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12271   algorithm: "plot_perf_box_name"
12272   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12273   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12274   include:
12275     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12276     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12277     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12278     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12279     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12280     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12281   layout:
12282     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12283     layout: "plot-throughput"
12284
12285 - type: "plot"
12286   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12287   algorithm: "plot_perf_box_name"
12288   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12289   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12290   include:
12291     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12292     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12293     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12294     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12295     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12296     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12297   layout:
12298     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12299     layout: "plot-throughput"
12300
12301 - type: "plot"
12302   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12303   algorithm: "plot_perf_box_name"
12304   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12305   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12306   include:
12307     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12308     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12309     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12310     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12311     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12312     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12313   layout:
12314     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12315     layout: "plot-throughput"
12316
12317 - type: "plot"
12318   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12319   algorithm: "plot_perf_box_name"
12320   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12321   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12322   include:
12323     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12324     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12325     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12326     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12327     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12328     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12329   layout:
12330     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12331     layout: "plot-throughput"
12332
12333 - type: "plot"
12334   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12335   algorithm: "plot_perf_box_name"
12336   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12337   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12338   include:
12339     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12340     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12341     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12342     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12343   layout:
12344     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12345     layout: "plot-throughput"
12346
12347 - type: "plot"
12348   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12349   algorithm: "plot_perf_box_name"
12350   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12351   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12352   include:
12353     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12354     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12355     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12356     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12357   layout:
12358     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12359     layout: "plot-throughput"
12360
12361 - type: "plot"
12362   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12363   algorithm: "plot_perf_box_name"
12364   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12365   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12366   include:
12367     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12368     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12369     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12370     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12371     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12372     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12373   layout:
12374     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12375     layout: "plot-throughput"
12376
12377 - type: "plot"
12378   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12379   algorithm: "plot_perf_box_name"
12380   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12381   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12382   include:
12383     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12384     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12385     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12386     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12387     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12388     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12389   layout:
12390     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12391     layout: "plot-throughput"
12392
12393 - type: "plot"
12394   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12395   algorithm: "plot_perf_box_name"
12396   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12397   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12398   include:
12399     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12400     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12401     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12402     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12403     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12404     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12405   layout:
12406     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12407     layout: "plot-throughput"
12408
12409 - type: "plot"
12410   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12411   algorithm: "plot_perf_box_name"
12412   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12413   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12414   include:
12415     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12416     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12417     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12418     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12419     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12420     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12421   layout:
12422     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12423     layout: "plot-throughput"
12424
12425 - type: "plot"
12426   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12427   algorithm: "plot_perf_box_name"
12428   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12429   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12430   include:
12431     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12432     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12433     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12434     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12435   layout:
12436     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12437     layout: "plot-throughput"
12438
12439 - type: "plot"
12440   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12441   algorithm: "plot_perf_box_name"
12442   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12443   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12444   include:
12445     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12446     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12447     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12448     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12449   layout:
12450     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12451     layout: "plot-throughput"
12452
12453 - type: "plot"
12454   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12455   algorithm: "plot_perf_box_name"
12456   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12457   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12458   include:
12459     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12460     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12461     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12462     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12463     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12464     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12465   layout:
12466     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12467     layout: "plot-throughput"
12468
12469 - type: "plot"
12470   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12471   algorithm: "plot_perf_box_name"
12472   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12473   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12474   include:
12475     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12476     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12477     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12478     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12479     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12480     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12481   layout:
12482     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12483     layout: "plot-throughput"
12484
12485 - type: "plot"
12486   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12487   algorithm: "plot_perf_box_name"
12488   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12489   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12490   include:
12491     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12492     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12493     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12494     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12495   layout:
12496     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12497     layout: "plot-throughput"
12498
12499 - type: "plot"
12500   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12501   algorithm: "plot_perf_box_name"
12502   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12503   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12504   include:
12505     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12506     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12507     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12508     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12509   layout:
12510     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12511     layout: "plot-throughput"
12512
12513 - type: "plot"
12514   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12515   algorithm: "plot_perf_box_name"
12516   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12517   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12518   include:
12519     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12520     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12521     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12522     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12523     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12524     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12525   layout:
12526     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12527     layout: "plot-throughput"
12528
12529 - type: "plot"
12530   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12531   algorithm: "plot_perf_box_name"
12532   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12533   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12534   include:
12535     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12536     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12537     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12538     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12539     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12540     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12541   layout:
12542     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12543     layout: "plot-throughput"
12544
12545 - type: "plot"
12546   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12547   algorithm: "plot_perf_box_name"
12548   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12549   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12550   include:
12551     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12552     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12553     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12554     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12555     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12556     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12557   layout:
12558     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12559     layout: "plot-throughput"
12560
12561 - type: "plot"
12562   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12563   algorithm: "plot_perf_box_name"
12564   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12565   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12566   include:
12567     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12568     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12569     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12570     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12571     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12572     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12573   layout:
12574     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12575     layout: "plot-throughput"
12576
12577 - type: "plot"
12578   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12579   algorithm: "plot_perf_box_name"
12580   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12581   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12582   include:
12583     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12584     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12585     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12586     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12587     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12588     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12589   layout:
12590     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12591     layout: "plot-throughput"
12592
12593 - type: "plot"
12594   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12595   algorithm: "plot_perf_box_name"
12596   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12597   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12598   include:
12599     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12600     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12601     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12602     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12603     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12604     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12605   layout:
12606     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12607     layout: "plot-throughput"
12608
12609 - type: "plot"
12610   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12611   algorithm: "plot_perf_box_name"
12612   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12613   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12614   include:
12615     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12616     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12617     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12618     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12619     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12620     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12621   layout:
12622     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12623     layout: "plot-throughput"
12624
12625 - type: "plot"
12626   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12627   algorithm: "plot_perf_box_name"
12628   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12629   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12630   include:
12631     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12632     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12633     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12634     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12635     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12636     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12637   layout:
12638     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12639     layout: "plot-throughput"
12640
12641 - type: "plot"
12642   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12643   algorithm: "plot_perf_box_name"
12644   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12645   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12646   include:
12647     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12648     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12649     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12650     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12651     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12652     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12653   layout:
12654     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12655     layout: "plot-throughput"
12656
12657 - type: "plot"
12658   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12659   algorithm: "plot_perf_box_name"
12660   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12661   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12662   include:
12663     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12664     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12665     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12666     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12667     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12668     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12669   layout:
12670     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12671     layout: "plot-throughput"
12672
12673 #- type: "plot"
12674 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12675 #  algorithm: "plot_perf_box_name"
12676 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12677 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12678 #  include:
12679 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12680 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12681 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12682 #  layout:
12683 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12684 #    layout: "plot-throughput"
12685 #
12686 #- type: "plot"
12687 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12688 #  algorithm: "plot_perf_box_name"
12689 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12690 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12691 #  include:
12692 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12693 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12694 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12695 #  layout:
12696 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12697 #    layout: "plot-throughput"
12698
12699 - type: "plot"
12700   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12701   algorithm: "plot_perf_box_name"
12702   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12703   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12704   include:
12705     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12706     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12707     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12708     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12709     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12710   layout:
12711     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12712     layout: "plot-throughput"
12713
12714 - type: "plot"
12715   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12716   algorithm: "plot_perf_box_name"
12717   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12718   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12719   include:
12720     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12721     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12722     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12723     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12724     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12725   layout:
12726     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12727     layout: "plot-throughput"
12728
12729 - type: "plot"
12730   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12731   algorithm: "plot_perf_box_name"
12732   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12733   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12734   include:
12735     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12736     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12737     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12738     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12739     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12740   layout:
12741     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12742     layout: "plot-throughput"
12743
12744 - type: "plot"
12745   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12746   algorithm: "plot_perf_box_name"
12747   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12748   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12749   include:
12750     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12751     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12752     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12753     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12754     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12755   layout:
12756     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12757     layout: "plot-throughput"
12758
12759 - type: "plot"
12760   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12761   algorithm: "plot_perf_box_name"
12762   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12763   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12764   include:
12765     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12766     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12767     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12768     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12769     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12770   layout:
12771     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12772     layout: "plot-throughput"
12773
12774 - type: "plot"
12775   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12776   algorithm: "plot_perf_box_name"
12777   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12778   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12779   include:
12780     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12781     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12782     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12783     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12784     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12785   layout:
12786     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12787     layout: "plot-throughput"
12788
12789 - type: "plot"
12790   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12791   algorithm: "plot_perf_box_name"
12792   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12793   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12794   include:
12795     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12796     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12797     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12798     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12799     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12800   layout:
12801     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12802     layout: "plot-throughput"
12803
12804 - type: "plot"
12805   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12806   algorithm: "plot_perf_box_name"
12807   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12808   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12809   include:
12810     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12811     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12812     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12813     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12814     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12815   layout:
12816     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12817     layout: "plot-throughput"
12818
12819 - type: "plot"
12820   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12821   algorithm: "plot_perf_box_name"
12822   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12823   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12824   include:
12825     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12826     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12827     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12828     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12829   layout:
12830     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12831     layout: "plot-throughput"
12832
12833 - type: "plot"
12834   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12835   algorithm: "plot_perf_box_name"
12836   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12837   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12838   include:
12839     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12840     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12841     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12842     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12843   layout:
12844     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12845     layout: "plot-throughput"
12846
12847 - type: "plot"
12848   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12849   algorithm: "plot_perf_box_name"
12850   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12851   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12852   include:
12853     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12854     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12855     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12856     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12857   layout:
12858     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12859     layout: "plot-throughput"
12860
12861 - type: "plot"
12862   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12863   algorithm: "plot_perf_box_name"
12864   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12865   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12866   include:
12867     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12868     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12869     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12870     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12871   layout:
12872     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12873     layout: "plot-throughput"
12874
12875 - type: "plot"
12876   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
12877   algorithm: "plot_perf_box_name"
12878   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
12879   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12880   include:
12881     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12882     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12883     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12884     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12885   layout:
12886     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
12887     layout: "plot-throughput"
12888
12889 - type: "plot"
12890   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
12891   algorithm: "plot_perf_box_name"
12892   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
12893   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12894   include:
12895     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12896     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12897     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12898     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12899   layout:
12900     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
12901     layout: "plot-throughput"
12902
12903 - type: "plot"
12904   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
12905   algorithm: "plot_perf_box_name"
12906   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
12907   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12908   include:
12909     - "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"
12910     - "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"
12911     - "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"
12912     - "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"
12913   layout:
12914     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
12915     layout: "plot-throughput"
12916
12917 - type: "plot"
12918   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
12919   algorithm: "plot_perf_box_name"
12920   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
12921   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12922   include:
12923     - "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"
12924     - "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"
12925     - "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"
12926     - "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"
12927   layout:
12928     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
12929     layout: "plot-throughput"
12930
12931 - type: "plot"
12932   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12933   algorithm: "plot_perf_box_name"
12934   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12935   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12936   include:
12937     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12938     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12939     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12940     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12941     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12942     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12943   layout:
12944     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12945     layout: "plot-throughput"
12946
12947 - type: "plot"
12948   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12949   algorithm: "plot_perf_box_name"
12950   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12951   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12952   include:
12953     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12954     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12955     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12956     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12957     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12958     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12959   layout:
12960     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12961     layout: "plot-throughput"
12962
12963 - type: "plot"
12964   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12965   algorithm: "plot_perf_box_name"
12966   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12967   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12968   include:
12969     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12970     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12971     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12972     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12973     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12974     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12975   layout:
12976     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12977     layout: "plot-throughput"
12978
12979 - type: "plot"
12980   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12981   algorithm: "plot_perf_box_name"
12982   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12983   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12984   include:
12985     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12986     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12987     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12988     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12989     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12990     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12991   layout:
12992     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12993     layout: "plot-throughput"
12994
12995 - type: "plot"
12996   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12997   algorithm: "plot_perf_box_name"
12998   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12999   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13000   include:
13001     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13002     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13003     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13004     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13005     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13006     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13007   layout:
13008     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13009     layout: "plot-throughput"
13010
13011 - type: "plot"
13012   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13013   algorithm: "plot_perf_box_name"
13014   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13015   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13016   include:
13017     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13018     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13019     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13020     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13021     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13022     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13023   layout:
13024     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13025     layout: "plot-throughput"
13026
13027 - type: "plot"
13028   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13029   algorithm: "plot_perf_box_name"
13030   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13031   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13032   include:
13033     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13034     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13035     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13036     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13037     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13038   layout:
13039     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13040     layout: "plot-throughput"
13041
13042 - type: "plot"
13043   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13044   algorithm: "plot_perf_box_name"
13045   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13046   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13047   include:
13048     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13049     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13050     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13051     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13052     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13053   layout:
13054     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13055     layout: "plot-throughput"
13056
13057 - type: "plot"
13058   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13059   algorithm: "plot_perf_box_name"
13060   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13061   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13062   include:
13063     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13064     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13065   layout:
13066     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13067     layout: "plot-throughput"
13068
13069 - type: "plot"
13070   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13071   algorithm: "plot_perf_box_name"
13072   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13073   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13074   include:
13075     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13076     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13077   layout:
13078     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13079     layout: "plot-throughput"
13080
13081 - type: "plot"
13082   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13083   algorithm: "plot_perf_box_name"
13084   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13085   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13086   include:
13087     - "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"
13088     - "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"
13089   layout:
13090     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13091     layout: "plot-throughput"
13092
13093 - type: "plot"
13094   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13095   algorithm: "plot_perf_box_name"
13096   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13097   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13098   include:
13099     - "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"
13100     - "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"
13101   layout:
13102     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13103     layout: "plot-throughput"
13104
13105 - type: "plot"
13106   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13107   algorithm: "plot_perf_box_name"
13108   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13109   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13110   include:
13111     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13112     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13113     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13114     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13115     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13116   layout:
13117     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13118     layout: "plot-throughput"
13119
13120 - type: "plot"
13121   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13122   algorithm: "plot_perf_box_name"
13123   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13124   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13125   include:
13126     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13127     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13128     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13129     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13130     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13131   layout:
13132     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13133     layout: "plot-throughput"
13134
13135 #- type: "plot"
13136 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13137 #  algorithm: "plot_perf_box_name"
13138 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13139 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13140 #  include:
13141 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13142 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13143 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13144 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13145 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13146 #  layout:
13147 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13148 #    layout: "plot-throughput"
13149 #
13150 #- type: "plot"
13151 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13152 #  algorithm: "plot_perf_box_name"
13153 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13154 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13155 #  include:
13156 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13157 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13158 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13159 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13160 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13161 #  layout:
13162 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13163 #    layout: "plot-throughput"
13164
13165 #- type: "plot"
13166 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13167 #  algorithm: "plot_perf_box_name"
13168 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13169 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13170 #  include:
13171 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13172 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13173 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13174 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13175 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13176 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13177 #  layout:
13178 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13179 #    layout: "plot-throughput"
13180 #
13181 #- type: "plot"
13182 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13183 #  algorithm: "plot_perf_box_name"
13184 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13185 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13186 #  include:
13187 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13188 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13189 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13190 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13191 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13192 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13193 #  layout:
13194 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13195 #    layout: "plot-throughput"
13196
13197 - type: "plot"
13198   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13199   algorithm: "plot_perf_box_name"
13200   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13201   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13202   include:
13203     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13204     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13205     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13206     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13207     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13208     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13209   layout:
13210     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13211     layout: "plot-throughput"
13212
13213 - type: "plot"
13214   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13215   algorithm: "plot_perf_box_name"
13216   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13217   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13218   include:
13219     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13220     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13221     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13222     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13223     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13224     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13225   layout:
13226     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13227     layout: "plot-throughput"
13228
13229 ################################################################################
13230
13231 # Packet Speedup
13232
13233 - type: "plot"
13234   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13235   algorithm: "plot_tsa_name"
13236   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13237   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13238   include:
13239     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13240     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13241     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13242     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13243   layout:
13244     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13245     layout: "plot-throughput-speedup-analysis"
13246
13247 - type: "plot"
13248   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13249   algorithm: "plot_tsa_name"
13250   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13251   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13252   include:
13253     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13254     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13255     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13256     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13257   layout:
13258     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13259     layout: "plot-throughput-speedup-analysis"
13260
13261 - type: "plot"
13262   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13263   algorithm: "plot_tsa_name"
13264   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13265   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13266   include:
13267     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13268     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13269     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13270     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13271   layout:
13272     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13273     layout: "plot-throughput-speedup-analysis"
13274
13275 - type: "plot"
13276   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13277   algorithm: "plot_tsa_name"
13278   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13279   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13280   include:
13281     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13282     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13283     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13284     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13285   layout:
13286     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13287     layout: "plot-throughput-speedup-analysis"
13288
13289 - type: "plot"
13290   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13291   algorithm: "plot_tsa_name"
13292   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13293   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13294   include:
13295     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13296     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13297     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13298     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13299     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13300   layout:
13301     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13302     layout: "plot-throughput-speedup-analysis"
13303
13304 - type: "plot"
13305   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13306   algorithm: "plot_tsa_name"
13307   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13308   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13309   include:
13310     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13311     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13312     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13313     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13314     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13315   layout:
13316     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13317     layout: "plot-throughput-speedup-analysis"
13318
13319 - type: "plot"
13320   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13321   algorithm: "plot_tsa_name"
13322   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13323   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13324   include:
13325     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13326     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13327     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13328     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13329     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13330   layout:
13331     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13332     layout: "plot-throughput-speedup-analysis"
13333
13334 - type: "plot"
13335   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13336   algorithm: "plot_tsa_name"
13337   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13338   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13339   include:
13340     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13341     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13342     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13343     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13344     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13345   layout:
13346     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13347     layout: "plot-throughput-speedup-analysis"
13348
13349 - type: "plot"
13350   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13351   algorithm: "plot_tsa_name"
13352   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13353   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13354   include:
13355     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13356     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13357     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13358     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13359     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13360     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13361   layout:
13362     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13363     layout: "plot-throughput-speedup-analysis"
13364
13365 - type: "plot"
13366   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13367   algorithm: "plot_tsa_name"
13368   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13369   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13370   include:
13371     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13372     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13373     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13374     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13375     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13376     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13377   layout:
13378     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13379     layout: "plot-throughput-speedup-analysis"
13380
13381 - type: "plot"
13382   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13383   algorithm: "plot_tsa_name"
13384   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13385   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13386   include:
13387     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13388     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13389     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13390     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13391     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13392   layout:
13393     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13394     layout: "plot-throughput-speedup-analysis"
13395
13396 - type: "plot"
13397   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13398   algorithm: "plot_tsa_name"
13399   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13400   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13401   include:
13402     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13403     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13404     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13405     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13406     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13407   layout:
13408     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13409     layout: "plot-throughput-speedup-analysis"
13410
13411 - type: "plot"
13412   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13413   algorithm: "plot_tsa_name"
13414   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13415   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13416   include:
13417     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13418     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13419     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13420   layout:
13421     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
13422     layout: "plot-throughput-speedup-analysis"
13423
13424 - type: "plot"
13425   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13426   algorithm: "plot_tsa_name"
13427   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13428   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13429   include:
13430     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13431     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13432     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13433   layout:
13434     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
13435     layout: "plot-throughput-speedup-analysis"
13436
13437 - type: "plot"
13438   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13439   algorithm: "plot_tsa_name"
13440   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13441   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13442   include:
13443     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13444     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13445     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13446     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13447     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13448   layout:
13449     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13450     layout: "plot-throughput-speedup-analysis"
13451
13452 - type: "plot"
13453   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13454   algorithm: "plot_tsa_name"
13455   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13456   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13457   include:
13458     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13459     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13460     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13461     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13462     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13463   layout:
13464     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13465     layout: "plot-throughput-speedup-analysis"
13466
13467 - type: "plot"
13468   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13469   algorithm: "plot_tsa_name"
13470   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13471   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13472   include:
13473     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13474     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13475     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13476   layout:
13477     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
13478     layout: "plot-throughput-speedup-analysis"
13479
13480 - type: "plot"
13481   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13482   algorithm: "plot_tsa_name"
13483   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13484   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13485   include:
13486     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13487     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13488     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13489   layout:
13490     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
13491     layout: "plot-throughput-speedup-analysis"
13492
13493 - type: "plot"
13494   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13495   algorithm: "plot_tsa_name"
13496   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13497   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13498   include:
13499     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13500     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13501     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13502     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13503     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13504     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13505   layout:
13506     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13507     layout: "plot-throughput-speedup-analysis"
13508
13509 - type: "plot"
13510   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13511   algorithm: "plot_tsa_name"
13512   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13513   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13514   include:
13515     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13516     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13517     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13518     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13519     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13520     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13521   layout:
13522     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13523     layout: "plot-throughput-speedup-analysis"
13524
13525 - type: "plot"
13526   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13527   algorithm: "plot_tsa_name"
13528   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13529   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13530   include:
13531     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13532     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13533     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13534     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13535     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13536     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13537   layout:
13538     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13539     layout: "plot-throughput-speedup-analysis"
13540
13541 - type: "plot"
13542   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13543   algorithm: "plot_tsa_name"
13544   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13545   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13546   include:
13547     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13548     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13549     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13550     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13551     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13552     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13553   layout:
13554     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13555     layout: "plot-throughput-speedup-analysis"
13556
13557 - type: "plot"
13558   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13559   algorithm: "plot_tsa_name"
13560   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13561   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13562   include:
13563     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13564     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13565     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13566   layout:
13567     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
13568     layout: "plot-throughput-speedup-analysis"
13569
13570 - type: "plot"
13571   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13572   algorithm: "plot_tsa_name"
13573   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13574   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13575   include:
13576     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13577     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13578     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13579   layout:
13580     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
13581     layout: "plot-throughput-speedup-analysis"
13582
13583 - type: "plot"
13584   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13585   algorithm: "plot_tsa_name"
13586   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13587   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13588   include:
13589     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13590     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13591     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13592 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13593 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13594   layout:
13595     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
13596     layout: "plot-throughput-speedup-analysis"
13597
13598 - type: "plot"
13599   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13600   algorithm: "plot_tsa_name"
13601   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13602   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13603   include:
13604     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13605     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13606     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13607 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13608 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13609   layout:
13610     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
13611     layout: "plot-throughput-speedup-analysis"
13612
13613 - type: "plot"
13614   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13615   algorithm: "plot_tsa_name"
13616   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13617   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13618   include:
13619     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13620     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13621     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13622     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13623     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13624   layout:
13625     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13626     layout: "plot-throughput-speedup-analysis"
13627
13628 - type: "plot"
13629   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13630   algorithm: "plot_tsa_name"
13631   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13632   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13633   include:
13634     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13635     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13636     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13637     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13638     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13639   layout:
13640     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13641     layout: "plot-throughput-speedup-analysis"
13642
13643 - type: "plot"
13644   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13645   algorithm: "plot_tsa_name"
13646   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13647   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13648   include:
13649     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13650     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13651     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13652     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13653     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13654   layout:
13655     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13656     layout: "plot-throughput-speedup-analysis"
13657
13658 - type: "plot"
13659   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13660   algorithm: "plot_tsa_name"
13661   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13662   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13663   include:
13664     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13665     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13666     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13667     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13668     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13669   layout:
13670     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13671     layout: "plot-throughput-speedup-analysis"
13672
13673 - type: "plot"
13674   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13675   algorithm: "plot_tsa_name"
13676   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13677   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13678   include:
13679     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13680     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13681     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13682     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13683     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13684     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13685   layout:
13686     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13687     layout: "plot-throughput-speedup-analysis"
13688
13689 - type: "plot"
13690   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13691   algorithm: "plot_tsa_name"
13692   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13693   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13694   include:
13695     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13696     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13697     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13698     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13699     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13700     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13701   layout:
13702     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13703     layout: "plot-throughput-speedup-analysis"
13704
13705 - type: "plot"
13706   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13707   algorithm: "plot_tsa_name"
13708   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13709   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13710   include:
13711     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13712     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13713     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13714     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13715     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13716     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13717   layout:
13718     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13719     layout: "plot-throughput-speedup-analysis"
13720
13721 - type: "plot"
13722   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13723   algorithm: "plot_tsa_name"
13724   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13725   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13726   include:
13727     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13728     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13729     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13730     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13731     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13732     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13733   layout:
13734     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13735     layout: "plot-throughput-speedup-analysis"
13736
13737 - type: "plot"
13738   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13739   algorithm: "plot_tsa_name"
13740   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13741   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13742   include:
13743     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13744     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13745   layout:
13746     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
13747     layout: "plot-throughput-speedup-analysis"
13748
13749 - type: "plot"
13750   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
13751   algorithm: "plot_tsa_name"
13752   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
13753   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13754   include:
13755     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13756     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13757   layout:
13758     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
13759     layout: "plot-throughput-speedup-analysis"
13760
13761 - type: "plot"
13762   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
13763   algorithm: "plot_tsa_name"
13764   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
13765   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13766   include:
13767     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
13768     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13769     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13770     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13771   layout:
13772     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
13773     layout: "plot-throughput-speedup-analysis"
13774
13775 - type: "plot"
13776   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
13777   algorithm: "plot_tsa_name"
13778   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
13779   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13780   include:
13781     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
13782     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13783     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13784     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13785   layout:
13786     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
13787     layout: "plot-throughput-speedup-analysis"
13788
13789 - type: "plot"
13790   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
13791   algorithm: "plot_tsa_name"
13792   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
13793   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13794   include:
13795     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13796     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13797     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13798     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13799   layout:
13800     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
13801     layout: "plot-throughput-speedup-analysis"
13802
13803 - type: "plot"
13804   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
13805   algorithm: "plot_tsa_name"
13806   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
13807   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13808   include:
13809     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13810     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13811     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13812     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13813   layout:
13814     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
13815     layout: "plot-throughput-speedup-analysis"
13816
13817 - type: "plot"
13818   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
13819   algorithm: "plot_tsa_name"
13820   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
13821   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13822   include:
13823     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13824     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13825     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13826     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13827     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13828     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13829   layout:
13830     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
13831     layout: "plot-throughput-speedup-analysis"
13832
13833 - type: "plot"
13834   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
13835   algorithm: "plot_tsa_name"
13836   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
13837   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13838   include:
13839     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13840     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13841     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13842     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13843     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13844     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13845   layout:
13846     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
13847     layout: "plot-throughput-speedup-analysis"
13848
13849 - type: "plot"
13850   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13851   algorithm: "plot_tsa_name"
13852   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13853   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13854   include:
13855     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13856     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13857     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13858     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13859     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13860   layout:
13861     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13862     layout: "plot-throughput-speedup-analysis"
13863
13864 - type: "plot"
13865   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13866   algorithm: "plot_tsa_name"
13867   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13868   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13869   include:
13870     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13871     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13872     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13873     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13874     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13875   layout:
13876     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13877     layout: "plot-throughput-speedup-analysis"
13878
13879 - type: "plot"
13880   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
13881   algorithm: "plot_tsa_name"
13882   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
13883   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13884   include:
13885     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13886     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13887     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
13888     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
13889     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13890   layout:
13891     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
13892     layout: "plot-throughput-speedup-analysis"
13893
13894 - type: "plot"
13895   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
13896   algorithm: "plot_tsa_name"
13897   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
13898   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13899   include:
13900     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13901     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13902     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
13903     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
13904     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13905   layout:
13906     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
13907     layout: "plot-throughput-speedup-analysis"
13908
13909 - type: "plot"
13910   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13911   algorithm: "plot_tsa_name"
13912   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13913   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13914   include:
13915     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13916     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13917     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13918   layout:
13919     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
13920     layout: "plot-throughput-speedup-analysis"
13921
13922 - type: "plot"
13923   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13924   algorithm: "plot_tsa_name"
13925   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13926   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13927   include:
13928     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13929     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13930     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13931   layout:
13932     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
13933     layout: "plot-throughput-speedup-analysis"
13934
13935 - type: "plot"
13936   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
13937   algorithm: "plot_tsa_name"
13938   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
13939   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13940   include:
13941     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13942     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13943     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13944   layout:
13945     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
13946     layout: "plot-throughput-speedup-analysis"
13947
13948 - type: "plot"
13949   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
13950   algorithm: "plot_tsa_name"
13951   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
13952   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13953   include:
13954     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13955     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13956     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13957   layout:
13958     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
13959     layout: "plot-throughput-speedup-analysis"
13960
13961 - type: "plot"
13962   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13963   algorithm: "plot_tsa_name"
13964   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13965   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13966   include:
13967     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13968     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13969     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13970     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13971     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13972   layout:
13973     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13974     layout: "plot-throughput-speedup-analysis"
13975
13976 - type: "plot"
13977   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13978   algorithm: "plot_tsa_name"
13979   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13980   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13981   include:
13982     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13983     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13984     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13985     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13986     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13987   layout:
13988     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13989     layout: "plot-throughput-speedup-analysis"
13990
13991 - type: "plot"
13992   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
13993   algorithm: "plot_tsa_name"
13994   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
13995   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13996   include:
13997     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13998     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13999     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14000     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14001     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14002   layout:
14003     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14004     layout: "plot-throughput-speedup-analysis"
14005
14006 - type: "plot"
14007   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14008   algorithm: "plot_tsa_name"
14009   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14010   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14011   include:
14012     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14013     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14014     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14015     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14016     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14017   layout:
14018     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14019     layout: "plot-throughput-speedup-analysis"
14020
14021 - type: "plot"
14022   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14023   algorithm: "plot_tsa_name"
14024   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14025   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14026   include:
14027     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14028     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14029     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14030     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14031     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14032     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14033   layout:
14034     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14035     layout: "plot-throughput-speedup-analysis"
14036
14037 - type: "plot"
14038   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14039   algorithm: "plot_tsa_name"
14040   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14041   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14042   include:
14043     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14044     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14045     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14046     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14047     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14048     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14049   layout:
14050     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14051     layout: "plot-throughput-speedup-analysis"
14052
14053 - type: "plot"
14054   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14055   algorithm: "plot_tsa_name"
14056   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14057   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14058   include:
14059     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14060     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14061     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14062     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14063   layout:
14064     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14065     layout: "plot-throughput-speedup-analysis"
14066
14067 - type: "plot"
14068   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14069   algorithm: "plot_tsa_name"
14070   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14071   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14072   include:
14073     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14074     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14075     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14076     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14077   layout:
14078     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14079     layout: "plot-throughput-speedup-analysis"
14080
14081 - type: "plot"
14082   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14083   algorithm: "plot_tsa_name"
14084   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14085   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14086   include:
14087     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14088     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14089     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14090     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14091     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14092     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14093   layout:
14094     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14095     layout: "plot-throughput-speedup-analysis"
14096
14097 - type: "plot"
14098   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14099   algorithm: "plot_tsa_name"
14100   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14101   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14102   include:
14103     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14104     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14105     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14106     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14107     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14108     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14109   layout:
14110     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14111     layout: "plot-throughput-speedup-analysis"
14112
14113 - type: "plot"
14114   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14115   algorithm: "plot_tsa_name"
14116   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14117   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14118   include:
14119     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14120     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14121     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14122     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14123     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14124     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14125   layout:
14126     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14127     layout: "plot-throughput-speedup-analysis"
14128
14129 - type: "plot"
14130   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14131   algorithm: "plot_tsa_name"
14132   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14133   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14134   include:
14135     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14136     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14137     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14138     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14139     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14140     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14141   layout:
14142     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14143     layout: "plot-throughput-speedup-analysis"
14144
14145 - type: "plot"
14146   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14147   algorithm: "plot_tsa_name"
14148   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14149   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14150   include:
14151     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14152     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14153     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14154     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14155     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14156     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14157   layout:
14158     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14159     layout: "plot-throughput-speedup-analysis"
14160
14161 - type: "plot"
14162   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14163   algorithm: "plot_tsa_name"
14164   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14165   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14166   include:
14167     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14168     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14169     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14170     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14171     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14172     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14173   layout:
14174     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14175     layout: "plot-throughput-speedup-analysis"
14176
14177 - type: "plot"
14178   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14179   algorithm: "plot_tsa_name"
14180   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14181   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14182   include:
14183     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14184     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14185     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14186     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14187     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14188     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14189   layout:
14190     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14191     layout: "plot-throughput-speedup-analysis"
14192
14193 - type: "plot"
14194   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14195   algorithm: "plot_tsa_name"
14196   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14197   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14198   include:
14199     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14200     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14201     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14202     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14203     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14204     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14205   layout:
14206     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14207     layout: "plot-throughput-speedup-analysis"
14208
14209 - type: "plot"
14210   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14211   algorithm: "plot_tsa_name"
14212   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14213   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14214   include:
14215     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14216     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14217     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14218     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14219     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14220     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14221   layout:
14222     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14223     layout: "plot-throughput-speedup-analysis"
14224
14225 - type: "plot"
14226   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14227   algorithm: "plot_tsa_name"
14228   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14229   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14230   include:
14231     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14232     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14233     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14234     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14235     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14236     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14237   layout:
14238     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14239     layout: "plot-throughput-speedup-analysis"
14240
14241 - type: "plot"
14242   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14243   algorithm: "plot_tsa_name"
14244   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14245   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14246   include:
14247     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14248     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14249     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14250     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14251   layout:
14252     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14253     layout: "plot-throughput-speedup-analysis"
14254
14255 - type: "plot"
14256   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14257   algorithm: "plot_tsa_name"
14258   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14259   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14260   include:
14261     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14262     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14263     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14264     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14265   layout:
14266     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14267     layout: "plot-throughput-speedup-analysis"
14268
14269 - type: "plot"
14270   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14271   algorithm: "plot_tsa_name"
14272   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14273   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14274   include:
14275     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14276     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14277     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14278     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14279   layout:
14280     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14281     layout: "plot-throughput-speedup-analysis"
14282
14283 - type: "plot"
14284   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14285   algorithm: "plot_tsa_name"
14286   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14287   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14288   include:
14289     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14290     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14291     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14292     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14293   layout:
14294     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14295     layout: "plot-throughput-speedup-analysis"
14296
14297 - type: "plot"
14298   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14299   algorithm: "plot_tsa_name"
14300   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14301   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14302   include:
14303     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14304     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14305     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14306     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14307     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14308     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14309   layout:
14310     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
14311     layout: "plot-throughput-speedup-analysis"
14312
14313 - type: "plot"
14314   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14315   algorithm: "plot_tsa_name"
14316   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14317   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14318   include:
14319     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14320     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14321     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14322     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14323     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14324     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14325   layout:
14326     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
14327     layout: "plot-throughput-speedup-analysis"
14328
14329 - type: "plot"
14330   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14331   algorithm: "plot_tsa_name"
14332   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14333   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14334   include:
14335     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14336     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14337     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14338     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14339     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14340   layout:
14341     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
14342     layout: "plot-throughput-speedup-analysis"
14343
14344 - type: "plot"
14345   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14346   algorithm: "plot_tsa_name"
14347   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14348   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14349   include:
14350     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14351     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14352     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14353     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14354     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14355   layout:
14356     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
14357     layout: "plot-throughput-speedup-analysis"
14358
14359 - type: "plot"
14360   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14361   algorithm: "plot_tsa_name"
14362   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14363   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14364   include:
14365     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14366     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14367     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14368     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14369     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14370   layout:
14371     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
14372     layout: "plot-throughput-speedup-analysis"
14373
14374 - type: "plot"
14375   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14376   algorithm: "plot_tsa_name"
14377   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14378   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14379   include:
14380     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14381     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14382     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14383     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14384     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14385   layout:
14386     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
14387     layout: "plot-throughput-speedup-analysis"
14388
14389 - type: "plot"
14390   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14391   algorithm: "plot_tsa_name"
14392   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14393   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14394   include:
14395     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14396     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14397     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14398     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14399   layout:
14400     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14401     layout: "plot-throughput-speedup-analysis"
14402
14403 - type: "plot"
14404   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14405   algorithm: "plot_tsa_name"
14406   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14407   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14408   include:
14409     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14410     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14411     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14412     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14413   layout:
14414     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14415     layout: "plot-throughput-speedup-analysis"
14416
14417 - type: "plot"
14418   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14419   algorithm: "plot_tsa_name"
14420   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14421   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14422   include:
14423     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14424     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14425     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14426     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14427     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14428     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14429   layout:
14430     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14431     layout: "plot-throughput-speedup-analysis"
14432
14433 - type: "plot"
14434   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14435   algorithm: "plot_tsa_name"
14436   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14437   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14438   include:
14439     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14440     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14441     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14442     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14443     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14444     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14445   layout:
14446     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14447     layout: "plot-throughput-speedup-analysis"
14448
14449 - type: "plot"
14450   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14451   algorithm: "plot_tsa_name"
14452   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14453   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14454   include:
14455     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14456     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14457     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14458     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14459     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14460     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14461   layout:
14462     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14463     layout: "plot-throughput-speedup-analysis"
14464
14465 - type: "plot"
14466   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14467   algorithm: "plot_tsa_name"
14468   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14469   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14470   include:
14471     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14472     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14473     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14474     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14475     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14476     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14477   layout:
14478     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14479     layout: "plot-throughput-speedup-analysis"
14480
14481 - type: "plot"
14482   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14483   algorithm: "plot_tsa_name"
14484   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14485   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14486   include:
14487     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14488     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14489     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14490     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14491     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14492     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14493   layout:
14494     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
14495     layout: "plot-throughput-speedup-analysis"
14496
14497 - type: "plot"
14498   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14499   algorithm: "plot_tsa_name"
14500   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14501   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14502   include:
14503     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14504     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14505     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14506     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14507     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14508     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14509   layout:
14510     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
14511     layout: "plot-throughput-speedup-analysis"
14512
14513 - type: "plot"
14514   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14515   algorithm: "plot_tsa_name"
14516   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14517   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14518   include:
14519     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14520     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14521     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14522     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14523     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14524     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14525   layout:
14526     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
14527     layout: "plot-throughput-speedup-analysis"
14528
14529 - type: "plot"
14530   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14531   algorithm: "plot_tsa_name"
14532   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14533   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14534   include:
14535     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14536     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14537     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14538     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14539     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14540     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14541   layout:
14542     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
14543     layout: "plot-throughput-speedup-analysis"
14544
14545 - type: "plot"
14546   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14547   algorithm: "plot_tsa_name"
14548   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14549   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14550   include:
14551     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14552     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14553     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14554     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14555     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14556     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14557   layout:
14558     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
14559     layout: "plot-throughput-speedup-analysis"
14560
14561 - type: "plot"
14562   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14563   algorithm: "plot_tsa_name"
14564   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14565   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14566   include:
14567     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14568     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14569     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14570     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14571     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14572     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14573   layout:
14574     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
14575     layout: "plot-throughput-speedup-analysis"
14576
14577 - type: "plot"
14578   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
14579   algorithm: "plot_tsa_name"
14580   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
14581   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14582   include:
14583     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14584     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14585     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14586     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14587     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14588   layout:
14589     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
14590     layout: "plot-throughput-speedup-analysis"
14591
14592 - type: "plot"
14593   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
14594   algorithm: "plot_tsa_name"
14595   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
14596   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14597   include:
14598     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14599     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14600     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14601     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14602     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14603   layout:
14604     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
14605     layout: "plot-throughput-speedup-analysis"
14606
14607 - type: "plot"
14608   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14609   algorithm: "plot_tsa_name"
14610   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
14611   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14612   include:
14613     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14614     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14615     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14616     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14617     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14618   layout:
14619     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14620     layout: "plot-throughput-speedup-analysis"
14621
14622 - type: "plot"
14623   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14624   algorithm: "plot_tsa_name"
14625   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
14626   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14627   include:
14628     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14629     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14630     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14631     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14632     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14633   layout:
14634     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14635     layout: "plot-throughput-speedup-analysis"
14636
14637 - type: "plot"
14638   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14639   algorithm: "plot_tsa_name"
14640   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
14641   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14642   include:
14643     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14644     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14645     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14646     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14647     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14648   layout:
14649     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14650     layout: "plot-throughput-speedup-analysis"
14651
14652 - type: "plot"
14653   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14654   algorithm: "plot_tsa_name"
14655   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
14656   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14657   include:
14658     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14659     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14660     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14661     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14662     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14663   layout:
14664     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14665     layout: "plot-throughput-speedup-analysis"
14666
14667 - type: "plot"
14668   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14669   algorithm: "plot_tsa_name"
14670   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14671   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14672   include:
14673     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14674     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14675     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14676     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14677     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14678   layout:
14679     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14680     layout: "plot-throughput-speedup-analysis"
14681
14682 - type: "plot"
14683   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14684   algorithm: "plot_tsa_name"
14685   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
14686   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14687   include:
14688     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14689     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14690     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14691     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14692     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14693   layout:
14694     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14695     layout: "plot-throughput-speedup-analysis"
14696
14697 - type: "plot"
14698   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
14699   algorithm: "plot_tsa_name"
14700   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
14701   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14702   include:
14703     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14704     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14705     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14706     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14707   layout:
14708     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
14709     layout: "plot-throughput-speedup-analysis"
14710
14711 - type: "plot"
14712   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
14713   algorithm: "plot_tsa_name"
14714   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
14715   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14716   include:
14717     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14718     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14719     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14720     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14721   layout:
14722     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
14723     layout: "plot-throughput-speedup-analysis"
14724
14725 - type: "plot"
14726   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
14727   algorithm: "plot_tsa_name"
14728   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14729   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14730   include:
14731     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14732     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14733     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14734     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14735   layout:
14736     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
14737     layout: "plot-throughput-speedup-analysis"
14738
14739 - type: "plot"
14740   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
14741   algorithm: "plot_tsa_name"
14742   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
14743   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14744   include:
14745     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14746     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14747     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14748     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14749   layout:
14750     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
14751     layout: "plot-throughput-speedup-analysis"
14752
14753 - type: "plot"
14754   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
14755   algorithm: "plot_tsa_name"
14756   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
14757   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14758   include:
14759     - "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"
14760     - "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"
14761     - "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"
14762     - "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"
14763   layout:
14764     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
14765     layout: "plot-throughput-speedup-analysis"
14766
14767 - type: "plot"
14768   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
14769   algorithm: "plot_tsa_name"
14770   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
14771   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14772   include:
14773     - "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"
14774     - "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"
14775     - "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"
14776     - "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"
14777   layout:
14778     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
14779     layout: "plot-throughput-speedup-analysis"
14780
14781 - type: "plot"
14782   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
14783   algorithm: "plot_tsa_name"
14784   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
14785   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14786   include:
14787     - "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"
14788     - "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"
14789     - "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"
14790     - "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"
14791   layout:
14792     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
14793     layout: "plot-throughput-speedup-analysis"
14794
14795 - type: "plot"
14796   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
14797   algorithm: "plot_tsa_name"
14798   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
14799   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14800   include:
14801     - "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"
14802     - "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"
14803     - "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"
14804     - "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"
14805   layout:
14806     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
14807     layout: "plot-throughput-speedup-analysis"
14808
14809 - type: "plot"
14810   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
14811   algorithm: "plot_tsa_name"
14812   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
14813   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14814   include:
14815     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14816     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14817     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14818     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14819     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14820     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14821   layout:
14822     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
14823     layout: "plot-throughput-speedup-analysis"
14824
14825 - type: "plot"
14826   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
14827   algorithm: "plot_tsa_name"
14828   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
14829   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14830   include:
14831     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14832     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14833     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14834     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14835     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14836     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14837   layout:
14838     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
14839     layout: "plot-throughput-speedup-analysis"
14840
14841 - type: "plot"
14842   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14843   algorithm: "plot_tsa_name"
14844   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
14845   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14846   include:
14847     - "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"
14848     - "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"
14849     - "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"
14850     - "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"
14851     - "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"
14852     - "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"
14853   layout:
14854     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14855     layout: "plot-throughput-speedup-analysis"
14856
14857 - type: "plot"
14858   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14859   algorithm: "plot_tsa_name"
14860   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
14861   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14862   include:
14863     - "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"
14864     - "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"
14865     - "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"
14866     - "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"
14867     - "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"
14868     - "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"
14869   layout:
14870     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14871     layout: "plot-throughput-speedup-analysis"
14872
14873 - type: "plot"
14874   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14875   algorithm: "plot_tsa_name"
14876   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
14877   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14878   include:
14879     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14880     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14881     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14882     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14883     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14884     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14885   layout:
14886     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14887     layout: "plot-throughput-speedup-analysis"
14888
14889 - type: "plot"
14890   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14891   algorithm: "plot_tsa_name"
14892   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
14893   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14894   include:
14895     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14896     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14897     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14898     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14899     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14900     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14901   layout:
14902     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14903     layout: "plot-throughput-speedup-analysis"
14904
14905 - type: "plot"
14906   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14907   algorithm: "plot_tsa_name"
14908   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14909   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14910   include:
14911     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14912     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14913     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14914     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14915     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14916   layout:
14917     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14918     layout: "plot-throughput-speedup-analysis"
14919
14920 - type: "plot"
14921   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14922   algorithm: "plot_tsa_name"
14923   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
14924   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14925   include:
14926     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14927     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14928     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14929     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14930     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14931   layout:
14932     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14933     layout: "plot-throughput-speedup-analysis"
14934
14935 - type: "plot"
14936   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
14937   algorithm: "plot_tsa_name"
14938   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
14939   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14940   include:
14941     - "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"
14942     - "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"
14943   layout:
14944     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
14945     layout: "plot-throughput-speedup-analysis"
14946
14947 - type: "plot"
14948   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
14949   algorithm: "plot_tsa_name"
14950   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
14951   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14952   include:
14953     - "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"
14954     - "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"
14955   layout:
14956     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
14957     layout: "plot-throughput-speedup-analysis"
14958
14959 - type: "plot"
14960   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
14961   algorithm: "plot_tsa_name"
14962   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
14963   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14964   include:
14965     - "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"
14966     - "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"
14967   layout:
14968     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
14969     layout: "plot-throughput-speedup-analysis"
14970
14971 - type: "plot"
14972   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
14973   algorithm: "plot_tsa_name"
14974   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
14975   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14976   include:
14977     - "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"
14978     - "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"
14979   layout:
14980     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
14981     layout: "plot-throughput-speedup-analysis"
14982
14983 - type: "plot"
14984   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
14985   algorithm: "plot_tsa_name"
14986   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
14987   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14988   include:
14989     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14990     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14991     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14992     - "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"
14993     - "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"
14994     - "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"
14995   layout:
14996     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
14997     layout: "plot-throughput-speedup-analysis"
14998
14999 - type: "plot"
15000   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15001   algorithm: "plot_tsa_name"
15002   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15003   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15004   include:
15005     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
15006     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
15007     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
15008     - "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"
15009     - "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"
15010     - "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"
15011   layout:
15012     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15013     layout: "plot-throughput-speedup-analysis"
15014
15015 - type: "plot"
15016   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15017   algorithm: "plot_tsa_name"
15018   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15019   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15020   include:
15021     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15022     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15023     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15024     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15025     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15026   layout:
15027     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15028     layout: "plot-throughput-speedup-analysis"
15029
15030 - type: "plot"
15031   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15032   algorithm: "plot_tsa_name"
15033   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15034   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15035   include:
15036     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15037     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15038     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15039     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15040     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15041   layout:
15042     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15043     layout: "plot-throughput-speedup-analysis"
15044
15045 - type: "plot"
15046   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15047   algorithm: "plot_tsa_name"
15048   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15049   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15050   include:
15051     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15052     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15053     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15054     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15055     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15056   layout:
15057     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15058     layout: "plot-throughput-speedup-analysis"
15059
15060 - type: "plot"
15061   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15062   algorithm: "plot_tsa_name"
15063   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15064   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15065   include:
15066     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15067     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15068     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15069     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15070     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15071   layout:
15072     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15073     layout: "plot-throughput-speedup-analysis"
15074
15075 - type: "plot"
15076   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15077   algorithm: "plot_tsa_name"
15078   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15079   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15080   include:
15081     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15082     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15083     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15084     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15085     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15086     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15087   layout:
15088     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15089     layout: "plot-throughput-speedup-analysis"
15090
15091 - type: "plot"
15092   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15093   algorithm: "plot_tsa_name"
15094   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15095   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15096   include:
15097     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15098     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15099     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15100     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15101     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15102     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15103   layout:
15104     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15105     layout: "plot-throughput-speedup-analysis"
15106
15107 - type: "plot"
15108   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15109   algorithm: "plot_tsa_name"
15110   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15111   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15112   include:
15113     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15114     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15115     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15116     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15117   layout:
15118     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15119     layout: "plot-throughput-speedup-analysis"
15120
15121 - type: "plot"
15122   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15123   algorithm: "plot_tsa_name"
15124   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15125   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15126   include:
15127     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15128     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15129     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15130     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15131   layout:
15132     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15133     layout: "plot-throughput-speedup-analysis"
15134
15135 - type: "plot"
15136   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15137   algorithm: "plot_tsa_name"
15138   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15139   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15140   include:
15141     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15142     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15143     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15144     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15145     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15146   layout:
15147     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15148     layout: "plot-throughput-speedup-analysis"
15149
15150 - type: "plot"
15151   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15152   algorithm: "plot_tsa_name"
15153   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15154   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15155   include:
15156     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15157     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15158     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15159     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15160     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15161   layout:
15162     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15163     layout: "plot-throughput-speedup-analysis"
15164
15165 - type: "plot"
15166   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15167   algorithm: "plot_tsa_name"
15168   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15169   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15170   include:
15171     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15172     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15173     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15174     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15175     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15176     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15177   layout:
15178     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15179     layout: "plot-throughput-speedup-analysis"
15180
15181 - type: "plot"
15182   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15183   algorithm: "plot_tsa_name"
15184   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15185   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15186   include:
15187     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15188     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15189     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15190     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15191     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15192     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15193   layout:
15194     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15195     layout: "plot-throughput-speedup-analysis"
15196
15197 - type: "plot"
15198   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15199   algorithm: "plot_tsa_name"
15200   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15201   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15202   include:
15203     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15204     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15205     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15206     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15207   layout:
15208     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15209     layout: "plot-throughput-speedup-analysis"
15210
15211 - type: "plot"
15212   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15213   algorithm: "plot_tsa_name"
15214   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15215   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15216   include:
15217     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15218     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15219     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15220     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15221   layout:
15222     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
15223     layout: "plot-throughput-speedup-analysis"
15224
15225 - type: "plot"
15226   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15227   algorithm: "plot_tsa_name"
15228   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15229   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15230   include:
15231     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15232     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15233     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15234     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15235     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15236     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15237   layout:
15238     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
15239     layout: "plot-throughput-speedup-analysis"
15240
15241 - type: "plot"
15242   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15243   algorithm: "plot_tsa_name"
15244   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15245   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15246   include:
15247     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15248     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15249     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15250     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15251     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15252     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15253   layout:
15254     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
15255     layout: "plot-throughput-speedup-analysis"
15256
15257 - type: "plot"
15258   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15259   algorithm: "plot_tsa_name"
15260   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15261   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15262   include:
15263     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15264     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15265     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15266     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15267     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15268     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15269   layout:
15270     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
15271     layout: "plot-throughput-speedup-analysis"
15272
15273 - type: "plot"
15274   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15275   algorithm: "plot_tsa_name"
15276   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15277   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15278   include:
15279     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15280     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15281     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15282     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15283     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15284     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15285   layout:
15286     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
15287     layout: "plot-throughput-speedup-analysis"
15288
15289 - type: "plot"
15290   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15291   algorithm: "plot_tsa_name"
15292   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15293   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15294   include:
15295     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15296     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15297     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15298     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15299     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15300     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15301   layout:
15302     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
15303     layout: "plot-throughput-speedup-analysis"
15304
15305 - type: "plot"
15306   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15307   algorithm: "plot_tsa_name"
15308   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15309   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15310   include:
15311     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15312     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15313     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15314     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15315     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15316     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15317   layout:
15318     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
15319     layout: "plot-throughput-speedup-analysis"
15320
15321 - type: "plot"
15322   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15323   algorithm: "plot_tsa_name"
15324   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15325   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15326   include:
15327     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15328     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15329     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15330     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15331     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15332   layout:
15333     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
15334     layout: "plot-throughput-speedup-analysis"
15335
15336 - type: "plot"
15337   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15338   algorithm: "plot_tsa_name"
15339   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15340   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15341   include:
15342     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15343     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15344     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15345     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15346     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15347   layout:
15348     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
15349     layout: "plot-throughput-speedup-analysis"
15350
15351 #- type: "plot"
15352 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15353 #  algorithm: "plot_tsa_name"
15354 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15355 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15356 #  include:
15357 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15358 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15359 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15360 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15361 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15362 #  layout:
15363 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
15364 #    layout: "plot-throughput-speedup-analysis"
15365 #
15366 #- type: "plot"
15367 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15368 #  algorithm: "plot_tsa_name"
15369 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15370 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15371 #  include:
15372 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15373 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15374 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15375 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15376 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15377 #  layout:
15378 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
15379 #    layout: "plot-throughput-speedup-analysis"
15380
15381 #- type: "plot"
15382 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15383 #  algorithm: "plot_tsa_name"
15384 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15385 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15386 #  include:
15387 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15388 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15389 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15390 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15391 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15392 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15393 #  layout:
15394 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
15395 #    layout: "plot-throughput-speedup-analysis"
15396 #
15397 #- type: "plot"
15398 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15399 #  algorithm: "plot_tsa_name"
15400 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15401 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15402 #  include:
15403 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15404 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15405 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15406 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15407 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15408 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15409 #  layout:
15410 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
15411 #    layout: "plot-throughput-speedup-analysis"
15412
15413 - type: "plot"
15414   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15415   algorithm: "plot_tsa_name"
15416   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15417   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15418   include:
15419     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15420     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15421     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15422     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15423     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15424   layout:
15425     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15426     layout: "plot-throughput-speedup-analysis"
15427
15428 - type: "plot"
15429   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15430   algorithm: "plot_tsa_name"
15431   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15432   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15433   include:
15434     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15435     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15436     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15437     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15438     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15439   layout:
15440     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15441     layout: "plot-throughput-speedup-analysis"
15442
15443 - type: "plot"
15444   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15445   algorithm: "plot_tsa_name"
15446   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15447   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15448   include:
15449     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15450     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15451     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15452     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15453     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15454     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15455   layout:
15456     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15457     layout: "plot-throughput-speedup-analysis"
15458
15459 - type: "plot"
15460   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15461   algorithm: "plot_tsa_name"
15462   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15463   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15464   include:
15465     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15466     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15467     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15468     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15469     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15470     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15471   layout:
15472     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15473     layout: "plot-throughput-speedup-analysis"
15474
15475 - type: "plot"
15476   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15477   algorithm: "plot_tsa_name"
15478   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15479   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15480   include:
15481     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15482     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15483     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15484     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15485     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15486   layout:
15487     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15488     layout: "plot-throughput-speedup-analysis"
15489
15490 - type: "plot"
15491   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15492   algorithm: "plot_tsa_name"
15493   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15494   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15495   include:
15496     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15497     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15498     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15499     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15500     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15501   layout:
15502     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15503     layout: "plot-throughput-speedup-analysis"
15504
15505 - type: "plot"
15506   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15507   algorithm: "plot_tsa_name"
15508   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15509   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15510   include:
15511     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15512     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15513     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15514     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15515   layout:
15516     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15517     layout: "plot-throughput-speedup-analysis"
15518
15519 - type: "plot"
15520   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15521   algorithm: "plot_tsa_name"
15522   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15523   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15524   include:
15525     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15526     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15527     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15528     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15529   layout:
15530     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15531     layout: "plot-throughput-speedup-analysis"
15532
15533 - type: "plot"
15534   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15535   algorithm: "plot_tsa_name"
15536   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15537   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15538   include:
15539     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15540     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15541     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15542     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15543     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15544     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15545   layout:
15546     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15547     layout: "plot-throughput-speedup-analysis"
15548
15549 - type: "plot"
15550   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15551   algorithm: "plot_tsa_name"
15552   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15553   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15554   include:
15555     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15556     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15557     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15558     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15559     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15560     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15561   layout:
15562     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15563     layout: "plot-throughput-speedup-analysis"
15564
15565 - type: "plot"
15566   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15567   algorithm: "plot_tsa_name"
15568   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15569   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15570   include:
15571     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15572     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15573     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15574     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15575     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15576   layout:
15577     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15578     layout: "plot-throughput-speedup-analysis"
15579
15580 - type: "plot"
15581   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15582   algorithm: "plot_tsa_name"
15583   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15584   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15585   include:
15586     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15587     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15588     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15589     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15590     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15591   layout:
15592     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15593     layout: "plot-throughput-speedup-analysis"
15594
15595 - type: "plot"
15596   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15597   algorithm: "plot_tsa_name"
15598   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15599   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15600   include:
15601     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15602     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15603     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15604     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15605     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15606     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15607   layout:
15608     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15609     layout: "plot-throughput-speedup-analysis"
15610
15611 - type: "plot"
15612   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15613   algorithm: "plot_tsa_name"
15614   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15615   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15616   include:
15617     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15618     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15619     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15620     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15621     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15622     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15623   layout:
15624     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15625     layout: "plot-throughput-speedup-analysis"
15626
15627 - type: "plot"
15628   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15629   algorithm: "plot_tsa_name"
15630   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15631   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15632   include:
15633     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15634     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15635     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15636     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15637   layout:
15638     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15639     layout: "plot-throughput-speedup-analysis"
15640
15641 - type: "plot"
15642   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15643   algorithm: "plot_tsa_name"
15644   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15645   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15646   include:
15647     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15648     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15649     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15650     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15651   layout:
15652     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15653     layout: "plot-throughput-speedup-analysis"
15654
15655 - type: "plot"
15656   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15657   algorithm: "plot_tsa_name"
15658   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15659   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15660   include:
15661     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15662     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15663     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15664     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15665     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15666   layout:
15667     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15668     layout: "plot-throughput-speedup-analysis"
15669
15670 - type: "plot"
15671   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15672   algorithm: "plot_tsa_name"
15673   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15674   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15675   include:
15676     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15677     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15678     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15679     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15680     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15681   layout:
15682     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15683     layout: "plot-throughput-speedup-analysis"
15684
15685 - type: "plot"
15686   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15687   algorithm: "plot_tsa_name"
15688   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15689   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15690   include:
15691     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15692     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15693     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15694     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15695     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15696     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15697   layout:
15698     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15699     layout: "plot-throughput-speedup-analysis"
15700
15701 - type: "plot"
15702   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15703   algorithm: "plot_tsa_name"
15704   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15705   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15706   include:
15707     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15708     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15709     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15710     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15711     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15712     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15713   layout:
15714     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15715     layout: "plot-throughput-speedup-analysis"
15716
15717 - type: "plot"
15718   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15719   algorithm: "plot_tsa_name"
15720   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15721   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15722   include:
15723     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15724     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15725     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15726     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15727   layout:
15728     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15729     layout: "plot-throughput-speedup-analysis"
15730
15731 - type: "plot"
15732   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15733   algorithm: "plot_tsa_name"
15734   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15735   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15736   include:
15737     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15738     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15739     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15740     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15741   layout:
15742     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15743     layout: "plot-throughput-speedup-analysis"
15744
15745 - type: "plot"
15746   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15747   algorithm: "plot_tsa_name"
15748   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15749   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15750   include:
15751     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15752     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15753     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15754     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15755     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15756     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15757   layout:
15758     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15759     layout: "plot-throughput-speedup-analysis"
15760
15761 - type: "plot"
15762   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15763   algorithm: "plot_tsa_name"
15764   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15765   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15766   include:
15767     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15768     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15769     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15770     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15771     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15772     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15773   layout:
15774     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15775     layout: "plot-throughput-speedup-analysis"
15776
15777 - type: "plot"
15778   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
15779   algorithm: "plot_tsa_name"
15780   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
15781   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15782   include:
15783     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15784     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15785     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15786     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15787     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15788     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15789   layout:
15790     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
15791     layout: "plot-throughput-speedup-analysis"
15792
15793 - type: "plot"
15794   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
15795   algorithm: "plot_tsa_name"
15796   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
15797   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15798   include:
15799     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15800     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15801     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15802     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15803     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15804     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15805   layout:
15806     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
15807     layout: "plot-throughput-speedup-analysis"
15808
15809 #- type: "plot"
15810 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15811 #  algorithm: "plot_tsa_name"
15812 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15813 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15814 #  include:
15815 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15816 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15817 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15818 #  layout:
15819 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15820 #    layout: "plot-throughput-speedup-analysis"
15821 #
15822 #- type: "plot"
15823 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15824 #  algorithm: "plot_tsa_name"
15825 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15826 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15827 #  include:
15828 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15829 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15830 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15831 #  layout:
15832 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15833 #    layout: "plot-throughput-speedup-analysis"
15834
15835 ################################################################################
15836
15837 # Packet Throughput - DPDK
15838
15839 # 2n-skx-xxv710
15840
15841 - type: "plot"
15842   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
15843   algorithm: "plot_perf_box_name"
15844   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
15845   data: "plot-dpdk-throughput-latency-2n-skx"
15846   include:
15847     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15848     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15849   layout:
15850     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
15851     layout: "plot-throughput"
15852
15853 - type: "plot"
15854   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
15855   algorithm: "plot_perf_box_name"
15856   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
15857   data: "plot-dpdk-throughput-latency-2n-skx"
15858   include:
15859     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15860     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15861   layout:
15862     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
15863     layout: "plot-throughput"
15864
15865 - type: "plot"
15866   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
15867   algorithm: "plot_perf_box_name"
15868   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
15869   data: "plot-dpdk-throughput-latency-2n-skx"
15870   include:
15871     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15872     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15873   layout:
15874     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
15875     layout: "plot-throughput"
15876
15877 - type: "plot"
15878   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
15879   algorithm: "plot_perf_box_name"
15880   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
15881   data: "plot-dpdk-throughput-latency-2n-skx"
15882   include:
15883     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15884     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15885   layout:
15886     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
15887     layout: "plot-throughput"
15888
15889 # 2n-skx-x710
15890
15891 - type: "plot"
15892   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
15893   algorithm: "plot_perf_box_name"
15894   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
15895   data: "plot-dpdk-throughput-latency-2n-skx"
15896   include:
15897     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15898     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15899   layout:
15900     title: "2n-skx-x710-64b-2t1c-base-ndr"
15901     layout: "plot-throughput"
15902
15903 - type: "plot"
15904   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
15905   algorithm: "plot_perf_box_name"
15906   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
15907   data: "plot-dpdk-throughput-latency-2n-skx"
15908   include:
15909     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15910     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15911   layout:
15912     title: "2n-skx-x710-64b-4t2c-base-ndr"
15913     layout: "plot-throughput"
15914
15915 - type: "plot"
15916   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
15917   algorithm: "plot_perf_box_name"
15918   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
15919   data: "plot-dpdk-throughput-latency-2n-skx"
15920   include:
15921     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15922     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15923   layout:
15924     title: "2n-skx-x710-64b-2t1c-base-pdr"
15925     layout: "plot-throughput"
15926
15927 - type: "plot"
15928   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
15929   algorithm: "plot_perf_box_name"
15930   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
15931   data: "plot-dpdk-throughput-latency-2n-skx"
15932   include:
15933     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15934     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15935   layout:
15936     title: "2n-skx-x710-64b-4t2c-base-pdr"
15937     layout: "plot-throughput"
15938
15939 # 3n-skx-xxv710
15940
15941 - type: "plot"
15942   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
15943   algorithm: "plot_perf_box_name"
15944   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
15945   data: "plot-dpdk-throughput-latency-3n-skx"
15946   include:
15947     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15948     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15949   layout:
15950     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
15951     layout: "plot-throughput"
15952
15953 - type: "plot"
15954   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
15955   algorithm: "plot_perf_box_name"
15956   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
15957   data: "plot-dpdk-throughput-latency-3n-skx"
15958   include:
15959     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15960     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15961   layout:
15962     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
15963     layout: "plot-throughput"
15964
15965 - type: "plot"
15966   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
15967   algorithm: "plot_perf_box_name"
15968   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
15969   data: "plot-dpdk-throughput-latency-3n-skx"
15970   include:
15971     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15972     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15973   layout:
15974     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
15975     layout: "plot-throughput"
15976
15977 - type: "plot"
15978   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
15979   algorithm: "plot_perf_box_name"
15980   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
15981   data: "plot-dpdk-throughput-latency-3n-skx"
15982   include:
15983     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15984     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15985   layout:
15986     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
15987     layout: "plot-throughput"
15988
15989 # 3n-skx-x710
15990
15991 - type: "plot"
15992   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
15993   algorithm: "plot_perf_box_name"
15994   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
15995   data: "plot-dpdk-throughput-latency-3n-skx"
15996   include:
15997     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15998     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15999   layout:
16000     title: "3n-skx-x710-64b-2t1c-base-ndr"
16001     layout: "plot-throughput"
16002
16003 - type: "plot"
16004   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16005   algorithm: "plot_perf_box_name"
16006   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16007   data: "plot-dpdk-throughput-latency-3n-skx"
16008   include:
16009     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16010     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16011   layout:
16012     title: "3n-skx-x710-64b-4t2c-base-ndr"
16013     layout: "plot-throughput"
16014
16015 - type: "plot"
16016   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16017   algorithm: "plot_perf_box_name"
16018   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16019   data: "plot-dpdk-throughput-latency-3n-skx"
16020   include:
16021     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16022     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16023   layout:
16024     title: "3n-skx-x710-64b-2t1c-base-pdr"
16025     layout: "plot-throughput"
16026
16027 - type: "plot"
16028   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16029   algorithm: "plot_perf_box_name"
16030   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16031   data: "plot-dpdk-throughput-latency-3n-skx"
16032   include:
16033     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16034     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16035   layout:
16036     title: "3n-skx-x710-64b-4t2c-base-pdr"
16037     layout: "plot-throughput"
16038
16039 # 3n-hsw-xl710
16040
16041 - type: "plot"
16042   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16043   algorithm: "plot_perf_box_name"
16044   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16045   data: "plot-dpdk-throughput-latency-3n-hsw"
16046   include:
16047     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16048     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16049   layout:
16050     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16051     layout: "plot-throughput"
16052
16053 - type: "plot"
16054   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16055   algorithm: "plot_perf_box_name"
16056   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16057   data: "plot-dpdk-throughput-latency-3n-hsw"
16058   include:
16059     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16060     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16061   layout:
16062     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16063     layout: "plot-throughput"
16064
16065 - type: "plot"
16066   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16067   algorithm: "plot_perf_box_name"
16068   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16069   data: "plot-dpdk-throughput-latency-3n-hsw"
16070   include:
16071     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16072     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16073   layout:
16074     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16075     layout: "plot-throughput"
16076
16077 - type: "plot"
16078   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16079   algorithm: "plot_perf_box_name"
16080   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16081   data: "plot-dpdk-throughput-latency-3n-hsw"
16082   include:
16083     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16084     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16085   layout:
16086     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16087     layout: "plot-throughput"
16088
16089 # 3n-hsw-x710
16090
16091 - type: "plot"
16092   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16093   algorithm: "plot_perf_box_name"
16094   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16095   data: "plot-dpdk-throughput-latency-3n-hsw"
16096   include:
16097     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16098     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16099   layout:
16100     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16101     layout: "plot-throughput"
16102
16103 - type: "plot"
16104   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16105   algorithm: "plot_perf_box_name"
16106   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16107   data: "plot-dpdk-throughput-latency-3n-hsw"
16108   include:
16109     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16110     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16111   layout:
16112     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16113     layout: "plot-throughput"
16114
16115 - type: "plot"
16116   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16117   algorithm: "plot_perf_box_name"
16118   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16119   data: "plot-dpdk-throughput-latency-3n-hsw"
16120   include:
16121     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16122     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16123   layout:
16124     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16125     layout: "plot-throughput"
16126
16127 - type: "plot"
16128   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16129   algorithm: "plot_perf_box_name"
16130   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16131   data: "plot-dpdk-throughput-latency-3n-hsw"
16132   include:
16133     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16134     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16135   layout:
16136     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16137     layout: "plot-throughput"
16138
16139 # 2n-dnv-x553
16140
16141 - type: "plot"
16142   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16143   algorithm: "plot_perf_box_name"
16144   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16145   data: "plot-dpdk-throughput-latency-2n-dnv"
16146   include:
16147     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16148     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16149   layout:
16150     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16151     layout: "plot-throughput"
16152
16153 - type: "plot"
16154   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16155   algorithm: "plot_perf_box_name"
16156   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16157   data: "plot-dpdk-throughput-latency-2n-dnv"
16158   include:
16159     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16160     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16161   layout:
16162     title: "2n-dnv-x553-64b-2t2c-base-ndr"
16163     layout: "plot-throughput"
16164
16165 - type: "plot"
16166   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16167   algorithm: "plot_perf_box_name"
16168   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16169   data: "plot-dpdk-throughput-latency-2n-dnv"
16170   include:
16171     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16172     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16173   layout:
16174     title: "2n-dnv-x553-64b-1t1c-base-pdr"
16175     layout: "plot-throughput"
16176
16177 - type: "plot"
16178   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16179   algorithm: "plot_perf_box_name"
16180   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16181   data: "plot-dpdk-throughput-latency-2n-dnv"
16182   include:
16183     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16184     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16185   layout:
16186     title: "2n-dnv-x553-64b-2t2c-base-pdr"
16187     layout: "plot-throughput"
16188
16189 # 3n-dnv-x553
16190
16191 - type: "plot"
16192   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16193   algorithm: "plot_perf_box_name"
16194   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16195   data: "plot-dpdk-throughput-latency-3n-dnv"
16196   include:
16197     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16198     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16199   layout:
16200     title: "3n-dnv-x553-64b-1t1c-base-ndr"
16201     layout: "plot-throughput"
16202
16203 - type: "plot"
16204   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16205   algorithm: "plot_perf_box_name"
16206   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16207   data: "plot-dpdk-throughput-latency-3n-dnv"
16208   include:
16209     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16210     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16211   layout:
16212     title: "3n-dnv-x553-64b-2t2c-base-ndr"
16213     layout: "plot-throughput"
16214
16215 - type: "plot"
16216   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
16217   algorithm: "plot_perf_box_name"
16218   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
16219   data: "plot-dpdk-throughput-latency-3n-dnv"
16220   include:
16221     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16222     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16223   layout:
16224     title: "3n-dnv-x553-64b-1t1c-base-pdr"
16225     layout: "plot-throughput"
16226
16227 - type: "plot"
16228   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
16229   algorithm: "plot_perf_box_name"
16230   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
16231   data: "plot-dpdk-throughput-latency-3n-dnv"
16232   include:
16233     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16234     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16235   layout:
16236     title: "3n-dnv-x553-64b-2t2c-base-pdr"
16237     layout: "plot-throughput"
16238
16239 # 3n-tsh-x520
16240
16241 - type: "plot"
16242   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
16243   algorithm: "plot_perf_box_name"
16244   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
16245   data: "plot-dpdk-throughput-latency-3n-tsh"
16246   include:
16247     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16248     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16249   layout:
16250     title: "3n-tsh-x520-64b-1t1c-base-ndr"
16251     layout: "plot-throughput"
16252
16253 - type: "plot"
16254   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
16255   algorithm: "plot_perf_box_name"
16256   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
16257   data: "plot-dpdk-throughput-latency-3n-tsh"
16258   include:
16259     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16260     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16261   layout:
16262     title: "3n-tsh-x520-64b-2t2c-base-ndr"
16263     layout: "plot-throughput"
16264
16265 - type: "plot"
16266   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
16267   algorithm: "plot_perf_box_name"
16268   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
16269   data: "plot-dpdk-throughput-latency-3n-tsh"
16270   include:
16271     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16272     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16273   layout:
16274     title: "3n-tsh-x520-64b-1t1c-base-pdr"
16275     layout: "plot-throughput"
16276
16277 - type: "plot"
16278   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
16279   algorithm: "plot_perf_box_name"
16280   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
16281   data: "plot-dpdk-throughput-latency-3n-tsh"
16282   include:
16283     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16284     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16285   layout:
16286     title: "3n-tsh-x520-64b-2t2c-base-pdr"
16287     layout: "plot-throughput"
16288
16289 ################################################################################
16290 ###   2n-clx                                                                 ###
16291 ################################################################################
16292
16293 # Packet Throughput
16294
16295 - type: "plot"
16296   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16297   algorithm: "plot_perf_box_name"
16298   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16299   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16300   include:
16301     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16302     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16303     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16304     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16305   layout:
16306     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16307     layout: "plot-throughput"
16308
16309 - type: "plot"
16310   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16311   algorithm: "plot_perf_box_name"
16312   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16313   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16314   include:
16315     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16316     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16317     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16318     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16319   layout:
16320     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16321     layout: "plot-throughput"
16322
16323 - type: "plot"
16324   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16325   algorithm: "plot_perf_box_name"
16326   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16327   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16328   include:
16329     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16330     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16331     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16332     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16333   layout:
16334     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16335     layout: "plot-throughput"
16336
16337 - type: "plot"
16338   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16339   algorithm: "plot_perf_box_name"
16340   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16341   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16342   include:
16343     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16344     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16345     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16346     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16347   layout:
16348     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16349     layout: "plot-throughput"
16350
16351 - type: "plot"
16352   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16353   algorithm: "plot_perf_box_name"
16354   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16355   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16356   include:
16357     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16358     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16359     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16360     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16361     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16362     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16363   layout:
16364     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16365     layout: "plot-throughput"
16366
16367 - type: "plot"
16368   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16369   algorithm: "plot_perf_box_name"
16370   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16371   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16372   include:
16373     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16374     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16375     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16376     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16377     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16378     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16379   layout:
16380     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16381     layout: "plot-throughput"
16382
16383 - type: "plot"
16384   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16385   algorithm: "plot_perf_box_name"
16386   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16387   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16388   include:
16389     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16390     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16391     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16392     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16393   layout:
16394     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16395     layout: "plot-throughput"
16396
16397 - type: "plot"
16398   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16399   algorithm: "plot_perf_box_name"
16400   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16401   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16402   include:
16403     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16404     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16405     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16406     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16407   layout:
16408     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16409     layout: "plot-throughput"
16410
16411 - type: "plot"
16412   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16413   algorithm: "plot_perf_box_name"
16414   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16415   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16416   include:
16417     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16418     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16419     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16420   layout:
16421     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16422     layout: "plot-throughput"
16423
16424 - type: "plot"
16425   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16426   algorithm: "plot_perf_box_name"
16427   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16428   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16429   include:
16430     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16431     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16432     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16433   layout:
16434     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16435     layout: "plot-throughput"
16436
16437 - type: "plot"
16438   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16439   algorithm: "plot_perf_box_name"
16440   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16441   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16442   include:
16443     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16444     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16445     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16446     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16447     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16448   layout:
16449     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16450     layout: "plot-throughput"
16451
16452 - type: "plot"
16453   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16454   algorithm: "plot_perf_box_name"
16455   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16456   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16457   include:
16458     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16459     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16460     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16461     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16462     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16463   layout:
16464     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16465     layout: "plot-throughput"
16466
16467 - type: "plot"
16468   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16469   algorithm: "plot_perf_box_name"
16470   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16471   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16472   include:
16473     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16474     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16475     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16476   layout:
16477     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16478     layout: "plot-throughput"
16479
16480 - type: "plot"
16481   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16482   algorithm: "plot_perf_box_name"
16483   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16484   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16485   include:
16486     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16487     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16488     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16489   layout:
16490     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16491     layout: "plot-throughput"
16492
16493 - type: "plot"
16494   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16495   algorithm: "plot_perf_box_name"
16496   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16497   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16498   include:
16499     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16500     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16501     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16502     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16503     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16504     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
16505   layout:
16506     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16507     layout: "plot-throughput"
16508
16509 - type: "plot"
16510   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16511   algorithm: "plot_perf_box_name"
16512   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16513   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16514   include:
16515     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16516     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16517     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16518     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16519     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16520     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
16521   layout:
16522     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16523     layout: "plot-throughput"
16524
16525 - type: "plot"
16526   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16527   algorithm: "plot_perf_box_name"
16528   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16529   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16530   include:
16531     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16532     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16533   layout:
16534     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16535     layout: "plot-throughput"
16536
16537 - type: "plot"
16538   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16539   algorithm: "plot_perf_box_name"
16540   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16541   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16542   include:
16543     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16544     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16545   layout:
16546     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16547     layout: "plot-throughput"
16548
16549 - type: "plot"
16550   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16551   algorithm: "plot_perf_box_name"
16552   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16553   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16554   include:
16555     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16556     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16557     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16558     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16559     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16560     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16561   layout:
16562     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16563     layout: "plot-throughput"
16564
16565 - type: "plot"
16566   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16567   algorithm: "plot_perf_box_name"
16568   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16569   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16570   include:
16571     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16572     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16573     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16574     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16575     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16576     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16577   layout:
16578     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16579     layout: "plot-throughput"
16580
16581 - type: "plot"
16582   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16583   algorithm: "plot_perf_box_name"
16584   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16585   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16586   include:
16587     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16588     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16589     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16590     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16591     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16592     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16593   layout:
16594     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16595     layout: "plot-throughput"
16596
16597 - type: "plot"
16598   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16599   algorithm: "plot_perf_box_name"
16600   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16601   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16602   include:
16603     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16604     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16605     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16606     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16607     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16608     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16609   layout:
16610     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16611     layout: "plot-throughput"
16612
16613 - type: "plot"
16614   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16615   algorithm: "plot_perf_box_name"
16616   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16617   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16618   include:
16619     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16620     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16621     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16622   layout:
16623     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16624     layout: "plot-throughput"
16625
16626 - type: "plot"
16627   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16628   algorithm: "plot_perf_box_name"
16629   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16630   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16631   include:
16632     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16633     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16634     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16635   layout:
16636     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16637     layout: "plot-throughput"
16638
16639 - type: "plot"
16640   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16641   algorithm: "plot_perf_box_name"
16642   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16643   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16644   include:
16645     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16646     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16647     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
16648     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
16649     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16650   layout:
16651     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16652     layout: "plot-throughput"
16653
16654 - type: "plot"
16655   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16656   algorithm: "plot_perf_box_name"
16657   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16658   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16659   include:
16660     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16661     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16662     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
16663     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
16664     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16665   layout:
16666     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16667     layout: "plot-throughput"
16668
16669 - type: "plot"
16670   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16671   algorithm: "plot_perf_box_name"
16672   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16673   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16674   include:
16675     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
16676     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
16677     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
16678     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
16679     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
16680   layout:
16681     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16682     layout: "plot-throughput"
16683
16684 - type: "plot"
16685   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16686   algorithm: "plot_perf_box_name"
16687   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16688   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16689   include:
16690     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
16691     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
16692     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
16693     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
16694     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
16695   layout:
16696     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16697     layout: "plot-throughput"
16698
16699 - type: "plot"
16700   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
16701   algorithm: "plot_perf_box_name"
16702   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
16703   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16704   include:
16705     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16706     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16707     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16708     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16709     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16710     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
16711   layout:
16712     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
16713     layout: "plot-throughput"
16714
16715 - type: "plot"
16716   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
16717   algorithm: "plot_perf_box_name"
16718   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
16719   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16720   include:
16721     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16722     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16723     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16724     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16725     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16726     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
16727   layout:
16728     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
16729     layout: "plot-throughput"
16730
16731 - type: "plot"
16732   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
16733   algorithm: "plot_perf_box_name"
16734   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
16735   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16736   include:
16737     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
16738     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16739     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16740     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16741   layout:
16742     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
16743     layout: "plot-throughput"
16744
16745 - type: "plot"
16746   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
16747   algorithm: "plot_perf_box_name"
16748   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
16749   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16750   include:
16751     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
16752     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16753     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16754     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16755   layout:
16756     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
16757     layout: "plot-throughput"
16758
16759 - type: "plot"
16760   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
16761   algorithm: "plot_perf_box_name"
16762   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
16763   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16764   include:
16765     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16766     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
16767     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
16768     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16769   layout:
16770     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
16771     layout: "plot-throughput"
16772
16773 - type: "plot"
16774   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
16775   algorithm: "plot_perf_box_name"
16776   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
16777   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16778   include:
16779     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16780     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
16781     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
16782     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16783   layout:
16784     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
16785     layout: "plot-throughput"
16786
16787 - type: "plot"
16788   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
16789   algorithm: "plot_perf_box_name"
16790   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
16791   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16792   include:
16793     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
16794     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
16795     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
16796     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16797     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16798   layout:
16799     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
16800     layout: "plot-throughput"
16801
16802 - type: "plot"
16803   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
16804   algorithm: "plot_perf_box_name"
16805   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
16806   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16807   include:
16808     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
16809     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
16810     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
16811     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16812     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16813   layout:
16814     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
16815     layout: "plot-throughput"
16816
16817 - type: "plot"
16818   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16819   algorithm: "plot_perf_box_name"
16820   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16821   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16822   include:
16823     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16824     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
16825     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
16826     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
16827   layout:
16828     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16829     layout: "plot-throughput"
16830
16831 - type: "plot"
16832   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
16833   algorithm: "plot_perf_box_name"
16834   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
16835   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16836   include:
16837     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16838     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
16839     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
16840     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
16841   layout:
16842     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
16843     layout: "plot-throughput"
16844
16845 - type: "plot"
16846   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
16847   algorithm: "plot_perf_box_name"
16848   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
16849   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16850   include:
16851     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
16852     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16853     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16854     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
16855     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
16856     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16857   layout:
16858     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
16859     layout: "plot-throughput"
16860
16861 - type: "plot"
16862   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
16863   algorithm: "plot_perf_box_name"
16864   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
16865   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16866   include:
16867     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
16868     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16869     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16870     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
16871     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
16872     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16873   layout:
16874     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
16875     layout: "plot-throughput"
16876
16877 - type: "plot"
16878   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
16879   algorithm: "plot_perf_box_name"
16880   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
16881   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16882   include:
16883     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16884     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16885     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16886     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16887   layout:
16888     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
16889     layout: "plot-throughput"
16890
16891 - type: "plot"
16892   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
16893   algorithm: "plot_perf_box_name"
16894   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
16895   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16896   include:
16897     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16898     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16899     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16900     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16901   layout:
16902     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
16903     layout: "plot-throughput"
16904
16905 - type: "plot"
16906   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
16907   algorithm: "plot_perf_box_name"
16908   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
16909   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16910   include:
16911     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16912     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16913     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16914     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16915   layout:
16916     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
16917     layout: "plot-throughput"
16918
16919 - type: "plot"
16920   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
16921   algorithm: "plot_perf_box_name"
16922   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
16923   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16924   include:
16925     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16926     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16927     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16928     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16929   layout:
16930     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
16931     layout: "plot-throughput"
16932
16933 - type: "plot"
16934   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
16935   algorithm: "plot_perf_box_name"
16936   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
16937   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16938   include:
16939     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16940     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16941     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16942     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16943   layout:
16944     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
16945     layout: "plot-throughput"
16946
16947 - type: "plot"
16948   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
16949   algorithm: "plot_perf_box_name"
16950   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
16951   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16952   include:
16953     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16954     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16955     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16956     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16957   layout:
16958     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
16959     layout: "plot-throughput"
16960
16961 - type: "plot"
16962   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
16963   algorithm: "plot_perf_box_name"
16964   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
16965   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16966   include:
16967     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16968     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16969     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16970     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16971   layout:
16972     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
16973     layout: "plot-throughput"
16974
16975 - type: "plot"
16976   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
16977   algorithm: "plot_perf_box_name"
16978   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
16979   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16980   include:
16981     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16982     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16983     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16984     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16985   layout:
16986     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
16987     layout: "plot-throughput"
16988
16989 - type: "plot"
16990   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
16991   algorithm: "plot_perf_box_name"
16992   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
16993   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16994   include:
16995     - "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"
16996     - "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"
16997     - "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"
16998     - "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"
16999   layout:
17000     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17001     layout: "plot-throughput"
17002
17003 - type: "plot"
17004   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17005   algorithm: "plot_perf_box_name"
17006   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17007   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17008   include:
17009     - "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"
17010     - "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"
17011     - "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"
17012     - "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"
17013   layout:
17014     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17015     layout: "plot-throughput"
17016
17017 ################################################################################
17018
17019 # Packet Speedup
17020
17021 - type: "plot"
17022   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17023   algorithm: "plot_tsa_name"
17024   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17025   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17026   include:
17027     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17028     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17029     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17030     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17031   layout:
17032     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
17033     layout: "plot-throughput-speedup-analysis"
17034
17035 - type: "plot"
17036   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17037   algorithm: "plot_tsa_name"
17038   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17039   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17040   include:
17041     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17042     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17043     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17044     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17045   layout:
17046     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
17047     layout: "plot-throughput-speedup-analysis"
17048
17049 - type: "plot"
17050   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17051   algorithm: "plot_tsa_name"
17052   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17053   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17054   include:
17055     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17056     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17057     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17058     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17059   layout:
17060     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
17061     layout: "plot-throughput-speedup-analysis"
17062
17063 - type: "plot"
17064   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17065   algorithm: "plot_tsa_name"
17066   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17067   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17068   include:
17069     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17070     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17071     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17072     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17073   layout:
17074     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
17075     layout: "plot-throughput-speedup-analysis"
17076
17077 - type: "plot"
17078   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17079   algorithm: "plot_tsa_name"
17080   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17081   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17082   include:
17083     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17084     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17085     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17086     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17087     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17088     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17089   layout:
17090     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
17091     layout: "plot-throughput-speedup-analysis"
17092
17093 - type: "plot"
17094   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17095   algorithm: "plot_tsa_name"
17096   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17097   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17098   include:
17099     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17100     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17101     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17102     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17103     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17104     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17105   layout:
17106     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
17107     layout: "plot-throughput-speedup-analysis"
17108
17109 - type: "plot"
17110   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17111   algorithm: "plot_tsa_name"
17112   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17113   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17114   include:
17115     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17116     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17117     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17118     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17119   layout:
17120     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
17121     layout: "plot-throughput-speedup-analysis"
17122
17123 - type: "plot"
17124   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17125   algorithm: "plot_tsa_name"
17126   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17127   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17128   include:
17129     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17130     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17131     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17132     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17133   layout:
17134     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
17135     layout: "plot-throughput-speedup-analysis"
17136
17137 - type: "plot"
17138   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17139   algorithm: "plot_tsa_name"
17140   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17141   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17142   include:
17143     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17144     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17145     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17146   layout:
17147     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
17148     layout: "plot-throughput-speedup-analysis"
17149
17150 - type: "plot"
17151   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17152   algorithm: "plot_tsa_name"
17153   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17154   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17155   include:
17156     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17157     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17158     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17159   layout:
17160     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
17161     layout: "plot-throughput-speedup-analysis"
17162
17163 - type: "plot"
17164   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17165   algorithm: "plot_tsa_name"
17166   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17167   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17168   include:
17169     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17170     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17171     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17172     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17173     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17174   layout:
17175     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
17176     layout: "plot-throughput-speedup-analysis"
17177
17178 - type: "plot"
17179   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17180   algorithm: "plot_tsa_name"
17181   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17182   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17183   include:
17184     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17185     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17186     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17187     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17188     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17189   layout:
17190     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
17191     layout: "plot-throughput-speedup-analysis"
17192
17193 - type: "plot"
17194   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17195   algorithm: "plot_tsa_name"
17196   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17197   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17198   include:
17199     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17200     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17201     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17202   layout:
17203     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
17204     layout: "plot-throughput-speedup-analysis"
17205
17206 - type: "plot"
17207   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17208   algorithm: "plot_tsa_name"
17209   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17210   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17211   include:
17212     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17213     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17214     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17215   layout:
17216     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
17217     layout: "plot-throughput-speedup-analysis"
17218
17219 - type: "plot"
17220   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17221   algorithm: "plot_tsa_name"
17222   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17223   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17224   include:
17225     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17226     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17227     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17228     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17229     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17231   layout:
17232     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
17233     layout: "plot-throughput-speedup-analysis"
17234
17235 - type: "plot"
17236   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17237   algorithm: "plot_tsa_name"
17238   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17239   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17240   include:
17241     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17242     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17243     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17244     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17247   layout:
17248     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
17249     layout: "plot-throughput-speedup-analysis"
17250
17251 - type: "plot"
17252   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17253   algorithm: "plot_tsa_name"
17254   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17255   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17256   include:
17257     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17258     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17259   layout:
17260     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
17261     layout: "plot-throughput-speedup-analysis"
17262
17263 - type: "plot"
17264   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17265   algorithm: "plot_tsa_name"
17266   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17267   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17268   include:
17269     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17270     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17271   layout:
17272     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
17273     layout: "plot-throughput-speedup-analysis"
17274
17275 - type: "plot"
17276   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17277   algorithm: "plot_tsa_name"
17278   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17279   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17280   include:
17281     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17282     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17283     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17284     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17285     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17286     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17287   layout:
17288     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
17289     layout: "plot-throughput-speedup-analysis"
17290
17291 - type: "plot"
17292   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17293   algorithm: "plot_tsa_name"
17294   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17295   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17296   include:
17297     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17298     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17299     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17300     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17301     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17302     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17303   layout:
17304     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
17305     layout: "plot-throughput-speedup-analysis"
17306
17307 - type: "plot"
17308   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17309   algorithm: "plot_tsa_name"
17310   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17311   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17312   include:
17313     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17314     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17315     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17316     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17317     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17318     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17319   layout:
17320     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
17321     layout: "plot-throughput-speedup-analysis"
17322
17323 - type: "plot"
17324   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
17325   algorithm: "plot_tsa_name"
17326   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
17327   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17328   include:
17329     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17330     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17331     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17332     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17333     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17334     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17335   layout:
17336     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
17337     layout: "plot-throughput-speedup-analysis"
17338
17339 - type: "plot"
17340   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17341   algorithm: "plot_tsa_name"
17342   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17343   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17344   include:
17345     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17346     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17347     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17348   layout:
17349     title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr"
17350     layout: "plot-throughput-speedup-analysis"
17351
17352 - type: "plot"
17353   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17354   algorithm: "plot_tsa_name"
17355   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17356   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17357   include:
17358     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17359     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17360     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17361   layout:
17362     title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr"
17363     layout: "plot-throughput-speedup-analysis"
17364
17365 - type: "plot"
17366   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17367   algorithm: "plot_tsa_name"
17368   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17369   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17370   include:
17371     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17372     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17373     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17374     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17375     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17376   layout:
17377     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
17378     layout: "plot-throughput-speedup-analysis"
17379
17380 - type: "plot"
17381   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17382   algorithm: "plot_tsa_name"
17383   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17384   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17385   include:
17386     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17387     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17388     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17389     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17390     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17391   layout:
17392     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
17393     layout: "plot-throughput-speedup-analysis"
17394
17395 - type: "plot"
17396   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
17397   algorithm: "plot_tsa_name"
17398   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
17399   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17400   include:
17401     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
17402     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
17403     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
17404     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
17405     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
17406   layout:
17407     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
17408     layout: "plot-throughput-speedup-analysis"
17409
17410 - type: "plot"
17411   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
17412   algorithm: "plot_tsa_name"
17413   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
17414   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17415   include:
17416     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
17417     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
17418     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
17419     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
17420     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
17421   layout:
17422     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
17423     layout: "plot-throughput-speedup-analysis"
17424
17425 - type: "plot"
17426   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
17427   algorithm: "plot_tsa_name"
17428   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
17429   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17430   include:
17431     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17432     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17433     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17434     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17435     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17436     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17437   layout:
17438     title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
17439     layout: "plot-throughput-speedup-analysis"
17440
17441 - type: "plot"
17442   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
17443   algorithm: "plot_tsa_name"
17444   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
17445   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17446   include:
17447     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17448     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17449     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17450     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17451     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17452     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17453   layout:
17454     title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
17455     layout: "plot-throughput-speedup-analysis"
17456
17457 - type: "plot"
17458   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17459   algorithm: "plot_tsa_name"
17460   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17461   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17462   include:
17463     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17464     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17465     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17466     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17467   layout:
17468     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
17469     layout: "plot-throughput-speedup-analysis"
17470
17471 - type: "plot"
17472   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17473   algorithm: "plot_tsa_name"
17474   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17475   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17476   include:
17477     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17478     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17479     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17480     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17481   layout:
17482     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
17483     layout: "plot-throughput-speedup-analysis"
17484
17485 - type: "plot"
17486   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
17487   algorithm: "plot_tsa_name"
17488   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
17489   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17490   include:
17491     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17492     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17493     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17494     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17495   layout:
17496     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
17497     layout: "plot-throughput-speedup-analysis"
17498
17499 - type: "plot"
17500   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
17501   algorithm: "plot_tsa_name"
17502   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
17503   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17504   include:
17505     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17506     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17507     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17508     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17509   layout:
17510     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
17511     layout: "plot-throughput-speedup-analysis"
17512
17513 - type: "plot"
17514   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
17515   algorithm: "plot_tsa_name"
17516   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
17517   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17518   include:
17519     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17520     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17521     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17522     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17523     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17524   layout:
17525     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
17526     layout: "plot-throughput-speedup-analysis"
17527
17528 - type: "plot"
17529   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
17530   algorithm: "plot_tsa_name"
17531   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
17532   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17533   include:
17534     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17535     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17536     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17537     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17538     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17539   layout:
17540     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
17541     layout: "plot-throughput-speedup-analysis"
17542
17543 - type: "plot"
17544   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17545   algorithm: "plot_tsa_name"
17546   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17547   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17548   include:
17549     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17550     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17551     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17552     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17553   layout:
17554     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
17555     layout: "plot-throughput-speedup-analysis"
17556
17557 - type: "plot"
17558   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17559   algorithm: "plot_tsa_name"
17560   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17561   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17562   include:
17563     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17564     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17565     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17566     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17567   layout:
17568     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
17569     layout: "plot-throughput-speedup-analysis"
17570
17571 - type: "plot"
17572   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
17573   algorithm: "plot_tsa_name"
17574   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
17575   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17576   include:
17577     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
17578     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17579     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17580     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
17581     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
17582     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17583   layout:
17584     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
17585     layout: "plot-throughput-speedup-analysis"
17586
17587 - type: "plot"
17588   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
17589   algorithm: "plot_tsa_name"
17590   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
17591   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17592   include:
17593     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
17594     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17595     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17596     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
17597     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
17598     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17599   layout:
17600     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
17601     layout: "plot-throughput-speedup-analysis"
17602
17603 - type: "plot"
17604   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
17605   algorithm: "plot_tsa_name"
17606   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
17607   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17608   include:
17609     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17610     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17611     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17612     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17613   layout:
17614     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
17615     layout: "plot-throughput-speedup-analysis"
17616
17617 - type: "plot"
17618   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
17619   algorithm: "plot_tsa_name"
17620   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
17621   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17622   include:
17623     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17624     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17625     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17626     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17627   layout:
17628     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
17629     layout: "plot-throughput-speedup-analysis"
17630
17631 - type: "plot"
17632   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
17633   algorithm: "plot_tsa_name"
17634   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
17635   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17636   include:
17637     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17638     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17639     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17640     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17641   layout:
17642     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
17643     layout: "plot-throughput-speedup-analysis"
17644
17645 - type: "plot"
17646   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
17647   algorithm: "plot_tsa_name"
17648   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
17649   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17650   include:
17651     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17652     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17653     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17654     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17655   layout:
17656     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
17657     layout: "plot-throughput-speedup-analysis"
17658
17659 - type: "plot"
17660   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
17661   algorithm: "plot_tsa_name"
17662   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
17663   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17664   include:
17665     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17666     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17667     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17668     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17669   layout:
17670     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
17671     layout: "plot-throughput-speedup-analysis"
17672
17673 - type: "plot"
17674   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
17675   algorithm: "plot_tsa_name"
17676   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
17677   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17678   include:
17679     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17680     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17681     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17682     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17683   layout:
17684     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
17685     layout: "plot-throughput-speedup-analysis"
17686
17687 - type: "plot"
17688   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
17689   algorithm: "plot_tsa_name"
17690   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
17691   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17692   include:
17693     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17694     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17695     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17696     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17697   layout:
17698     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
17699     layout: "plot-throughput-speedup-analysis"
17700
17701 - type: "plot"
17702   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
17703   algorithm: "plot_tsa_name"
17704   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
17705   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17706   include:
17707     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17708     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17709     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17710     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17711   layout:
17712     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
17713     layout: "plot-throughput-speedup-analysis"
17714
17715 - type: "plot"
17716   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
17717   algorithm: "plot_tsa_name"
17718   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
17719   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17720   include:
17721     - "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"
17722     - "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"
17723     - "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"
17724     - "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"
17725   layout:
17726     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
17727     layout: "plot-throughput-speedup-analysis"
17728
17729 - type: "plot"
17730   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
17731   algorithm: "plot_tsa_name"
17732   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
17733   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17734   include:
17735     - "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"
17736     - "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"
17737     - "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"
17738     - "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"
17739   layout:
17740     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
17741     layout: "plot-throughput-speedup-analysis"
17742
17743 ################################################################################
17744
17745 # Packet Throughput - DPDK
17746
17747 # 2n-clx-xxv710
17748
17749 - type: "plot"
17750   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
17751   algorithm: "plot_perf_box_name"
17752   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
17753   data: "plot-dpdk-throughput-latency-2n-clx"
17754   include:
17755     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17756     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17757   layout:
17758     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
17759     layout: "plot-throughput"
17760
17761 - type: "plot"
17762   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
17763   algorithm: "plot_perf_box_name"
17764   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
17765   data: "plot-dpdk-throughput-latency-2n-clx"
17766   include:
17767     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17768     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17769   layout:
17770     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
17771     layout: "plot-throughput"
17772
17773 - type: "plot"
17774   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
17775   algorithm: "plot_perf_box_name"
17776   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
17777   data: "plot-dpdk-throughput-latency-2n-clx"
17778   include:
17779     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17780     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17781   layout:
17782     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
17783     layout: "plot-throughput"
17784
17785 - type: "plot"
17786   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
17787   algorithm: "plot_perf_box_name"
17788   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
17789   data: "plot-dpdk-throughput-latency-2n-clx"
17790   include:
17791     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17792     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17793   layout:
17794     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
17795     layout: "plot-throughput"
17796
17797 # 2n-clx-x710
17798
17799 - type: "plot"
17800   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
17801   algorithm: "plot_perf_box_name"
17802   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
17803   data: "plot-dpdk-throughput-latency-2n-clx"
17804   include:
17805     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17806     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17807   layout:
17808     title: "2n-clx-x710-64b-2t1c-base-ndr"
17809     layout: "plot-throughput"
17810
17811 - type: "plot"
17812   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
17813   algorithm: "plot_perf_box_name"
17814   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
17815   data: "plot-dpdk-throughput-latency-2n-clx"
17816   include:
17817     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17818     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17819   layout:
17820     title: "2n-clx-x710-64b-4t2c-base-ndr"
17821     layout: "plot-throughput"
17822
17823 - type: "plot"
17824   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
17825   algorithm: "plot_perf_box_name"
17826   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
17827   data: "plot-dpdk-throughput-latency-2n-clx"
17828   include:
17829     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17830     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17831   layout:
17832     title: "2n-clx-x710-64b-2t1c-base-pdr"
17833     layout: "plot-throughput"
17834
17835 - type: "plot"
17836   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
17837   algorithm: "plot_perf_box_name"
17838   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
17839   data: "plot-dpdk-throughput-latency-2n-clx"
17840   include:
17841     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17842     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17843   layout:
17844     title: "2n-clx-x710-64b-4t2c-base-pdr"
17845     layout: "plot-throughput"
17846
17847 ################################################################################
17848
17849 - type: "plot"
17850   title: "Latency by percentile: 2n-skx"
17851   algorithm: "plot_hdrh_lat_by_percentile"
17852   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
17853   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
17854   target-links: "../../_static/vpp"
17855   data: "plot-vpp-hdrh-lat-2n-skx"
17856   filter: "'2T1C' and 'NIC_Intel-XXV710'"
17857   layout:
17858     layout: "plot-hdrh-latency-by-percentile"
17859
17860 - type: "plot"
17861   title: "Latency by percentile: 3n-skx"
17862   algorithm: "plot_hdrh_lat_by_percentile"
17863   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
17864   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
17865   target-links: "../../_static/vpp"
17866   data: "plot-vpp-hdrh-lat-3n-skx"
17867   filter: "'2T1C' and 'NIC_Intel-XXV710'"
17868   layout:
17869     layout: "plot-hdrh-latency-by-percentile"
17870
17871 - type: "plot"
17872   title: "Latency by percentile: 2n-clx"
17873   algorithm: "plot_hdrh_lat_by_percentile"
17874   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
17875   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
17876   target-links: "../../_static/vpp"
17877   data: "plot-vpp-hdrh-lat-2n-clx"
17878   filter: "'2T1C' and 'NIC_Intel-XXV710'"
17879   layout:
17880     layout: "plot-hdrh-latency-by-percentile"
17881
17882 - type: "plot"
17883   title: "Latency by percentile: 3n-hsw"
17884   algorithm: "plot_hdrh_lat_by_percentile"
17885   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
17886   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
17887   target-links: "../../_static/vpp"
17888   data: "plot-vpp-hdrh-lat-3n-hsw"
17889   filter: "'1T1C' and 'NIC_Intel-XL710'"
17890   layout:
17891     layout: "plot-hdrh-latency-by-percentile"
17892
17893 - type: "plot"
17894   title: "Latency by percentile: 3n-tsh"
17895   algorithm: "plot_hdrh_lat_by_percentile"
17896   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
17897   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
17898   target-links: "../../_static/vpp"
17899   data: "plot-vpp-hdrh-lat-3n-tsh"
17900   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
17901   layout:
17902     layout: "plot-hdrh-latency-by-percentile"
17903
17904 - type: "plot"
17905   title: "Latency by percentile: DPDK 2n-skx"
17906   algorithm: "plot_hdrh_lat_by_percentile"
17907   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
17908   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
17909   target-links: "../../_static/dpdk"
17910   data: "plot-dpdk-hdrh-lat-2n-skx"
17911   filter: "'2T1C' and 'NIC_Intel-XXV710'"
17912   layout:
17913     layout: "plot-hdrh-latency-by-percentile"
17914
17915 - type: "plot"
17916   title: "Latency by percentile: DPDK 3n-skx"
17917   algorithm: "plot_hdrh_lat_by_percentile"
17918   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
17919   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
17920   target-links: "../../_static/dpdk"
17921   data: "plot-dpdk-hdrh-lat-3n-skx"
17922   filter: "'2T1C' and 'NIC_Intel-XXV710'"
17923   layout:
17924     layout: "plot-hdrh-latency-by-percentile"
17925
17926 - type: "plot"
17927   title: "Latency by percentile: DPDK 2n-clx"
17928   algorithm: "plot_hdrh_lat_by_percentile"
17929   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
17930   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
17931   target-links: "../../_static/dpdk"
17932   data: "plot-dpdk-hdrh-lat-2n-clx"
17933   filter: "'2T1C' and 'NIC_Intel-XXV710'"
17934   layout:
17935     layout: "plot-hdrh-latency-by-percentile"
17936
17937 - type: "plot"
17938   title: "Latency by percentile: DPDK 3n-hsw"
17939   algorithm: "plot_hdrh_lat_by_percentile"
17940   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
17941   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
17942   target-links: "../../_static/dpdk"
17943   data: "plot-dpdk-hdrh-lat-3n-hsw"
17944   filter: "'1T1C' and 'NIC_Intel-XL710'"
17945   layout:
17946     layout: "plot-hdrh-latency-by-percentile"
17947
17948 - type: "plot"
17949   title: "Latency by percentile: DPDK 3n-tsh"
17950   algorithm: "plot_hdrh_lat_by_percentile"
17951   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
17952   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
17953   target-links: "../../_static/dpdk"
17954   data: "plot-dpdk-hdrh-lat-3n-tsh"
17955   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
17956   layout:
17957     layout: "plot-hdrh-latency-by-percentile"