46e5ce1ce1adecb81ee17a1354cf38565a592b89
[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   limits:
126     nic:
127       x520: 24460000
128       x553: 29761905
129       x710: 35800000
130       xxv710: 35800000
131       xl710: 35800000
132       cx556a: 60000000
133
134     link:
135       10ge: 14880952.38
136       25ge: 37202380.95
137       40ge: 59523809.52
138       100ge: 148809523.81
139
140     pci:
141       pci-g3-x8: 74404761.90
142       pci-g3-x16: 148809523.81
143
144   data-sets:
145
146     ###########################################################################
147     # Replacements:
148
149     replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost:
150       csit-vpp-perf-verify-1908-3n-hsw:
151         - 48  # NDRPDR sel vhost
152         - 49  # NDRPDR sel vhost
153         - 52  # NDRPDR sel vhost
154         - 53  # NDRPDR sel vhost
155         - 54  # NDRPDR sel vhost
156         - 55  # NDRPDR sel vhost
157         - 56  # NDRPDR sel vhost
158         - 57  # NDRPDR sel vhost
159         - 58  # NDRPDR sel vhost
160         - 59  # NDRPDR sel vhost
161
162     replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost:
163       csit-vpp-perf-verify-1908-3n-skx:
164         - 52  # NDRPDR sel vhost
165         - 53  # NDRPDR sel vhost
166         - 55  # NDRPDR sel vhost
167         - 61  # NDRPDR sel vhost
168         - 62  # NDRPDR sel vhost
169         - 63  # NDRPDR sel vhost
170         - 64  # NDRPDR sel vhost
171         - 65  # NDRPDR sel vhost
172         - 66  # NDRPDR sel vhost
173         - 67  # NDRPDR sel vhost
174
175     replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost:
176       csit-vpp-perf-verify-1908-2n-skx:
177         - 88  # NDRPDR sel vhost
178         - 89  # NDRPDR sel vhost
179         - 91  # NDRPDR sel vhost
180         - 92  # NDRPDR sel vhost
181         - 93  # NDRPDR sel vhost
182         - 94  # NDRPDR sel vhost
183         - 95  # NDRPDR sel vhost
184         - 96  # NDRPDR sel vhost
185         - 97  # NDRPDR sel vhost
186         - 98  # NDRPDR sel vhost
187
188     ###########################################################################
189     # Plots:
190
191     # 3n-hsw
192
193     plot-vpp-throughput-lat-tsa-3n-hsw:
194       csit-vpp-perf-verify-2001-3n-hsw:
195         - 21  # NDRPDR sel
196         - 22  # NDRPDR sel
197         - 23  # NDRPDR sel
198         - 24  # NDRPDR sel
199         - 25  # NDRPDR sel
200         - 29  # NDRPDR sel
201         - 30  # NDRPDR sel
202         - 31  # NDRPDR sel
203         - 32  # NDRPDR sel
204         - 34  # NDRPDR sel
205
206     plot-vpp-hdrh-lat-3n-hsw:
207       csit-vpp-perf-verify-2001-3n-hsw:
208         - 22  # NDRPDR sel
209
210     plot-vpp-nfv-3n-hsw-ndrpdr:
211       csit-vpp-perf-verify-2001-3n-hsw:
212         - 21  # NDRPDR sel
213         - 22  # NDRPDR sel
214         - 23  # NDRPDR sel
215         - 24  # NDRPDR sel
216         - 25  # NDRPDR sel
217         - 29  # NDRPDR sel
218         - 30  # NDRPDR sel
219         - 31  # NDRPDR sel
220         - 32  # NDRPDR sel
221         - 34  # NDRPDR sel
222
223     plot-vpp-nfv-3n-hsw-mrr:
224       csit-vpp-perf-verify-2001-3n-hsw:
225         - 17  # MRR sel
226
227     plot-dpdk-throughput-latency-3n-hsw:
228       csit-dpdk-perf-verify-2001-3n-hsw:
229         - 4   # NDRPDR sel
230         - 5   # NDRPDR sel
231         - 6   # NDRPDR sel
232         - 7   # NDRPDR sel
233         - 8   # NDRPDR sel
234         - 9   # NDRPDR sel
235         - 10  # NDRPDR sel
236         - 11  # NDRPDR sel
237         - 12  # NDRPDR sel
238         - 13  # NDRPDR sel
239         - 15  # NDRPDR sel
240         - 16  # NDRPDR sel
241         - 17  # NDRPDR sel
242         - 18  # NDRPDR sel
243         - 19  # NDRPDR sel
244         - 20  # NDRPDR sel
245         - 21  # NDRPDR sel
246         - 22  # NDRPDR sel
247         - 23  # NDRPDR sel
248         - 24  # NDRPDR sel
249
250     plot-dpdk-hdrh-lat-3n-hsw:
251       csit-dpdk-perf-verify-2001-3n-hsw:
252         - 16  # NDRPDR sel
253
254     # 3n-skx
255
256     plot-vpp-throughput-lat-tsa-3n-skx:
257       # TODO: Add the data
258       csit-vpp-perf-verify-2001-3n-skx:
259         - 14  # NDRPDR sel
260         - 15  # NDRPDR sel
261         - 16  # NDRPDR sel
262
263     plot-vpp-hdrh-lat-3n-skx:
264       csit-vpp-perf-verify-2001-3n-skx:
265         - 14  # NDRPDR sel
266
267     plot-vpp-nfv-3n-skx-ndrpdr:
268       # TODO: Add data
269       csit-vpp-perf-verify-2001-3n-skx:
270         - 14  # NDRPDR sel
271         - 15  # NDRPDR sel
272         - 16  # NDRPDR sel
273
274     plot-vpp-nfv-3n-skx-mrr:
275       # TODO: Replace
276       # csit-vpp-perf-verify-2001-3n-skx:
277       csit-vpp-perf-verify-1908-3n-skx:
278         - 36  # MRR sel
279
280     plot-dpdk-throughput-latency-3n-skx:
281       csit-dpdk-perf-verify-2001-3n-skx:
282         - 1   # NDRPDR sel
283         - 2   # NDRPDR sel
284         - 3   # NDRPDR sel
285         - 4   # NDRPDR sel
286         - 5   # NDRPDR sel
287         - 6   # NDRPDR sel
288         - 7   # NDRPDR sel
289         - 8   # NDRPDR sel
290         - 9   # NDRPDR sel
291         - 10  # NDRPDR sel
292
293     plot-dpdk-hdrh-lat-3n-skx:
294       csit-dpdk-perf-verify-2001-3n-skx:
295         - 1   # NDRPDR sel
296         - 19  # NDRPDR sel
297
298     # 2n-skx
299
300     plot-vpp-throughput-lat-tsa-2n-skx:
301       # TODO: Add the data
302       csit-vpp-perf-verify-2001-2n-skx:
303         - 21  # NDRPDR sel
304         - 22  # NDRPDR sel
305         - 23  # NDRPDR sel
306         - 26  # NDRPDR sel
307         - 27  # NDRPDR sel
308         - 29  # NDRPDR sel
309
310     plot-vpp-hdrh-lat-2n-skx:
311       csit-vpp-perf-verify-2001-2n-skx:
312         - 21  # NDRPDR sel
313
314     plot-vpp-http-server-performance:
315       # TODO: Replace:
316       # csit-vpp-perf-verify-2001-2n-skx:
317       csit-vpp-perf-verify-1908-2n-skx:
318         - 29  # TCP
319         - 30  # TCP
320         - 58  # TCP
321
322     plot-vpp-soak-2n-skx:
323       # TODO: Replace the data
324       # csit-vpp-perf-verify-2001-2n-skx:
325       csit-vpp-perf-verify-1908-2n-skx:
326         - 83  # SOAK
327         - 86  # SOAK
328
329     plot-vpp-nfv-2n-skx-ndrpdr:
330       # TODO: Add the data
331       csit-vpp-perf-verify-2001-2n-skx:
332         - 30  # NFV
333         - 31  # NFV
334
335     plot-vpp-nfv-2n-skx-mrr:
336       # TODO: Replace the data
337       # csit-vpp-perf-verify-2001-2n-skx:
338       csit-vpp-perf-verify-1908-2n-skx:
339         - 71  # NFV MRR
340
341     plot-vpp-nfv-reconf-2n-skx:
342       # TODO: Replace the data
343       # csit-vpp-perf-verify-2001-2n-skx:
344       csit-vpp-perf-verify-1908-2n-skx:
345         - 113 # NFV reconf sel
346         - 114 # NFV reconf sel
347         - 115 # NFV reconf sel
348
349     plot-dpdk-throughput-latency-2n-skx:
350       csit-dpdk-perf-verify-2001-2n-skx:
351         - 1   # NDRPDR sel
352         - 2   # NDRPDR sel
353         - 3   # NDRPDR sel
354         - 4   # NDRPDR sel
355         - 5   # NDRPDR sel
356         - 6   # NDRPDR sel
357         - 7   # NDRPDR sel
358         - 8   # NDRPDR sel
359         - 9   # NDRPDR sel
360         - 10  # NDRPDR sel
361         - 11  # NDRPDR sel
362         - 13  # NDRPDR sel
363         - 26  # NDRPDR sel
364         - 16  # NDRPDR sel
365         - 17  # NDRPDR sel
366         - 18  # NDRPDR sel
367         - 19  # NDRPDR sel
368         - 27  # NDRPDR sel
369         - 21  # NDRPDR sel
370         - 25  # NDRPDR sel
371
372     plot-dpdk-hdrh-lat-2n-skx:
373       csit-dpdk-perf-verify-2001-2n-skx:
374         - 1   # NDRPDR sel
375         - 19  # NDRPDR sel
376
377     # 2n-clx
378
379     plot-vpp-throughput-lat-tsa-2n-clx:
380       csit-vpp-perf-verify-2001-2n-clx:
381         - 28  # NDRPDR sel
382         - 29  # NDRPDR sel
383         - 32  # NDRPDR sel
384         - 40  # NDRPDR sel
385         - 43  # NDRPDR sel
386         - 44  # NDRPDR sel
387         - 45  # NDRPDR sel
388         - 47  # NDRPDR sel
389         - 48  # NDRPDR sel
390         - 49  # NDRPDR sel
391
392     plot-vpp-hdrh-lat-2n-clx:
393       csit-vpp-perf-verify-2001-2n-clx:
394         - 28  # NDRPDR sel
395
396     plot-vpp-nfv-2n-clx-ndrpdr:
397       csit-vpp-perf-verify-2001-2n-clx:
398         - 28  # NDRPDR sel
399         - 29  # NDRPDR sel
400         - 32  # NDRPDR sel
401         - 40  # NDRPDR sel
402         - 43  # NDRPDR sel
403         - 44  # NDRPDR sel
404         - 45  # NDRPDR sel
405         - 47  # NDRPDR sel
406         - 48  # NDRPDR sel
407         - 49  # NDRPDR sel
408
409     plot-vpp-nfv-2n-clx-mrr:
410       csit-vpp-perf-verify-2001-2n-clx:
411         - 39  # MRR
412
413     plot-vpp-nfv-reconf-2n-clx:
414       csit-vpp-perf-verify-2001-2n-clx:
415         - 68  # Reconf
416         - 69  # Reconf
417         - 70  # Reconf
418         - 71  # Reconf
419         - 72  # Reconf
420         - 73  # Reconf
421         - 74  # Reconf
422         - 75  # Reconf
423         - 76  # Reconf
424         - 77  # Reconf
425
426     plot-dpdk-throughput-latency-2n-clx:
427       csit-dpdk-perf-verify-2001-2n-clx:
428         - 15  # NDRPDR sel
429         - 16  # NDRPDR sel
430         - 17  # NDRPDR sel
431         - 18  # NDRPDR sel
432         - 19  # NDRPDR sel
433         - 20  # NDRPDR sel
434         - 21  # NDRPDR sel
435         - 22  # NDRPDR sel
436         - 23  # NDRPDR sel
437         - 24  # NDRPDR sel
438         - 25  # NDRPDR sel
439         - 26  # NDRPDR sel
440         - 27  # NDRPDR sel
441         - 28  # NDRPDR sel
442         - 29  # NDRPDR sel
443         - 30  # NDRPDR sel
444         - 31  # NDRPDR sel
445         - 32  # NDRPDR sel
446         - 33  # NDRPDR sel
447         - 34  # NDRPDR sel
448
449
450     plot-dpdk-hdrh-lat-2n-clx:
451       csit-dpdk-perf-verify-2001-2n-clx:
452         - 15  # NDRPDR sel
453
454     # 3n-tsh
455
456     plot-vpp-throughput-lat-tsa-3n-tsh:
457       # TODO: Add the data
458       csit-vpp-perf-verify-2001-3n-tsh:
459         - 3   # NDRPDR sel
460         - 4   # NDRPDR sel
461         - 7   # NDRPDR sel
462         - 8   # NDRPDR sel
463         - 10  # NDRPDR sel
464         - 12  # NDRPDR sel
465         - 13  # NDRPDR sel
466         - 14  # NDRPDR sel
467         - 15  # NDRPDR sel
468
469     plot-vpp-hdrh-lat-3n-tsh:
470       csit-vpp-perf-verify-2001-3n-tsh:
471         - 10  # NDRPDR sel
472
473     plot-dpdk-throughput-latency-3n-tsh:
474       csit-dpdk-perf-verify-2001-3n-tsh:
475         - 3   # NDRPDR sel
476         - 4   # NDRPDR sel
477         - 5   # NDRPDR sel
478         - 9   # NDRPDR sel
479         - 10  # NDRPDR sel
480         - 11  # NDRPDR sel
481         - 12  # NDRPDR sel
482         - 14  # NDRPDR sel
483         - 15  # NDRPDR sel
484         - 18  # NDRPDR sel
485
486     plot-dpdk-hdrh-lat-3n-tsh:
487       csit-dpdk-perf-verify-2001-3n-tsh:
488         - 3   # NDRPDR sel
489
490     # 3n-dnv
491
492     plot-vpp-throughput-lat-tsa-3n-dnv:
493       csit-vpp-perf-verify-2001-3n-dnv:
494         - 5   # NDRPDR sel
495         - 6   # NDRPDR sel
496         - 7   # NDRPDR sel
497         - 8   # NDRPDR sel
498         - 9   # NDRPDR sel
499         - 10  # NDRPDR sel
500         - 12  # NDRPDR sel
501         - 16  # NDRPDR sel
502         - 17  # NDRPDR sel
503         - 18  # NDRPDR sel
504
505     plot-dpdk-throughput-latency-3n-dnv:
506       csit-dpdk-perf-verify-2001-3n-dnv:
507         - 12  # NDRPDR sel
508         - 13  # NDRPDR sel
509         - 14  # NDRPDR sel
510         - 15  # NDRPDR sel
511         - 16  # NDRPDR sel
512         - 17  # NDRPDR sel
513         - 18  # NDRPDR sel
514         - 19  # NDRPDR sel
515         - 20  # NDRPDR sel
516         - 22  # NDRPDR sel
517
518     # 2n-dnv
519
520     plot-vpp-throughput-lat-tsa-2n-dnv:
521       csit-vpp-perf-verify-2001-2n-dnv:
522         - 4   # NDRPDR sel
523         - 5   # NDRPDR sel
524         - 6   # NDRPDR sel
525         - 7   # NDRPDR sel
526         - 8   # NDRPDR sel
527         - 9   # NDRPDR sel
528         - 10  # NDRPDR sel
529         - 11  # NDRPDR sel
530         - 13  # NDRPDR sel
531         - 16  # NDRPDR sel
532
533     plot-dpdk-throughput-latency-2n-dnv:
534       csit-dpdk-perf-verify-2001-2n-dnv:
535         - 9   # NDRPDR sel
536         - 10  # NDRPDR sel
537         - 11  # NDRPDR sel
538         - 12  # NDRPDR sel
539         - 13  # NDRPDR sel
540         - 14  # NDRPDR sel
541         - 15  # NDRPDR sel
542         - 16  # NDRPDR sel
543         - 17  # NDRPDR sel
544         - 18  # NDRPDR sel
545
546     ###########################################################################
547     # Simple tables (only one data set):
548
549     # NIC Comparisons
550
551     vpp-nic-comparison-3n-skx:
552       # TODO: Add the data
553       csit-vpp-perf-verify-2001-3n-skx:
554         - 14  # NDRPDR sel
555         - 15  # NDRPDR sel
556         - 16  # NDRPDR sel
557
558     vpp-nic-comparison-2n-skx:
559       # TODO: Add the data
560       csit-vpp-perf-verify-2001-2n-skx:
561         - 21  # NDRPDR sel
562         - 22  # NDRPDR sel
563         - 23  # NDRPDR sel
564         - 26  # NDRPDR sel
565
566     vpp-nic-comparison-3n-skx-mrr:
567       # TODO: Replace
568       # csit-vpp-perf-verify-2001-3n-skx:
569       csit-vpp-perf-verify-1908-3n-skx:
570         - 36  # MRR sel
571
572     vpp-nic-comparison-2n-skx-mrr:
573       # TODO: Replace
574       # csit-vpp-perf-verify-2001-2n-skx:
575       csit-vpp-perf-verify-1908-2n-skx:
576         - 69  # MRR sel
577
578     # Results
579
580     vpp-perf-results-3n-hsw:
581       csit-vpp-perf-verify-2001-3n-hsw:
582         - 18  # NDRPDR full
583         - 20  # NDRPDR full
584         - 28  # NDRPDR full
585         - 35  # NDRPDR full
586         - 42  # NDRPDR full
587         - 46  # NDRPDR full
588         - 47  # NDRPDR full
589         - 48  # NDRPDR full
590         - 49  # NDRPDR full
591         - 50  # NDRPDR full
592         - 51  # NDRPDR full
593         - 52  # NDRPDR full
594         - 53  # NDRPDR full
595         - 54  # NDRPDR full
596         - 55  # NDRPDR full
597         - 56  # NDRPDR full
598         - 57  # NDRPDR full
599         - 58  # NDRPDR full
600         - 59  # NDRPDR full
601         - 61  # NDRPDR full
602         - 62  # NDRPDR full
603         - 63  # NDRPDR full
604         - 64  # NDRPDR full
605         - 65  # NDRPDR full
606         - 67  # NDRPDR full
607         - 70  # NDRPDR full
608         - 72  # NDRPDR full
609         - 73  # NDRPDR full
610         - 76  # NDRPDR full
611         - 77  # NDRPDR full
612         - 78  # NDRPDR full
613         - 79  # NDRPDR full
614         - 81  # NDRPDR full
615         - 82  # NDRPDR full
616         - 84  # NDRPDR full
617         - 85  # NDRPDR full
618
619     vpp-perf-results-3n-skx:
620       # TODO: Replace
621       csit-vpp-perf-verify-2001-3n-skx:
622         - 14  # NDRPDR sel
623
624     vpp-perf-results-2n-skx:
625       csit-vpp-perf-verify-2001-2n-skx:
626         - 32  # NDRPDR full
627         - 33  # NDRPDR full
628
629     vpp-perf-results-2n-clx:
630       csit-vpp-perf-verify-2001-2n-clx:
631         - 53  # NDRPDR full
632         - 54  # NDRPDR full
633         - 55  # NDRPDR full
634         - 56  # NDRPDR full
635         - 57  # NDRPDR full
636         - 58  # NDRPDR full
637         - 59  # NDRPDR full
638         - 60  # NDRPDR full
639         - 61  # NDRPDR full
640         - 62  # NDRPDR full
641         - 63  # NDRPDR full
642         - 64  # NDRPDR full
643         - 65  # NDRPDR full
644         - 66  # NDRPDR full
645         - 67  # NDRPDR full
646
647     vpp-perf-results-3n-tsh:
648       csit-vpp-perf-verify-2001-3n-tsh:
649         - 10  # NDRPDR sel
650
651     vpp-perf-results-3n-dnv:
652       csit-vpp-perf-verify-2001-3n-dnv:
653         - 19  # NDRPDR full
654         - 20  # NDRPDR full
655         - 21  # NDRPDR full
656         - 22  # NDRPDR full
657         - 23  # NDRPDR full
658         - 24  # NDRPDR full
659         - 25  # NDRPDR full
660         - 26  # NDRPDR full
661         - 37  # NDRPDR full
662         - 38  # NDRPDR full
663         - 39  # NDRPDR full
664
665     vpp-perf-results-2n-dnv:
666       csit-vpp-perf-verify-2001-2n-dnv:
667         - 21  # NDRPDR full
668         - 22  # NDRPDR full
669         - 25  # NDRPDR full
670         - 26  # NDRPDR full
671         - 27  # NDRPDR full
672         - 28  # NDRPDR full
673
674     vpp-mrr-results-3n-hsw:
675       csit-vpp-perf-verify-2001-3n-hsw:
676         - 17  # MRR sel
677
678     vpp-mrr-results-3n-skx:
679       # TODO: Replace
680       # csit-vpp-perf-verify-2001-3n-skx:
681       csit-vpp-perf-verify-1908-3n-skx:
682         - 36  # MRR sel
683
684     vpp-mrr-results-2n-skx:
685       # TODO: Replace
686       # csit-vpp-perf-verify-2001-2n-skx:
687       csit-vpp-perf-verify-1908-2n-skx:
688         - 69  # MRR sel
689
690     vpp-mrr-results-2n-clx:
691       csit-vpp-perf-verify-2001-2n-clx:
692         - 39  # MRR
693
694     vpp-mrr-results-3n-tsh:
695       csit-vpp-perf-verify-2001-3n-tsh:
696         - 9   # MRR sel
697
698     vpp-mrr-results-3n-dnv:
699       csit-vpp-perf-verify-2001-3n-dnv:
700         - 11  # MRR sel
701
702     vpp-mrr-results-2n-dnv:
703       csit-vpp-perf-verify-2001-2n-dnv:
704         - 12  # MRR sel
705
706     vpp-device-results-ubuntu:
707       csit-vpp-device-2001-ubuntu1804-1n-skx:
708         - 57
709
710     dpdk-perf-results-3n-hsw:
711       csit-dpdk-perf-verify-2001-3n-hsw:
712         - 25  # NDRPDR full
713         - 26  # NDRPDR full
714
715     dpdk-perf-results-3n-skx:
716       csit-dpdk-perf-verify-2001-3n-skx:
717         - 1   # NDRPDR sel
718
719     dpdk-perf-results-2n-skx:
720       csit-dpdk-perf-verify-2001-2n-skx:
721         - 1   # NDRPDR sel
722
723     dpdk-perf-results-2n-clx:
724       csit-dpdk-perf-verify-2001-2n-clx:
725         - 15  # NDRPDR sel
726         - 34  # NDRPDR sel
727
728     dpdk-perf-results-2n-dnv:
729       csit-dpdk-perf-verify-2001-2n-dnv:
730         - 16  # NDRPDR sel
731
732     dpdk-perf-results-3n-dnv:
733       csit-dpdk-perf-verify-2001-3n-dnv:
734         - 12  # NDRPDR sel
735
736     dpdk-perf-results-3n-tsh:
737       csit-dpdk-perf-verify-2001-3n-tsh:
738         - 3   # NDRPDR sel
739
740 ###########################################################################
741     # Tables (more than one data set)
742
743     # Performance changes
744
745     vpp-performance-changes-3n-hsw-h1:
746       csit-vpp-perf-verify-1904-3n-hsw:
747         - 11  # NDRPDR sel
748         - 12  # NDRPDR sel
749         - 20  # NDRPDR sel
750         - 21  # NDRPDR sel
751         - 23  # NDRPDR sel
752         - 24  # NDRPDR sel
753         - 25  # NDRPDR sel
754         - 26  # NDRPDR sel
755         - 29  # NDRPDR sel
756         - 30  # NDRPDR sel
757     vpp-performance-changes-3n-hsw-ref:
758       csit-vpp-perf-verify-1908-3n-hsw:
759         - 12  # NDRPDR sel
760         - 13  # NDRPDR sel
761         - 14  # NDRPDR sel
762         - 15  # NDRPDR sel
763         - 16  # NDRPDR sel
764         - 17  # NDRPDR sel
765         - 18  # NDRPDR sel
766         - 19  # NDRPDR sel
767         - 20  # NDRPDR sel
768         - 21  # NDRPDR sel
769     vpp-performance-changes-3n-hsw-cmp:
770       csit-vpp-perf-verify-2001-3n-hsw:
771         - 21  # NDRPDR sel
772         - 22  # NDRPDR sel
773         - 23  # NDRPDR sel
774         - 24  # NDRPDR sel
775         - 25  # NDRPDR sel
776         - 29  # NDRPDR sel
777         - 30  # NDRPDR sel
778         - 31  # NDRPDR sel
779         - 32  # NDRPDR sel
780         - 34  # NDRPDR sel
781     vpp-performance-changes-3n-hsw:
782       - "vpp-performance-changes-3n-hsw-h1"
783       - "vpp-performance-changes-3n-hsw-ref"
784       - "vpp-performance-changes-3n-hsw-cmp"
785
786     vpp-performance-changes-3n-skx-h1:
787       csit-vpp-perf-verify-1904-3n-skx:
788         - 8   # NDRPDR sel
789         - 9   # NDRPDR sel
790         - 10  # NDRPDR sel
791         - 11  # NDRPDR sel
792         - 12  # NDRPDR sel
793         - 14  # NDRPDR sel
794         - 16  # NDRPDR sel
795         - 21  # NDRPDR sel
796         - 23  # NDRPDR sel
797         - 25  # NDRPDR sel
798     vpp-performance-changes-3n-skx-ref:
799       csit-vpp-perf-verify-1908-3n-skx:
800         - 14  # NDRPDR sel
801         - 16  # NDRPDR sel
802         - 19  # NDRPDR sel
803         - 20  # NDRPDR sel
804         - 22  # NDRPDR sel
805         - 23  # NDRPDR sel
806         - 24  # NDRPDR sel
807         - 25  # NDRPDR sel
808         - 26  # NDRPDR sel
809         - 29  # NDRPDR sel
810     vpp-performance-changes-3n-skx-cmp:
811       # TODO: Add the data
812       csit-vpp-perf-verify-2001-3n-skx:
813         - 14  # NDRPDR sel
814         - 15  # NDRPDR sel
815         - 16  # NDRPDR sel
816     vpp-performance-changes-3n-skx:
817       - "vpp-performance-changes-3n-skx-h1"
818       - "vpp-performance-changes-3n-skx-ref"
819       - "vpp-performance-changes-3n-skx-cmp"
820
821     vpp-performance-changes-2n-skx-h1:
822       csit-vpp-perf-verify-1904-2n-skx:
823         - 12  # NDRPDR sel
824         - 14  # NDRPDR sel
825         - 16  # NDRPDR sel
826         - 17  # NDRPDR sel
827         - 18  # NDRPDR sel
828         - 21  # NDRPDR sel
829         - 27  # NDRPDR sel
830         - 30  # NDRPDR sel
831         - 31  # NDRPDR sel
832         - 32  # NDRPDR sel
833     vpp-performance-changes-2n-skx-ref:
834       csit-vpp-perf-verify-1908-2n-skx:
835         - 26  # NDRPDR sel
836         - 27  # NDRPDR sel
837         - 34  # NDRPDR sel
838         - 35  # NDRPDR sel
839         - 36  # NDRPDR sel
840         - 42  # NDRPDR sel
841         - 43  # NDRPDR sel
842         - 44  # NDRPDR sel
843         - 45  # NDRPDR sel
844         - 46  # NDRPDR sel
845     vpp-performance-changes-2n-skx-cmp:
846       # TODO: Add the data
847       csit-vpp-perf-verify-2001-2n-skx:
848         - 21  # NDRPDR sel
849         - 22  # NDRPDR sel
850         - 23  # NDRPDR sel
851         - 26  # NDRPDR sel
852         - 27  # NDRPDR sel
853         - 29  # NDRPDR sel
854     vpp-performance-changes-2n-skx:
855       - "vpp-performance-changes-2n-skx-h1"
856       - "vpp-performance-changes-2n-skx-ref"
857       - "vpp-performance-changes-2n-skx-cmp"
858
859     vpp-performance-changes-nfv-2n-skx-ref:
860       csit-vpp-perf-verify-1908-2n-skx:
861         - 22  # NFV
862         - 31  # NFV
863         - 32  # NFV
864     vpp-performance-changes-nfv-2n-skx-cmp:
865       # TODO: Add the data
866       csit-vpp-perf-verify-2001-2n-skx:
867         - 30  # NFV
868         - 31  # NFV
869     vpp-performance-changes-nfv-2n-skx:
870       - "vpp-performance-changes-nfv-2n-skx-ref"
871       - "vpp-performance-changes-nfv-2n-skx-cmp"
872
873     vpp-performance-changes-2n-dnv-ref:
874       csit-vpp-perf-verify-1908-2n-dnv:
875         - 1   # NDRPDR sel
876         - 2   # NDRPDR sel
877         - 3   # NDRPDR sel
878         - 4   # NDRPDR sel
879         - 5   # NDRPDR sel
880         - 6   # NDRPDR sel
881         - 7   # NDRPDR sel
882         - 8   # NDRPDR sel
883         - 9   # NDRPDR sel
884         - 10  # NDRPDR sel
885     vpp-performance-changes-2n-dnv-cmp:
886       csit-vpp-perf-verify-2001-2n-dnv:
887         - 4   # NDRPDR sel
888         - 5   # NDRPDR sel
889         - 6   # NDRPDR sel
890         - 7   # NDRPDR sel
891         - 8   # NDRPDR sel
892         - 9   # NDRPDR sel
893         - 10  # NDRPDR sel
894         - 11  # NDRPDR sel
895         - 13  # NDRPDR sel
896         - 16  # NDRPDR sel
897     vpp-performance-changes-2n-dnv:
898       - "vpp-performance-changes-2n-dnv-ref"
899       - "vpp-performance-changes-2n-dnv-cmp"
900
901     vpp-performance-changes-3n-dnv-ref:
902       csit-vpp-perf-verify-1908-3n-dnv:
903         - 6   # NDRPDR sel
904         - 7   # NDRPDR sel
905         - 8   # NDRPDR sel
906         - 9   # NDRPDR sel
907         - 10  # NDRPDR sel
908         - 12  # NDRPDR sel
909         - 13  # NDRPDR sel
910         - 14  # NDRPDR sel
911         - 15  # NDRPDR sel
912         - 16  # NDRPDR sel
913     vpp-performance-changes-3n-dnv-cmp:
914       csit-vpp-perf-verify-2001-3n-dnv:
915         - 5   # NDRPDR sel
916         - 6   # NDRPDR sel
917         - 7   # NDRPDR sel
918         - 8   # NDRPDR sel
919         - 9   # NDRPDR sel
920         - 10  # NDRPDR sel
921         - 12  # NDRPDR sel
922         - 16  # NDRPDR sel
923         - 17  # NDRPDR sel
924         - 18  # NDRPDR sel
925     vpp-performance-changes-3n-dnv:
926       - "vpp-performance-changes-3n-dnv-ref"
927       - "vpp-performance-changes-3n-dnv-cmp"
928
929     vpp-performance-changes-3n-tsh-ref:
930       csit-vpp-perf-verify-1908-3n-tsh:
931         - 7   # NDRPDR sel
932         - 8   # NDRPDR sel
933         - 9   # NDRPDR sel
934         - 10  # NDRPDR sel
935         - 11  # NDRPDR sel
936         - 12  # NDRPDR sel
937         - 13  # NDRPDR sel
938         - 14  # NDRPDR sel
939         - 15  # NDRPDR sel
940         - 16  # NDRPDR sel
941     vpp-performance-changes-3n-tsh-cmp:
942       # TODO: Add the data
943       csit-vpp-perf-verify-2001-3n-tsh:
944         - 3   # NDRPDR sel
945         - 4   # NDRPDR sel
946         - 7   # NDRPDR sel
947         - 8   # NDRPDR sel
948         - 10  # NDRPDR sel
949         - 12  # NDRPDR sel
950         - 13  # NDRPDR sel
951         - 14  # NDRPDR sel
952         - 15  # NDRPDR sel
953     vpp-performance-changes-3n-tsh:
954       - "vpp-performance-changes-3n-tsh-ref"
955       - "vpp-performance-changes-3n-tsh-cmp"
956
957     vpp-soak-vs-ndr-2n-skx-ref:
958       # TODO: Replace
959       # csit-vpp-perf-verify-2001-2n-skx:
960       csit-vpp-perf-verify-1908-2n-skx:
961         - 26  # NDRPDR sel
962         - 27  # NDRPDR sel
963         - 34  # NDRPDR sel
964     vpp-soak-vs-ndr-2n-skx-cmp:
965       # TODO: Replace
966       # csit-vpp-perf-verify-2001-2n-skx:
967       csit-vpp-perf-verify-1908-2n-skx:
968         - 83  # SOAK
969         - 86  # SOAK
970     vpp-soak-vs-ndr-2n-skx:
971       # TODO: Replace
972       # csit-vpp-perf-verify-2001-2n-skx:
973       csit-vpp-perf-verify-1908-2n-skx:
974         - 26  # NDRPDR sel
975         - 27  # NDRPDR sel
976         - 34  # NDRPDR sel
977         - 83  # SOAK
978         - 86  # SOAK
979
980     vpp-performance-changes-3n-hsw-mrr-h1:
981       csit-vpp-perf-verify-1904-3n-hsw:
982         - 9   # MRR sel
983     vpp-performance-changes-3n-hsw-mrr-ref:
984       csit-vpp-perf-verify-1908-3n-hsw:
985         - 39  # MRR sel
986     vpp-performance-changes-3n-hsw-mrr-cmp:
987       csit-vpp-perf-verify-2001-3n-hsw:
988         - 17  # MRR sel
989     vpp-performance-changes-3n-hsw-mrr:
990       - "vpp-performance-changes-3n-hsw-mrr-h1"
991       - "vpp-performance-changes-3n-hsw-mrr-ref"
992       - "vpp-performance-changes-3n-hsw-mrr-cmp"
993
994     vpp-performance-changes-3n-skx-mrr-h1:
995       csit-vpp-perf-verify-1904-3n-skx:
996         - 7   # MRR sel
997     vpp-performance-changes-3n-skx-mrr-ref:
998       csit-vpp-perf-verify-1908-3n-skx:
999         - 36  # MRR sel
1000     vpp-performance-changes-3n-skx-mrr-cmp:
1001       # TODO: Replace
1002       # csit-vpp-perf-verify-2001-3n-skx:
1003       csit-vpp-perf-verify-1908-3n-skx:
1004         - 36  # MRR sel
1005     vpp-performance-changes-3n-skx-mrr:
1006       - "vpp-performance-changes-3n-skx-mrr-h1"
1007       - "vpp-performance-changes-3n-skx-mrr-ref"
1008       - "vpp-performance-changes-3n-skx-mrr-cmp"
1009
1010     vpp-performance-changes-2n-skx-mrr-h1:
1011       csit-vpp-perf-verify-1904-2n-skx:
1012         - 11  # MRR sel
1013     vpp-performance-changes-2n-skx-mrr-ref:
1014       csit-vpp-perf-verify-1908-2n-skx:
1015         - 69  # MRR sel
1016     vpp-performance-changes-2n-skx-mrr-cmp:
1017       # TODO: Replace
1018       # csit-vpp-perf-verify-2001-2n-skx:
1019       csit-vpp-perf-verify-1908-2n-skx:
1020         - 69  # MRR sel
1021     vpp-performance-changes-2n-skx-mrr:
1022       - "vpp-performance-changes-2n-skx-mrr-h1"
1023       - "vpp-performance-changes-2n-skx-mrr-ref"
1024       - "vpp-performance-changes-2n-skx-mrr-cmp"
1025
1026     vpp-performance-changes-nfv-2n-skx-mrr-ref:
1027       csit-vpp-perf-verify-1908-2n-skx:
1028         - 71  # NFV MRR
1029     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1030       # TODO: Replace
1031       # csit-vpp-perf-verify-2001-2n-skx:
1032       csit-vpp-perf-verify-1908-2n-skx:
1033         - 71  # NFV MRR
1034     vpp-performance-changes-nfv-2n-skx-mrr:
1035       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
1036       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
1037
1038     vpp-performance-changes-2n-dnv-mrr-ref:
1039       csit-vpp-perf-verify-1908-2n-dnv:
1040         - 11  # MRR sel
1041     vpp-performance-changes-2n-dnv-mrr-cmp:
1042       csit-vpp-perf-verify-2001-2n-dnv:
1043         - 12  # MRR sel
1044     vpp-performance-changes-2n-dnv-mrr:
1045       - "vpp-performance-changes-2n-dnv-mrr-ref"
1046       - "vpp-performance-changes-2n-dnv-mrr-cmp"
1047
1048     vpp-performance-changes-3n-dnv-mrr-ref:
1049       csit-vpp-perf-verify-1908-3n-dnv:
1050         - 17  # MRR sel
1051     vpp-performance-changes-3n-dnv-mrr-cmp:
1052       csit-vpp-perf-verify-2001-3n-dnv:
1053         - 11  # MRR sel
1054     vpp-performance-changes-3n-dnv-mrr:
1055       - "vpp-performance-changes-3n-dnv-mrr-ref"
1056       - "vpp-performance-changes-3n-dnv-mrr-cmp"
1057
1058     vpp-performance-changes-3n-tsh-mrr-ref:
1059       csit-vpp-perf-verify-1908-3n-tsh:
1060         - 17  # MRR sel
1061     vpp-performance-changes-3n-tsh-mrr-cmp:
1062       csit-vpp-perf-verify-2001-3n-tsh:
1063         - 9   # MRR sel
1064     vpp-performance-changes-3n-tsh-mrr:
1065       - "vpp-performance-changes-3n-tsh-mrr-ref"
1066       - "vpp-performance-changes-3n-tsh-mrr-cmp"
1067
1068     dpdk-performance-changes-3n-hsw-h1:
1069       csit-dpdk-perf-verify-1904-3n-hsw:
1070         - 2   # NDRPDR sel
1071         - 3   # NDRPDR sel
1072         - 5   # NDRPDR sel
1073         - 6   # NDRPDR sel
1074         - 13  # NDRPDR sel
1075         - 14  # NDRPDR sel
1076         - 15  # NDRPDR sel
1077         - 18  # NDRPDR sel
1078         - 19  # NDRPDR sel
1079         - 20  # NDRPDR sel
1080     dpdk-performance-changes-3n-hsw-ref:
1081       csit-dpdk-perf-verify-1908-3n-hsw:
1082         - 2   # NDRPDR sel
1083         - 3   # NDRPDR sel
1084         - 4   # NDRPDR sel
1085         - 5   # NDRPDR sel
1086         - 6   # NDRPDR sel
1087         - 7   # NDRPDR sel
1088         - 8   # NDRPDR sel
1089         - 9   # NDRPDR sel
1090         - 10  # NDRPDR sel
1091         - 11  # NDRPDR sel
1092     dpdk-performance-changes-3n-hsw-cmp:
1093       csit-dpdk-perf-verify-2001-3n-hsw:
1094 #        - 4   # NDRPDR sel
1095 #        - 5   # NDRPDR sel
1096 #        - 6   # NDRPDR sel
1097 #        - 7   # NDRPDR sel
1098 #        - 8   # NDRPDR sel
1099 #        - 9   # NDRPDR sel
1100 #        - 10  # NDRPDR sel
1101 #        - 11  # NDRPDR sel
1102 #        - 12  # NDRPDR sel
1103 #        - 13  # NDRPDR sel
1104         - 15  # NDRPDR sel
1105         - 16  # NDRPDR sel
1106         - 17  # NDRPDR sel
1107         - 18  # NDRPDR sel
1108         - 19  # NDRPDR sel
1109         - 20  # NDRPDR sel
1110         - 21  # NDRPDR sel
1111         - 22  # NDRPDR sel
1112         - 23  # NDRPDR sel
1113         - 24  # NDRPDR sel
1114     dpdk-performance-changes-3n-hsw:
1115       - "dpdk-performance-changes-3n-hsw-h1"
1116       - "dpdk-performance-changes-3n-hsw-ref"
1117       - "dpdk-performance-changes-3n-hsw-cmp"
1118
1119     dpdk-performance-changes-3n-skx-h1:
1120       csit-dpdk-perf-verify-1904-3n-skx:
1121         - 2   # NDRPDR sel
1122         - 3   # NDRPDR sel
1123         - 4   # NDRPDR sel
1124         - 5   # NDRPDR sel
1125         - 6   # NDRPDR sel
1126         - 7   # NDRPDR sel
1127         - 11  # NDRPDR sel
1128         - 12  # NDRPDR sel
1129         - 13  # NDRPDR sel
1130         - 14  # NDRPDR sel
1131     dpdk-performance-changes-3n-skx-ref:
1132       csit-dpdk-perf-verify-1908-3n-skx:
1133         - 3   # NDRPDR sel
1134         - 4   # NDRPDR sel
1135         - 5   # NDRPDR sel
1136         - 6   # NDRPDR sel
1137         - 7   # NDRPDR sel
1138         - 8   # NDRPDR sel
1139         - 9   # NDRPDR sel
1140         - 10  # NDRPDR sel
1141         - 11  # NDRPDR sel
1142         - 12  # NDRPDR sel
1143     dpdk-performance-changes-3n-skx-cmp:
1144       csit-dpdk-perf-verify-2001-3n-skx:
1145         - 1   # NDRPDR sel
1146         - 2   # NDRPDR sel
1147         - 3   # NDRPDR sel
1148         - 4   # NDRPDR sel
1149         - 5   # NDRPDR sel
1150         - 6   # NDRPDR sel
1151         - 7   # NDRPDR sel
1152         - 8   # NDRPDR sel
1153         - 9   # NDRPDR sel
1154         - 10  # NDRPDR sel
1155     dpdk-performance-changes-3n-skx:
1156       - "dpdk-performance-changes-3n-skx-h1"
1157       - "dpdk-performance-changes-3n-skx-ref"
1158       - "dpdk-performance-changes-3n-skx-cmp"
1159
1160     dpdk-performance-changes-2n-skx-h1:
1161       csit-dpdk-perf-verify-1904-2n-skx:
1162         - 2   # NDRPDR sel
1163         - 3   # NDRPDR sel
1164         - 4   # NDRPDR sel
1165         - 5   # NDRPDR sel
1166         - 7   # NDRPDR sel
1167         - 8   # NDRPDR sel
1168         - 9   # NDRPDR sel
1169         - 10  # NDRPDR sel
1170         - 11  # NDRPDR sel
1171         - 12  # NDRPDR sel
1172     dpdk-performance-changes-2n-skx-ref:
1173       csit-dpdk-perf-verify-1908-2n-skx:
1174         - 2   # NDRPDR sel
1175         - 3   # NDRPDR sel
1176         - 4   # NDRPDR sel
1177         - 5   # NDRPDR sel
1178         - 7   # NDRPDR sel
1179         - 8   # NDRPDR sel
1180         - 9   # NDRPDR sel
1181         - 10  # NDRPDR sel
1182         - 11  # NDRPDR sel
1183         - 12  # NDRPDR sel
1184     dpdk-performance-changes-2n-skx-cmp:
1185       csit-dpdk-perf-verify-2001-2n-skx:
1186         - 1   # NDRPDR sel
1187         - 2   # NDRPDR sel
1188         - 3   # NDRPDR sel
1189         - 4   # NDRPDR sel
1190         - 5   # NDRPDR sel
1191         - 6   # NDRPDR sel
1192         - 7   # NDRPDR sel
1193         - 8   # NDRPDR sel
1194         - 9   # NDRPDR sel
1195         - 10  # NDRPDR sel
1196         - 11  # NDRPDR sel
1197         - 13  # NDRPDR sel
1198         - 26  # NDRPDR sel
1199         - 16  # NDRPDR sel
1200         - 17  # NDRPDR sel
1201         - 18  # NDRPDR sel
1202         - 19  # NDRPDR sel
1203         - 27  # NDRPDR sel
1204         - 21  # NDRPDR sel
1205         - 25  # NDRPDR sel
1206     dpdk-performance-changes-2n-skx:
1207       - "dpdk-performance-changes-2n-skx-h1"
1208       - "dpdk-performance-changes-2n-skx-ref"
1209       - "dpdk-performance-changes-2n-skx-cmp"
1210
1211     # Compare testbeds
1212
1213     vpp-compare-testbeds-ref:
1214       csit-vpp-perf-verify-2001-3n-hsw:
1215         - 21  # NDRPDR sel
1216         - 22  # NDRPDR sel
1217         - 23  # NDRPDR sel
1218         - 24  # NDRPDR sel
1219         - 25  # NDRPDR sel
1220         - 29  # NDRPDR sel
1221         - 30  # NDRPDR sel
1222         - 31  # NDRPDR sel
1223         - 32  # NDRPDR sel
1224         - 34  # NDRPDR sel
1225     vpp-compare-testbeds-cmp:
1226       # TODO: Add the data
1227       csit-vpp-perf-verify-2001-3n-skx:
1228         - 14  # NDRPDR sel
1229         - 15  # NDRPDR sel
1230         - 16  # NDRPDR sel
1231     vpp-compare-testbeds:
1232       - "vpp-compare-testbeds-ref"
1233       - "vpp-compare-testbeds-cmp"
1234
1235     vpp-compare-testbeds-skx-clx-ref:
1236       # TODO: Add the data
1237       csit-vpp-perf-verify-2001-2n-skx:
1238         - 21  # NDRPDR sel
1239         - 22  # NDRPDR sel
1240         - 23  # NDRPDR sel
1241         - 26  # NDRPDR sel
1242         - 27  # NDRPDR sel
1243         - 29  # NDRPDR sel
1244     vpp-compare-testbeds-skx-clx-cmp:
1245       csit-vpp-perf-verify-2001-2n-clx:
1246         - 28  # NDRPDR sel
1247         - 29  # NDRPDR sel
1248         - 32  # NDRPDR sel
1249         - 40  # NDRPDR sel
1250         - 43  # NDRPDR sel
1251         - 44  # NDRPDR sel
1252         - 45  # NDRPDR sel
1253         - 47  # NDRPDR sel
1254         - 48  # NDRPDR sel
1255         - 49  # NDRPDR sel
1256     vpp-compare-testbeds-skx-clx:
1257       - "vpp-compare-testbeds-skx-clx-ref"
1258       - "vpp-compare-testbeds-skx-clx-cmp"
1259
1260     vpp-compare-testbeds-hsw-clx-ref:
1261       csit-vpp-perf-verify-2001-3n-hsw:
1262         - 21  # NDRPDR sel
1263         - 22  # NDRPDR sel
1264         - 23  # NDRPDR sel
1265         - 24  # NDRPDR sel
1266         - 25  # NDRPDR sel
1267         - 29  # NDRPDR sel
1268         - 30  # NDRPDR sel
1269         - 31  # NDRPDR sel
1270         - 32  # NDRPDR sel
1271         - 34  # NDRPDR sel
1272     vpp-compare-testbeds-hsw-clx-cmp:
1273       csit-vpp-perf-verify-2001-2n-clx:
1274         - 28  # NDRPDR sel
1275         - 29  # NDRPDR sel
1276         - 32  # NDRPDR sel
1277         - 40  # NDRPDR sel
1278         - 43  # NDRPDR sel
1279         - 44  # NDRPDR sel
1280         - 45  # NDRPDR sel
1281         - 47  # NDRPDR sel
1282         - 48  # NDRPDR sel
1283         - 49  # NDRPDR sel
1284     vpp-compare-testbeds-hsw-clx:
1285       - "vpp-compare-testbeds-hsw-clx-ref"
1286       - "vpp-compare-testbeds-hsw-clx-cmp"
1287
1288     vpp-compare-testbeds-mrr-ref:
1289       csit-vpp-perf-verify-2001-3n-hsw:
1290         - 17  # MRR sel
1291     vpp-compare-testbeds-mrr-cmp:
1292       # TODO: Replace
1293       # csit-vpp-perf-verify-2001-3n-skx:
1294       csit-vpp-perf-verify-1908-3n-skx:
1295         - 36  # MRR sel
1296     vpp-compare-testbeds-mrr:
1297       - "vpp-compare-testbeds-mrr-ref"
1298       - "vpp-compare-testbeds-mrr-cmp"
1299
1300     vpp-compare-testbeds-mrr-skx-clx-ref:
1301       # TODO: Replace
1302       # csit-vpp-perf-verify-2001-2n-skx:
1303       csit-vpp-perf-verify-1908-2n-skx:
1304         - 69  # MRR sel
1305     vpp-compare-testbeds-mrr-skx-clx-cmp:
1306       csit-vpp-perf-verify-2001-2n-clx:
1307         - 39  # MRR
1308     vpp-compare-testbeds-mrr-skx-clx:
1309       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1310       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1311
1312     vpp-compare-testbeds-mrr-hsw-clx-ref:
1313       csit-vpp-perf-verify-2001-3n-hsw:
1314         - 17  # MRR sel
1315     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1316       csit-vpp-perf-verify-2001-2n-clx:
1317         - 39  # MRR
1318     vpp-compare-testbeds-mrr-hsw-clx:
1319       - "vpp-compare-testbeds-mrr-hsw-clx-ref"
1320       - "vpp-compare-testbeds-mrr-hsw-clx-cmp"
1321
1322     dpdk-compare-testbeds-ref:
1323       csit-dpdk-perf-verify-2001-3n-hsw:
1324         - 4   # NDRPDR sel
1325         - 5   # NDRPDR sel
1326         - 6   # NDRPDR sel
1327         - 7   # NDRPDR sel
1328         - 8   # NDRPDR sel
1329         - 9   # NDRPDR sel
1330         - 10  # NDRPDR sel
1331         - 11  # NDRPDR sel
1332         - 12  # NDRPDR sel
1333         - 13  # NDRPDR sel
1334         - 15  # NDRPDR sel
1335         - 16  # NDRPDR sel
1336         - 17  # NDRPDR sel
1337         - 18  # NDRPDR sel
1338         - 19  # NDRPDR sel
1339         - 20  # NDRPDR sel
1340         - 21  # NDRPDR sel
1341         - 22  # NDRPDR sel
1342         - 23  # NDRPDR sel
1343         - 24  # NDRPDR sel
1344     dpdk-compare-testbeds-cmp:
1345       csit-dpdk-perf-verify-2001-3n-skx:
1346         - 1   # NDRPDR sel
1347         - 2   # NDRPDR sel
1348         - 3   # NDRPDR sel
1349         - 4   # NDRPDR sel
1350         - 5   # NDRPDR sel
1351         - 6   # NDRPDR sel
1352         - 7   # NDRPDR sel
1353         - 8   # NDRPDR sel
1354         - 9   # NDRPDR sel
1355         - 10  # NDRPDR sel
1356     dpdk-compare-testbeds:
1357       - "dpdk-compare-testbeds-ref"
1358       - "dpdk-compare-testbeds-cmp"
1359
1360     dpdk-compare-testbeds-skx-clx-ref:
1361       csit-dpdk-perf-verify-2001-2n-skx:
1362         - 1   # NDRPDR sel
1363         - 2   # NDRPDR sel
1364         - 3   # NDRPDR sel
1365         - 4   # NDRPDR sel
1366         - 5   # NDRPDR sel
1367         - 6   # NDRPDR sel
1368         - 7   # NDRPDR sel
1369         - 8   # NDRPDR sel
1370         - 9   # NDRPDR sel
1371         - 10  # NDRPDR sel
1372         - 11  # NDRPDR sel
1373         - 13  # NDRPDR sel
1374         - 26  # NDRPDR sel
1375         - 16  # NDRPDR sel
1376         - 17  # NDRPDR sel
1377         - 18  # NDRPDR sel
1378         - 19  # NDRPDR sel
1379         - 27  # NDRPDR sel
1380         - 21  # NDRPDR sel
1381         - 25  # NDRPDR sel
1382     dpdk-compare-testbeds-skx-clx-cmp:
1383       csit-dpdk-perf-verify-2001-2n-clx:
1384         - 15  # NDRPDR sel
1385         - 16  # NDRPDR sel
1386         - 17  # NDRPDR sel
1387         - 18  # NDRPDR sel
1388         - 19  # NDRPDR sel
1389         - 20  # NDRPDR sel
1390         - 21  # NDRPDR sel
1391         - 22  # NDRPDR sel
1392         - 23  # NDRPDR sel
1393         - 24  # NDRPDR sel
1394         - 25  # NDRPDR sel
1395         - 26  # NDRPDR sel
1396         - 27  # NDRPDR sel
1397         - 28  # NDRPDR sel
1398         - 29  # NDRPDR sel
1399         - 30  # NDRPDR sel
1400         - 31  # NDRPDR sel
1401         - 32  # NDRPDR sel
1402         - 33  # NDRPDR sel
1403         - 34  # NDRPDR sel
1404
1405     dpdk-compare-testbeds-skx-clx:
1406       - "dpdk-compare-testbeds-skx-clx-ref"
1407       - "dpdk-compare-testbeds-skx-clx-cmp"
1408
1409     # Compare topologies
1410
1411     vpp-compare-topologies-ref:
1412       # TODO: Add the data
1413       csit-vpp-perf-verify-2001-3n-skx:
1414         - 14  # NDRPDR sel
1415         - 15  # NDRPDR sel
1416         - 16  # NDRPDR sel
1417     vpp-compare-topologies-cmp:
1418       # TODO: Add the data
1419       csit-vpp-perf-verify-2001-2n-skx:
1420         - 21  # NDRPDR sel
1421         - 22  # NDRPDR sel
1422         - 23  # NDRPDR sel
1423         - 26  # NDRPDR sel
1424         - 27  # NDRPDR sel
1425         - 29  # NDRPDR sel
1426     vpp-compare-topologies:
1427       - "vpp-compare-topologies-ref"
1428       - "vpp-compare-topologies-cmp"
1429
1430     vpp-compare-topologies-mrr-ref:
1431       # TODO: Replace
1432       # csit-vpp-perf-verify-2001-3n-skx:
1433       csit-vpp-perf-verify-1908-3n-skx:
1434         - 36  # MRR sel
1435     vpp-compare-topologies-mrr-cmp:
1436       # TODO: Replace
1437       # csit-vpp-perf-verify-2001-2n-skx:
1438       csit-vpp-perf-verify-1908-2n-skx:
1439         - 69  # MRR sel
1440     vpp-compare-topologies-mrr:
1441       - "vpp-compare-topologies-mrr-ref"
1442       - "vpp-compare-topologies-mrr-cmp"
1443
1444     dpdk-compare-topologies-ref:
1445       csit-dpdk-perf-verify-2001-3n-skx:
1446         - 1   # NDRPDR sel
1447         - 2   # NDRPDR sel
1448         - 3   # NDRPDR sel
1449         - 4   # NDRPDR sel
1450         - 5   # NDRPDR sel
1451         - 6   # NDRPDR sel
1452         - 7   # NDRPDR sel
1453         - 8   # NDRPDR sel
1454         - 9   # NDRPDR sel
1455         - 10  # NDRPDR sel
1456     dpdk-compare-topologies-cmp:
1457       csit-dpdk-perf-verify-2001-2n-skx:
1458         - 1   # NDRPDR sel
1459         - 2   # NDRPDR sel
1460         - 3   # NDRPDR sel
1461         - 4   # NDRPDR sel
1462         - 5   # NDRPDR sel
1463         - 6   # NDRPDR sel
1464         - 7   # NDRPDR sel
1465         - 8   # NDRPDR sel
1466         - 9   # NDRPDR sel
1467         - 10  # NDRPDR sel
1468         - 11  # NDRPDR sel
1469         - 13  # NDRPDR sel
1470         - 26  # NDRPDR sel
1471         - 16  # NDRPDR sel
1472         - 17  # NDRPDR sel
1473         - 18  # NDRPDR sel
1474         - 19  # NDRPDR sel
1475         - 27  # NDRPDR sel
1476         - 21  # NDRPDR sel
1477         - 25  # NDRPDR sel
1478     dpdk-compare-topologies:
1479       - "dpdk-compare-topologies-ref"
1480       - "dpdk-compare-topologies-cmp"
1481
1482   plot-layouts:
1483
1484     plot-soak-throughput:
1485       titlefont:
1486         size: 18
1487       xaxis:
1488         title: "<b>Test Cases [Index]</b>"
1489         titlefont:
1490           size: 16
1491         autorange: True
1492         fixedrange: False
1493         gridcolor: "rgb(230, 230, 230)"
1494         linecolor: "rgb(220, 220, 220)"
1495         linewidth: 1
1496         showgrid: True
1497         showline: True
1498         showticklabels: True
1499         tickcolor: "rgb(220, 220, 220)"
1500         tickmode: "linear"
1501         tickfont:
1502           size: 16
1503         zeroline: False
1504       yaxis:
1505         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1506         titlefont:
1507           size: 16
1508         gridcolor: "rgb(230, 230, 230)"
1509         hoverformat: ".4r"
1510         tickformat: ".3r"
1511         linecolor: "rgb(220, 220, 220)"
1512         linewidth: 1
1513         showgrid: True
1514         showline: True
1515         showticklabels: True
1516         tickcolor: "rgb(220, 220, 220)"
1517         tickfont:
1518           size: 16
1519         zeroline: False
1520         range: [0,50]
1521       autosize: False
1522       margin:
1523         t: 50
1524         b: 0
1525         l: 80
1526         r: 20
1527       showlegend: True
1528       legend:
1529         orientation: "h"
1530         font:
1531           size: 16
1532       width: 700
1533       height: 900
1534       paper_bgcolor: "#fff"
1535       plot_bgcolor: "#fff"
1536       hoverlabel:
1537         namelength: -1
1538
1539     plot-service-density:
1540       titlefont:
1541         size: 18
1542       xaxis:
1543         side: "top"
1544         autorange: True
1545         fixedrange: False
1546         showgrid: False
1547         showline: False
1548         showticklabels: False
1549         ticks: ""
1550         ticklen: 0
1551         tickwidth: 0
1552         zeroline: False
1553       yaxis:
1554         autorange: "reversed"
1555         showgrid: False
1556         showline: False
1557         showticklabels: False
1558         ticks: ""
1559         ticklen: 0
1560         tickwidth: 0
1561         zeroline: False
1562       showlegend: False
1563       paper_bgcolor: "#fff"
1564       plot_bgcolor: "#fff"
1565       width: 700
1566       height: 700
1567       hoverlabel:
1568         namelength: -1
1569
1570     plot-cps:
1571       titlefont:
1572         size: 18
1573       xaxis:
1574         title: "<b>Test Cases [Index]</b>"
1575         titlefont:
1576           size: 16
1577         autorange: True
1578         fixedrange: False
1579         gridcolor: "rgb(230, 230, 230)"
1580         linecolor: "rgb(220, 220, 220)"
1581         linewidth: 1
1582         showgrid: True
1583         showline: True
1584         showticklabels: True
1585         tickcolor: "rgb(220, 220, 220)"
1586         tickmode: "linear"
1587         tickfont:
1588           size: 16
1589         zeroline: False
1590       yaxis:
1591         title: "<b>Connections Per Second [cps]</b>"
1592         titlefont:
1593           size: 16
1594         gridcolor: "rgb(230, 230, 230)"
1595         hoverformat: ".4s"
1596         linecolor: "rgb(220, 220, 220)"
1597         linewidth: 1
1598         rangemode: "tozero"
1599         showgrid: True
1600         showline: True
1601         showticklabels: True
1602         tickcolor: "rgb(220, 220, 220)"
1603         tickformat: ".3s"
1604         tickfont:
1605           size: 16
1606         zeroline: False
1607       boxmode: "group"
1608       boxgroupgap: 0.5
1609       autosize: False
1610       margin:
1611         t: 50
1612         b: 20
1613         l: 80
1614         r: 20
1615       showlegend: True
1616       legend:
1617         orientation: "h"
1618         font:
1619           size: 16
1620       width: 700
1621       height: 800
1622       paper_bgcolor: "#fff"
1623       plot_bgcolor: "#fff"
1624       hoverlabel:
1625         namelength: -1
1626
1627     plot-rps:
1628       titlefont:
1629         size: 18
1630       xaxis:
1631         title: "<b>Test Cases [Index]</b>"
1632         titlefont:
1633           size: 16
1634         autorange: True
1635         fixedrange: False
1636         gridcolor: "rgb(230, 230, 230)"
1637         linecolor: "rgb(220, 220, 220)"
1638         linewidth: 1
1639         showgrid: True
1640         showline: True
1641         showticklabels: True
1642         tickcolor: "rgb(220, 220, 220)"
1643         tickmode: "linear"
1644         tickfont:
1645           size: 16
1646         zeroline: False
1647       yaxis:
1648         title: "<b>Requests Per Second [rps]</b>"
1649         titlefont:
1650           size: 16
1651         gridcolor: "rgb(230, 230, 230)"
1652         hoverformat: ".4s"
1653         linecolor: "rgb(220, 220, 220)"
1654         linewidth: 1
1655         rangemode: "tozero"
1656         showgrid: True
1657         showline: True
1658         showticklabels: True
1659         tickcolor: "rgb(230, 230, 230)"
1660         tickformat: ".3s"
1661         tickfont:
1662           size: 16
1663         zeroline: False
1664       boxmode: "group"
1665       boxgroupgap: 0.5
1666       autosize: False
1667       margin:
1668         t: 50
1669         b: 20
1670         l: 80
1671         r: 20
1672       showlegend: True
1673       legend:
1674         orientation: "h"
1675         font:
1676           size: 16
1677       width: 700
1678       height: 800
1679       paper_bgcolor: "#fff"
1680       plot_bgcolor: "#fff"
1681       hoverlabel:
1682         namelength: -1
1683
1684     plot-throughput:
1685       titlefont:
1686         size: 18
1687       xaxis:
1688         title: "<b>Test Cases [Index]</b>"
1689         titlefont:
1690           size: 16
1691         autorange: True
1692         fixedrange: False
1693         gridcolor: "rgb(230, 230, 230)"
1694         linecolor: "rgb(220, 220, 220)"
1695         linewidth: 1
1696         showgrid: True
1697         showline: True
1698         showticklabels: True
1699         tickcolor: "rgb(220, 220, 220)"
1700         tickmode: "linear"
1701         tickfont:
1702           size: 16
1703         zeroline: False
1704       yaxis:
1705         title: "<b>Packet Throughput [Mpps]</b>"
1706         titlefont:
1707           size: 16
1708         gridcolor: "rgb(230, 230, 230)"
1709         hoverformat: ".4r"
1710         tickformat: ".3r"
1711         linecolor: "rgb(220, 220, 220)"
1712         linewidth: 1
1713         showgrid: True
1714         showline: True
1715         showticklabels: True
1716         tickcolor: "rgb(220, 220, 220)"
1717         tickfont:
1718           size: 16
1719         zeroline: False
1720         range: [0,50]
1721       autosize: False
1722       margin:
1723         t: 50
1724         b: 0
1725         l: 80
1726         r: 20
1727       showlegend: True
1728       legend:
1729         orientation: "h"
1730         font:
1731           size: 16
1732       width: 700
1733       height: 900
1734       paper_bgcolor: "#fff"
1735       plot_bgcolor: "#fff"
1736       hoverlabel:
1737         namelength: -1
1738
1739     plot-throughput-speedup-analysis:
1740       titlefont:
1741         size: 18
1742       xaxis:
1743         title: "<b>Number of Cores [Qty]</b>"
1744         titlefont:
1745           size: 16
1746         autorange: True
1747         fixedrange: False
1748         gridcolor: "rgb(230, 230, 230)"
1749         linecolor: "rgb(220, 220, 220)"
1750         linewidth: 1
1751         showgrid: True
1752         showline: True
1753         showticklabels: True
1754         tickcolor: "rgb(238, 238, 238)"
1755         tickmode: "linear"
1756         tickfont:
1757           size: 16
1758         zeroline: False
1759       yaxis:
1760         title: "<b>Packet Throughput [Mpps]</b>"
1761         titlefont:
1762           size: 16
1763         type: "linear"
1764         gridcolor: "rgb(230, 230, 230)"
1765         hoverformat: ".4s"
1766         linecolor: "rgb(220, 220, 220)"
1767         linewidth: 1
1768         showgrid: True
1769         showline: True
1770         showticklabels: True
1771         tickcolor: "rgb(220, 220, 220)"
1772         tickformat: ".4s"
1773         tickfont:
1774           size: 16
1775         zeroline: True
1776         rangemode: "tozero"
1777         range: [0,100]
1778       legend:
1779         orientation: "h"
1780         font:
1781           size: 16
1782         xanchor: "left"
1783         yanchor: "top"
1784         x: 0
1785         y: -0.2
1786         bgcolor: "rgba(255, 255, 255, 0)"
1787         bordercolor: "rgba(255, 255, 255, 0)"
1788         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1789       autosize: False
1790       margin:
1791           't': 50
1792           'b': 150
1793           'l': 85
1794           'r': 10
1795       showlegend: True
1796       width: 700
1797       height: 700
1798       paper_bgcolor: "#fff"
1799       plot_bgcolor: "#fff"
1800       hoverlabel:
1801         namelength: -1
1802       annotations: [
1803         {
1804           text: "_ _          __          ...",
1805           align: "left",
1806           showarrow: False,
1807           xref: "paper",
1808           yref: "paper",
1809           xanchor: "left",
1810           yanchor: "top",
1811           x: 0,
1812           y: -0.13,
1813           font: {
1814             family: "Consolas, Courier New",
1815             size: 15
1816           },
1817         },
1818         {
1819           text: "    Perfect     Measured     Limit",
1820           align: "left",
1821           showarrow: False,
1822           xref: "paper",
1823           yref: "paper",
1824           xanchor: "left",
1825           yanchor: "top",
1826           x: 0,
1827           y: -0.15,
1828           font: {
1829             family: "Consolas, Courier New",
1830             size: 15
1831           },
1832         },
1833       ]
1834
1835     plot-latency:
1836       titlefont:
1837         size: 18
1838       xaxis:
1839         title: "<b>Direction</b>"
1840         titlefont:
1841           size: 16
1842         autorange: True
1843         fixedrange: False
1844         gridcolor: "rgb(230, 230, 230)"
1845         linecolor: "rgb(220, 220, 220)"
1846         linewidth: 1
1847         showgrid: True
1848         showline: True
1849         showticklabels: False
1850         tickcolor: "rgb(220, 220, 220)"
1851         tickmode: "linear"
1852         tickfont:
1853           size: 16
1854         zeroline: False
1855       yaxis:
1856         title: "<b>Packet Latency [uSec]</b>"
1857         titlefont:
1858           size: 16
1859         type: "linear"
1860         gridcolor: "rgb(230, 230, 230)"
1861         hoverformat: ".4s"
1862         linecolor: "rgb(220, 220, 220)"
1863         linewidth: 1
1864         showgrid: True
1865         showline: True
1866         showticklabels: True
1867         tickcolor: "rgb(220, 220, 220)"
1868         tickformat: ".4s"
1869         tickfont:
1870           size: 16
1871         zeroline: True
1872         rangemode: "tozero"
1873       legend:
1874         orientation: "h"
1875         font:
1876           size: 16
1877         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1878       autosize: False
1879       margin:
1880           't': 50
1881           'b': 150
1882           'l': 80
1883           'r': 10
1884       showlegend: True
1885       width: 700
1886       height: 700
1887       paper_bgcolor: "#fff"
1888       plot_bgcolor: "#fff"
1889       hoverlabel:
1890         namelength: -1
1891
1892     plot-hdrh-latency:
1893       title:
1894         text: ""
1895         xanchor: "center"
1896         x: 0.5
1897         font:
1898           size: 16
1899       width: 700
1900       plot_bgcolor: "white"
1901       annotations:
1902         - font:
1903             size: 14
1904           showarrow: False
1905           text: "<b>Packet Latency [uSec]</b>"
1906           x: 1
1907           xanchor: "right"
1908           xref: "paper"
1909           y: -0.045
1910           yanchor: "top"
1911           yref: "paper"
1912         - font:
1913             size: 14
1914           showarrow: False
1915           text: "<b>Probability [%]</b>"
1916           textangle: 270
1917           x: -0.06
1918           xanchor: "center"
1919           xref: "paper"
1920           y: 0.5
1921           yanchor: "middle"
1922           yref: "paper"
1923         - font:
1924             size: 14
1925           showarrow: False
1926           text: "<b>Direction: E-W</b>"
1927           x: 0.24
1928           xanchor: "center"
1929           xref: "paper"
1930           y: 1.05
1931           yanchor: "bottom"
1932           yref: "paper"
1933         - font:
1934             size: 14
1935           showarrow: False
1936           text: "<b>Direction: W-E</b>"
1937           x: 0.74
1938           xanchor: "center"
1939           xref: "paper"
1940           y: 1.05
1941           yanchor: "bottom"
1942           yref: "paper"
1943
1944     plot-hdrh-latency-percentile:
1945       title:
1946         text: ""
1947         xanchor: "center"
1948         x: 0.5
1949         font:
1950           size: 18
1951       xaxis:
1952         type: "log"
1953         title: "<b>Percentile [%]</b>"
1954         titlefont:
1955           size: 16
1956         autorange: True
1957         fixedrange: False
1958         gridcolor: "rgb(230, 230, 230)"
1959         linecolor: "rgb(220, 220, 220)"
1960         linewidth: 1
1961         showgrid: True
1962         showline: True
1963         showticklabels: True
1964         tickcolor: "rgb(220, 220, 220)"
1965         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
1966         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
1967         tickfont:
1968           size: 16
1969       yaxis:
1970         title: "<b>Packet Latency [uSec]</b>"
1971         titlefont:
1972           size: 16
1973         gridcolor: "rgb(230, 230, 230)"
1974         linecolor: "rgb(220, 220, 220)"
1975         linewidth: 1
1976         showgrid: True
1977         showline: True
1978         showticklabels: True
1979         tickcolor: "rgb(220, 220, 220)"
1980         tickfont:
1981           size: 16
1982       autosize: False
1983       showlegend: True
1984       legend:
1985         traceorder: "normal"
1986         orientation: "h"
1987         font:
1988           size: 16
1989         xanchor: "left"
1990         yanchor: "top"
1991         x: 0
1992         y: -0.15
1993         bgcolor: "rgba(255, 255, 255, 0)"
1994         bordercolor: "rgba(255, 255, 255, 0)"
1995       width: 700
1996       height: 700
1997       paper_bgcolor: "white"
1998       plot_bgcolor: "white"
1999
2000     plot-hdrh-latency-by-percentile:
2001       title:
2002         text: "<b>Latency by Percentile Distribution</b>"
2003         xanchor: "center"
2004         x: 0.5
2005         font:
2006           size: 18
2007       showlegend: True
2008       legend:
2009         traceorder: "normal"
2010         orientation: "h"
2011         font:
2012           size: 16
2013         xanchor: "left"
2014         yanchor: "top"
2015         x: 0
2016         y: -0.2
2017         bgcolor: "rgba(255, 255, 255, 0)"
2018         bordercolor: "rgba(255, 255, 255, 0)"
2019       xaxis:
2020         type: "linear"
2021         title: "<b>Percentile [%]</b>"
2022         titlefont:
2023           size: 14
2024         autorange: False
2025         fixedrange: False
2026         range: [0, 100]
2027         gridcolor: "rgb(230, 230, 230)"
2028         linecolor: "rgb(220, 220, 220)"
2029         linewidth: 1
2030         showgrid: True
2031         showline: True
2032         showticklabels: True
2033         tickcolor: "rgb(220, 220, 220)"
2034         tickvals: [0, 25, 50, 75, 100]
2035         ticktext: [0, 25, 50, 75, 100]
2036         tickfont:
2037           size: 14
2038       yaxis:
2039         title: "<b>One-Way Latency per Direction [uSec]</b>"
2040         titlefont:
2041           size: 14
2042         gridcolor: "rgb(230, 230, 230)"
2043         linecolor: "rgb(220, 220, 220)"
2044         linewidth: 1
2045         showgrid: True
2046         showline: True
2047         showticklabels: True
2048         tickcolor: "rgb(220, 220, 220)"
2049         tickfont:
2050           size: 14
2051       width: 700
2052       height: 700
2053       paper_bgcolor: "white"
2054       plot_bgcolor: "white"
2055
2056 - type: "static"
2057   src-path: "{DIR[RST]}"
2058   dst-path: "{DIR[WORKING,SRC]}"
2059
2060 - type: "input"
2061   general:
2062     file-name: "output_info.xml.gz"
2063     file-format: ".gz"
2064     arch-file-format:
2065       - ".gz"
2066       - ".zip"
2067     download-path: "{job}/{build}/archives/{filename}"
2068     extract: "output.xml"
2069
2070     zip-file-name: "robot-plugin.zip"
2071     zip-file-format: ".zip"
2072     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2073     zip-extract: "robot-plugin/output.xml"
2074
2075   builds:
2076
2077     csit-vpp-perf-verify-1904-3n-hsw:
2078       - 9   # MRR sel
2079       - 11  # NDRPDR sel
2080       - 12  # NDRPDR sel
2081       - 20  # NDRPDR sel
2082       - 21  # NDRPDR sel
2083       - 23  # NDRPDR sel
2084       - 24  # NDRPDR sel
2085       - 25  # NDRPDR sel
2086       - 26  # NDRPDR sel
2087       - 29  # NDRPDR sel
2088       - 30  # NDRPDR sel
2089     csit-vpp-perf-verify-1908-3n-hsw:
2090       - 12  # NDRPDR sel
2091       - 13  # NDRPDR sel
2092       - 14  # NDRPDR sel
2093       - 15  # NDRPDR sel
2094       - 16  # NDRPDR sel
2095       - 17  # NDRPDR sel
2096       - 18  # NDRPDR sel
2097       - 19  # NDRPDR sel
2098       - 20  # NDRPDR sel
2099       - 21  # NDRPDR sel
2100       - 48  # NDRPDR sel vhost
2101       - 49  # NDRPDR sel vhost
2102       - 52  # NDRPDR sel vhost
2103       - 53  # NDRPDR sel vhost
2104       - 54  # NDRPDR sel vhost
2105       - 55  # NDRPDR sel vhost
2106       - 56  # NDRPDR sel vhost
2107       - 57  # NDRPDR sel vhost
2108       - 58  # NDRPDR sel vhost
2109       - 59  # NDRPDR sel vhost
2110       - 39  # MRR sel
2111     csit-vpp-perf-verify-2001-3n-hsw:
2112       - 21  # NDRPDR sel
2113       - 22  # NDRPDR sel
2114       - 23  # NDRPDR sel
2115       - 24  # NDRPDR sel
2116       - 25  # NDRPDR sel
2117       - 29  # NDRPDR sel
2118       - 30  # NDRPDR sel
2119       - 31  # NDRPDR sel
2120       - 32  # NDRPDR sel
2121       - 34  # NDRPDR sel
2122       - 17  # MRR sel
2123       - 18  # NDRPDR full
2124       - 20  # NDRPDR full
2125       - 28  # NDRPDR full
2126       - 35  # NDRPDR full
2127       - 42  # NDRPDR full
2128       - 46  # NDRPDR full
2129       - 47  # NDRPDR full
2130       - 48  # NDRPDR full
2131       - 49  # NDRPDR full
2132       - 50  # NDRPDR full
2133       - 51  # NDRPDR full
2134       - 52  # NDRPDR full
2135       - 53  # NDRPDR full
2136       - 54  # NDRPDR full
2137       - 55  # NDRPDR full
2138       - 56  # NDRPDR full
2139       - 57  # NDRPDR full
2140       - 58  # NDRPDR full
2141       - 59  # NDRPDR full
2142       - 61  # NDRPDR full
2143       - 62  # NDRPDR full
2144       - 63  # NDRPDR full
2145       - 64  # NDRPDR full
2146       - 65  # NDRPDR full
2147       - 67  # NDRPDR full
2148       - 70  # NDRPDR full
2149       - 72  # NDRPDR full
2150       - 73  # NDRPDR full
2151       - 76  # NDRPDR full
2152       - 77  # NDRPDR full
2153       - 78  # NDRPDR full
2154       - 79  # NDRPDR full
2155       - 81  # NDRPDR full
2156       - 82  # NDRPDR full
2157       - 84  # NDRPDR full
2158       - 85  # NDRPDR full
2159
2160 #    csit-vpp-perf-verify-1904-3n-skx:
2161 #      - 7   # MRR sel
2162 #      - 8   # NDRPDR sel
2163 #      - 9   # NDRPDR sel
2164 #      - 10  # NDRPDR sel
2165 #      - 11  # NDRPDR sel
2166 #      - 12  # NDRPDR sel
2167 #      - 14  # NDRPDR sel
2168 #      - 16  # NDRPDR sel
2169 #      - 21  # NDRPDR sel
2170 #      - 23  # NDRPDR sel
2171 #      - 25  # NDRPDR sel
2172 #    csit-vpp-perf-verify-1908-3n-skx:
2173 #      - 14  # NDRPDR sel
2174 #      - 16  # NDRPDR sel
2175 #      - 19  # NDRPDR sel
2176 #      - 20  # NDRPDR sel
2177 #      - 22  # NDRPDR sel
2178 #      - 23  # NDRPDR sel
2179 #      - 24  # NDRPDR sel
2180 #      - 25  # NDRPDR sel
2181 #      - 26  # NDRPDR sel
2182 #      - 29  # NDRPDR sel
2183 #      - 52  # NDRPDR sel vhost
2184 #      - 53  # NDRPDR sel vhost
2185 #      - 55  # NDRPDR sel vhost
2186 #      - 61  # NDRPDR sel vhost
2187 #      - 62  # NDRPDR sel vhost
2188 #      - 63  # NDRPDR sel vhost
2189 #      - 64  # NDRPDR sel vhost
2190 #      - 65  # NDRPDR sel vhost
2191 #      - 66  # NDRPDR sel vhost
2192 #      - 67  # NDRPDR sel vhost
2193 #      - 36  # MRR sel
2194 #    csit-vpp-perf-verify-2001-3n-skx:
2195 #      - 14  # NDRPDR sel
2196 #      - 15  # NDRPDR sel
2197 #      - 16  # NDRPDR sel
2198
2199 #    csit-vpp-perf-verify-1904-2n-skx:
2200 #      - 11  # MRR sel
2201 #      - 12  # NDRPDR sel
2202 #      - 14  # NDRPDR sel
2203 #      - 16  # NDRPDR sel
2204 #      - 17  # NDRPDR sel
2205 #      - 18  # NDRPDR sel
2206 #      - 21  # NDRPDR sel
2207 #      - 27  # NDRPDR sel
2208 #      - 30  # NDRPDR sel
2209 #      - 31  # NDRPDR sel
2210 #      - 32  # NDRPDR sel
2211 #    csit-vpp-perf-verify-1908-2n-skx:
2212 #      - 26  # NDRPDR sel
2213 #      - 27  # NDRPDR sel
2214 #      - 34  # NDRPDR sel
2215 #      - 35  # NDRPDR sel
2216 #      - 36  # NDRPDR sel
2217 #      - 42  # NDRPDR sel
2218 #      - 43  # NDRPDR sel
2219 #      - 44  # NDRPDR sel
2220 #      - 45  # NDRPDR sel
2221 #      - 46  # NDRPDR sel
2222 #      - 88  # NDRPDR sel vhost
2223 #      - 89  # NDRPDR sel vhost
2224 #      - 91  # NDRPDR sel vhost
2225 #      - 92  # NDRPDR sel vhost
2226 #      - 93  # NDRPDR sel vhost
2227 #      - 94  # NDRPDR sel vhost
2228 #      - 95  # NDRPDR sel vhost
2229 #      - 96  # NDRPDR sel vhost
2230 #      - 97  # NDRPDR sel vhost
2231 #      - 98  # NDRPDR sel vhost
2232 #      - 69  # MRR sel
2233 #      - 29  # TCP
2234 #      - 30  # TCP
2235 #      - 58  # TCP
2236 #      - 22  # NFV
2237 #      - 31  # NFV
2238 #      - 32  # NFV
2239 #      - 71  # NFV MRR
2240 #      - 113 # NFV reconf sel
2241 #      - 114 # NFV reconf sel
2242 #      - 115 # NFV reconf sel
2243 #      - 83  # SOAK
2244 #      - 86  # SOAK
2245 #    csit-vpp-perf-verify-2001-2n-skx:
2246 #      - 21  # NDRPDR sel
2247 #      - 22  # NDRPDR sel
2248 #      - 23  # NDRPDR sel
2249 #      - 26  # NDRPDR sel
2250 #      - 27  # NDRPDR sel
2251 #      - 29  # NDRPDR sel
2252 #      - 32  # NDRPDR full
2253 #      - 33  # NDRPDR full
2254 #      - 30  # NFV
2255 #      - 31  # NFV
2256
2257     csit-vpp-perf-verify-2001-2n-clx:
2258       - 28  # NDRPDR sel
2259       - 29  # NDRPDR sel
2260       - 32  # NDRPDR sel
2261       - 40  # NDRPDR sel
2262       - 43  # NDRPDR sel
2263       - 44  # NDRPDR sel
2264       - 45  # NDRPDR sel
2265       - 47  # NDRPDR sel
2266       - 48  # NDRPDR sel
2267       - 49  # NDRPDR sel
2268       - 39  # MRR
2269       - 53  # NDRPDR full
2270       - 54  # NDRPDR full
2271       - 55  # NDRPDR full
2272       - 56  # NDRPDR full
2273       - 57  # NDRPDR full
2274       - 58  # NDRPDR full
2275       - 59  # NDRPDR full
2276       - 60  # NDRPDR full
2277       - 61  # NDRPDR full
2278       - 62  # NDRPDR full
2279       - 63  # NDRPDR full
2280       - 64  # NDRPDR full
2281       - 65  # NDRPDR full
2282       - 66  # NDRPDR full
2283       - 67  # NDRPDR full
2284       - 68  # Reconf
2285       - 69  # Reconf
2286       - 70  # Reconf
2287       - 71  # Reconf
2288       - 72  # Reconf
2289       - 73  # Reconf
2290       - 74  # Reconf
2291       - 75  # Reconf
2292       - 76  # Reconf
2293       - 77  # Reconf
2294
2295     csit-vpp-perf-verify-1908-3n-tsh:
2296       - 7   # NDRPDR sel
2297       - 8   # NDRPDR sel
2298       - 9   # NDRPDR sel
2299       - 10  # NDRPDR sel
2300       - 11  # NDRPDR sel
2301       - 12  # NDRPDR sel
2302       - 13  # NDRPDR sel
2303       - 14  # NDRPDR sel
2304       - 15  # NDRPDR sel
2305       - 16  # NDRPDR sel
2306       - 17  # MRR sel
2307     csit-vpp-perf-verify-2001-3n-tsh:
2308       - 3   # NDRPDR sel
2309       - 4   # NDRPDR sel
2310       - 7   # NDRPDR sel
2311       - 8   # NDRPDR sel
2312       - 10  # NDRPDR sel
2313       - 12  # NDRPDR sel
2314       - 13  # NDRPDR sel
2315       - 14  # NDRPDR sel
2316       - 15  # NDRPDR sel
2317       - 9   # MRR sel
2318
2319     csit-vpp-perf-verify-1908-3n-dnv:
2320       - 6   # NDRPDR sel
2321       - 7   # NDRPDR sel
2322       - 8   # NDRPDR sel
2323       - 9   # NDRPDR sel
2324       - 10  # NDRPDR sel
2325       - 12  # NDRPDR sel
2326       - 13  # NDRPDR sel
2327       - 14  # NDRPDR sel
2328       - 15  # NDRPDR sel
2329       - 16  # NDRPDR sel
2330       - 17  # MRR sel
2331     csit-vpp-perf-verify-2001-3n-dnv:
2332       - 5   # NDRPDR sel
2333       - 6   # NDRPDR sel
2334       - 7   # NDRPDR sel
2335       - 8   # NDRPDR sel
2336       - 9   # NDRPDR sel
2337       - 10  # NDRPDR sel
2338       - 12  # NDRPDR sel
2339       - 16  # NDRPDR sel
2340       - 17  # NDRPDR sel
2341       - 18  # NDRPDR sel
2342       - 11  # MRR sel
2343       - 19  # NDRPDR full
2344       - 20  # NDRPDR full
2345       - 21  # NDRPDR full
2346       - 22  # NDRPDR full
2347       - 23  # NDRPDR full
2348       - 24  # NDRPDR full
2349       - 25  # NDRPDR full
2350       - 26  # NDRPDR full
2351       - 37  # NDRPDR full
2352       - 38  # NDRPDR full
2353       - 39  # NDRPDR full
2354
2355     csit-vpp-perf-verify-1908-2n-dnv:
2356       - 1   # NDRPDR sel
2357       - 2   # NDRPDR sel
2358       - 3   # NDRPDR sel
2359       - 4   # NDRPDR sel
2360       - 5   # NDRPDR sel
2361       - 6   # NDRPDR sel
2362       - 7   # NDRPDR sel
2363       - 8   # NDRPDR sel
2364       - 9   # NDRPDR sel
2365       - 10  # NDRPDR sel
2366       - 11  # MRR sel
2367     csit-vpp-perf-verify-2001-2n-dnv:
2368       - 4   # NDRPDR sel
2369       - 5   # NDRPDR sel
2370       - 6   # NDRPDR sel
2371       - 7   # NDRPDR sel
2372       - 8   # NDRPDR sel
2373       - 9   # NDRPDR sel
2374       - 10  # NDRPDR sel
2375       - 11  # NDRPDR sel
2376       - 13  # NDRPDR sel
2377       - 16  # NDRPDR sel
2378       - 12  # MRR sel
2379       - 21  # NDRPDR full
2380       - 22  # NDRPDR full
2381       - 25  # NDRPDR full
2382       - 26  # NDRPDR full
2383       - 27  # NDRPDR full
2384       - 28  # NDRPDR full
2385
2386     csit-dpdk-perf-verify-1904-3n-hsw:
2387       - 2   # NDRPDR sel
2388       - 3   # NDRPDR sel
2389       - 5   # NDRPDR sel
2390       - 6   # NDRPDR sel
2391       - 13  # NDRPDR sel
2392       - 14  # NDRPDR sel
2393       - 15  # NDRPDR sel
2394       - 18  # NDRPDR sel
2395       - 19  # NDRPDR sel
2396       - 20  # NDRPDR sel
2397     csit-dpdk-perf-verify-1908-3n-hsw:
2398       - 2   # NDRPDR sel
2399       - 3   # NDRPDR sel
2400       - 4   # NDRPDR sel
2401       - 5   # NDRPDR sel
2402       - 6   # NDRPDR sel
2403       - 7   # NDRPDR sel
2404       - 8   # NDRPDR sel
2405       - 9   # NDRPDR sel
2406       - 10  # NDRPDR sel
2407       - 11  # NDRPDR sel
2408     csit-dpdk-perf-verify-2001-3n-hsw:
2409       - 4   # NDRPDR sel
2410       - 5   # NDRPDR sel
2411       - 6   # NDRPDR sel
2412       - 7   # NDRPDR sel
2413       - 8   # NDRPDR sel
2414       - 9   # NDRPDR sel
2415       - 10  # NDRPDR sel
2416       - 11  # NDRPDR sel
2417       - 12  # NDRPDR sel
2418       - 13  # NDRPDR sel
2419       - 15  # NDRPDR sel
2420       - 16  # NDRPDR sel
2421       - 17  # NDRPDR sel
2422       - 18  # NDRPDR sel
2423       - 19  # NDRPDR sel
2424       - 20  # NDRPDR sel
2425       - 21  # NDRPDR sel
2426       - 22  # NDRPDR sel
2427       - 23  # NDRPDR sel
2428       - 24  # NDRPDR sel
2429       - 25  # NDRPDR full
2430       - 26  # NDRPDR full
2431
2432 #    csit-dpdk-perf-verify-1904-3n-skx:
2433 #      - 2   # NDRPDR sel
2434 #      - 3   # NDRPDR sel
2435 #      - 4   # NDRPDR sel
2436 #      - 5   # NDRPDR sel
2437 #      - 6   # NDRPDR sel
2438 #      - 7   # NDRPDR sel
2439 #      - 11  # NDRPDR sel
2440 #      - 12  # NDRPDR sel
2441 #      - 13  # NDRPDR sel
2442 #      - 14  # NDRPDR sel
2443 #    csit-dpdk-perf-verify-1908-3n-skx:
2444 #      - 3   # NDRPDR sel
2445 #      - 4   # NDRPDR sel
2446 #      - 5   # NDRPDR sel
2447 #      - 6   # NDRPDR sel
2448 #      - 7   # NDRPDR sel
2449 #      - 8   # NDRPDR sel
2450 #      - 9   # NDRPDR sel
2451 #      - 10  # NDRPDR sel
2452 #      - 11  # NDRPDR sel
2453 #      - 12  # NDRPDR sel
2454 #    csit-dpdk-perf-verify-2001-3n-skx:
2455 #      - 1   # NDRPDR sel
2456 #      - 2   # NDRPDR sel
2457 #      - 3   # NDRPDR sel
2458 #      - 4   # NDRPDR sel
2459 #      - 5   # NDRPDR sel
2460 #      - 6   # NDRPDR sel
2461 #      - 7   # NDRPDR sel
2462 #      - 8   # NDRPDR sel
2463 #      - 9   # NDRPDR sel
2464 #      - 10  # NDRPDR sel
2465
2466 #    csit-dpdk-perf-verify-1904-2n-skx:
2467 #      - 2   # NDRPDR sel
2468 #      - 3   # NDRPDR sel
2469 #      - 4   # NDRPDR sel
2470 #      - 5   # NDRPDR sel
2471 #      - 7   # NDRPDR sel
2472 #      - 8   # NDRPDR sel
2473 #      - 9   # NDRPDR sel
2474 #      - 10  # NDRPDR sel
2475 #      - 11  # NDRPDR sel
2476 #      - 12  # NDRPDR sel
2477 #    csit-dpdk-perf-verify-1908-2n-skx:
2478 #      - 2   # NDRPDR sel
2479 #      - 3   # NDRPDR sel
2480 #      - 4   # NDRPDR sel
2481 #      - 5   # 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 #    csit-dpdk-perf-verify-2001-2n-skx:
2489 #      - 1   # NDRPDR sel
2490 #      - 2   # NDRPDR sel
2491 #      - 3   # NDRPDR sel
2492 #      - 4   # NDRPDR sel
2493 #      - 5   # NDRPDR sel
2494 #      - 6   # NDRPDR sel
2495 #      - 7   # NDRPDR sel
2496 #      - 8   # NDRPDR sel
2497 #      - 9   # NDRPDR sel
2498 #      - 10  # NDRPDR sel
2499 #      - 11  # NDRPDR sel
2500 #      - 13  # NDRPDR sel
2501 #      - 26  # NDRPDR sel
2502 #      - 16  # NDRPDR sel
2503 #      - 17  # NDRPDR sel
2504 #      - 18  # NDRPDR sel
2505 #      - 19  # NDRPDR sel
2506 #      - 27  # NDRPDR sel
2507 #      - 21  # NDRPDR sel
2508 #      - 25  # NDRPDR sel
2509
2510     csit-dpdk-perf-verify-2001-2n-clx:
2511       - 15  # NDRPDR sel
2512       - 16  # NDRPDR sel
2513       - 17  # NDRPDR sel
2514       - 18  # NDRPDR sel
2515       - 19  # NDRPDR sel
2516       - 20  # NDRPDR sel
2517       - 21  # NDRPDR sel
2518       - 22  # NDRPDR sel
2519       - 23  # NDRPDR sel
2520       - 24  # NDRPDR sel
2521       - 25  # NDRPDR sel
2522       - 26  # NDRPDR sel
2523       - 27  # NDRPDR sel
2524       - 28  # NDRPDR sel
2525       - 29  # NDRPDR sel
2526       - 30  # NDRPDR sel
2527       - 31  # NDRPDR sel
2528       - 32  # NDRPDR sel
2529       - 33  # NDRPDR sel
2530       - 34  # NDRPDR sel
2531
2532     csit-dpdk-perf-verify-2001-2n-dnv:
2533       - 9   # NDRPDR sel
2534       - 10  # NDRPDR sel
2535       - 11  # NDRPDR sel
2536       - 12  # NDRPDR sel
2537       - 13  # NDRPDR sel
2538       - 14  # NDRPDR sel
2539       - 15  # NDRPDR sel
2540       - 16  # NDRPDR sel
2541       - 17  # NDRPDR sel
2542       - 18  # NDRPDR sel
2543
2544     csit-dpdk-perf-verify-2001-3n-dnv:
2545       - 12  # NDRPDR sel
2546       - 13  # NDRPDR sel
2547       - 14  # NDRPDR sel
2548       - 15  # NDRPDR sel
2549       - 16  # NDRPDR sel
2550       - 17  # NDRPDR sel
2551       - 18  # NDRPDR sel
2552       - 19  # NDRPDR sel
2553       - 20  # NDRPDR sel
2554       - 22  # NDRPDR sel
2555
2556     csit-dpdk-perf-verify-2001-3n-tsh:
2557       - 3   # NDRPDR sel
2558       - 4   # NDRPDR sel
2559       - 5   # NDRPDR sel
2560       - 9   # NDRPDR sel
2561       - 10  # NDRPDR sel
2562       - 11  # NDRPDR sel
2563       - 12  # NDRPDR sel
2564       - 14  # NDRPDR sel
2565       - 15  # NDRPDR sel
2566       - 18  # NDRPDR sel
2567
2568     csit-vpp-device-2001-ubuntu1804-1n-skx:
2569       - 57
2570
2571 - type: "output"
2572   output: "report"
2573   format:
2574     html:
2575     - full
2576 #    pdf:
2577 #    - minimal
2578
2579 ################################################################################
2580 ###                               T A B L E S                                ###
2581 ################################################################################
2582
2583 ## VPP Soak vs NDR
2584 #- type: "table"
2585 #  title: "VPP Soak vs NDR 2n-skx"
2586 #  algorithm: "table_soak_vs_ndr"
2587 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2588 #  reference:
2589 #    title: "NDR"
2590 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
2591 #  compare:
2592 #    title: "Soak"
2593 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
2594 #  data: "vpp-soak-vs-ndr-2n-skx"
2595 #  include-tests: "NDR"
2596 #  filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2597 #  parameters:
2598 #    - "throughput"
2599 #    - "name"
2600 #    - "parent"
2601
2602 ################################################################################
2603
2604 ## VPP Compare NICs 3n-skx 2t1c ndr
2605 #- type: "table"
2606 #  title: "VPP Compare NICs 3n-skx 2t1c ndr"
2607 #  algorithm: "table_nics_comparison"
2608 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2609 #  reference:
2610 #    title: "x710"
2611 #    nic: "NIC_Intel-X710"
2612 #  compare:
2613 #    title: "xxv710"
2614 #    nic: "NIC_Intel-XXV710"
2615 #  data: "vpp-nic-comparison-3n-skx"
2616 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2617 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2618 #  parameters:
2619 #  - "name"
2620 #  - "parent"
2621 #  - "throughput"
2622 #  - "tags"
2623 #
2624 ## VPP Compare NICs 3n-skx 4t2c ndr
2625 #- type: "table"
2626 #  title: "VPP Compare NICs 3n-skx 4t2c ndr"
2627 #  algorithm: "table_nics_comparison"
2628 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2629 #  reference:
2630 #    title: "x710"
2631 #    nic: "NIC_Intel-X710"
2632 #  compare:
2633 #    title: "xxv710"
2634 #    nic: "NIC_Intel-XXV710"
2635 #  data: "vpp-nic-comparison-3n-skx"
2636 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2637 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2638 #  parameters:
2639 #  - "name"
2640 #  - "parent"
2641 #  - "throughput"
2642 #  - "tags"
2643 #
2644 ## VPP Compare NICs 3n-skx 2t1c pdr
2645 #- type: "table"
2646 #  title: "VPP Compare NICs 3n-skx 2t1c pdr"
2647 #  algorithm: "table_nics_comparison"
2648 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2649 #  reference:
2650 #    title: "x710"
2651 #    nic: "NIC_Intel-X710"
2652 #  compare:
2653 #    title: "xxv710"
2654 #    nic: "NIC_Intel-XXV710"
2655 #  data: "vpp-nic-comparison-3n-skx"
2656 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2657 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2658 #  parameters:
2659 #  - "name"
2660 #  - "parent"
2661 #  - "throughput"
2662 #  - "tags"
2663 #
2664 # # VPP Compare NICs 3n-skx 4t2c pdr
2665 #- type: "table"
2666 #  title: "VPP Compare NICs 3n-skx 4t2c pdr"
2667 #  algorithm: "table_nics_comparison"
2668 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2669 #  reference:
2670 #    title: "x710"
2671 #    nic: "NIC_Intel-X710"
2672 #  compare:
2673 #    title: "xxv710"
2674 #    nic: "NIC_Intel-XXV710"
2675 #  data: "vpp-nic-comparison-3n-skx"
2676 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2677 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2678 #  parameters:
2679 #  - "name"
2680 #  - "parent"
2681 #  - "throughput"
2682 #  - "tags"
2683 #
2684 ## VPP Compare NICs 3n-skx 2t1c mrr
2685 #- type: "table"
2686 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2687 #  algorithm: "table_nics_comparison"
2688 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2689 #  reference:
2690 #    title: "x710"
2691 #    nic: "NIC_Intel-X710"
2692 #  compare:
2693 #    title: "xxv710"
2694 #    nic: "NIC_Intel-XXV710"
2695 #  data: "vpp-nic-comparison-3n-skx-mrr"
2696 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2697 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2698 #  parameters:
2699 #  - "name"
2700 #  - "parent"
2701 #  - "result"
2702 #  - "tags"
2703 #
2704 ## VPP Compare NICs 3n-skx 4t2c mrr
2705 #- type: "table"
2706 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2707 #  algorithm: "table_nics_comparison"
2708 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2709 #  reference:
2710 #    title: "x710"
2711 #    nic: "NIC_Intel-X710"
2712 #  compare:
2713 #    title: "xxv710"
2714 #    nic: "NIC_Intel-XXV710"
2715 #  data: "vpp-nic-comparison-3n-skx-mrr"
2716 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2717 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2718 #  parameters:
2719 #  - "name"
2720 #  - "parent"
2721 #  - "result"
2722 #  - "tags"
2723 #
2724 # # VPP Compare NICs 3n-skx 8t4c mrr
2725 #- type: "table"
2726 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2727 #  algorithm: "table_nics_comparison"
2728 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2729 #  reference:
2730 #    title: "x710"
2731 #    nic: "NIC_Intel-X710"
2732 #  compare:
2733 #    title: "xxv710"
2734 #    nic: "NIC_Intel-XXV710"
2735 #  data: "vpp-nic-comparison-3n-skx-mrr"
2736 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2737 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2738 #  parameters:
2739 #  - "name"
2740 #  - "parent"
2741 #  - "result"
2742 #  - "tags"
2743 #
2744 ## VPP Compare NICs 2n-skx 2t1c ndr
2745 #- type: "table"
2746 #  title: "VPP Compare NICs 2n-skx 2t1c ndr"
2747 #  algorithm: "table_nics_comparison"
2748 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2749 #  reference:
2750 #    title: "x710"
2751 #    nic: "NIC_Intel-X710"
2752 #  compare:
2753 #    title: "xxv710"
2754 #    nic: "NIC_Intel-XXV710"
2755 #  data: "vpp-nic-comparison-2n-skx"
2756 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2757 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2758 #  parameters:
2759 #  - "name"
2760 #  - "parent"
2761 #  - "throughput"
2762 #  - "tags"
2763 #
2764 ## VPP Compare NICs 2n-skx 4t2c ndr
2765 #- type: "table"
2766 #  title: "VPP Compare NICs 2n-skx 4t2c ndr"
2767 #  algorithm: "table_nics_comparison"
2768 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2769 #  reference:
2770 #    title: "x710"
2771 #    nic: "NIC_Intel-X710"
2772 #  compare:
2773 #    title: "xxv710"
2774 #    nic: "NIC_Intel-XXV710"
2775 #  data: "vpp-nic-comparison-2n-skx"
2776 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2777 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2778 #  parameters:
2779 #  - "name"
2780 #  - "parent"
2781 #  - "throughput"
2782 #  - "tags"
2783 #
2784 # # VPP Compare NICs 2n-skx 2t1c pdr
2785 #- type: "table"
2786 #  title: "VPP Compare NICs 2n-skx 2t1c pdr"
2787 #  algorithm: "table_nics_comparison"
2788 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2789 #  reference:
2790 #    title: "x710"
2791 #    nic: "NIC_Intel-X710"
2792 #  compare:
2793 #    title: "xxv710"
2794 #    nic: "NIC_Intel-XXV710"
2795 #  data: "vpp-nic-comparison-2n-skx"
2796 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2797 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2798 #  parameters:
2799 #  - "name"
2800 #  - "parent"
2801 #  - "throughput"
2802 #  - "tags"
2803 #
2804 ## VPP Compare NICs 2n-skx 4t2c pdr
2805 #- type: "table"
2806 #  title: "VPP Compare NICs 2n-skx 4t2c pdr"
2807 #  algorithm: "table_nics_comparison"
2808 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2809 #  reference:
2810 #    title: "x710"
2811 #    nic: "NIC_Intel-X710"
2812 #  compare:
2813 #    title: "xxv710"
2814 #    nic: "NIC_Intel-XXV710"
2815 #  data: "vpp-nic-comparison-2n-skx"
2816 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2817 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2818 #  parameters:
2819 #  - "name"
2820 #  - "parent"
2821 #  - "throughput"
2822 #  - "tags"
2823 #
2824 ## VPP Compare NICs 2n-skx 2t1c mrr
2825 #- type: "table"
2826 #  title: "VPP Compare NICs 2n-skx 2t1c mrr"
2827 #  algorithm: "table_nics_comparison"
2828 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2829 #  reference:
2830 #    title: "x710"
2831 #    nic: "NIC_Intel-X710"
2832 #  compare:
2833 #    title: "xxv710"
2834 #    nic: "NIC_Intel-XXV710"
2835 #  data: "vpp-nic-comparison-2n-skx-mrr"
2836 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2837 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2838 #  parameters:
2839 #  - "name"
2840 #  - "parent"
2841 #  - "result"
2842 #  - "tags"
2843 #
2844 ## VPP Compare NICs 2n-skx 4t2c mrr
2845 #- type: "table"
2846 #  title: "VPP Compare NICs 2n-skx 4t2c mrr"
2847 #  algorithm: "table_nics_comparison"
2848 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2849 #  reference:
2850 #    title: "x710"
2851 #    nic: "NIC_Intel-X710"
2852 #  compare:
2853 #    title: "xxv710"
2854 #    nic: "NIC_Intel-XXV710"
2855 #  data: "vpp-nic-comparison-2n-skx-mrr"
2856 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2857 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2858 #  parameters:
2859 #  - "name"
2860 #  - "parent"
2861 #  - "result"
2862 #  - "tags"
2863 #
2864 ## VPP Compare NICs 2n-skx 8t4c mrr
2865 #- type: "table"
2866 #  title: "VPP Compare NICs 2n-skx 8t4c mrr"
2867 #  algorithm: "table_nics_comparison"
2868 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2869 #  reference:
2870 #    title: "x710"
2871 #    nic: "NIC_Intel-X710"
2872 #  compare:
2873 #    title: "xxv710"
2874 #    nic: "NIC_Intel-XXV710"
2875 #  data: "vpp-nic-comparison-2n-skx-mrr"
2876 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2877 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2878 #  parameters:
2879 #  - "name"
2880 #  - "parent"
2881 #  - "result"
2882 #  - "tags"
2883
2884 ################################################################################
2885 # VPP
2886
2887 # VPP Performance Changes 3n-hsw 1t1c pdr
2888 - type: "table"
2889   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2890   algorithm: "table_perf_comparison"
2891   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2892   history:
2893     - title: "rls1904"
2894       data: "vpp-performance-changes-3n-hsw-h1"
2895   reference:
2896     title: "rls1908"
2897     data: "vpp-performance-changes-3n-hsw-ref"
2898     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2899   compare:
2900     title: "rls2001"
2901     data: "vpp-performance-changes-3n-hsw-cmp"
2902   data: "vpp-performance-changes-3n-hsw"
2903   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2904   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2905   parameters:
2906   - "name"
2907   - "parent"
2908   - "throughput"
2909
2910 # VPP Performance Changes 3n-hsw 2t2c pdr
2911 - type: "table"
2912   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2913   algorithm: "table_perf_comparison"
2914   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2915   history:
2916     - title: "rls1904"
2917       data: "vpp-performance-changes-3n-hsw-h1"
2918   reference:
2919     title: "rls1908"
2920     data: "vpp-performance-changes-3n-hsw-ref"
2921     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2922   compare:
2923     title: "rls2001"
2924     data: "vpp-performance-changes-3n-hsw-cmp"
2925   data: "vpp-performance-changes-3n-hsw"
2926   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2927   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2928   parameters:
2929   - "name"
2930   - "parent"
2931   - "throughput"
2932
2933 # VPP Performance Changes 3n-hsw 1t1c ndr
2934 - type: "table"
2935   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2936   algorithm: "table_perf_comparison"
2937   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2938   history:
2939     - title: "rls1904"
2940       data: "vpp-performance-changes-3n-hsw-h1"
2941   reference:
2942     title: "rls1908"
2943     data: "vpp-performance-changes-3n-hsw-ref"
2944     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2945   compare:
2946     title: "rls2001"
2947     data: "vpp-performance-changes-3n-hsw-cmp"
2948   data: "vpp-performance-changes-3n-hsw"
2949   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2950   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2951   parameters:
2952   - "name"
2953   - "parent"
2954   - "throughput"
2955
2956 # VPP Performance Changes 3n-hsw 2t2c ndr
2957 - type: "table"
2958   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2959   algorithm: "table_perf_comparison"
2960   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2961   history:
2962     - title: "rls1904"
2963       data: "vpp-performance-changes-3n-hsw-h1"
2964   reference:
2965     title: "rls1908"
2966     data: "vpp-performance-changes-3n-hsw-ref"
2967     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2968   compare:
2969     title: "rls2001"
2970     data: "vpp-performance-changes-3n-hsw-cmp"
2971   data: "vpp-performance-changes-3n-hsw"
2972   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2973   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2974   parameters:
2975   - "name"
2976   - "parent"
2977   - "throughput"
2978
2979 ## VPP Performance Changes 3n-skx 2t1c pdr
2980 #- type: "table"
2981 #  title: "VPP Performance Changes 3n-skx 2t1c pdr"
2982 #  algorithm: "table_perf_comparison_nic"
2983 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2984 #  history:
2985 #    - title: "rls1904 x710"
2986 #      data: "vpp-performance-changes-3n-skx-h1"
2987 #      nic: "NIC_Intel-X710"
2988 #  reference:
2989 #    title: "rls1908 xxv710"
2990 #    data: "vpp-performance-changes-3n-skx-ref"
2991 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2992 #    nic: "NIC_Intel-XXV710"
2993 #  compare:
2994 #    title: "rls2001 xxv710"
2995 #    data: "vpp-performance-changes-3n-skx-cmp"
2996 #    nic: "NIC_Intel-XXV710"
2997 #  data: "vpp-performance-changes-3n-skx"
2998 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2999 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3000 #  parameters:
3001 #  - "name"
3002 #  - "parent"
3003 #  - "throughput"
3004 #  - "tags"
3005 #
3006 ## VPP Performance Changes 3n-skx 4t2c pdr
3007 #- type: "table"
3008 #  title: "VPP Performance Changes 3n-skx 4t2c pdr"
3009 #  algorithm: "table_perf_comparison_nic"
3010 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3011 #  history:
3012 #    - title: "rls1904 x710"
3013 #      data: "vpp-performance-changes-3n-skx-h1"
3014 #      nic: "NIC_Intel-X710"
3015 #  reference:
3016 #    title: "rls1908 x710"
3017 #    data: "vpp-performance-changes-3n-skx-ref"
3018 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3019 #    nic: "NIC_Intel-X710"
3020 #  compare:
3021 #    title: "rls2001 xxv710"
3022 #    data: "vpp-performance-changes-3n-skx-cmp"
3023 #    nic: "NIC_Intel-XXV710"
3024 #  data: "vpp-performance-changes-3n-skx"
3025 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3026 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3027 #  parameters:
3028 #  - "name"
3029 #  - "parent"
3030 #  - "throughput"
3031 #  - "tags"
3032 #
3033 ## VPP Performance Changes 3n-skx 2t1c ndr
3034 #- type: "table"
3035 #  title: "VPP Performance Changes 3n-skx 2t1c ndr"
3036 #  algorithm: "table_perf_comparison_nic"
3037 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3038 #  history:
3039 #    - title: "rls1904 x710"
3040 #      data: "vpp-performance-changes-3n-skx-h1"
3041 #      nic: "NIC_Intel-X710"
3042 #  reference:
3043 #    title: "rls1908 x710"
3044 #    data: "vpp-performance-changes-3n-skx-ref"
3045 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3046 #    nic: "NIC_Intel-X710"
3047 #  compare:
3048 #    title: "rls2001 xxv710"
3049 #    data: "vpp-performance-changes-3n-skx-cmp"
3050 #    nic: "NIC_Intel-XXV710"
3051 #  data: "vpp-performance-changes-3n-skx"
3052 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3053 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3054 #  parameters:
3055 #  - "name"
3056 #  - "parent"
3057 #  - "throughput"
3058 #  - "tags"
3059 #
3060 ## VPP Performance Changes 3n-skx 4t2c ndr
3061 #- type: "table"
3062 #  title: "VPP Performance Changes 3n-skx 4t2c ndr"
3063 #  algorithm: "table_perf_comparison_nic"
3064 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3065 #  history:
3066 #    - title: "rls1904 x710"
3067 #      data: "vpp-performance-changes-3n-skx-h1"
3068 #      nic: "NIC_Intel-X710"
3069 #  reference:
3070 #    title: "rls1908 x710"
3071 #    data: "vpp-performance-changes-3n-skx-ref"
3072 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3073 #    nic: "NIC_Intel-X710"
3074 #  compare:
3075 #    title: "rls2001 xxv710"
3076 #    data: "vpp-performance-changes-3n-skx-cmp"
3077 #    nic: "NIC_Intel-XXV710"
3078 #  data: "vpp-performance-changes-3n-skx"
3079 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3080 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3081 #  parameters:
3082 #  - "name"
3083 #  - "parent"
3084 #  - "throughput"
3085 #  - "tags"
3086 #
3087 ## VPP Performance Changes 2n-skx 2t1c pdr
3088 #- type: "table"
3089 #  title: "VPP Performance Changes 2n-skx 2t1c pdr"
3090 #  algorithm: "table_perf_comparison_nic"
3091 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3092 #  history:
3093 #    - title: "rls1904 x710"
3094 #      data: "vpp-performance-changes-2n-skx-h1"
3095 #      nic: "NIC_Intel-X710"
3096 #  reference:
3097 #    title: "rls1908 xxv710"
3098 #    data: "vpp-performance-changes-2n-skx-ref"
3099 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3100 #    nic: "NIC_Intel-XXV710"
3101 #  compare:
3102 #    title: "rls2001 xxv710"
3103 #    data: "vpp-performance-changes-2n-skx-cmp"
3104 #    nic: "NIC_Intel-XXV710"
3105 #  data: "vpp-performance-changes-2n-skx"
3106 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3107 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3108 #  parameters:
3109 #  - "name"
3110 #  - "parent"
3111 #  - "throughput"
3112 #  - "tags"
3113 #
3114 ## VPP Performance Changes 2n-skx 4t2c pdr
3115 #- type: "table"
3116 #  title: "VPP Performance Changes 2n-skx 4t2c pdr"
3117 #  algorithm: "table_perf_comparison_nic"
3118 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3119 #  history:
3120 #    - title: "rls1904 x710"
3121 #      data: "vpp-performance-changes-2n-skx-h1"
3122 #      nic: "NIC_Intel-X710"
3123 #  reference:
3124 #    title: "rls1908 xxv710"
3125 #    data: "vpp-performance-changes-2n-skx-ref"
3126 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3127 #    nic: "NIC_Intel-XXV710"
3128 #  compare:
3129 #    title: "rls2001 xxv710"
3130 #    data: "vpp-performance-changes-2n-skx-cmp"
3131 #    nic: "NIC_Intel-XXV710"
3132 #  data: "vpp-performance-changes-2n-skx"
3133 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3134 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3135 #  parameters:
3136 #  - "name"
3137 #  - "parent"
3138 #  - "throughput"
3139 #  - "tags"
3140 #
3141 ## VPP Performance Changes 2n-skx 2t1c ndr
3142 #- type: "table"
3143 #  title: "VPP Performance Changes 2n-skx 2t1c ndr"
3144 #  algorithm: "table_perf_comparison_nic"
3145 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3146 #  history:
3147 #    - title: "rls1904 x710"
3148 #      data: "vpp-performance-changes-2n-skx-h1"
3149 #      nic: "NIC_Intel-X710"
3150 #  reference:
3151 #    title: "rls1908 xxv710"
3152 #    data: "vpp-performance-changes-2n-skx-ref"
3153 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3154 #    nic: "NIC_Intel-XXV710"
3155 #  compare:
3156 #    title: "rls2001 xxv710"
3157 #    data: "vpp-performance-changes-2n-skx-cmp"
3158 #    nic: "NIC_Intel-XXV710"
3159 #  data: "vpp-performance-changes-2n-skx"
3160 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3161 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3162 #  parameters:
3163 #  - "name"
3164 #  - "parent"
3165 #  - "throughput"
3166 #  - "tags"
3167 #
3168 ## VPP Performance Changes 2n-skx 4t2c ndr
3169 #- type: "table"
3170 #  title: "VPP Performance Changes 2n-skx 4t2c ndr"
3171 #  algorithm: "table_perf_comparison_nic"
3172 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3173 #  history:
3174 #    - title: "rls1904 x710"
3175 #      data: "vpp-performance-changes-2n-skx-h1"
3176 #      nic: "NIC_Intel-X710"
3177 #  reference:
3178 #    title: "rls1908 xxv710"
3179 #    data: "vpp-performance-changes-2n-skx-ref"
3180 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3181 #    nic: "NIC_Intel-XXV710"
3182 #  compare:
3183 #    title: "rls2001 xxv710"
3184 #    data: "vpp-performance-changes-2n-skx-cmp"
3185 #    nic: "NIC_Intel-XXV710"
3186 #  data: "vpp-performance-changes-2n-skx"
3187 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3188 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3189 #  parameters:
3190 #  - "name"
3191 #  - "parent"
3192 #  - "throughput"
3193 #  - "tags"
3194 #
3195 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
3196 #- type: "table"
3197 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
3198 #  algorithm: "table_perf_comparison"
3199 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
3200 #  reference:
3201 #    title: "rls1908"
3202 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3203 #  compare:
3204 #    title: "rls2001"
3205 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3206 #  data: "vpp-performance-changes-nfv-2n-skx"
3207 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3208 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3209 #  parameters:
3210 #  - "name"
3211 #  - "parent"
3212 #  - "throughput"
3213 #  - "tags"
3214 #
3215 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
3216 #- type: "table"
3217 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
3218 #  algorithm: "table_perf_comparison"
3219 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
3220 #  reference:
3221 #    title: "rls1908"
3222 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3223 #  compare:
3224 #    title: "rls2001"
3225 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3226 #  data: "vpp-performance-changes-nfv-2n-skx"
3227 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3228 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3229 #  parameters:
3230 #  - "name"
3231 #  - "parent"
3232 #  - "throughput"
3233 #  - "tags"
3234 #
3235 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
3236 #- type: "table"
3237 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
3238 #  algorithm: "table_perf_comparison"
3239 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
3240 #  reference:
3241 #    title: "rls1908"
3242 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3243 #  compare:
3244 #    title: "rls2001"
3245 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3246 #  data: "vpp-performance-changes-nfv-2n-skx"
3247 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3248 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3249 #  parameters:
3250 #  - "name"
3251 #  - "parent"
3252 #  - "throughput"
3253 #  - "tags"
3254 #
3255 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
3256 #- type: "table"
3257 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
3258 #  algorithm: "table_perf_comparison"
3259 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
3260 #  reference:
3261 #    title: "rls1908"
3262 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3263 #  compare:
3264 #    title: "rls2001"
3265 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3266 #  data: "vpp-performance-changes-nfv-2n-skx"
3267 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3268 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3269 #  parameters:
3270 #  - "name"
3271 #  - "parent"
3272 #  - "throughput"
3273 #  - "tags"
3274
3275 # VPP Performance Changes 2n-dnv 1t1c pdr
3276 - type: "table"
3277   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3278   algorithm: "table_perf_comparison"
3279   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3280   reference:
3281     title: "rls1908"
3282     data: "vpp-performance-changes-2n-dnv-ref"
3283   compare:
3284     title: "rls2001"
3285     data: "vpp-performance-changes-2n-dnv-cmp"
3286   data: "vpp-performance-changes-2n-dnv"
3287   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3288   filter: "'1T1C'"
3289   parameters:
3290   - "name"
3291   - "parent"
3292   - "throughput"
3293   - "tags"
3294
3295 # VPP Performance Changes 2n-dnv 2t2c pdr
3296 - type: "table"
3297   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3298   algorithm: "table_perf_comparison"
3299   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3300   reference:
3301     title: "rls1908"
3302     data: "vpp-performance-changes-2n-dnv-ref"
3303   compare:
3304     title: "rls2001"
3305     data: "vpp-performance-changes-2n-dnv-cmp"
3306   data: "vpp-performance-changes-2n-dnv"
3307   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3308   filter: "'2T2C'"
3309   parameters:
3310   - "name"
3311   - "parent"
3312   - "throughput"
3313   - "tags"
3314
3315 # VPP Performance Changes 2n-dnv 1t1c ndr
3316 - type: "table"
3317   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3318   algorithm: "table_perf_comparison"
3319   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3320   reference:
3321     title: "rls1908"
3322     data: "vpp-performance-changes-2n-dnv-ref"
3323   compare:
3324     title: "rls2001"
3325     data: "vpp-performance-changes-2n-dnv-cmp"
3326   data: "vpp-performance-changes-2n-dnv"
3327   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3328   filter: "'1T1C'"
3329   parameters:
3330   - "name"
3331   - "parent"
3332   - "throughput"
3333   - "tags"
3334
3335 # VPP Performance Changes 2n-dnv 2t2c ndr
3336 - type: "table"
3337   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3338   algorithm: "table_perf_comparison"
3339   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3340   reference:
3341     title: "rls1908 "
3342     data: "vpp-performance-changes-2n-dnv-ref"
3343   compare:
3344     title: "rls2001"
3345     data: "vpp-performance-changes-2n-dnv-cmp"
3346   data: "vpp-performance-changes-2n-dnv"
3347   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3348   filter: "'2T2C'"
3349   parameters:
3350   - "name"
3351   - "parent"
3352   - "throughput"
3353   - "tags"
3354
3355 # VPP Performance Changes 3n-dnv 1t1c pdr
3356 - type: "table"
3357   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3358   algorithm: "table_perf_comparison"
3359   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3360   reference:
3361     title: "rls1908"
3362     data: "vpp-performance-changes-3n-dnv-ref"
3363   compare:
3364     title: "rls2001"
3365     data: "vpp-performance-changes-3n-dnv-cmp"
3366   data: "vpp-performance-changes-3n-dnv"
3367   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3368   filter: "'1T1C'"
3369   parameters:
3370   - "name"
3371   - "parent"
3372   - "throughput"
3373   - "tags"
3374
3375 # VPP Performance Changes 3n-dnv 2t2c pdr
3376 - type: "table"
3377   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3378   algorithm: "table_perf_comparison"
3379   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3380   reference:
3381     title: "rls1908"
3382     data: "vpp-performance-changes-3n-dnv-ref"
3383   compare:
3384     title: "rls2001"
3385     data: "vpp-performance-changes-3n-dnv-cmp"
3386   data: "vpp-performance-changes-3n-dnv"
3387   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3388   filter: "'2T2C'"
3389   parameters:
3390   - "name"
3391   - "parent"
3392   - "throughput"
3393   - "tags"
3394
3395 # VPP Performance Changes 3n-dnv 1t1c ndr
3396 - type: "table"
3397   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3398   algorithm: "table_perf_comparison"
3399   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3400   reference:
3401     title: "rls1908"
3402     data: "vpp-performance-changes-3n-dnv-ref"
3403   compare:
3404     title: "rls2001"
3405     data: "vpp-performance-changes-3n-dnv-cmp"
3406   data: "vpp-performance-changes-3n-dnv"
3407   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3408   filter: "'1T1C'"
3409   parameters:
3410   - "name"
3411   - "parent"
3412   - "throughput"
3413   - "tags"
3414
3415 # VPP Performance Changes 3n-dnv 2t2c ndr
3416 - type: "table"
3417   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3418   algorithm: "table_perf_comparison"
3419   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3420   reference:
3421     title: "rls1908"
3422     data: "vpp-performance-changes-3n-dnv-ref"
3423   compare:
3424     title: "rls2001"
3425     data: "vpp-performance-changes-3n-dnv-cmp"
3426   data: "vpp-performance-changes-3n-dnv"
3427   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3428   filter: "'2T2C'"
3429   parameters:
3430   - "name"
3431   - "parent"
3432   - "throughput"
3433   - "tags"
3434
3435 # VPP Performance Changes 3n-tsh 1t1c pdr
3436 - type: "table"
3437   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3438   algorithm: "table_perf_comparison"
3439   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3440   reference:
3441     title: "rls1908"
3442     data: "vpp-performance-changes-3n-tsh-ref"
3443   compare:
3444     title: "rls2001"
3445     data: "vpp-performance-changes-3n-tsh-cmp"
3446   data: "vpp-performance-changes-3n-tsh"
3447   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3448   filter: "'1T1C'"
3449   parameters:
3450   - "name"
3451   - "parent"
3452   - "throughput"
3453   - "tags"
3454
3455 # VPP Performance Changes 3n-tsh 2t2c pdr
3456 - type: "table"
3457   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3458   algorithm: "table_perf_comparison"
3459   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3460   reference:
3461     title: "rls1908"
3462     data: "vpp-performance-changes-3n-tsh-ref"
3463   compare:
3464     title: "rls2001"
3465     data: "vpp-performance-changes-3n-tsh-cmp"
3466   data: "vpp-performance-changes-3n-tsh"
3467   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3468   filter: "'2T2C'"
3469   parameters:
3470   - "name"
3471   - "parent"
3472   - "throughput"
3473   - "tags"
3474
3475 # VPP Performance Changes 3n-tsh 1t1c ndr
3476 - type: "table"
3477   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3478   algorithm: "table_perf_comparison"
3479   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3480   reference:
3481     title: "rls1908"
3482     data: "vpp-performance-changes-3n-tsh-ref"
3483   compare:
3484     title: "rls2001"
3485     data: "vpp-performance-changes-3n-tsh-cmp"
3486   data: "vpp-performance-changes-3n-tsh"
3487   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3488   filter: "'1T1C'"
3489   parameters:
3490   - "name"
3491   - "parent"
3492   - "throughput"
3493   - "tags"
3494
3495 # VPP Performance Changes 3n-tsh 2t2c ndr
3496 - type: "table"
3497   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3498   algorithm: "table_perf_comparison"
3499   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3500   reference:
3501     title: "rls1908"
3502     data: "vpp-performance-changes-3n-tsh-ref"
3503   compare:
3504     title: "rls2001"
3505     data: "vpp-performance-changes-3n-tsh-cmp"
3506   data: "vpp-performance-changes-3n-tsh"
3507   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3508   filter: "'2T2C'"
3509   parameters:
3510   - "name"
3511   - "parent"
3512   - "throughput"
3513   - "tags"
3514
3515 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3516 #- type: "table"
3517 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3518 #  algorithm: "table_perf_comparison_nic"
3519 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3520 #  reference:
3521 #    title: "3n-hsw xl710"
3522 #    data: "vpp-compare-testbeds-ref"
3523 #    nic: "NIC_Intel-XL710"
3524 #  compare:
3525 #    title: "3n-skx xxv710"
3526 #    data: "vpp-compare-testbeds-cmp"
3527 #    nic: "NIC_Intel-XXV710"
3528 #  data: "vpp-compare-testbeds"
3529 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3530 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3531 #  parameters:
3532 #  - "name"
3533 #  - "parent"
3534 #  - "throughput"
3535 #  - "tags"
3536 #
3537 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3538 #- type: "table"
3539 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3540 #  algorithm: "table_perf_comparison_nic"
3541 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3542 #  reference:
3543 #    title: "3n-hsw xl710"
3544 #    data: "vpp-compare-testbeds-ref"
3545 #    nic: "NIC_Intel-XL710"
3546 #  compare:
3547 #    title: "3n-skx xxv710"
3548 #    data: "vpp-compare-testbeds-cmp"
3549 #    nic: "NIC_Intel-XXV710"
3550 #  data: "vpp-compare-testbeds"
3551 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3552 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3553 #  parameters:
3554 #  - "name"
3555 #  - "parent"
3556 #  - "throughput"
3557 #  - "tags"
3558 #
3559 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3560 #- type: "table"
3561 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3562 #  algorithm: "table_perf_comparison_nic"
3563 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3564 #  reference:
3565 #    title: "3n-hsw xl710"
3566 #    data: "vpp-compare-testbeds-ref"
3567 #    nic: "NIC_Intel-XL710"
3568 #  compare:
3569 #    title: "3n-skx xxv710"
3570 #    data: "vpp-compare-testbeds-cmp"
3571 #    nic: "NIC_Intel-XXV710"
3572 #  data: "vpp-compare-testbeds"
3573 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3574 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3575 #  parameters:
3576 #  - "name"
3577 #  - "parent"
3578 #  - "throughput"
3579 #  - "tags"
3580 #
3581 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3582 #- type: "table"
3583 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3584 #  algorithm: "table_perf_comparison_nic"
3585 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3586 #  reference:
3587 #    title: "3n-hsw xl710"
3588 #    data: "vpp-compare-testbeds-ref"
3589 #    nic: "NIC_Intel-XL710"
3590 #  compare:
3591 #    title: "3n-skx xxv710"
3592 #    data: "vpp-compare-testbeds-cmp"
3593 #    nic: "NIC_Intel-XXV710"
3594 #  data: "vpp-compare-testbeds"
3595 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3596 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3597 #  parameters:
3598 #  - "name"
3599 #  - "parent"
3600 #  - "throughput"
3601 #  - "tags"
3602
3603 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3604 #- type: "table"
3605 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3606 #  algorithm: "table_perf_comparison"
3607 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3608 #  reference:
3609 #    title: "2n-skx"
3610 #    data: "vpp-compare-testbeds-skx-clx-ref"
3611 #  compare:
3612 #    title: "2n-clx"
3613 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3614 #  data: "vpp-compare-testbeds-skx-clx"
3615 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3616 #  filter: "'2T1C'"
3617 #  parameters:
3618 #  - "name"
3619 #  - "parent"
3620 #  - "throughput"
3621 #  - "tags"
3622 #
3623 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3624 #- type: "table"
3625 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3626 #  algorithm: "table_perf_comparison"
3627 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3628 #  reference:
3629 #    title: "2n-skx"
3630 #    data: "vpp-compare-testbeds-skx-clx-ref"
3631 #  compare:
3632 #    title: "2n-clx"
3633 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3634 #  data: "vpp-compare-testbeds-skx-clx"
3635 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3636 #  filter: "'4T2C'"
3637 #  parameters:
3638 #  - "name"
3639 #  - "parent"
3640 #  - "throughput"
3641 #  - "tags"
3642 #
3643 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3644 #- type: "table"
3645 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3646 #  algorithm: "table_perf_comparison"
3647 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3648 #  reference:
3649 #    title: "2n-skx"
3650 #    data: "vpp-compare-testbeds-skx-clx-ref"
3651 #  compare:
3652 #    title: "2n-clx"
3653 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3654 #  data: "vpp-compare-testbeds-skx-clx"
3655 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3656 #  filter: "'2T1C'"
3657 #  parameters:
3658 #  - "name"
3659 #  - "parent"
3660 #  - "throughput"
3661 #  - "tags"
3662 #
3663 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3664 #- type: "table"
3665 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3666 #  algorithm: "table_perf_comparison"
3667 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3668 #  reference:
3669 #    title: "2n-skx"
3670 #    data: "vpp-compare-testbeds-skx-clx-ref"
3671 #  compare:
3672 #    title: "2n-clx"
3673 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3674 #  data: "vpp-compare-testbeds-skx-clx"
3675 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3676 #  filter: "'4T2C'"
3677 #  parameters:
3678 #  - "name"
3679 #  - "parent"
3680 #  - "throughput"
3681 #  - "tags"
3682
3683 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
3684 - type: "table"
3685   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
3686   algorithm: "table_perf_comparison_nic"
3687   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
3688   reference:
3689     title: "3n-hsw xl710"
3690     data: "vpp-compare-testbeds-hsw-clx-ref"
3691     nic: "NIC_Intel-XL710"
3692   compare:
3693     title: "2n-clx xxv710"
3694     data: "vpp-compare-testbeds-hsw-clx-cmp"
3695     nic: "NIC_Intel-XXV710"
3696   data: "vpp-compare-testbeds-hsw-clx"
3697   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3698   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3699   parameters:
3700   - "name"
3701   - "parent"
3702   - "throughput"
3703   - "tags"
3704
3705 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
3706 - type: "table"
3707   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
3708   algorithm: "table_perf_comparison_nic"
3709   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
3710   reference:
3711     title: "3n-hsw xl710"
3712     data: "vpp-compare-testbeds-hsw-clx-ref"
3713     nic: "NIC_Intel-XL710"
3714   compare:
3715     title: "2n-clx xxv710"
3716     data: "vpp-compare-testbeds-hsw-clx-cmp"
3717     nic: "NIC_Intel-XXV710"
3718   data: "vpp-compare-testbeds-hsw-clx"
3719   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3720   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3721   parameters:
3722   - "name"
3723   - "parent"
3724   - "throughput"
3725   - "tags"
3726
3727 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
3728 - type: "table"
3729   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
3730   algorithm: "table_perf_comparison_nic"
3731   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
3732   reference:
3733     title: "3n-hsw xl710"
3734     data: "vpp-compare-testbeds-hsw-clx-ref"
3735     nic: "NIC_Intel-XL710"
3736   compare:
3737     title: "2n-clx xxv710"
3738     data: "vpp-compare-testbeds-hsw-clx-cmp"
3739     nic: "NIC_Intel-XXV710"
3740   data: "vpp-compare-testbeds-hsw-clx"
3741   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3742   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3743   parameters:
3744   - "name"
3745   - "parent"
3746   - "throughput"
3747   - "tags"
3748
3749 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
3750 - type: "table"
3751   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
3752   algorithm: "table_perf_comparison_nic"
3753   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
3754   reference:
3755     title: "3n-hsw xl710"
3756     data: "vpp-compare-testbeds-hsw-clx-ref"
3757     nic: "NIC_Intel-XL710"
3758   compare:
3759     title: "2n-clx xxv710"
3760     data: "vpp-compare-testbeds-hsw-clx-cmp"
3761     nic: "NIC_Intel-XXV710"
3762   data: "vpp-compare-testbeds-hsw-clx"
3763   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3764   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3765   parameters:
3766   - "name"
3767   - "parent"
3768   - "throughput"
3769   - "tags"
3770
3771 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
3772 #- type: "table"
3773 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
3774 #  algorithm: "table_perf_comparison"
3775 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
3776 #  reference:
3777 #    title: "3-Node Skx"
3778 #    data: "vpp-compare-topologies-ref"
3779 #  compare:
3780 #    title: "2-Node Skx"
3781 #    data: "vpp-compare-topologies-cmp"
3782 #  data: "vpp-compare-topologies"
3783 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3784 #  filter: "'NDRPDR' and '1C'"
3785 #  parameters:
3786 #  - "name"
3787 #  - "parent"
3788 #  - "throughput"
3789 #
3790 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
3791 #- type: "table"
3792 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
3793 #  algorithm: "table_perf_comparison"
3794 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
3795 #  reference:
3796 #    title: "3-Node Skx"
3797 #    data: "vpp-compare-topologies-ref"
3798 #  compare:
3799 #    title: "2-Node Skx"
3800 #    data: "vpp-compare-topologies-cmp"
3801 #  data: "vpp-compare-topologies"
3802 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3803 #  filter: "'NDRPDR' and '2C'"
3804 #  parameters:
3805 #  - "name"
3806 #  - "parent"
3807 #  - "throughput"
3808 #
3809 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
3810 #- type: "table"
3811 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
3812 #  algorithm: "table_perf_comparison"
3813 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
3814 #  reference:
3815 #    title: "3-Node Skx"
3816 #    data: "vpp-compare-topologies-ref"
3817 #  compare:
3818 #    title: "2-Node Skx"
3819 #    data: "vpp-compare-topologies-cmp"
3820 #  data: "vpp-compare-topologies"
3821 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3822 #  filter: "'NDRPDR' and '1C'"
3823 #  parameters:
3824 #  - "name"
3825 #  - "parent"
3826 #  - "throughput"
3827 #
3828 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
3829 #- type: "table"
3830 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
3831 #  algorithm: "table_perf_comparison"
3832 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
3833 #  reference:
3834 #    title: "3-Node Skx"
3835 #    data: "vpp-compare-topologies-ref"
3836 #  compare:
3837 #    title: "2-Node Skx"
3838 #    data: "vpp-compare-topologies-cmp"
3839 #  data: "vpp-compare-topologies"
3840 #  include-tests: "PDR"
3841 #  filter: "'NDRPDR' and '2C'"
3842 #  parameters:
3843 #  - "name"
3844 #  - "parent"
3845 #  - "throughput"
3846
3847 # VPP Performance Changes 3n-hsw 1t1c MRR
3848 - type: "table"
3849   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
3850   algorithm: "table_perf_comparison"
3851   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
3852   history:
3853     - title: "rls1904"
3854       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3855   reference:
3856     title: "rls1908"
3857     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3858   compare:
3859     title: "rls2001"
3860     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3861   data: "vpp-performance-changes-3n-hsw-mrr"
3862   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3863   filter: "'1T1C' and 'MRR' and not 'NF_DENSITY'"
3864   parameters:
3865   - "name"
3866   - "parent"
3867   - "result"
3868
3869 # VPP Performance Changes 3n-hsw 2t2c MRR
3870 - type: "table"
3871   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
3872   algorithm: "table_perf_comparison"
3873   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
3874   history:
3875     - title: "rls1904"
3876       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3877   reference:
3878     title: "rls1908"
3879     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3880   compare:
3881     title: "rls2001"
3882     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3883   data: "vpp-performance-changes-3n-hsw-mrr"
3884   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3885   filter: "'2T2C' and 'MRR' and not 'NF_DENSITY'"
3886   parameters:
3887   - "name"
3888   - "parent"
3889   - "result"
3890
3891 # VPP Performance Changes 3n-hsw 4t4c MRR
3892 - type: "table"
3893   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
3894   algorithm: "table_perf_comparison"
3895   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
3896   history:
3897     - title: "rls1904"
3898       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3899   reference:
3900     title: "rls1908"
3901     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3902   compare:
3903     title: "rls2001"
3904     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3905   data: "vpp-performance-changes-3n-hsw-mrr"
3906   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3907   filter: "'4T4C' and 'MRR' and not 'NF_DENSITY'"
3908   parameters:
3909   - "name"
3910   - "parent"
3911   - "result"
3912
3913 ## VPP Performance Changes 3n-skx 2t1c MRR
3914 #- type: "table"
3915 #  title: "VPP Performance Changes 3n-skx 2t1c MRR"
3916 #  algorithm: "table_perf_comparison"
3917 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
3918 #  history:
3919 #    - title: "rls1904"
3920 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3921 #  reference:
3922 #    title: "rls1908"
3923 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3924 #  compare:
3925 #    title: "rls2001"
3926 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3927 #  data: "vpp-performance-changes-3n-skx-mrr"
3928 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3929 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3930 #  parameters:
3931 #  - "name"
3932 #  - "parent"
3933 #  - "result"
3934 #
3935 ## VPP Performance Changes 3n-skx 4t2c MRR
3936 #- type: "table"
3937 #  title: "VPP Performance Changes 3n-skx 4t2c MRR"
3938 #  algorithm: "table_perf_comparison"
3939 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
3940 #  history:
3941 #    - title: "rls1904"
3942 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3943 #  reference:
3944 #    title: "rls1908"
3945 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3946 #  compare:
3947 #    title: "rls2001"
3948 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3949 #  data: "vpp-performance-changes-3n-skx-mrr"
3950 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3951 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3952 #  parameters:
3953 #  - "name"
3954 #  - "parent"
3955 #  - "result"
3956 #
3957 ## VPP Performance Changes 3n-skx 8t4c MRR
3958 #- type: "table"
3959 #  title: "VPP Performance Changes 3n-skx 8t4c MRR"
3960 #  algorithm: "table_perf_comparison"
3961 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
3962 #  history:
3963 #    - title: "rls1904"
3964 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3965 #  reference:
3966 #    title: "rls1908"
3967 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3968 #  compare:
3969 #    title: "rls2001"
3970 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3971 #  data: "vpp-performance-changes-3n-skx-mrr"
3972 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3973 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3974 #  parameters:
3975 #  - "name"
3976 #  - "parent"
3977 #  - "result"
3978 #
3979 ## VPP Performance Changes 2n-skx 2t1c MRR
3980 #- type: "table"
3981 #  title: "VPP Performance Changes 2n-skx 2t1c MRR"
3982 #  algorithm: "table_perf_comparison"
3983 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
3984 #  history:
3985 #    - title: "rls1904"
3986 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3987 #  reference:
3988 #    title: "rls1908"
3989 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3990 #  compare:
3991 #    title: "rls2001"
3992 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3993 #  data: "vpp-performance-changes-2n-skx-mrr"
3994 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3995 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3996 #  parameters:
3997 #  - "name"
3998 #  - "parent"
3999 #  - "result"
4000 #
4001 ## VPP Performance Changes 2n-skx 4t2c MRR
4002 #- type: "table"
4003 #  title: "VPP Performance Changes 2n-skx 4t2c MRR"
4004 #  algorithm: "table_perf_comparison"
4005 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4006 #  history:
4007 #    - title: "rls1904"
4008 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
4009 #  reference:
4010 #    title: "rls1908"
4011 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
4012 #  compare:
4013 #    title: "rls2001"
4014 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
4015 #  data: "vpp-performance-changes-2n-skx-mrr"
4016 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4017 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
4018 #  parameters:
4019 #  - "name"
4020 #  - "parent"
4021 #  - "result"
4022 #
4023 ## VPP Performance Changes 2n-skx 8t4c MRR
4024 #- type: "table"
4025 #  title: "VPP Performance Changes 2n-skx 8t4c MRR"
4026 #  algorithm: "table_perf_comparison"
4027 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4028 #  history:
4029 #    - title: "rls1904"
4030 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
4031 #  reference:
4032 #    title: "rls1908"
4033 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
4034 #  compare:
4035 #    title: "rls2001"
4036 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
4037 #  data: "vpp-performance-changes-2n-skx-mrr"
4038 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4039 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
4040 #  parameters:
4041 #  - "name"
4042 #  - "parent"
4043 #  - "result"
4044 #
4045 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
4046 #- type: "table"
4047 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
4048 #  algorithm: "table_perf_comparison"
4049 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
4050 #  reference:
4051 #    title: "rls1908"
4052 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4053 #  compare:
4054 #    title: "rls2001"
4055 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4056 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4057 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4058 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
4059 #  parameters:
4060 #  - "name"
4061 #  - "parent"
4062 #  - "result"
4063 #
4064 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
4065 #- type: "table"
4066 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
4067 #  algorithm: "table_perf_comparison"
4068 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
4069 #  reference:
4070 #    title: "rls1908"
4071 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4072 #  compare:
4073 #    title: "rls2001"
4074 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4075 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4076 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4077 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
4078 #  parameters:
4079 #  - "name"
4080 #  - "parent"
4081 #  - "result"
4082 #
4083 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
4084 #- type: "table"
4085 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
4086 #  algorithm: "table_perf_comparison"
4087 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
4088 #  reference:
4089 #    title: "rls1908"
4090 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4091 #  compare:
4092 #    title: "rls2001"
4093 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4094 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4095 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4096 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
4097 #  parameters:
4098 #  - "name"
4099 #  - "parent"
4100 #  - "result"
4101
4102 # VPP Performance Changes 2n-dnv 1t1c MRR
4103 - type: "table"
4104   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
4105   algorithm: "table_perf_comparison"
4106   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4107   reference:
4108     title: "rls1908"
4109     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4110   compare:
4111     title: "rls2001"
4112     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4113   data: "vpp-performance-changes-2n-dnv-mrr"
4114   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4115   filter: "'1T1C' and 'MRR'"
4116   parameters:
4117   - "name"
4118   - "parent"
4119   - "result"
4120
4121 # VPP Performance Changes 2n-dnv 2t2c MRR
4122 - type: "table"
4123   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
4124   algorithm: "table_perf_comparison"
4125   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4126   reference:
4127     title: "rls1908"
4128     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4129   compare:
4130     title: "rls2001"
4131     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4132   data: "vpp-performance-changes-2n-dnv-mrr"
4133   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4134   filter: "'2T2C' and 'MRR'"
4135   parameters:
4136   - "name"
4137   - "parent"
4138   - "result"
4139
4140 # VPP Performance Changes 2n-dnv 4t4c MRR
4141 - type: "table"
4142   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
4143   algorithm: "table_perf_comparison"
4144   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4145   reference:
4146     title: "rls1908"
4147     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4148   compare:
4149     title: "rls2001"
4150     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4151   data: "vpp-performance-changes-2n-dnv-mrr"
4152   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4153   filter: "'4T4C' and 'MRR'"
4154   parameters:
4155   - "name"
4156   - "parent"
4157   - "result"
4158
4159 # VPP Performance Changes 3n-dnv 1t1c MRR
4160 - type: "table"
4161   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
4162   algorithm: "table_perf_comparison"
4163   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4164   reference:
4165     title: "rls1908"
4166     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4167   compare:
4168     title: "rls2001"
4169     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4170   data: "vpp-performance-changes-3n-dnv-mrr"
4171   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4172   filter: "'1T1C' and 'MRR'"
4173   parameters:
4174   - "name"
4175   - "parent"
4176   - "result"
4177
4178 # VPP Performance Changes 3n-dnv 2t2c MRR
4179 - type: "table"
4180   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
4181   algorithm: "table_perf_comparison"
4182   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4183   reference:
4184     title: "rls1908"
4185     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4186   compare:
4187     title: "rls2001"
4188     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4189   data: "vpp-performance-changes-3n-dnv-mrr"
4190   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4191   filter: "'2T2C' and 'MRR'"
4192   parameters:
4193   - "name"
4194   - "parent"
4195   - "result"
4196
4197 # VPP Performance Changes 3n-dnv 4t4c MRR
4198 - type: "table"
4199   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
4200   algorithm: "table_perf_comparison"
4201   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4202   reference:
4203     title: "rls1908"
4204     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4205   compare:
4206     title: "rls2001"
4207     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4208   data: "vpp-performance-changes-3n-dnv-mrr"
4209   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4210   filter: "'4T4C' and 'MRR'"
4211   parameters:
4212   - "name"
4213   - "parent"
4214   - "result"
4215
4216 # VPP Performance Changes 3n-tsh 1t1c MRR
4217 - type: "table"
4218   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
4219   algorithm: "table_perf_comparison"
4220   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4221   reference:
4222     title: "rls1908"
4223     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4224   compare:
4225     title: "rls2001"
4226     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4227   data: "vpp-performance-changes-3n-tsh-mrr"
4228   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4229   filter: "'1T1C' and 'MRR'"
4230   parameters:
4231   - "name"
4232   - "parent"
4233   - "result"
4234
4235 # VPP Performance Changes 3n-tsh 2t2c MRR
4236 - type: "table"
4237   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
4238   algorithm: "table_perf_comparison"
4239   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4240   reference:
4241     title: "rls1908"
4242     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4243   compare:
4244     title: "rls2001"
4245     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4246   data: "vpp-performance-changes-3n-tsh-mrr"
4247   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4248   filter: "'2T2C' and 'MRR'"
4249   parameters:
4250   - "name"
4251   - "parent"
4252   - "result"
4253
4254 # VPP Performance Changes 3n-tsh 4t4c MRR
4255 - type: "table"
4256   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
4257   algorithm: "table_perf_comparison"
4258   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4259   reference:
4260     title: "rls1908"
4261     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4262   compare:
4263     title: "rls2001"
4264     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4265   data: "vpp-performance-changes-3n-tsh-mrr"
4266   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4267   filter: "'4T4C' and 'MRR'"
4268   parameters:
4269   - "name"
4270   - "parent"
4271   - "result"
4272
4273 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4274 #- type: "table"
4275 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4276 #  algorithm: "table_perf_comparison_nic"
4277 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4278 #  reference:
4279 #    title: "3n-hsw xl710"
4280 #    data: "vpp-compare-testbeds-mrr-ref"
4281 #    nic: "NIC_Intel-XL710"
4282 #  compare:
4283 #    title: "3n-skx xxv710"
4284 #    data: "vpp-compare-testbeds-mrr-cmp"
4285 #    nic: "NIC_Intel-XXV710"
4286 #  data: "vpp-compare-testbeds-mrr"
4287 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4288 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4289 #  parameters:
4290 #  - "name"
4291 #  - "parent"
4292 #  - "result"
4293 #  - "tags"
4294 #
4295 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4296 #- type: "table"
4297 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4298 #  algorithm: "table_perf_comparison_nic"
4299 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4300 #  reference:
4301 #    title: "3n-hsw xl710"
4302 #    data: "vpp-compare-testbeds-mrr-ref"
4303 #    nic: "NIC_Intel-XL710"
4304 #  compare:
4305 #    title: "3n-skx xxv710"
4306 #    data: "vpp-compare-testbeds-mrr-cmp"
4307 #    nic: "NIC_Intel-XXV710"
4308 #  data: "vpp-compare-testbeds-mrr"
4309 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4310 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4311 #  parameters:
4312 #  - "name"
4313 #  - "parent"
4314 #  - "result"
4315 #  - "tags"
4316 #
4317 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4318 #- type: "table"
4319 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4320 #  algorithm: "table_perf_comparison_nic"
4321 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4322 #  reference:
4323 #    title: "3n-hsw xl710"
4324 #    data: "vpp-compare-testbeds-mrr-ref"
4325 #    nic: "NIC_Intel-XL710"
4326 #  compare:
4327 #    title: "3n-skx xxv710"
4328 #    data: "vpp-compare-testbeds-mrr-cmp"
4329 #    nic: "NIC_Intel-XXV710"
4330 #  data: "vpp-compare-testbeds-mrr"
4331 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4332 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4333 #  parameters:
4334 #  - "name"
4335 #  - "parent"
4336 #  - "result"
4337 #  - "tags"
4338
4339 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4340 #- type: "table"
4341 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4342 #  algorithm: "table_perf_comparison"
4343 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4344 #  reference:
4345 #    title: "2n-skx"
4346 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4347 #  compare:
4348 #    title: "2n-clx"
4349 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4350 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4351 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4352 #  filter: "'2T1C'"
4353 #  parameters:
4354 #  - "name"
4355 #  - "parent"
4356 #  - "result"
4357 #  - "tags"
4358 #
4359 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4360 #- type: "table"
4361 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4362 #  algorithm: "table_perf_comparison"
4363 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4364 #  reference:
4365 #    title: "2n-skx"
4366 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4367 #  compare:
4368 #    title: "2n-clx"
4369 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4370 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4371 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4372 #  filter: "'4T2C'"
4373 #  parameters:
4374 #  - "name"
4375 #  - "parent"
4376 #  - "result"
4377 #  - "tags"
4378 #
4379 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4380 #- type: "table"
4381 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4382 #  algorithm: "table_perf_comparison"
4383 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4384 #  reference:
4385 #    title: "2n-skx"
4386 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4387 #  compare:
4388 #    title: "2n-clx"
4389 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4390 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4391 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4392 #  filter: "'8T4C'"
4393 #  parameters:
4394 #  - "name"
4395 #  - "parent"
4396 #  - "result"
4397 #  - "tags"
4398 #
4399 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4400 #- type: "table"
4401 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4402 #  algorithm: "table_perf_comparison"
4403 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4404 #  reference:
4405 #    title: "3-Node Skx"
4406 #    data: "vpp-compare-topologies-mrr-ref"
4407 #  compare:
4408 #    title: "2-Node Skx"
4409 #    data: "vpp-compare-topologies-mrr-cmp"
4410 #  data: "vpp-compare-topologies-mrr"
4411 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4412 #  filter: "'MRR' and '1C'"
4413 #  parameters:
4414 #  - "name"
4415 #  - "parent"
4416 #  - "result"
4417 #
4418 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4419 #- type: "table"
4420 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4421 #  algorithm: "table_perf_comparison"
4422 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4423 #  reference:
4424 #    title: "3-Node Skx"
4425 #    data: "vpp-compare-topologies-mrr-ref"
4426 #  compare:
4427 #    title: "2-Node Skx"
4428 #    data: "vpp-compare-topologies-mrr-cmp"
4429 #  data: "vpp-compare-topologies-mrr"
4430 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4431 #  filter: "'MRR' and '2C'"
4432 #  parameters:
4433 #  - "name"
4434 #  - "parent"
4435 #  - "result"
4436 #
4437 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4438 #- type: "table"
4439 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4440 #  algorithm: "table_perf_comparison"
4441 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4442 #  reference:
4443 #    title: "3-Node Skx"
4444 #    data: "vpp-compare-topologies-mrr-ref"
4445 #  compare:
4446 #    title: "2-Node Skx"
4447 #    data: "vpp-compare-topologies-mrr-cmp"
4448 #  data: "vpp-compare-topologies-mrr"
4449 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4450 #  filter: "'MRR' and '4C'"
4451 #  parameters:
4452 #  - "name"
4453 #  - "parent"
4454 #  - "result"
4455
4456 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
4457 - type: "table"
4458   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
4459   algorithm: "table_perf_comparison_nic"
4460   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
4461   reference:
4462     title: "3n-hsw xl710"
4463     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4464     nic: "NIC_Intel-XL710"
4465   compare:
4466     title: "2n-clx xxv710"
4467     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4468     nic: "NIC_Intel-XXV710"
4469   data: "vpp-compare-testbeds-mrr-hsw-clx"
4470   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4471   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4472   parameters:
4473   - "name"
4474   - "parent"
4475   - "result"
4476   - "tags"
4477
4478 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
4479 - type: "table"
4480   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
4481   algorithm: "table_perf_comparison_nic"
4482   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
4483   reference:
4484     title: "3n-hsw xl710"
4485     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4486     nic: "NIC_Intel-XL710"
4487   compare:
4488     title: "2n-clx xxv710"
4489     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4490     nic: "NIC_Intel-XXV710"
4491   data: "vpp-compare-testbeds-mrr-hsw-clx"
4492   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4493   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4494   parameters:
4495   - "name"
4496   - "parent"
4497   - "result"
4498   - "tags"
4499
4500 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
4501 - type: "table"
4502   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
4503   algorithm: "table_perf_comparison_nic"
4504   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
4505   reference:
4506     title: "3n-hsw xl710"
4507     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4508     nic: "NIC_Intel-XL710"
4509   compare:
4510     title: "2n-clx xxv710"
4511     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4512     nic: "NIC_Intel-XXV710"
4513   data: "vpp-compare-testbeds-mrr-hsw-clx"
4514   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4515   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4516   parameters:
4517   - "name"
4518   - "parent"
4519   - "result"
4520   - "tags"
4521
4522 # Detailed Test Results - VPP Performance Results 3n-hsw
4523 - type: "table"
4524   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4525   algorithm: "table_merged_details"
4526   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4527   columns:
4528   - title: " |prein| Test Name |preout| "
4529     data: "data name"
4530   - 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| "
4531     data: "data msg"
4532   data: "vpp-perf-results-3n-hsw"
4533   filter: "all"
4534   parameters:
4535   - "name"
4536   - "parent"
4537   - "msg"
4538
4539 ## Detailed Test Results - VPP Performance Results 3n-skx
4540 #- type: "table"
4541 #  title: "Detailed Test Results - VPP Performance Results 3n-skx"
4542 #  algorithm: "table_merged_details"
4543 #  output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4544 #  columns:
4545 #  - title: " |prein| Test Name |preout| "
4546 #    data: "data name"
4547 #  - 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| "
4548 #    data: "data msg"
4549 #  data: "vpp-perf-results-3n-skx"
4550 #  filter: "all"
4551 #  parameters:
4552 #  - "name"
4553 #  - "parent"
4554 #  - "msg"
4555 #
4556 ## Detailed Test Results - VPP Performance Results 2n-skx
4557 #- type: "table"
4558 #  title: "Detailed Test Results - VPP Performance Results 2n-skx"
4559 #  algorithm: "table_merged_details"
4560 #  output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4561 #  columns:
4562 #  - title: " |prein| Test Name |preout| "
4563 #    data: "data name"
4564 #  - 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| "
4565 #    data: "data msg"
4566 #  data: "vpp-perf-results-2n-skx"
4567 #  filter: "all"
4568 #  parameters:
4569 #  - "name"
4570 #  - "parent"
4571 #  - "msg"
4572
4573 # Detailed Test Results - VPP Performance Results 2n-clx
4574 - type: "table"
4575   title: "Detailed Test Results - VPP Performance Results 2n-clx"
4576   algorithm: "table_merged_details"
4577   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/vpp_performance_results_2n_clx"
4578   columns:
4579   - title: " |prein| Test Name |preout| "
4580     data: "data name"
4581   - 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| "
4582     data: "data msg"
4583   data: "vpp-perf-results-2n-clx"
4584   filter: "all"
4585   parameters:
4586   - "name"
4587   - "parent"
4588   - "msg"
4589
4590 # Detailed Test Results - VPP Performance Results 3n-tsh
4591 - type: "table"
4592   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4593   algorithm: "table_merged_details"
4594   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
4595   columns:
4596   - title: " |prein| Test Name |preout| "
4597     data: "data name"
4598   - 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| "
4599     data: "data msg"
4600   data: "vpp-perf-results-3n-tsh"
4601   filter: "all"
4602   parameters:
4603   - "name"
4604   - "parent"
4605   - "msg"
4606
4607 # Detailed Test Results - VPP Performance Results 3n-dnv
4608 - type: "table"
4609   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4610   algorithm: "table_merged_details"
4611   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
4612   columns:
4613   - title: " |prein| Test Name |preout| "
4614     data: "data name"
4615   - 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| "
4616     data: "data msg"
4617   data: "vpp-perf-results-3n-dnv"
4618   filter: "all"
4619   parameters:
4620   - "name"
4621   - "parent"
4622   - "msg"
4623
4624 # Detailed Test Results - VPP Performance Results 2n-dnv
4625 - type: "table"
4626   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4627   algorithm: "table_merged_details"
4628   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4629   columns:
4630   - title: " |prein| Test Name |preout| "
4631     data: "data name"
4632   - 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| "
4633     data: "data msg"
4634   data: "vpp-perf-results-2n-dnv"
4635   filter: "all"
4636   parameters:
4637   - "name"
4638   - "parent"
4639   - "msg"
4640
4641 # Test configuration - VPP Performance Test Configs 3n-hsw
4642 - type: "table"
4643   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
4644   algorithm: "table_merged_details"
4645   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
4646   columns:
4647   - title: " |prein| Test Name |preout| "
4648     data: "data name"
4649   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4650     data: "data conf-history"
4651   data: "vpp-perf-results-3n-hsw"
4652   filter: "all"
4653   parameters:
4654   - "parent"
4655   - "name"
4656   - "conf-history"
4657
4658 ## Test configuration - VPP Performance Test Configs 3n-skx
4659 #- type: "table"
4660 #  title: "Test configuration - VPP Performance Test Configs 3n-skx"
4661 #  algorithm: "table_merged_details"
4662 #  output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
4663 #  columns:
4664 #  - title: " |prein| Test Name |preout| "
4665 #    data: "data name"
4666 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4667 #    data: "data conf-history"
4668 #  data: "vpp-perf-results-3n-skx"
4669 #  filter: "all"
4670 #  parameters:
4671 #  - "parent"
4672 #  - "name"
4673 #  - "conf-history"
4674 #
4675 ## Test configuration - VPP Performance Test Configs 2n-skx
4676 #- type: "table"
4677 #  title: "Test configuration - VPP Performance Test Configs 2n-skx"
4678 #  algorithm: "table_merged_details"
4679 #  output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
4680 #  columns:
4681 #  - title: " |prein| Test Name |preout| "
4682 #    data: "data name"
4683 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4684 #    data: "data conf-history"
4685 #  data: "vpp-perf-results-2n-skx"
4686 #  filter: "all"
4687 #  parameters:
4688 #  - "parent"
4689 #  - "name"
4690 #  - "conf-history"
4691
4692 # Test configuration - VPP Performance Test Configs 2n-clx
4693 - type: "table"
4694   title: "Test configuration - VPP Performance Test Configs 2n-clx"
4695   algorithm: "table_merged_details"
4696   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/vpp_test_configuration_2n_clx"
4697   columns:
4698   - title: " |prein| Test Name |preout| "
4699     data: "data name"
4700   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4701     data: "data conf-history"
4702   data: "vpp-perf-results-2n-clx"
4703   filter: "all"
4704   parameters:
4705   - "parent"
4706   - "name"
4707   - "conf-history"
4708
4709 # Test configuration - VPP Performance Test Configs 3n-tsh
4710 - type: "table"
4711   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
4712   algorithm: "table_merged_details"
4713   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_test_configuration_3n_tsh"
4714   columns:
4715   - title: " |prein| Test Name |preout| "
4716     data: "data name"
4717   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4718     data: "data conf-history"
4719   data: "vpp-perf-results-3n-tsh"
4720   filter: "all"
4721   parameters:
4722   - "parent"
4723   - "name"
4724   - "conf-history"
4725
4726 # Test configuration - VPP Performance Test Configs 3n-dnv
4727 - type: "table"
4728   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
4729   algorithm: "table_merged_details"
4730   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_test_configuration_3n_dnv"
4731   columns:
4732   - title: " |prein| Test Name |preout| "
4733     data: "data name"
4734   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4735     data: "data conf-history"
4736   data: "vpp-perf-results-3n-dnv"
4737   filter: "all"
4738   parameters:
4739   - "parent"
4740   - "name"
4741   - "conf-history"
4742
4743 # Test configuration - VPP Performance Test Configs 2n-dnv
4744 - type: "table"
4745   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
4746   algorithm: "table_merged_details"
4747   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
4748   columns:
4749   - title: " |prein| Test Name |preout| "
4750     data: "data name"
4751   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4752     data: "data conf-history"
4753   data: "vpp-perf-results-2n-dnv"
4754   filter: "all"
4755   parameters:
4756   - "parent"
4757   - "name"
4758   - "conf-history"
4759
4760 # Test Operational Data - VPP Performance Operational Data 3n-hsw
4761 - type: "table"
4762   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
4763   algorithm: "table_oper_data_html"
4764   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
4765   data: "vpp-perf-results-3n-hsw"
4766   filter: "all"
4767
4768 ## Test Operational Data - VPP Performance Operational Data 3n-skx
4769 #- type: "table"
4770 #  title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
4771 #  algorithm: "table_oper_data_html"
4772 #  output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
4773 #  data: "vpp-perf-results-3n-skx"
4774 #  filter: "all"
4775 #
4776 ## Test Operational Data - VPP Performance Operational Data 2n-skx
4777 #- type: "table"
4778 #  title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
4779 #  algorithm: "table_oper_data_html"
4780 #  output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
4781 #  data: "vpp-perf-results-2n-skx"
4782 #  filter: "all"
4783
4784 # Test Operational Data - VPP Performance Operational Data 2n-clx
4785 - type: "table"
4786   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
4787   algorithm: "table_oper_data_html"
4788   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/vpp_test_operational_2n_clx"
4789   data: "vpp-perf-results-2n-clx"
4790   filter: "all"
4791
4792 # Test Operational Data - VPP Performance Operational Data 3n-tsh
4793 - type: "table"
4794   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
4795   algorithm: "table_oper_data_html"
4796   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_test_operational_3n_tsh"
4797   data: "vpp-perf-results-3n-tsh"
4798   filter: "all"
4799
4800 # Test Operational Data - VPP Performance Operational Data 3n-dnv
4801 - type: "table"
4802   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
4803   algorithm: "table_oper_data_html"
4804   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_test_operational_3n_dnv"
4805   data: "vpp-perf-results-3n-dnv"
4806   filter: "all"
4807
4808 # Test Operational Data - VPP Performance Operational Data 2n-dnv
4809 - type: "table"
4810   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
4811   algorithm: "table_oper_data_html"
4812   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
4813   data: "vpp-perf-results-2n-dnv"
4814   filter: "all"
4815
4816 # Detailed Test Results - VPP MRR Results 3n-hsw
4817 - type: "table"
4818   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
4819   algorithm: "table_merged_details"
4820   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4821   columns:
4822   - title: " |prein| Test Name |preout| "
4823     data: "data name"
4824   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4825     data: "data msg"
4826   data: "vpp-mrr-results-3n-hsw"
4827   filter: "all"
4828   parameters:
4829   - "name"
4830   - "parent"
4831   - "msg"
4832
4833 ## Detailed Test Results - VPP MRR Results 3n-skx
4834 #- type: "table"
4835 #  title: "Detailed Test Results - VPP MRR Results 3n-skx"
4836 #  algorithm: "table_merged_details"
4837 #  output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4838 #  columns:
4839 #  - title: " |prein| Test Name |preout| "
4840 #    data: "data name"
4841 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4842 #    data: "data msg"
4843 #  data: "vpp-mrr-results-3n-skx"
4844 #  filter: "all"
4845 #  parameters:
4846 #  - "name"
4847 #  - "parent"
4848 #  - "msg"
4849 #
4850 ## Detailed Test Results - VPP MRR Results 2n-skx
4851 #- type: "table"
4852 #  title: "Detailed Test Results - VPP MRR Results 2n-skx"
4853 #  algorithm: "table_merged_details"
4854 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4855 #  columns:
4856 #  - title: " |prein| Test Name |preout| "
4857 #    data: "data name"
4858 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4859 #    data: "data msg"
4860 #  data: "vpp-mrr-results-2n-skx"
4861 #  filter: "all"
4862 #  parameters:
4863 #  - "name"
4864 #  - "parent"
4865 #  - "msg"
4866
4867 # Detailed Test Results - VPP MRR Results 2n-clx
4868 - type: "table"
4869   title: "Detailed Test Results - VPP MRR Results 2n-clx"
4870   algorithm: "table_merged_details"
4871   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/vpp_mrr_results_2n_clx"
4872   columns:
4873   - title: " |prein| Test Name |preout| "
4874     data: "data name"
4875   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4876     data: "data msg"
4877   data: "vpp-mrr-results-2n-clx"
4878   filter: "all"
4879   parameters:
4880   - "name"
4881   - "parent"
4882   - "msg"
4883
4884 # Detailed Test Results - VPP MRR Results 3n-tsh
4885 - type: "table"
4886   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
4887   algorithm: "table_merged_details"
4888   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
4889   columns:
4890   - title: " |prein| Test Name |preout| "
4891     data: "data name"
4892   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4893     data: "data msg"
4894   data: "vpp-mrr-results-3n-tsh"
4895   filter: "all"
4896   parameters:
4897   - "name"
4898   - "parent"
4899   - "msg"
4900
4901 # Detailed Test Results - VPP MRR Results 3n-dnv
4902 - type: "table"
4903   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
4904   algorithm: "table_merged_details"
4905   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
4906   columns:
4907   - title: " |prein| Test Name |preout| "
4908     data: "data name"
4909   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4910     data: "data msg"
4911   data: "vpp-mrr-results-3n-dnv"
4912   filter: "all"
4913   parameters:
4914   - "name"
4915   - "parent"
4916   - "msg"
4917
4918 # Detailed Test Results - VPP MRR Results 2n-dnv
4919 - type: "table"
4920   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
4921   algorithm: "table_merged_details"
4922   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4923   columns:
4924   - title: " |prein| Test Name |preout| "
4925     data: "data name"
4926   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4927     data: "data msg"
4928   data: "vpp-mrr-results-2n-dnv"
4929   filter: "all"
4930   parameters:
4931   - "name"
4932   - "parent"
4933   - "msg"
4934
4935 # Test configuration - VPP MRR Test Configs 3n-hsw
4936 - type: "table"
4937   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
4938   algorithm: "table_merged_details"
4939   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
4940   columns:
4941   - title: " |prein| Test Name |preout| "
4942     data: "data name"
4943   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4944     data: "data conf-history"
4945   data: "vpp-mrr-results-3n-hsw"
4946   filter: "all"
4947   parameters:
4948   - "parent"
4949   - "name"
4950   - "conf-history"
4951
4952 ## Test configuration - VPP MRR Test Configs 3n-skx
4953 #- type: "table"
4954 #  title: "Test configuration - VPP MRR Test Configs 3n-skx"
4955 #  algorithm: "table_merged_details"
4956 #  output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
4957 #  columns:
4958 #  - title: " |prein| Test Name |preout| "
4959 #    data: "data name"
4960 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4961 #    data: "data conf-history"
4962 #  data: "vpp-mrr-results-3n-skx"
4963 #  filter: "all"
4964 #  parameters:
4965 #  - "parent"
4966 #  - "name"
4967 #  - "conf-history"
4968 #
4969 ## Test configuration - VPP MRR Test Configs 2n-skx
4970 #- type: "table"
4971 #  title: "Test configuration - VPP MRR Test Configs 2n-skx"
4972 #  algorithm: "table_merged_details"
4973 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
4974 #  columns:
4975 #  - title: " |prein| Test Name |preout| "
4976 #    data: "data name"
4977 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4978 #    data: "data conf-history"
4979 #  data: "vpp-mrr-results-2n-skx"
4980 #  filter: "all"
4981 #  parameters:
4982 #  - "parent"
4983 #  - "name"
4984 #  - "conf-history"
4985
4986 # Test configuration - VPP MRR Test Configs 2n-clx
4987 - type: "table"
4988   title: "Test configuration - VPP MRR Test Configs 2n-clx"
4989   algorithm: "table_merged_details"
4990   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/vpp_mrr_test_configuration_2n_clx"
4991   columns:
4992   - title: " |prein| Test Name |preout| "
4993     data: "data name"
4994   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4995     data: "data conf-history"
4996   data: "vpp-mrr-results-2n-clx"
4997   filter: "all"
4998   parameters:
4999   - "parent"
5000   - "name"
5001   - "conf-history"
5002
5003 # Test configuration - VPP MRR Test Configs 3n-tsh
5004 - type: "table"
5005   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5006   algorithm: "table_merged_details"
5007   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
5008   columns:
5009   - title: " |prein| Test Name |preout| "
5010     data: "data name"
5011   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5012     data: "data conf-history"
5013   data: "vpp-mrr-results-3n-tsh"
5014   filter: "all"
5015   parameters:
5016   - "parent"
5017   - "name"
5018   - "conf-history"
5019
5020 # Test configuration - VPP MRR Test Configs 3n-dnv
5021 - type: "table"
5022   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5023   algorithm: "table_merged_details"
5024   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_test_configuration_3n_dnv"
5025   columns:
5026   - title: " |prein| Test Name |preout| "
5027     data: "data name"
5028   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5029     data: "data conf-history"
5030   data: "vpp-mrr-results-3n-dnv"
5031   filter: "all"
5032   parameters:
5033   - "parent"
5034   - "name"
5035   - "conf-history"
5036
5037 # Test configuration - VPP MRR Test Configs 2n-dnv
5038 - type: "table"
5039   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5040   algorithm: "table_merged_details"
5041   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
5042   columns:
5043   - title: " |prein| Test Name |preout| "
5044     data: "data name"
5045   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5046     data: "data conf-history"
5047   data: "vpp-mrr-results-2n-dnv"
5048   filter: "all"
5049   parameters:
5050   - "parent"
5051   - "name"
5052   - "conf-history"
5053
5054 # Detailed Test Results - VPP Device Results - Ubuntu
5055 - type: "table"
5056   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5057   algorithm: "table_merged_details"
5058   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5059   columns:
5060   - title: " |prein| Test Name |preout| "
5061     data: "data name"
5062   - title: " |prein| Status |preout| "
5063     data: "data status"
5064   data: "vpp-device-results-ubuntu"
5065   filter: "all"
5066   parameters:
5067   - "name"
5068   - "parent"
5069   - "doc"
5070   - "status"
5071
5072 # Test configuration - VPP Device Test Configs - Ubuntu
5073 - type: "table"
5074   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5075   algorithm: "table_merged_details"
5076   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5077   columns:
5078   - title: " |prein| Test Name |preout| "
5079     data: "data name"
5080   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5081     data: "data conf-history"
5082   data: "vpp-device-results-ubuntu"
5083   filter: "all"
5084   parameters:
5085   - "parent"
5086   - "name"
5087   - "conf-history"
5088
5089 ################################################################################
5090
5091 # DPDK Performance Changes 3n-hsw 1t1c pdr
5092 - type: "table"
5093   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5094   algorithm: "table_perf_comparison"
5095   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5096   history:
5097     - title: "rls1904"
5098       data: "dpdk-performance-changes-3n-hsw-h1"
5099   reference:
5100     title: "rls1908"
5101     data: "dpdk-performance-changes-3n-hsw-ref"
5102   compare:
5103     title: "rls2001"
5104     data: "dpdk-performance-changes-3n-hsw-cmp"
5105   data: "dpdk-performance-changes-3n-hsw"
5106   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5107   filter: "'1T1C' and 'NDRPDR'"
5108   parameters:
5109   - "name"
5110   - "parent"
5111   - "throughput"
5112
5113 # DPDK Performance Changes 3n-hsw 2t2c pdr
5114 - type: "table"
5115   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5116   algorithm: "table_perf_comparison"
5117   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5118   history:
5119     - title: "rls1904"
5120       data: "dpdk-performance-changes-3n-hsw-h1"
5121   reference:
5122     title: "rls1908"
5123     data: "dpdk-performance-changes-3n-hsw-ref"
5124   compare:
5125     title: "rls2001"
5126     data: "dpdk-performance-changes-3n-hsw-cmp"
5127   data: "dpdk-performance-changes-3n-hsw"
5128   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5129   filter: "'2T2C' and 'NDRPDR'"
5130   parameters:
5131   - "name"
5132   - "parent"
5133   - "throughput"
5134
5135 # DPDK Performance Changes 3n-hsw 1t1c ndr
5136 - type: "table"
5137   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5138   algorithm: "table_perf_comparison"
5139   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5140   history:
5141     - title: "rls1904"
5142       data: "dpdk-performance-changes-3n-hsw-h1"
5143   reference:
5144     title: "rls1908"
5145     data: "dpdk-performance-changes-3n-hsw-ref"
5146   compare:
5147     title: "rls2001"
5148     data: "dpdk-performance-changes-3n-hsw-cmp"
5149   data: "dpdk-performance-changes-3n-hsw"
5150   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5151   filter: "'1T1C' and 'NDRPDR'"
5152   parameters:
5153   - "name"
5154   - "parent"
5155   - "throughput"
5156
5157 # DPDK Performance Changes 3n-hsw 2t2c ndr
5158 - type: "table"
5159   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5160   algorithm: "table_perf_comparison"
5161   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5162   history:
5163     - title: "rls1904"
5164       data: "dpdk-performance-changes-3n-hsw-h1"
5165   reference:
5166     title: "rls1908"
5167     data: "dpdk-performance-changes-3n-hsw-ref"
5168   compare:
5169     title: "rls2001"
5170     data: "dpdk-performance-changes-3n-hsw-cmp"
5171   data: "dpdk-performance-changes-3n-hsw"
5172   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5173   filter: "'2T2C' and 'NDRPDR'"
5174   parameters:
5175   - "name"
5176   - "parent"
5177   - "throughput"
5178
5179 ## DPDK Performance Changes 3n-skx 2t1c pdr
5180 #- type: "table"
5181 #  title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5182 #  algorithm: "table_perf_comparison"
5183 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5184 #  history:
5185 #    - title: "rls1904"
5186 #      data: "dpdk-performance-changes-3n-skx-h1"
5187 #  reference:
5188 #    title: "rls1908"
5189 #    data: "dpdk-performance-changes-3n-skx-ref"
5190 #  compare:
5191 #    title: "rls2001"
5192 #    data: "dpdk-performance-changes-3n-skx-cmp"
5193 #  data: "dpdk-performance-changes-3n-skx"
5194 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5195 #  filter: "'2T1C' and 'NDRPDR'"
5196 #  parameters:
5197 #  - "name"
5198 #  - "parent"
5199 #  - "throughput"
5200 #
5201 ## DPDK Performance Changes 3n-skx 4t2c pdr
5202 #- type: "table"
5203 #  title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5204 #  algorithm: "table_perf_comparison"
5205 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5206 #  history:
5207 #    - title: "rls1904"
5208 #      data: "dpdk-performance-changes-3n-skx-h1"
5209 #  reference:
5210 #    title: "rls1908"
5211 #    data: "dpdk-performance-changes-3n-skx-ref"
5212 #  compare:
5213 #    title: "rls2001"
5214 #    data: "dpdk-performance-changes-3n-skx-cmp"
5215 #  data: "dpdk-performance-changes-3n-skx"
5216 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5217 #  filter: "'4T2C' and 'NDRPDR'"
5218 #  parameters:
5219 #  - "name"
5220 #  - "parent"
5221 #  - "throughput"
5222 #
5223 ## DPDK Performance Changes 3n-skx 2t1c ndr
5224 #- type: "table"
5225 #  title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5226 #  algorithm: "table_perf_comparison"
5227 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5228 #  history:
5229 #    - title: "rls1904"
5230 #      data: "dpdk-performance-changes-3n-skx-h1"
5231 #  reference:
5232 #    title: "rls1908"
5233 #    data: "dpdk-performance-changes-3n-skx-ref"
5234 #  compare:
5235 #    title: "rls2001"
5236 #    data: "dpdk-performance-changes-3n-skx-cmp"
5237 #  data: "dpdk-performance-changes-3n-skx"
5238 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5239 #  filter: "'2T1C' and 'NDRPDR'"
5240 #  parameters:
5241 #  - "name"
5242 #  - "parent"
5243 #  - "throughput"
5244 #
5245 ## DPDK Performance Changes 3n-skx 4t2c ndr
5246 #- type: "table"
5247 #  title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5248 #  algorithm: "table_perf_comparison"
5249 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5250 #  history:
5251 #    - title: "rls1904"
5252 #      data: "dpdk-performance-changes-3n-skx-h1"
5253 #  reference:
5254 #    title: "rls1908"
5255 #    data: "dpdk-performance-changes-3n-skx-ref"
5256 #  compare:
5257 #    title: "rls2001"
5258 #    data: "dpdk-performance-changes-3n-skx-cmp"
5259 #  data: "dpdk-performance-changes-3n-skx"
5260 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5261 #  filter: "'4T2C' and 'NDRPDR'"
5262 #  parameters:
5263 #  - "name"
5264 #  - "parent"
5265 #  - "throughput"
5266 #
5267 ## DPDK Performance Changes 2n-skx 2t1c pdr
5268 #- type: "table"
5269 #  title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5270 #  algorithm: "table_perf_comparison"
5271 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5272 #  history:
5273 #    - title: "rls1904"
5274 #      data: "dpdk-performance-changes-2n-skx-h1"
5275 #  reference:
5276 #    title: "rls1908"
5277 #    data: "dpdk-performance-changes-2n-skx-ref"
5278 #  compare:
5279 #    title: "rls2001"
5280 #    data: "dpdk-performance-changes-2n-skx-cmp"
5281 #  data: "dpdk-performance-changes-2n-skx"
5282 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5283 #  filter: "'2T1C' and 'NDRPDR'"
5284 #  parameters:
5285 #  - "name"
5286 #  - "parent"
5287 #  - "throughput"
5288 #
5289 ## DPDK Performance Changes 2n-skx 4t2c pdr
5290 #- type: "table"
5291 #  title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5292 #  algorithm: "table_perf_comparison"
5293 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5294 #  history:
5295 #    - title: "rls1904"
5296 #      data: "dpdk-performance-changes-2n-skx-h1"
5297 #  reference:
5298 #    title: "rls1908"
5299 #    data: "dpdk-performance-changes-2n-skx-ref"
5300 #  compare:
5301 #    title: "rls2001"
5302 #    data: "dpdk-performance-changes-2n-skx-cmp"
5303 #  data: "dpdk-performance-changes-2n-skx"
5304 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5305 #  filter: "'4T2C' and 'NDRPDR'"
5306 #  parameters:
5307 #  - "name"
5308 #  - "parent"
5309 #  - "throughput"
5310 #
5311 ## DPDK Performance Changes 2n-skx 2t1c ndr
5312 #- type: "table"
5313 #  title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5314 #  algorithm: "table_perf_comparison"
5315 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5316 #  history:
5317 #    - title: "rls1904"
5318 #      data: "dpdk-performance-changes-2n-skx-h1"
5319 #  reference:
5320 #    title: "rls1908"
5321 #    data: "dpdk-performance-changes-2n-skx-ref"
5322 #  compare:
5323 #    title: "rls2001"
5324 #    data: "dpdk-performance-changes-2n-skx-cmp"
5325 #  data: "dpdk-performance-changes-2n-skx"
5326 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5327 #  filter: "'2T1C' and 'NDRPDR'"
5328 #  parameters:
5329 #  - "name"
5330 #  - "parent"
5331 #  - "throughput"
5332 #
5333 ## DPDK Performance Changes 2n-skx 4t2c ndr
5334 #- type: "table"
5335 #  title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5336 #  algorithm: "table_perf_comparison"
5337 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5338 #  history:
5339 #    - title: "rls1904"
5340 #      data: "dpdk-performance-changes-2n-skx-h1"
5341 #  reference:
5342 #    title: "rls1908"
5343 #    data: "dpdk-performance-changes-2n-skx-ref"
5344 #  compare:
5345 #    title: "rls2001"
5346 #    data: "dpdk-performance-changes-2n-skx-cmp"
5347 #  data: "dpdk-performance-changes-2n-skx"
5348 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5349 #  filter: "'4T2C' and 'NDRPDR'"
5350 #  parameters:
5351 #  - "name"
5352 #  - "parent"
5353 #  - "throughput"
5354 #
5355 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
5356 #- type: "table"
5357 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
5358 #  algorithm: "table_perf_comparison"
5359 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
5360 #  reference:
5361 #    title: "3-Node Hsw"
5362 #    data: "dpdk-compare-testbeds-ref"
5363 #  compare:
5364 #    title: "3-Node Skx"
5365 #    data: "dpdk-compare-testbeds-cmp"
5366 #  data: "dpdk-compare-testbeds"
5367 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5368 #  filter: "'NIC_Intel-X710'"
5369 #  parameters:
5370 #  - "name"
5371 #  - "parent"
5372 #  - "throughput"
5373 #
5374 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
5375 #- type: "table"
5376 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
5377 #  algorithm: "table_perf_comparison"
5378 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
5379 #  reference:
5380 #    title: "3-Node Hsw"
5381 #    data: "dpdk-compare-testbeds-ref"
5382 #  compare:
5383 #    title: "3-Node Skx"
5384 #    data: "dpdk-compare-testbeds-cmp"
5385 #  data: "dpdk-compare-testbeds"
5386 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5387 #  filter: "'NIC_Intel-X710'"
5388 #  parameters:
5389 #  - "name"
5390 #  - "parent"
5391 #  - "throughput"
5392 #
5393 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
5394 #- type: "table"
5395 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
5396 #  algorithm: "table_perf_comparison"
5397 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
5398 #  reference:
5399 #    title: "2-Node Skx"
5400 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5401 #  compare:
5402 #    title: "2-Node Clx"
5403 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5404 #  data: "dpdk-compare-testbeds-skx-clx"
5405 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5406 #  filter: "all"
5407 #  parameters:
5408 #  - "name"
5409 #  - "parent"
5410 #  - "throughput"
5411 #
5412 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
5413 #- type: "table"
5414 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
5415 #  algorithm: "table_perf_comparison"
5416 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
5417 #  reference:
5418 #    title: "2-Node Skx"
5419 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5420 #  compare:
5421 #    title: "2-Node Clx"
5422 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5423 #  data: "dpdk-compare-testbeds-skx-clx"
5424 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5425 #  filter: "all"
5426 #  parameters:
5427 #  - "name"
5428 #  - "parent"
5429 #  - "throughput"
5430 #
5431 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
5432 #- type: "table"
5433 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
5434 #  algorithm: "table_perf_comparison"
5435 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
5436 #  reference:
5437 #    title: "3-Node Skx"
5438 #    data: "dpdk-compare-topologies-ref"
5439 #  compare:
5440 #    title: "2-Node Skx"
5441 #    data: "dpdk-compare-topologies-cmp"
5442 #  data: "dpdk-compare-topologies"
5443 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5444 #  filter: "all"
5445 #  parameters:
5446 #  - "name"
5447 #  - "parent"
5448 #  - "throughput"
5449 #
5450 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5451 #- type: "table"
5452 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5453 #  algorithm: "table_perf_comparison"
5454 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5455 #  reference:
5456 #    title: "3-Node Skx"
5457 #    data: "dpdk-compare-topologies-ref"
5458 #  compare:
5459 #    title: "2-Node Skx"
5460 #    data: "dpdk-compare-topologies-cmp"
5461 #  data: "dpdk-compare-topologies"
5462 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5463 #  filter: "all"
5464 #  parameters:
5465 #  - "name"
5466 #  - "parent"
5467 #  - "throughput"
5468
5469 # Detailed Test Results - DPDK Performance Results 3n-hsw
5470 - type: "table"
5471   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5472   algorithm: "table_merged_details"
5473   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5474   columns:
5475   - title: " |prein| Test Name |preout| "
5476     data: "data name"
5477   - 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| "
5478     data: "data msg"
5479   data: "dpdk-perf-results-3n-hsw"
5480   filter: "all"
5481   parameters:
5482   - "name"
5483   - "parent"
5484   - "msg"
5485
5486 ## Detailed Test Results - DPDK Performance Results 3n-skx
5487 #- type: "table"
5488 #  title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5489 #  algorithm: "table_merged_details"
5490 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5491 #  columns:
5492 #  - title: " |prein| Test Name |preout| "
5493 #    data: "data name"
5494 #  - 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| "
5495 #    data: "data msg"
5496 #  data: "dpdk-perf-results-3n-skx"
5497 #  filter: "all"
5498 #  parameters:
5499 #  - "name"
5500 #  - "parent"
5501 #  - "msg"
5502 #
5503 ## Detailed Test Results - DPDK Performance Results 2n-skx
5504 #- type: "table"
5505 #  title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5506 #  algorithm: "table_merged_details"
5507 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5508 #  columns:
5509 #  - title: " |prein| Test Name |preout| "
5510 #    data: "data name"
5511 #  - 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| "
5512 #    data: "data msg"
5513 #  data: "dpdk-perf-results-2n-skx"
5514 #  filter: "all"
5515 #  parameters:
5516 #  - "name"
5517 #  - "parent"
5518 #  - "msg"
5519
5520 # Detailed Test Results - DPDK Performance Results 2n-clx
5521 - type: "table"
5522   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5523   algorithm: "table_merged_details"
5524   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5525   columns:
5526   - title: " |prein| Test Name |preout| "
5527     data: "data name"
5528   - 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| "
5529     data: "data msg"
5530   data: "dpdk-perf-results-2n-clx"
5531   filter: "all"
5532   parameters:
5533   - "name"
5534   - "parent"
5535   - "msg"
5536
5537 # Detailed Test Results - DPDK Performance Results 2n-dnv
5538 - type: "table"
5539   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
5540   algorithm: "table_merged_details"
5541   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5542   columns:
5543   - title: " |prein| Test Name |preout| "
5544     data: "data name"
5545   - 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| "
5546     data: "data msg"
5547   data: "dpdk-perf-results-2n-dnv"
5548   filter: "all"
5549   parameters:
5550   - "name"
5551   - "parent"
5552   - "msg"
5553
5554 # Detailed Test Results - DPDK Performance Results 3n-dnv
5555 - type: "table"
5556   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
5557   algorithm: "table_merged_details"
5558   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
5559   columns:
5560   - title: " |prein| Test Name |preout| "
5561     data: "data name"
5562   - 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| "
5563     data: "data msg"
5564   data: "dpdk-perf-results-3n-dnv"
5565   filter: "all"
5566   parameters:
5567   - "name"
5568   - "parent"
5569   - "msg"
5570
5571 # Detailed Test Results - DPDK Performance Results 3n-tsh
5572 - type: "table"
5573   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
5574   algorithm: "table_merged_details"
5575   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
5576   columns:
5577   - title: " |prein| Test Name |preout| "
5578     data: "data name"
5579   - 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| "
5580     data: "data msg"
5581   data: "dpdk-perf-results-3n-tsh"
5582   filter: "all"
5583   parameters:
5584   - "name"
5585   - "parent"
5586   - "msg"
5587
5588 ################################################################################
5589 ###                                F I L E S                                 ###
5590 ################################################################################
5591
5592 # VPP Performance Results
5593 - type: "file"
5594   title: "VPP Performance Results"
5595   algorithm: "file_details_split"
5596   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
5597   dir-tables:
5598 #    - "{DIR[DTR,PERF,VPP,2N,SKX]}"
5599 #    - "{DIR[DTR,PERF,VPP,3N,SKX]}"
5600     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
5601     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
5602     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
5603     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
5604     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
5605   data:
5606 #    - "vpp-perf-results-2n-skx"
5607 #    - "vpp-perf-results-3n-skx"
5608     - "vpp-perf-results-2n-clx"
5609     - "vpp-perf-results-3n-hsw"
5610     - "vpp-perf-results-3n-tsh"
5611     - "vpp-perf-results-2n-dnv"
5612     - "vpp-perf-results-3n-dnv"
5613   filter: "all"
5614   data-start-level: 4
5615   order-chapters:
5616     - "l2"
5617     - "ip4"
5618     - "ip6"
5619     - "srv6"
5620     - "ip4_tunnels"
5621     - "ip6_tunnels"
5622     - "vm_vhost"
5623     - "container_memif"
5624     - "crypto"
5625     - "vts"
5626     - "lb"
5627     - "nfv_density"
5628     - "hoststack"
5629   order-sub-chapters:
5630     - "2n-skx"
5631     - "3n-skx"
5632     - "2n-clx"
5633     - "3n-hsw"
5634     - "3n-tsh"
5635     - "2n-dnv"
5636     - "3n-dnv"
5637
5638 # VPP Performance Configuration
5639 - type: "file"
5640   title: "VPP Performance Configuration"
5641   algorithm: "file_details_split"
5642   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
5643   dir-tables:
5644 #    - "{DIR[DTC,PERF,VPP,2N,SKX]}"
5645 #    - "{DIR[DTC,PERF,VPP,3N,SKX]}"
5646     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
5647     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
5648     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
5649     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
5650     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
5651   data:
5652 #    - "vpp-perf-results-2n-skx"
5653 #    - "vpp-perf-results-3n-skx"
5654     - "vpp-perf-results-2n-clx"
5655     - "vpp-perf-results-3n-hsw"
5656     - "vpp-perf-results-3n-tsh"
5657     - "vpp-perf-results-2n-dnv"
5658     - "vpp-perf-results-3n-dnv"
5659   filter: "all"
5660   data-start-level: 4
5661   order-chapters:
5662     - "l2"
5663     - "ip4"
5664     - "ip6"
5665     - "srv6"
5666     - "ip4_tunnels"
5667     - "ip6_tunnels"
5668     - "vm_vhost"
5669     - "container_memif"
5670     - "crypto"
5671     - "vts"
5672     - "lb"
5673     - "nfv_density"
5674     - "hoststack"
5675   order-sub-chapters:
5676     - "2n-skx"
5677     - "3n-skx"
5678     - "2n-clx"
5679     - "3n-hsw"
5680     - "3n-tsh"
5681     - "2n-dnv"
5682     - "3n-dnv"
5683
5684 # VPP Performance Operational
5685 - type: "file"
5686   title: "VPP Performance Operational"
5687   algorithm: "file_details_split_html"
5688   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
5689   dir-tables:
5690 #    - "{DIR[DTO,PERF,VPP,2N,SKX]}"
5691 #    - "{DIR[DTO,PERF,VPP,3N,SKX]}"
5692     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
5693     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
5694     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
5695     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
5696     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
5697   data:
5698 #    - "vpp-perf-results-2n-skx"
5699 #    - "vpp-perf-results-3n-skx"
5700     - "vpp-perf-results-2n-clx"
5701     - "vpp-perf-results-3n-hsw"
5702     - "vpp-perf-results-3n-tsh"
5703     - "vpp-perf-results-2n-dnv"
5704     - "vpp-perf-results-3n-dnv"
5705   filter: "all"
5706   data-start-level: 4
5707   order-chapters:
5708     - "l2"
5709     - "ip4"
5710     - "ip6"
5711     - "srv6"
5712     - "ip4_tunnels"
5713     - "ip6_tunnels"
5714     - "vm_vhost"
5715     - "container_memif"
5716     - "crypto"
5717     - "vts"
5718     - "lb"
5719     - "nfv_density"
5720     - "hoststack"
5721   order-sub-chapters:
5722     - "2n-skx"
5723     - "3n-skx"
5724     - "2n-clx"
5725     - "3n-hsw"
5726     - "3n-tsh"
5727     - "2n-dnv"
5728     - "3n-dnv"
5729
5730 # VPP MRR Results
5731 - type: "file"
5732   title: "VPP MRR Results"
5733   algorithm: "file_details_split"
5734   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
5735   dir-tables:
5736 #    - "{DIR[DTR,MRR,VPP,2N,SKX]}"
5737 #    - "{DIR[DTR,MRR,VPP,3N,SKX]}"
5738     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
5739     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
5740     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
5741     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
5742     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
5743   data:
5744 #    - "vpp-mrr-results-2n-skx"
5745 #    - "vpp-mrr-results-3n-skx"
5746     - "vpp-mrr-results-2n-clx"
5747     - "vpp-mrr-results-3n-hsw"
5748     - "vpp-mrr-results-3n-tsh"
5749     - "vpp-mrr-results-2n-dnv"
5750     - "vpp-mrr-results-3n-dnv"
5751   filter: "all"
5752   data-start-level: 4
5753   order-chapters:
5754     - "l2"
5755     - "ip4"
5756     - "ip6"
5757     - "srv6"
5758     - "ip4_tunnels"
5759     - "ip6_tunnels"
5760     - "vm_vhost"
5761     - "container_memif"
5762     - "crypto"
5763     - "vts"
5764     - "lb"
5765     - "nfv_density"
5766     - "hoststack"
5767   order-sub-chapters:
5768     - "2n-skx"
5769     - "3n-skx"
5770     - "2n-clx"
5771     - "3n-hsw"
5772     - "3n-tsh"
5773     - "2n-dnv"
5774     - "3n-dnv"
5775
5776 # VPP MRR Configuration
5777 - type: "file"
5778   title: "VPP MRR Configuration"
5779   algorithm: "file_details_split"
5780   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
5781   dir-tables:
5782 #    - "{DIR[DTC,MRR,VPP,2N,SKX]}"
5783 #    - "{DIR[DTC,MRR,VPP,3N,SKX]}"
5784     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
5785     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
5786     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
5787     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
5788     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
5789   data:
5790 #    - "vpp-mrr-results-2n-skx"
5791 #    - "vpp-mrr-results-3n-skx"
5792     - "vpp-mrr-results-2n-clx"
5793     - "vpp-mrr-results-3n-hsw"
5794     - "vpp-mrr-results-3n-tsh"
5795     - "vpp-mrr-results-2n-dnv"
5796     - "vpp-mrr-results-3n-dnv"
5797   filter: "all"
5798   data-start-level: 4
5799   order-chapters:
5800     - "l2"
5801     - "ip4"
5802     - "ip6"
5803     - "srv6"
5804     - "ip4_tunnels"
5805     - "ip6_tunnels"
5806     - "vm_vhost"
5807     - "container_memif"
5808     - "crypto"
5809     - "vts"
5810     - "lb"
5811     - "nfv_density"
5812     - "hoststack"
5813   order-sub-chapters:
5814     - "2n-skx"
5815     - "3n-skx"
5816     - "2n-clx"
5817     - "3n-hsw"
5818     - "3n-tsh"
5819     - "2n-dnv"
5820     - "3n-dnv"
5821
5822 # VPP Device Results - Ubuntu
5823 - type: "file"
5824   title: "VPP Device Results - Ubuntu"
5825   algorithm: "file_test_results"
5826   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5827   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5828   data: "vpp-device-results-ubuntu"
5829   filter: "all"
5830   data-start-level: 4
5831
5832 # VPP Device Configuration - Ubuntu
5833 - type: "file"
5834   title: "VPP Device Configuration - Ubuntu"
5835   algorithm: "file_test_results"
5836   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5837   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5838   data: "vpp-device-results-ubuntu"
5839   filter: "all"
5840   data-start-level: 4
5841
5842 # DPDK Performance Results 3n-hsw
5843 - type: "file"
5844   title: "DPDK Performance Results 3n-hsw"
5845   algorithm: "file_test_results"
5846   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5847   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5848   data: "dpdk-perf-results-3n-hsw"
5849   filter: "all"
5850   data-start-level: 4
5851
5852 ## DPDK Performance Results 3n-skx
5853 #- type: "file"
5854 #  title: "DPDK Performance Results 3n-skx"
5855 #  algorithm: "file_test_results"
5856 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5857 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5858 #  data: "dpdk-perf-results-3n-skx"
5859 #  filter: "all"
5860 #  data-start-level: 4
5861 #
5862 ## DPDK Performance Results 2n-skx
5863 #- type: "file"
5864 #  title: "DPDK Performance Results 2n-skx"
5865 #  algorithm: "file_test_results"
5866 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5867 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5868 #  data: "dpdk-perf-results-2n-skx"
5869 #  filter: "all"
5870 #  data-start-level: 4
5871
5872 # DPDK Performance Results 2n-clx
5873 - type: "file"
5874   title: "DPDK Performance Results 2n-clx"
5875   algorithm: "file_test_results"
5876   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
5877   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
5878   data: "dpdk-perf-results-2n-clx"
5879   filter: "all"
5880   data-start-level: 4
5881
5882 # DPDK Performance Results 2n-dnv
5883 - type: "file"
5884   title: "DPDK Performance Results 2n-dnv"
5885   algorithm: "file_test_results"
5886   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
5887   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
5888   data: "dpdk-perf-results-2n-dnv"
5889   filter: "all"
5890   data-start-level: 4
5891
5892 # DPDK Performance Results 3n-dnv
5893 - type: "file"
5894   title: "DPDK Performance Results 3n-dnv"
5895   algorithm: "file_test_results"
5896   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
5897   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
5898   data: "dpdk-perf-results-3n-dnv"
5899   filter: "all"
5900   data-start-level: 4
5901
5902 # DPDK Performance Results 3n-tsh
5903 - type: "file"
5904   title: "DPDK Performance Results 3n-tsh"
5905   algorithm: "file_test_results"
5906   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
5907   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
5908   data: "dpdk-perf-results-3n-tsh"
5909   filter: "all"
5910   data-start-level: 4
5911
5912 ################################################################################
5913 ###                                P L O T S                                 ###
5914 ################################################################################
5915
5916 ## Plots VPP HTTP Server Performance
5917 #- type: "plot"
5918 #  title: "VPP HTTP Server Performance"
5919 #  algorithm: "plot_http_server_perf_box"
5920 #  output-file-type: ".html"
5921 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
5922 #  data:
5923 #    "plot-vpp-http-server-performance"
5924 #  # Keep this formatting, the filter is enclosed with " (quotation mark) and
5925 #  # each tag is enclosed with ' (apostrophe).
5926 #  filter: "'HTTP' and 'TCP_CPS'"
5927 #  parameters:
5928 #  - "result"
5929 #  - "name"
5930 #  traces:
5931 #    hoverinfo: "y+name"
5932 #    boxpoints: "outliers"
5933 #    whiskerwidth: 0
5934 #  layout:
5935 #    title: "VPP HTTP Server Performance"
5936 #    layout:
5937 #      "plot-cps"
5938 #
5939 #- type: "plot"
5940 #  title: "VPP HTTP Server Performance"
5941 #  algorithm: "plot_http_server_perf_box"
5942 #  output-file-type: ".html"
5943 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
5944 #  data:
5945 #    "plot-vpp-http-server-performance"
5946 #  filter: "'HTTP' and 'TCP_RPS'"
5947 #  parameters:
5948 #  - "result"
5949 #  - "name"
5950 #  traces:
5951 #    hoverinfo: "y+name"
5952 #    boxpoints: "outliers"
5953 #    whiskerwidth: 0
5954 #  layout:
5955 #    title: "VPP HTTP Server Performance"
5956 #    layout:
5957 #      "plot-rps"
5958
5959 ################################################################################
5960
5961 ## Soak Test (PLRsearch), boxes
5962 #- type: "plot"
5963 #  title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
5964 #  algorithm: "plot_perf_box_name"
5965 #  output-file-type: ".html"
5966 #  output-file: "{DIR[STATIC,VPP]}/soak-test-1"
5967 #  data: "plot-vpp-soak-2n-skx"
5968 #  include:
5969 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Soak.64B-2t1c-avf-eth-l2patch-soak"
5970 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
5971 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
5972 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Soak.64B-2t1c-eth-l2patch-soak"
5973 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
5974 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
5975 #  layout:
5976 #    title: "30 Minutes Soak Test (PLRsearch)"
5977 #    layout: "plot-soak-throughput"
5978 #
5979 ## Soak Test (PLRsearch), boxes
5980 #- type: "plot"
5981 #  title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
5982 #  algorithm: "plot_perf_box_name"
5983 #  output-file-type: ".html"
5984 #  output-file: "{DIR[STATIC,VPP]}/soak-test-2"
5985 #  data: "plot-vpp-soak-2n-skx"
5986 #  include:
5987 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-soak"
5988 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
5989 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
5990 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
5991 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
5992 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
5993 #  layout:
5994 #    title: "30 Minutes Soak Test (PLRsearch)"
5995 #    layout: "plot-soak-throughput"
5996
5997 ###############################################################################
5998
5999 # Reconf tests 2n-skx
6000
6001 #- type: "plot"
6002 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6003 #  algorithm: "plot_nf_reconf_box_name"
6004 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6005 #  data: "plot-vpp-nfv-reconf-2n-skx"
6006 #  include:
6007 #    - "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"
6008 #    - "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"
6009 #    - "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"
6010 #    - "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"
6011 #    - "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"
6012 #    - "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"
6013 #  layout:
6014 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6015 #    layout: "plot-throughput"
6016 #
6017 #- type: "plot"
6018 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6019 #  algorithm: "plot_nf_reconf_box_name"
6020 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6021 #  data: "plot-vpp-nfv-reconf-2n-skx"
6022 #  include:
6023 #    - "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"
6024 #    - "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"
6025 #    - "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"
6026 #    - "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"
6027 #    - "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"
6028 #    - "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"
6029 #  layout:
6030 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6031 #    layout: "plot-throughput"
6032 #
6033 #- type: "plot"
6034 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6035 #  algorithm: "plot_nf_reconf_box_name"
6036 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6037 #  data: "plot-vpp-nfv-reconf-2n-skx"
6038 #  include:
6039 #    - "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"
6040 #    - "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"
6041 #    - "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"
6042 #    - "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"
6043 #    - "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"
6044 #    - "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"
6045 #  layout:
6046 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6047 #    layout: "plot-throughput"
6048
6049 ###############################################################################
6050
6051 # Reconf tests 2n-clx
6052
6053 - type: "plot"
6054   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6055   algorithm: "plot_nf_reconf_box_name"
6056   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6057   data: "plot-vpp-nfv-reconf-2n-clx"
6058   include:
6059     - "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"
6060     - "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"
6061     - "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"
6062     - "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"
6063   layout:
6064     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6065     layout: "plot-throughput"
6066
6067 - type: "plot"
6068   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6069   algorithm: "plot_nf_reconf_box_name"
6070   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6071   data: "plot-vpp-nfv-reconf-2n-clx"
6072   include:
6073     - "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"
6074     - "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"
6075     - "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"
6076     - "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"
6077   layout:
6078     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6079     layout: "plot-throughput"
6080
6081 - type: "plot"
6082   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6083   algorithm: "plot_nf_reconf_box_name"
6084   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6085   data: "plot-vpp-nfv-reconf-2n-clx"
6086   include:
6087     - "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"
6088     - "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"
6089     - "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"
6090     - "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"
6091   layout:
6092     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6093     layout: "plot-throughput"
6094
6095 ################################################################################
6096 ## Plots - NF Density - VSC - MRR 64b
6097 #- type: "plot"
6098 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6099 #  algorithm: "plot_nf_heatmap"
6100 #  output-file-type: ".html"
6101 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6102 #  data: "plot-vpp-nfv-2n-skx-mrr"
6103 #  filter: "'NIC_Intel-XXV710' and
6104 #           'NF_DENSITY' and
6105 #           'VHOST' and
6106 #           not 'VXLAN' and
6107 #           'CHAIN' and
6108 #           'NF_VPPIP4' and
6109 #           '64B' and
6110 #           '2T1C' and
6111 #           'MRR'"
6112 #  parameters:
6113 #  - "result"
6114 #  - "name"
6115 #  - "tags"
6116 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6117 #  x-axis: "X = VNFs per Service Chain"
6118 #  y-axis: "Y = Number of Service Chains"
6119 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6120 #  layout:
6121 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6122 #    layout: "plot-service-density"
6123 #
6124 #- type: "plot"
6125 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6126 #  algorithm: "plot_nf_heatmap"
6127 #  output-file-type: ".html"
6128 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6129 #  data: "plot-vpp-nfv-2n-skx-mrr"
6130 #  filter: "'NIC_Intel-XXV710' and
6131 #           'NF_DENSITY' and
6132 #           'VHOST' and
6133 #           not 'VXLAN' and
6134 #           'CHAIN' and
6135 #           'NF_VPPIP4' and
6136 #           '64B' and
6137 #           '4T2C' and
6138 #           'MRR'"
6139 #  parameters:
6140 #  - "result"
6141 #  - "name"
6142 #  - "tags"
6143 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6144 #  x-axis: "X = VNFs per Service Chain"
6145 #  y-axis: "Y = Number of Service Chains"
6146 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6147 #  layout:
6148 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6149 #    layout: "plot-service-density"
6150 #
6151 #- type: "plot"
6152 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6153 #  algorithm: "plot_nf_heatmap"
6154 #  output-file-type: ".html"
6155 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6156 #  data: "plot-vpp-nfv-2n-skx-mrr"
6157 #  filter: "'NIC_Intel-XXV710' and
6158 #           'NF_DENSITY' and
6159 #           'VHOST' and
6160 #           not 'VXLAN' and
6161 #           'CHAIN' and
6162 #           'NF_VPPIP4' and
6163 #           '64B' and
6164 #           '8T4C' and
6165 #           'MRR'"
6166 #  parameters:
6167 #  - "result"
6168 #  - "name"
6169 #  - "tags"
6170 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6171 #  x-axis: "X = VNFs per Service Chain"
6172 #  y-axis: "Y = Number of Service Chains"
6173 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6174 #  layout:
6175 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6176 #    layout: "plot-service-density"
6177 #
6178 ## Plots - NF Density - VSC - MRR IMIX
6179 #- type: "plot"
6180 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6181 #  algorithm: "plot_nf_heatmap"
6182 #  output-file-type: ".html"
6183 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6184 #  data: "plot-vpp-nfv-2n-skx-mrr"
6185 #  filter: "'NIC_Intel-XXV710' and
6186 #           'NF_DENSITY' and
6187 #           'VHOST' and
6188 #           not 'VXLAN' and
6189 #           'CHAIN' and
6190 #           'NF_VPPIP4' and
6191 #           'IMIX' and
6192 #           '2T1C' and
6193 #           'MRR'"
6194 #  parameters:
6195 #  - "result"
6196 #  - "name"
6197 #  - "tags"
6198 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6199 #  x-axis: "X = VNFs per Service Chain"
6200 #  y-axis: "Y = Number of Service Chains"
6201 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6202 #  layout:
6203 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6204 #    layout: "plot-service-density"
6205 #
6206 #- type: "plot"
6207 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6208 #  algorithm: "plot_nf_heatmap"
6209 #  output-file-type: ".html"
6210 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6211 #  data: "plot-vpp-nfv-2n-skx-mrr"
6212 #  filter: "'NIC_Intel-XXV710' and
6213 #           'NF_DENSITY' and
6214 #           'VHOST' and
6215 #           not 'VXLAN' and
6216 #           'CHAIN' and
6217 #           'NF_VPPIP4' and
6218 #           'IMIX' and
6219 #           '4T2C' and
6220 #           'MRR'"
6221 #  parameters:
6222 #  - "result"
6223 #  - "name"
6224 #  - "tags"
6225 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6226 #  x-axis: "X = VNFs per Service Chain"
6227 #  y-axis: "Y = Number of Service Chains"
6228 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6229 #  layout:
6230 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6231 #    layout: "plot-service-density"
6232 #
6233 #- type: "plot"
6234 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6235 #  algorithm: "plot_nf_heatmap"
6236 #  output-file-type: ".html"
6237 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6238 #  data: "plot-vpp-nfv-2n-skx-mrr"
6239 #  filter: "'NIC_Intel-XXV710' and
6240 #           'NF_DENSITY' and
6241 #           'VHOST' and
6242 #           not 'VXLAN' and
6243 #           'CHAIN' and
6244 #           'NF_VPPIP4' and
6245 #           'IMIX' and
6246 #           '8T4C' and
6247 #           'MRR'"
6248 #  parameters:
6249 #  - "result"
6250 #  - "name"
6251 #  - "tags"
6252 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6253 #  x-axis: "X = VNFs per Service Chain"
6254 #  y-axis: "Y = Number of Service Chains"
6255 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6256 #  layout:
6257 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6258 #    layout: "plot-service-density"
6259 #
6260 ## Plots - NF Density - VSC - NDR 64b
6261 #- type: "plot"
6262 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6263 #  algorithm: "plot_nf_heatmap"
6264 #  output-file-type: ".html"
6265 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6266 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
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 #           'NDRPDR'"
6276 #  parameters:
6277 #  - "throughput"
6278 #  - "name"
6279 #  - "tags"
6280 #  include-tests: "NDR" # "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 NDR) [Mpps]"
6284 #  layout:
6285 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6286 #    layout: "plot-service-density"
6287 #
6288 #- type: "plot"
6289 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6290 #  algorithm: "plot_nf_heatmap"
6291 #  output-file-type: ".html"
6292 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6293 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
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 #           'NDRPDR'"
6303 #  parameters:
6304 #  - "throughput"
6305 #  - "name"
6306 #  - "tags"
6307 #  include-tests: "NDR" # "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 NDR) [Mpps]"
6311 #  layout:
6312 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6313 #    layout: "plot-service-density"
6314 #
6315 #- type: "plot"
6316 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6317 #  algorithm: "plot_nf_heatmap"
6318 #  output-file-type: ".html"
6319 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6320 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
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 #           'NDRPDR'"
6330 #  parameters:
6331 #  - "throughput"
6332 #  - "name"
6333 #  - "tags"
6334 #  include-tests: "NDR" # "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 NDR) [Mpps]"
6338 #  layout:
6339 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6340 #    layout: "plot-service-density"
6341 #
6342 ## Plots - NF Density - VSC - NDR IMIX
6343 #- type: "plot"
6344 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6345 #  algorithm: "plot_nf_heatmap"
6346 #  output-file-type: ".html"
6347 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6348 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
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 #           'NDRPDR'"
6358 #  parameters:
6359 #  - "throughput"
6360 #  - "name"
6361 #  - "tags"
6362 #  include-tests: "NDR" # "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 NDR) [Mpps]"
6366 #  layout:
6367 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6368 #    layout: "plot-service-density"
6369 #
6370 #- type: "plot"
6371 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6372 #  algorithm: "plot_nf_heatmap"
6373 #  output-file-type: ".html"
6374 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6375 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
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 #           'NDRPDR'"
6385 #  parameters:
6386 #  - "throughput"
6387 #  - "name"
6388 #  - "tags"
6389 #  include-tests: "NDR" # "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 NDR) [Mpps]"
6393 #  layout:
6394 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6395 #    layout: "plot-service-density"
6396 #
6397 #- type: "plot"
6398 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6399 #  algorithm: "plot_nf_heatmap"
6400 #  output-file-type: ".html"
6401 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6402 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
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 #           'NDRPDR'"
6412 #  parameters:
6413 #  - "throughput"
6414 #  - "name"
6415 #  - "tags"
6416 #  include-tests: "NDR" # "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 NDR) [Mpps]"
6420 #  layout:
6421 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6422 #    layout: "plot-service-density"
6423 #
6424 ## Plots - NF Density - VSC - PDR 64b
6425 #- type: "plot"
6426 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6427 #  algorithm: "plot_nf_heatmap"
6428 #  output-file-type: ".html"
6429 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
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: "PDR" # "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 PDR) [Mpps]"
6448 #  layout:
6449 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6450 #    layout: "plot-service-density"
6451 #
6452 #- type: "plot"
6453 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6454 #  algorithm: "plot_nf_heatmap"
6455 #  output-file-type: ".html"
6456 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
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: "PDR" # "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 PDR) [Mpps]"
6475 #  layout:
6476 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6477 #    layout: "plot-service-density"
6478 #
6479 #- type: "plot"
6480 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6481 #  algorithm: "plot_nf_heatmap"
6482 #  output-file-type: ".html"
6483 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
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: "PDR" # "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 PDR) [Mpps]"
6502 #  layout:
6503 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6504 #    layout: "plot-service-density"
6505 #
6506 ## Plots - NF Density - VSC - PDR IMIX
6507 #- type: "plot"
6508 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6509 #  algorithm: "plot_nf_heatmap"
6510 #  output-file-type: ".html"
6511 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
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: "PDR" # "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 PDR) [Mpps]"
6530 #  layout:
6531 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6532 #    layout: "plot-service-density"
6533 #
6534 #- type: "plot"
6535 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6536 #  algorithm: "plot_nf_heatmap"
6537 #  output-file-type: ".html"
6538 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
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: "PDR" # "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 PDR) [Mpps]"
6557 #  layout:
6558 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6559 #    layout: "plot-service-density"
6560 #
6561 #- type: "plot"
6562 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6563 #  algorithm: "plot_nf_heatmap"
6564 #  output-file-type: ".html"
6565 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
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: "PDR" # "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 PDR) [Mpps]"
6584 #  layout:
6585 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6586 #    layout: "plot-service-density"
6587 #
6588 ################################################################################
6589 ## Plots - NF Density - VSC - MRR 64b
6590 #- type: "plot"
6591 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6592 #  algorithm: "plot_nf_heatmap"
6593 #  output-file-type: ".html"
6594 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
6595 #  data: "plot-vpp-nfv-2n-skx-mrr"
6596 #  filter: "'NIC_Intel-XXV710' and
6597 #           'NF_DENSITY' and
6598 #           'VHOST' and
6599 #           'VXLAN' and
6600 #           'CHAIN' and
6601 #           '118' and
6602 #           '2T1C' and
6603 #           'MRR'"
6604 #  parameters:
6605 #  - "result"
6606 #  - "name"
6607 #  - "tags"
6608 #  include-tests: "MRR" # "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 MRR) [Mpps]"
6612 #  layout:
6613 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6614 #    layout: "plot-service-density"
6615 #
6616 #- type: "plot"
6617 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6618 #  algorithm: "plot_nf_heatmap"
6619 #  output-file-type: ".html"
6620 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
6621 #  data: "plot-vpp-nfv-2n-skx-mrr"
6622 #  filter: "'NIC_Intel-XXV710' and
6623 #           'NF_DENSITY' and
6624 #           'VHOST' and
6625 #           'VXLAN' and
6626 #           'CHAIN' and
6627 #           '118' and
6628 #           '4T2C' and
6629 #           'MRR'"
6630 #  parameters:
6631 #  - "result"
6632 #  - "name"
6633 #  - "tags"
6634 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6635 #  x-axis: "X = VNFs per Service Chain"
6636 #  y-axis: "Y = Number of Service Chains"
6637 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6638 #  layout:
6639 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6640 #    layout: "plot-service-density"
6641 #
6642 #- type: "plot"
6643 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6644 #  algorithm: "plot_nf_heatmap"
6645 #  output-file-type: ".html"
6646 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
6647 #  data: "plot-vpp-nfv-2n-skx-mrr"
6648 #  filter: "'NIC_Intel-XXV710' and
6649 #           'NF_DENSITY' and
6650 #           'VHOST' and
6651 #           'VXLAN' and
6652 #           'CHAIN' and
6653 #           '118' and
6654 #           '8T4C' and
6655 #           'MRR'"
6656 #  parameters:
6657 #  - "result"
6658 #  - "name"
6659 #  - "tags"
6660 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6661 #  x-axis: "X = VNFs per Service Chain"
6662 #  y-axis: "Y = Number of Service Chains"
6663 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6664 #  layout:
6665 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6666 #    layout: "plot-service-density"
6667 #
6668 ## Plots - NF Density - VSC - MRR IMIX
6669 #- type: "plot"
6670 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6671 #  algorithm: "plot_nf_heatmap"
6672 #  output-file-type: ".html"
6673 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
6674 #  data: "plot-vpp-nfv-2n-skx-mrr"
6675 #  filter: "'NIC_Intel-XXV710' and
6676 #           'NF_DENSITY' and
6677 #           'VHOST' and
6678 #           'VXLAN' and
6679 #           'CHAIN' and
6680 #           'IMIX' and
6681 #           '2T1C' and
6682 #           'MRR'"
6683 #  parameters:
6684 #  - "result"
6685 #  - "name"
6686 #  - "tags"
6687 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6688 #  x-axis: "X = VNFs per Service Chain"
6689 #  y-axis: "Y = Number of Service Chains"
6690 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6691 #  layout:
6692 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6693 #    layout: "plot-service-density"
6694 #
6695 #- type: "plot"
6696 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6697 #  algorithm: "plot_nf_heatmap"
6698 #  output-file-type: ".html"
6699 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
6700 #  data: "plot-vpp-nfv-2n-skx-mrr"
6701 #  filter: "'NIC_Intel-XXV710' and
6702 #           'NF_DENSITY' and
6703 #           'VHOST' and
6704 #           'VXLAN' and
6705 #           'CHAIN' and
6706 #           'IMIX' and
6707 #           '4T2C' and
6708 #           'MRR'"
6709 #  parameters:
6710 #  - "result"
6711 #  - "name"
6712 #  - "tags"
6713 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6714 #  x-axis: "X = VNFs per Service Chain"
6715 #  y-axis: "Y = Number of Service Chains"
6716 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6717 #  layout:
6718 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6719 #    layout: "plot-service-density"
6720 #
6721 #- type: "plot"
6722 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6723 #  algorithm: "plot_nf_heatmap"
6724 #  output-file-type: ".html"
6725 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
6726 #  data: "plot-vpp-nfv-2n-skx-mrr"
6727 #  filter: "'NIC_Intel-XXV710' and
6728 #           'NF_DENSITY' and
6729 #           'VHOST' and
6730 #           'VXLAN' and
6731 #           'CHAIN' and
6732 #           'IMIX' and
6733 #           '8T4C' and
6734 #           'MRR'"
6735 #  parameters:
6736 #  - "result"
6737 #  - "name"
6738 #  - "tags"
6739 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6740 #  x-axis: "X = VNFs per Service Chain"
6741 #  y-axis: "Y = Number of Service Chains"
6742 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6743 #  layout:
6744 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6745 #    layout: "plot-service-density"
6746 #
6747 ## Plots - NF Density - VSC - NDR 64b
6748 #- type: "plot"
6749 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6750 #  algorithm: "plot_nf_heatmap"
6751 #  output-file-type: ".html"
6752 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
6753 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6754 #  filter: "'NIC_Intel-XXV710' and
6755 #           'NF_DENSITY' and
6756 #           'VHOST' and
6757 #           'VXLAN' and
6758 #           'CHAIN' and
6759 #           '118' and
6760 #           '2T1C' and
6761 #           'NDRPDR'"
6762 #  parameters:
6763 #  - "throughput"
6764 #  - "name"
6765 #  - "tags"
6766 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6767 #  x-axis: "X = VNFs per Service Chain"
6768 #  y-axis: "Y = Number of Service Chains"
6769 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6770 #  layout:
6771 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6772 #    layout: "plot-service-density"
6773 #
6774 #- type: "plot"
6775 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6776 #  algorithm: "plot_nf_heatmap"
6777 #  output-file-type: ".html"
6778 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
6779 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6780 #  filter: "'NIC_Intel-XXV710' and
6781 #           'NF_DENSITY' and
6782 #           'VHOST' and
6783 #           'VXLAN' and
6784 #           'CHAIN' and
6785 #           '118' and
6786 #           '4T2C' and
6787 #           'NDRPDR'"
6788 #  parameters:
6789 #  - "throughput"
6790 #  - "name"
6791 #  - "tags"
6792 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6793 #  x-axis: "X = VNFs per Service Chain"
6794 #  y-axis: "Y = Number of Service Chains"
6795 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6796 #  layout:
6797 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6798 #    layout: "plot-service-density"
6799 #
6800 #- type: "plot"
6801 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6802 #  algorithm: "plot_nf_heatmap"
6803 #  output-file-type: ".html"
6804 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
6805 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6806 #  filter: "'NIC_Intel-XXV710' and
6807 #           'NF_DENSITY' and
6808 #           'VHOST' and
6809 #           'VXLAN' and
6810 #           'CHAIN' and
6811 #           '118' and
6812 #           '8T4C' and
6813 #           'NDRPDR'"
6814 #  parameters:
6815 #  - "throughput"
6816 #  - "name"
6817 #  - "tags"
6818 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6819 #  x-axis: "X = VNFs per Service Chain"
6820 #  y-axis: "Y = Number of Service Chains"
6821 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6822 #  layout:
6823 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6824 #    layout: "plot-service-density"
6825 #
6826 ## Plots - NF Density - VSC - NDR IMIX
6827 #- type: "plot"
6828 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6829 #  algorithm: "plot_nf_heatmap"
6830 #  output-file-type: ".html"
6831 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
6832 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6833 #  filter: "'NIC_Intel-XXV710' and
6834 #           'NF_DENSITY' and
6835 #           'VHOST' and
6836 #           'VXLAN' and
6837 #           'CHAIN' and
6838 #           'IMIX' and
6839 #           '2T1C' and
6840 #           'NDRPDR'"
6841 #  parameters:
6842 #  - "throughput"
6843 #  - "name"
6844 #  - "tags"
6845 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6846 #  x-axis: "X = VNFs per Service Chain"
6847 #  y-axis: "Y = Number of Service Chains"
6848 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6849 #  layout:
6850 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6851 #    layout: "plot-service-density"
6852 #
6853 #- type: "plot"
6854 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6855 #  algorithm: "plot_nf_heatmap"
6856 #  output-file-type: ".html"
6857 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
6858 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6859 #  filter: "'NIC_Intel-XXV710' and
6860 #           'NF_DENSITY' and
6861 #           'VHOST' and
6862 #           'VXLAN' and
6863 #           'CHAIN' and
6864 #           'IMIX' and
6865 #           '4T2C' and
6866 #           'NDRPDR'"
6867 #  parameters:
6868 #  - "throughput"
6869 #  - "name"
6870 #  - "tags"
6871 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6872 #  x-axis: "X = VNFs per Service Chain"
6873 #  y-axis: "Y = Number of Service Chains"
6874 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6875 #  layout:
6876 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6877 #    layout: "plot-service-density"
6878 #
6879 #- type: "plot"
6880 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6881 #  algorithm: "plot_nf_heatmap"
6882 #  output-file-type: ".html"
6883 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
6884 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6885 #  filter: "'NIC_Intel-XXV710' and
6886 #           'NF_DENSITY' and
6887 #           'VHOST' and
6888 #           'VXLAN' and
6889 #           'CHAIN' and
6890 #           'IMIX' and
6891 #           '8T4C' and
6892 #           'NDRPDR'"
6893 #  parameters:
6894 #  - "throughput"
6895 #  - "name"
6896 #  - "tags"
6897 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6898 #  x-axis: "X = VNFs per Service Chain"
6899 #  y-axis: "Y = Number of Service Chains"
6900 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6901 #  layout:
6902 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6903 #    layout: "plot-service-density"
6904 #
6905 ## Plots - NF Density - VSC - PDR 64b
6906 #- type: "plot"
6907 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6908 #  algorithm: "plot_nf_heatmap"
6909 #  output-file-type: ".html"
6910 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
6911 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6912 #  filter: "'NIC_Intel-XXV710' and
6913 #           'NF_DENSITY' and
6914 #           'VHOST' and
6915 #           'VXLAN' and
6916 #           'CHAIN' and
6917 #           '118' and
6918 #           '2T1C' and
6919 #           'NDRPDR'"
6920 #  parameters:
6921 #  - "throughput"
6922 #  - "name"
6923 #  - "tags"
6924 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6925 #  x-axis: "X = VNFs per Service Chain"
6926 #  y-axis: "Y = Number of Service Chains"
6927 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6928 #  layout:
6929 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6930 #    layout: "plot-service-density"
6931 #
6932 #- type: "plot"
6933 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6934 #  algorithm: "plot_nf_heatmap"
6935 #  output-file-type: ".html"
6936 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
6937 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6938 #  filter: "'NIC_Intel-XXV710' and
6939 #           'NF_DENSITY' and
6940 #           'VHOST' and
6941 #           'VXLAN' and
6942 #           'CHAIN' and
6943 #           '118' and
6944 #           '4T2C' and
6945 #           'NDRPDR'"
6946 #  parameters:
6947 #  - "throughput"
6948 #  - "name"
6949 #  - "tags"
6950 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6951 #  x-axis: "X = VNFs per Service Chain"
6952 #  y-axis: "Y = Number of Service Chains"
6953 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6954 #  layout:
6955 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6956 #    layout: "plot-service-density"
6957 #
6958 #- type: "plot"
6959 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6960 #  algorithm: "plot_nf_heatmap"
6961 #  output-file-type: ".html"
6962 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
6963 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6964 #  filter: "'NIC_Intel-XXV710' and
6965 #           'NF_DENSITY' and
6966 #           'VHOST' and
6967 #           'VXLAN' and
6968 #           'CHAIN' and
6969 #           '118' and
6970 #           '8T4C' and
6971 #           'NDRPDR'"
6972 #  parameters:
6973 #  - "throughput"
6974 #  - "name"
6975 #  - "tags"
6976 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6977 #  x-axis: "X = VNFs per Service Chain"
6978 #  y-axis: "Y = Number of Service Chains"
6979 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6980 #  layout:
6981 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6982 #    layout: "plot-service-density"
6983 #
6984 ## Plots - NF Density - VSC - PDR IMIX
6985 #- type: "plot"
6986 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6987 #  algorithm: "plot_nf_heatmap"
6988 #  output-file-type: ".html"
6989 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
6990 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6991 #  filter: "'NIC_Intel-XXV710' and
6992 #           'NF_DENSITY' and
6993 #           'VHOST' and
6994 #           'VXLAN' and
6995 #           'CHAIN' and
6996 #           'IMIX' and
6997 #           '2T1C' and
6998 #           'NDRPDR'"
6999 #  parameters:
7000 #  - "throughput"
7001 #  - "name"
7002 #  - "tags"
7003 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7004 #  x-axis: "X = VNFs per Service Chain"
7005 #  y-axis: "Y = Number of Service Chains"
7006 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7007 #  layout:
7008 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7009 #    layout: "plot-service-density"
7010 #
7011 #- type: "plot"
7012 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7013 #  algorithm: "plot_nf_heatmap"
7014 #  output-file-type: ".html"
7015 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7016 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7017 #  filter: "'NIC_Intel-XXV710' and
7018 #           'NF_DENSITY' and
7019 #           'VHOST' and
7020 #           'VXLAN' and
7021 #           'CHAIN' and
7022 #           'IMIX' and
7023 #           '4T2C' and
7024 #           'NDRPDR'"
7025 #  parameters:
7026 #  - "throughput"
7027 #  - "name"
7028 #  - "tags"
7029 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7030 #  x-axis: "X = VNFs per Service Chain"
7031 #  y-axis: "Y = Number of Service Chains"
7032 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7033 #  layout:
7034 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7035 #    layout: "plot-service-density"
7036 #
7037 #- type: "plot"
7038 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7039 #  algorithm: "plot_nf_heatmap"
7040 #  output-file-type: ".html"
7041 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7042 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7043 #  filter: "'NIC_Intel-XXV710' and
7044 #           'NF_DENSITY' and
7045 #           'VHOST' and
7046 #           'VXLAN' and
7047 #           'CHAIN' and
7048 #           'IMIX' and
7049 #           '8T4C' and
7050 #           'NDRPDR'"
7051 #  parameters:
7052 #  - "throughput"
7053 #  - "name"
7054 #  - "tags"
7055 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7056 #  x-axis: "X = VNFs per Service Chain"
7057 #  y-axis: "Y = Number of Service Chains"
7058 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7059 #  layout:
7060 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7061 #    layout: "plot-service-density"
7062 #
7063 ################################################################################
7064 ## Plots - NF Density - CSC - MRR 64b
7065 #- type: "plot"
7066 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7067 #  algorithm: "plot_nf_heatmap"
7068 #  output-file-type: ".html"
7069 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7070 #  data: "plot-vpp-nfv-2n-skx-mrr"
7071 #  filter: "'NIC_Intel-XXV710' and
7072 #           'NF_DENSITY' and
7073 #           'DOCKER' and
7074 #           'CHAIN' and
7075 #           'NF_VPPIP4' and
7076 #           '64B' and
7077 #           '2T1C' and
7078 #           'MRR'"
7079 #  parameters:
7080 #  - "result"
7081 #  - "name"
7082 #  - "tags"
7083 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7084 #  x-axis: "X = CNFs per Service Chain"
7085 #  y-axis: "Y = Number of Service Chains"
7086 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7087 #  layout:
7088 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7089 #    layout: "plot-service-density"
7090 #
7091 #- type: "plot"
7092 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7093 #  algorithm: "plot_nf_heatmap"
7094 #  output-file-type: ".html"
7095 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7096 #  data: "plot-vpp-nfv-2n-skx-mrr"
7097 #  filter: "'NIC_Intel-XXV710' and
7098 #           'NF_DENSITY' and
7099 #           'DOCKER' and
7100 #           'CHAIN' and
7101 #           'NF_VPPIP4' and
7102 #           '64B' and
7103 #           '4T2C' and
7104 #           'MRR'"
7105 #  parameters:
7106 #  - "result"
7107 #  - "name"
7108 #  - "tags"
7109 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7110 #  x-axis: "X = CNFs per Service Chain"
7111 #  y-axis: "Y = Number of Service Chains"
7112 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7113 #  layout:
7114 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7115 #    layout: "plot-service-density"
7116 #
7117 #- type: "plot"
7118 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7119 #  algorithm: "plot_nf_heatmap"
7120 #  output-file-type: ".html"
7121 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7122 #  data: "plot-vpp-nfv-2n-skx-mrr"
7123 #  filter: "'NIC_Intel-XXV710' and
7124 #           'NF_DENSITY' and
7125 #           'DOCKER' and
7126 #           'CHAIN' and
7127 #           'NF_VPPIP4' and
7128 #           '64B' and
7129 #           '8T4C' and
7130 #           'MRR'"
7131 #  parameters:
7132 #  - "result"
7133 #  - "name"
7134 #  - "tags"
7135 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7136 #  x-axis: "X = CNFs per Service Chain"
7137 #  y-axis: "Y = Number of Service Chains"
7138 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7139 #  layout:
7140 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7141 #    layout: "plot-service-density"
7142 #
7143 ## Plots - NF Density - CSC - MRR IMIX
7144 #- type: "plot"
7145 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7146 #  algorithm: "plot_nf_heatmap"
7147 #  output-file-type: ".html"
7148 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7149 #  data: "plot-vpp-nfv-2n-skx-mrr"
7150 #  filter: "'NIC_Intel-XXV710' and
7151 #           'NF_DENSITY' and
7152 #           'DOCKER' and
7153 #           'CHAIN' and
7154 #           'NF_VPPIP4' and
7155 #           'IMIX' and
7156 #           '2T1C' and
7157 #           'MRR'"
7158 #  parameters:
7159 #  - "result"
7160 #  - "name"
7161 #  - "tags"
7162 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7163 #  x-axis: "X = CNFs per Service Chain"
7164 #  y-axis: "Y = Number of Service Chains"
7165 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7166 #  layout:
7167 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7168 #    layout: "plot-service-density"
7169 #
7170 #- type: "plot"
7171 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7172 #  algorithm: "plot_nf_heatmap"
7173 #  output-file-type: ".html"
7174 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7175 #  data: "plot-vpp-nfv-2n-skx-mrr"
7176 #  filter: "'NIC_Intel-XXV710' and
7177 #           'NF_DENSITY' and
7178 #           'DOCKER' and
7179 #           'CHAIN' and
7180 #           'NF_VPPIP4' and
7181 #           'IMIX' and
7182 #           '4T2C' and
7183 #           'MRR'"
7184 #  parameters:
7185 #  - "result"
7186 #  - "name"
7187 #  - "tags"
7188 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7189 #  x-axis: "X = CNFs per Service Chain"
7190 #  y-axis: "Y = Number of Service Chains"
7191 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7192 #  layout:
7193 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7194 #    layout: "plot-service-density"
7195 #
7196 #- type: "plot"
7197 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7198 #  algorithm: "plot_nf_heatmap"
7199 #  output-file-type: ".html"
7200 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7201 #  data: "plot-vpp-nfv-2n-skx-mrr"
7202 #  filter: "'NIC_Intel-XXV710' and
7203 #           'NF_DENSITY' and
7204 #           'DOCKER' and
7205 #           'CHAIN' and
7206 #           'NF_VPPIP4' and
7207 #           'IMIX' and
7208 #           '8T4C' and
7209 #           'MRR'"
7210 #  parameters:
7211 #  - "result"
7212 #  - "name"
7213 #  - "tags"
7214 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7215 #  x-axis: "X = CNFs per Service Chain"
7216 #  y-axis: "Y = Number of Service Chains"
7217 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7218 #  layout:
7219 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7220 #    layout: "plot-service-density"
7221 #
7222 ## Plots - NF Density - CSC - NDR 64b
7223 #- type: "plot"
7224 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7225 #  algorithm: "plot_nf_heatmap"
7226 #  output-file-type: ".html"
7227 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7228 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7229 #  filter: "'NIC_Intel-XXV710' and
7230 #           'NF_DENSITY' and
7231 #           'DOCKER' and
7232 #           'CHAIN' and
7233 #           'NF_VPPIP4' and
7234 #           '64B' and
7235 #           '2T1C' and
7236 #           'NDRPDR'"
7237 #  parameters:
7238 #  - "throughput"
7239 #  - "name"
7240 #  - "tags"
7241 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7242 #  x-axis: "X = CNFs per Service Chain"
7243 #  y-axis: "Y = Number of Service Chains"
7244 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7245 #  layout:
7246 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7247 #    layout: "plot-service-density"
7248 #
7249 #- type: "plot"
7250 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7251 #  algorithm: "plot_nf_heatmap"
7252 #  output-file-type: ".html"
7253 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7254 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7255 #  filter: "'NIC_Intel-XXV710' and
7256 #           'NF_DENSITY' and
7257 #           'DOCKER' and
7258 #           'CHAIN' and
7259 #           'NF_VPPIP4' and
7260 #           '64B' and
7261 #           '4T2C' and
7262 #           'NDRPDR'"
7263 #  parameters:
7264 #  - "throughput"
7265 #  - "name"
7266 #  - "tags"
7267 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7268 #  x-axis: "X = CNFs per Service Chain"
7269 #  y-axis: "Y = Number of Service Chains"
7270 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7271 #  layout:
7272 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7273 #    layout: "plot-service-density"
7274 #
7275 #- type: "plot"
7276 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7277 #  algorithm: "plot_nf_heatmap"
7278 #  output-file-type: ".html"
7279 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7280 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7281 #  filter: "'NIC_Intel-XXV710' and
7282 #           'NF_DENSITY' and
7283 #           'DOCKER' and
7284 #           'CHAIN' and
7285 #           'NF_VPPIP4' and
7286 #           '64B' and
7287 #           '8T4C' and
7288 #           'NDRPDR'"
7289 #  parameters:
7290 #  - "throughput"
7291 #  - "name"
7292 #  - "tags"
7293 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7294 #  x-axis: "X = CNFs per Service Chain"
7295 #  y-axis: "Y = Number of Service Chains"
7296 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7297 #  layout:
7298 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7299 #    layout: "plot-service-density"
7300 #
7301 ## Plots - NF Density - CSC - NDR IMIX
7302 #- type: "plot"
7303 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7304 #  algorithm: "plot_nf_heatmap"
7305 #  output-file-type: ".html"
7306 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7307 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7308 #  filter: "'NIC_Intel-XXV710' and
7309 #           'NF_DENSITY' and
7310 #           'DOCKER' and
7311 #           'CHAIN' and
7312 #           'NF_VPPIP4' and
7313 #           'IMIX' and
7314 #           '2T1C' and
7315 #           'NDRPDR'"
7316 #  parameters:
7317 #  - "throughput"
7318 #  - "name"
7319 #  - "tags"
7320 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7321 #  x-axis: "X = CNFs per Service Chain"
7322 #  y-axis: "Y = Number of Service Chains"
7323 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7324 #  layout:
7325 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7326 #    layout: "plot-service-density"
7327 #
7328 #- type: "plot"
7329 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7330 #  algorithm: "plot_nf_heatmap"
7331 #  output-file-type: ".html"
7332 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7333 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7334 #  filter: "'NIC_Intel-XXV710' and
7335 #           'NF_DENSITY' and
7336 #           'DOCKER' and
7337 #           'CHAIN' and
7338 #           'NF_VPPIP4' and
7339 #           'IMIX' and
7340 #           '4T2C' and
7341 #           'NDRPDR'"
7342 #  parameters:
7343 #  - "throughput"
7344 #  - "name"
7345 #  - "tags"
7346 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7347 #  x-axis: "X = CNFs per Service Chain"
7348 #  y-axis: "Y = Number of Service Chains"
7349 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7350 #  layout:
7351 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7352 #    layout: "plot-service-density"
7353 #
7354 #- type: "plot"
7355 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7356 #  algorithm: "plot_nf_heatmap"
7357 #  output-file-type: ".html"
7358 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7359 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7360 #  filter: "'NIC_Intel-XXV710' and
7361 #           'NF_DENSITY' and
7362 #           'DOCKER' and
7363 #           'CHAIN' and
7364 #           'NF_VPPIP4' and
7365 #           'IMIX' and
7366 #           '8T4C' and
7367 #           'NDRPDR'"
7368 #  parameters:
7369 #  - "throughput"
7370 #  - "name"
7371 #  - "tags"
7372 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7373 #  x-axis: "X = CNFs per Service Chain"
7374 #  y-axis: "Y = Number of Service Chains"
7375 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7376 #  layout:
7377 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7378 #    layout: "plot-service-density"
7379 #
7380 ## Plots - NF Density - CSC - PDR 64b
7381 #- type: "plot"
7382 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7383 #  algorithm: "plot_nf_heatmap"
7384 #  output-file-type: ".html"
7385 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7386 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7387 #  filter: "'NIC_Intel-XXV710' and
7388 #           'NF_DENSITY' and
7389 #           'DOCKER' and
7390 #           'CHAIN' and
7391 #           'NF_VPPIP4' and
7392 #           '64B' and
7393 #           '2T1C' and
7394 #           'NDRPDR'"
7395 #  parameters:
7396 #  - "throughput"
7397 #  - "name"
7398 #  - "tags"
7399 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7400 #  x-axis: "X = CNFs per Service Chain"
7401 #  y-axis: "Y = Number of Service Chains"
7402 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7403 #  layout:
7404 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7405 #    layout: "plot-service-density"
7406 #
7407 #- type: "plot"
7408 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7409 #  algorithm: "plot_nf_heatmap"
7410 #  output-file-type: ".html"
7411 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7412 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7413 #  filter: "'NIC_Intel-XXV710' and
7414 #           'NF_DENSITY' and
7415 #           'DOCKER' and
7416 #           'CHAIN' and
7417 #           'NF_VPPIP4' and
7418 #           '64B' and
7419 #           '4T2C' and
7420 #           'NDRPDR'"
7421 #  parameters:
7422 #  - "throughput"
7423 #  - "name"
7424 #  - "tags"
7425 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7426 #  x-axis: "X = CNFs per Service Chain"
7427 #  y-axis: "Y = Number of Service Chains"
7428 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7429 #  layout:
7430 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7431 #    layout: "plot-service-density"
7432 #
7433 #- type: "plot"
7434 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7435 #  algorithm: "plot_nf_heatmap"
7436 #  output-file-type: ".html"
7437 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7438 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7439 #  filter: "'NIC_Intel-XXV710' and
7440 #           'NF_DENSITY' and
7441 #           'DOCKER' and
7442 #           'CHAIN' and
7443 #           'NF_VPPIP4' and
7444 #           '64B' and
7445 #           '8T4C' and
7446 #           'NDRPDR'"
7447 #  parameters:
7448 #  - "throughput"
7449 #  - "name"
7450 #  - "tags"
7451 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7452 #  x-axis: "X = CNFs per Service Chain"
7453 #  y-axis: "Y = Number of Service Chains"
7454 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7455 #  layout:
7456 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7457 #    layout: "plot-service-density"
7458 #
7459 ## Plots - NF Density - CSC - PDR IMIX
7460 #- type: "plot"
7461 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7462 #  algorithm: "plot_nf_heatmap"
7463 #  output-file-type: ".html"
7464 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7465 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7466 #  filter: "'NIC_Intel-XXV710' and
7467 #           'NF_DENSITY' and
7468 #           'DOCKER' and
7469 #           'CHAIN' and
7470 #           'NF_VPPIP4' and
7471 #           'IMIX' and
7472 #           '2T1C' and
7473 #           'NDRPDR'"
7474 #  parameters:
7475 #  - "throughput"
7476 #  - "name"
7477 #  - "tags"
7478 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7479 #  x-axis: "X = CNFs per Service Chain"
7480 #  y-axis: "Y = Number of Service Chains"
7481 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7482 #  layout:
7483 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7484 #    layout: "plot-service-density"
7485 #
7486 #- type: "plot"
7487 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7488 #  algorithm: "plot_nf_heatmap"
7489 #  output-file-type: ".html"
7490 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7491 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7492 #  filter: "'NIC_Intel-XXV710' and
7493 #           'NF_DENSITY' and
7494 #           'DOCKER' and
7495 #           'CHAIN' and
7496 #           'NF_VPPIP4' and
7497 #           'IMIX' and
7498 #           '4T2C' and
7499 #           'NDRPDR'"
7500 #  parameters:
7501 #  - "throughput"
7502 #  - "name"
7503 #  - "tags"
7504 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7505 #  x-axis: "X = CNFs per Service Chain"
7506 #  y-axis: "Y = Number of Service Chains"
7507 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7508 #  layout:
7509 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7510 #    layout: "plot-service-density"
7511 #
7512 #- type: "plot"
7513 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7514 #  algorithm: "plot_nf_heatmap"
7515 #  output-file-type: ".html"
7516 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7517 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7518 #  filter: "'NIC_Intel-XXV710' and
7519 #           'NF_DENSITY' and
7520 #           'DOCKER' and
7521 #           'CHAIN' and
7522 #           'NF_VPPIP4' and
7523 #           'IMIX' and
7524 #           '8T4C' and
7525 #           'NDRPDR'"
7526 #  parameters:
7527 #  - "throughput"
7528 #  - "name"
7529 #  - "tags"
7530 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7531 #  x-axis: "X = CNFs per Service Chain"
7532 #  y-axis: "Y = Number of Service Chains"
7533 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7534 #  layout:
7535 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7536 #    layout: "plot-service-density"
7537 #
7538 ################################################################################
7539 #
7540 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7541 #- type: "plot"
7542 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7543 #  algorithm: "plot_nf_heatmap"
7544 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7545 #  data: "plot-vpp-nfv-3n-skx-mrr"
7546 #  filter: "'NIC_Intel-XXV710' and
7547 #           'NF_DENSITY' and
7548 #           'DOCKER' and
7549 #           'CHAIN' and
7550 #           'NF_VPPIP4' and
7551 #           'IPSEC' and
7552 #           'TNL_4' and
7553 #           'IMIX' and
7554 #           '2T1C' and
7555 #           'MRR'"
7556 #  parameters:
7557 #  - "result"
7558 #  - "name"
7559 #  - "tags"
7560 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7561 #  x-axis: "X = CNFs per Service Chain"
7562 #  y-axis: "Y = Number of Service Chains"
7563 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7564 #  layout:
7565 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7566 #    layout: "plot-service-density"
7567 #
7568 #- type: "plot"
7569 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7570 #  algorithm: "plot_nf_heatmap"
7571 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
7572 #  data: "plot-vpp-nfv-3n-skx-mrr"
7573 #  filter: "'NIC_Intel-XXV710' and
7574 #           'NF_DENSITY' and
7575 #           'DOCKER' and
7576 #           'CHAIN' and
7577 #           'NF_VPPIP4' and
7578 #           'IPSEC' and
7579 #           'TNL_4' and
7580 #           'IMIX' and
7581 #           '4T2C' and
7582 #           'MRR'"
7583 #  parameters:
7584 #  - "result"
7585 #  - "name"
7586 #  - "tags"
7587 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7588 #  x-axis: "X = CNFs per Service Chain"
7589 #  y-axis: "Y = Number of Service Chains"
7590 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7591 #  layout:
7592 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7593 #    layout: "plot-service-density"
7594 #
7595 #- type: "plot"
7596 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7597 #  algorithm: "plot_nf_heatmap"
7598 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
7599 #  data: "plot-vpp-nfv-3n-skx-mrr"
7600 #  filter: "'NIC_Intel-XXV710' and
7601 #           'NF_DENSITY' and
7602 #           'DOCKER' and
7603 #           'CHAIN' and
7604 #           'NF_VPPIP4' and
7605 #           'IPSEC' and
7606 #           'TNL_4' and
7607 #           'IMIX' and
7608 #           '8T4C' and
7609 #           'MRR'"
7610 #  parameters:
7611 #  - "result"
7612 #  - "name"
7613 #  - "tags"
7614 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7615 #  x-axis: "X = CNFs per Service Chain"
7616 #  y-axis: "Y = Number of Service Chains"
7617 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7618 #  layout:
7619 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7620 #    layout: "plot-service-density"
7621 #
7622 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7623 #- type: "plot"
7624 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7625 #  algorithm: "plot_nf_heatmap"
7626 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
7627 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7628 #  filter: "'NIC_Intel-XXV710' and
7629 #           'NF_DENSITY' and
7630 #           'DOCKER' and
7631 #           'CHAIN' and
7632 #           'NF_VPPIP4' and
7633 #           'IPSEC' and
7634 #           'TNL_4' and
7635 #           'IMIX' and
7636 #           '2T1C' and
7637 #           'NDRPDR'"
7638 #  parameters:
7639 #  - "throughput"
7640 #  - "name"
7641 #  - "tags"
7642 #  include-tests: "NDR" # "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 NDR) [Mpps]"
7646 #  layout:
7647 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7648 #    layout: "plot-service-density"
7649 #
7650 #- type: "plot"
7651 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7652 #  algorithm: "plot_nf_heatmap"
7653 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
7654 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7655 #  filter: "'NIC_Intel-XXV710' and
7656 #           'NF_DENSITY' and
7657 #           'DOCKER' and
7658 #           'CHAIN' and
7659 #           'NF_VPPIP4' and
7660 #           'IPSEC' and
7661 #           'TNL_4' and
7662 #           'IMIX' and
7663 #           '4T2C' and
7664 #           'NDRPDR'"
7665 #  parameters:
7666 #  - "throughput"
7667 #  - "name"
7668 #  - "tags"
7669 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7670 #  x-axis: "X = CNFs per Service Chain"
7671 #  y-axis: "Y = Number of Service Chains"
7672 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7673 #  layout:
7674 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7675 #    layout: "plot-service-density"
7676 #
7677 #- type: "plot"
7678 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7679 #  algorithm: "plot_nf_heatmap"
7680 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
7681 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7682 #  filter: "'NIC_Intel-XXV710' and
7683 #           'NF_DENSITY' and
7684 #           'DOCKER' and
7685 #           'CHAIN' and
7686 #           'NF_VPPIP4' and
7687 #           'IPSEC' and
7688 #           'TNL_4' and
7689 #           'IMIX' and
7690 #           '8T4C' and
7691 #           'NDRPDR'"
7692 #  parameters:
7693 #  - "throughput"
7694 #  - "name"
7695 #  - "tags"
7696 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7697 #  x-axis: "X = CNFs per Service Chain"
7698 #  y-axis: "Y = Number of Service Chains"
7699 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7700 #  layout:
7701 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7702 #    layout: "plot-service-density"
7703 #
7704 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7705 #- type: "plot"
7706 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7707 #  algorithm: "plot_nf_heatmap"
7708 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
7709 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
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 #           'NDRPDR'"
7720 #  parameters:
7721 #  - "throughput"
7722 #  - "name"
7723 #  - "tags"
7724 #  include-tests: "PDR" # "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 PDR) [Mpps]"
7728 #  layout:
7729 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7730 #    layout: "plot-service-density"
7731 #
7732 #- type: "plot"
7733 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7734 #  algorithm: "plot_nf_heatmap"
7735 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
7736 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
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 #           'NDRPDR'"
7747 #  parameters:
7748 #  - "throughput"
7749 #  - "name"
7750 #  - "tags"
7751 #  include-tests: "PDR" # "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 PDR) [Mpps]"
7755 #  layout:
7756 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7757 #    layout: "plot-service-density"
7758 #
7759 #- type: "plot"
7760 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7761 #  algorithm: "plot_nf_heatmap"
7762 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
7763 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
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 #           'NDRPDR'"
7774 #  parameters:
7775 #  - "throughput"
7776 #  - "name"
7777 #  - "tags"
7778 #  include-tests: "PDR" # "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 PDR) [Mpps]"
7782 #  layout:
7783 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7784 #    layout: "plot-service-density"
7785
7786 ###############################################################################
7787
7788 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7789 - type: "plot"
7790   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7791   algorithm: "plot_nf_heatmap"
7792   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
7793   data: "plot-vpp-nfv-3n-hsw-mrr"
7794   filter: "'NIC_Intel-XL710' and
7795            'NF_DENSITY' and
7796            'DOCKER' and
7797            'CHAIN' and
7798            'NF_VPPIP4' and
7799            'IMIX' and
7800            'TNL_4' and
7801            '1T1C' and
7802            'MRR'"
7803   parameters:
7804   - "result"
7805   - "name"
7806   - "tags"
7807   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7808   x-axis: "X = CNFs per Service Chain"
7809   y-axis: "Y = Number of Service Chains"
7810   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7811   layout:
7812     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7813     layout: "plot-service-density"
7814
7815 - type: "plot"
7816   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7817   algorithm: "plot_nf_heatmap"
7818   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
7819   data: "plot-vpp-nfv-3n-hsw-mrr"
7820   filter: "'NIC_Intel-XL710' and
7821            'NF_DENSITY' and
7822            'DOCKER' and
7823            'CHAIN' and
7824            'NF_VPPIP4' and
7825            'IPSEC' and
7826            'TNL_4' and
7827            'IMIX' and
7828            '2T2C' and
7829            'MRR'"
7830   parameters:
7831   - "result"
7832   - "name"
7833   - "tags"
7834   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7835   x-axis: "X = CNFs per Service Chain"
7836   y-axis: "Y = Number of Service Chains"
7837   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7838   layout:
7839     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7840     layout: "plot-service-density"
7841
7842 - type: "plot"
7843   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7844   algorithm: "plot_nf_heatmap"
7845   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
7846   data: "plot-vpp-nfv-3n-hsw-mrr"
7847   filter: "'NIC_Intel-XL710' and
7848            'NF_DENSITY' and
7849            'DOCKER' and
7850            'CHAIN' and
7851            'NF_VPPIP4' and
7852            'IPSEC' and
7853            'TNL_4' and
7854            'IMIX' and
7855            '4T4C' and
7856            'MRR'"
7857   parameters:
7858   - "result"
7859   - "name"
7860   - "tags"
7861   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7862   x-axis: "X = CNFs per Service Chain"
7863   y-axis: "Y = Number of Service Chains"
7864   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7865   layout:
7866     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7867     layout: "plot-service-density"
7868
7869 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7870 - type: "plot"
7871   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7872   algorithm: "plot_nf_heatmap"
7873   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
7874   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7875   filter: "'NIC_Intel-XL710' and
7876            'NF_DENSITY' and
7877            'DOCKER' and
7878            'CHAIN' and
7879            'NF_VPPIP4' and
7880            'IPSEC' and
7881            'TNL_4' and
7882            'IMIX' and
7883            '1T1C' and
7884            'NDRPDR'"
7885   parameters:
7886   - "throughput"
7887   - "name"
7888   - "tags"
7889   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7890   x-axis: "X = CNFs per Service Chain"
7891   y-axis: "Y = Number of Service Chains"
7892   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7893   layout:
7894     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7895     layout: "plot-service-density"
7896
7897 - type: "plot"
7898   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7899   algorithm: "plot_nf_heatmap"
7900   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
7901   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7902   filter: "'NIC_Intel-XL710' and
7903            'NF_DENSITY' and
7904            'DOCKER' and
7905            'CHAIN' and
7906            'NF_VPPIP4' and
7907            'IPSEC' and
7908            'TNL_4' and
7909            'IMIX' and
7910            '2T2C' and
7911            'NDRPDR'"
7912   parameters:
7913   - "throughput"
7914   - "name"
7915   - "tags"
7916   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7917   x-axis: "X = CNFs per Service Chain"
7918   y-axis: "Y = Number of Service Chains"
7919   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7920   layout:
7921     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7922     layout: "plot-service-density"
7923
7924 - type: "plot"
7925   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7926   algorithm: "plot_nf_heatmap"
7927   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
7928   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7929   filter: "'NIC_Intel-XL710' and
7930            'NF_DENSITY' and
7931            'DOCKER' and
7932            'CHAIN' and
7933            'NF_VPPIP4' and
7934            'IPSEC' and
7935            'TNL_4' and
7936            'IMIX' and
7937            '4T4C' and
7938            'NDRPDR'"
7939   parameters:
7940   - "throughput"
7941   - "name"
7942   - "tags"
7943   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7944   x-axis: "X = CNFs per Service Chain"
7945   y-axis: "Y = Number of Service Chains"
7946   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7947   layout:
7948     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7949     layout: "plot-service-density"
7950
7951 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7952 - type: "plot"
7953   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7954   algorithm: "plot_nf_heatmap"
7955   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
7956   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7957   filter: "'NIC_Intel-XL710' and
7958            'NF_DENSITY' and
7959            'DOCKER' and
7960            'CHAIN' and
7961            'NF_VPPIP4' and
7962            'IPSEC' and
7963            'TNL_4' and
7964            'IMIX' and
7965            '1T1C' and
7966            'NDRPDR'"
7967   parameters:
7968   - "throughput"
7969   - "name"
7970   - "tags"
7971   include-tests: "PDR" # "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 PDR) [Mpps]"
7975   layout:
7976     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7977     layout: "plot-service-density"
7978
7979 - type: "plot"
7980   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7981   algorithm: "plot_nf_heatmap"
7982   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
7983   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
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            'NDRPDR'"
7994   parameters:
7995   - "throughput"
7996   - "name"
7997   - "tags"
7998   include-tests: "PDR" # "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 PDR) [Mpps]"
8002   layout:
8003     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8004     layout: "plot-service-density"
8005
8006 - type: "plot"
8007   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8008   algorithm: "plot_nf_heatmap"
8009   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8010   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
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            'NDRPDR'"
8021   parameters:
8022   - "throughput"
8023   - "name"
8024   - "tags"
8025   include-tests: "PDR" # "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 PDR) [Mpps]"
8029   layout:
8030     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8031     layout: "plot-service-density"
8032
8033 ###############################################################################
8034
8035 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8036 #- type: "plot"
8037 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8038 #  algorithm: "plot_nf_heatmap"
8039 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8040 #  data: "plot-vpp-nfv-3n-skx-mrr"
8041 #  filter: "'NIC_Intel-XXV710' and
8042 #           'NF_DENSITY' and
8043 #           'DOCKER' and
8044 #           'CHAIN' and
8045 #           'NF_VPPIP4' and
8046 #           'IPSEC' and
8047 #           'TNL_1000' and
8048 #           'IMIX' and
8049 #           '2T1C' and
8050 #           'MRR'"
8051 #  parameters:
8052 #  - "result"
8053 #  - "name"
8054 #  - "tags"
8055 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8056 #  x-axis: "X = CNFs per Service Chain"
8057 #  y-axis: "Y = Number of Service Chains"
8058 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8059 #  layout:
8060 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8061 #    layout: "plot-service-density"
8062 #
8063 #- type: "plot"
8064 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8065 #  algorithm: "plot_nf_heatmap"
8066 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8067 #  data: "plot-vpp-nfv-3n-skx-mrr"
8068 #  filter: "'NIC_Intel-XXV710' and
8069 #           'NF_DENSITY' and
8070 #           'DOCKER' and
8071 #           'CHAIN' and
8072 #           'NF_VPPIP4' and
8073 #           'IPSEC' and
8074 #           'TNL_1000' and
8075 #           'IMIX' and
8076 #           '4T2C' and
8077 #           'MRR'"
8078 #  parameters:
8079 #  - "result"
8080 #  - "name"
8081 #  - "tags"
8082 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8083 #  x-axis: "X = CNFs per Service Chain"
8084 #  y-axis: "Y = Number of Service Chains"
8085 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8086 #  layout:
8087 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8088 #    layout: "plot-service-density"
8089 #
8090 #- type: "plot"
8091 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8092 #  algorithm: "plot_nf_heatmap"
8093 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8094 #  data: "plot-vpp-nfv-3n-skx-mrr"
8095 #  filter: "'NIC_Intel-XXV710' and
8096 #           'NF_DENSITY' and
8097 #           'DOCKER' and
8098 #           'CHAIN' and
8099 #           'NF_VPPIP4' and
8100 #           'IPSEC' and
8101 #           'TNL_1000' and
8102 #           'IMIX' and
8103 #           '8T4C' and
8104 #           'MRR'"
8105 #  parameters:
8106 #  - "result"
8107 #  - "name"
8108 #  - "tags"
8109 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8110 #  x-axis: "X = CNFs per Service Chain"
8111 #  y-axis: "Y = Number of Service Chains"
8112 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8113 #  layout:
8114 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8115 #    layout: "plot-service-density"
8116 #
8117 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8118 #- type: "plot"
8119 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8120 #  algorithm: "plot_nf_heatmap"
8121 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8122 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8123 #  filter: "'NIC_Intel-XXV710' and
8124 #           'NF_DENSITY' and
8125 #           'DOCKER' and
8126 #           'CHAIN' and
8127 #           'NF_VPPIP4' and
8128 #           'IPSEC' and
8129 #           'TNL_1000' and
8130 #           'IMIX' and
8131 #           '2T1C' and
8132 #           'NDRPDR'"
8133 #  parameters:
8134 #  - "throughput"
8135 #  - "name"
8136 #  - "tags"
8137 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8138 #  x-axis: "X = CNFs per Service Chain"
8139 #  y-axis: "Y = Number of Service Chains"
8140 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8141 #  layout:
8142 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8143 #    layout: "plot-service-density"
8144 #
8145 #- type: "plot"
8146 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8147 #  algorithm: "plot_nf_heatmap"
8148 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8149 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8150 #  filter: "'NIC_Intel-XXV710' and
8151 #           'NF_DENSITY' and
8152 #           'DOCKER' and
8153 #           'CHAIN' and
8154 #           'NF_VPPIP4' and
8155 #           'IPSEC' and
8156 #           'TNL_1000' and
8157 #           'IMIX' and
8158 #           '4T2C' and
8159 #           'NDRPDR'"
8160 #  parameters:
8161 #  - "throughput"
8162 #  - "name"
8163 #  - "tags"
8164 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8165 #  x-axis: "X = CNFs per Service Chain"
8166 #  y-axis: "Y = Number of Service Chains"
8167 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8168 #  layout:
8169 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8170 #    layout: "plot-service-density"
8171 #
8172 #- type: "plot"
8173 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8174 #  algorithm: "plot_nf_heatmap"
8175 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8176 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8177 #  filter: "'NIC_Intel-XXV710' and
8178 #           'NF_DENSITY' and
8179 #           'DOCKER' and
8180 #           'CHAIN' and
8181 #           'NF_VPPIP4' and
8182 #           'IPSEC' and
8183 #           'TNL_1000' and
8184 #           'IMIX' and
8185 #           '8T4C' and
8186 #           'NDRPDR'"
8187 #  parameters:
8188 #  - "throughput"
8189 #  - "name"
8190 #  - "tags"
8191 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8192 #  x-axis: "X = CNFs per Service Chain"
8193 #  y-axis: "Y = Number of Service Chains"
8194 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8195 #  layout:
8196 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8197 #    layout: "plot-service-density"
8198 #
8199 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8200 #- type: "plot"
8201 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8202 #  algorithm: "plot_nf_heatmap"
8203 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8204 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
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 #           'NDRPDR'"
8215 #  parameters:
8216 #  - "throughput"
8217 #  - "name"
8218 #  - "tags"
8219 #  include-tests: "PDR" # "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 PDR) [Mpps]"
8223 #  layout:
8224 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8225 #    layout: "plot-service-density"
8226 #
8227 #- type: "plot"
8228 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8229 #  algorithm: "plot_nf_heatmap"
8230 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8231 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
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 #           'NDRPDR'"
8242 #  parameters:
8243 #  - "throughput"
8244 #  - "name"
8245 #  - "tags"
8246 #  include-tests: "PDR" # "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 PDR) [Mpps]"
8250 #  layout:
8251 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8252 #    layout: "plot-service-density"
8253 #
8254 #- type: "plot"
8255 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8256 #  algorithm: "plot_nf_heatmap"
8257 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8258 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
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 #           'NDRPDR'"
8269 #  parameters:
8270 #  - "throughput"
8271 #  - "name"
8272 #  - "tags"
8273 #  include-tests: "PDR" # "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 PDR) [Mpps]"
8277 #  layout:
8278 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8279 #    layout: "plot-service-density"
8280
8281 ###############################################################################
8282
8283 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8284 - type: "plot"
8285   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8286   algorithm: "plot_nf_heatmap"
8287   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8288   data: "plot-vpp-nfv-3n-hsw-mrr"
8289   filter: "'NIC_Intel-XL710' and
8290            'NF_DENSITY' and
8291            'DOCKER' and
8292            'CHAIN' and
8293            'NF_VPPIP4' and
8294            'IMIX' and
8295            'TNL_1000' and
8296            '1T1C' and
8297            'MRR'"
8298   parameters:
8299   - "result"
8300   - "name"
8301   - "tags"
8302   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8303   x-axis: "X = CNFs per Service Chain"
8304   y-axis: "Y = Number of Service Chains"
8305   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8306   layout:
8307     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8308     layout: "plot-service-density"
8309
8310 - type: "plot"
8311   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8312   algorithm: "plot_nf_heatmap"
8313   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8314   data: "plot-vpp-nfv-3n-hsw-mrr"
8315   filter: "'NIC_Intel-XL710' and
8316            'NF_DENSITY' and
8317            'DOCKER' and
8318            'CHAIN' and
8319            'NF_VPPIP4' and
8320            'IPSEC' and
8321            'TNL_1000' and
8322            'IMIX' and
8323            '2T2C' and
8324            'MRR'"
8325   parameters:
8326   - "result"
8327   - "name"
8328   - "tags"
8329   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8330   x-axis: "X = CNFs per Service Chain"
8331   y-axis: "Y = Number of Service Chains"
8332   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8333   layout:
8334     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8335     layout: "plot-service-density"
8336
8337 - type: "plot"
8338   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8339   algorithm: "plot_nf_heatmap"
8340   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8341   data: "plot-vpp-nfv-3n-hsw-mrr"
8342   filter: "'NIC_Intel-XL710' and
8343            'NF_DENSITY' and
8344            'DOCKER' and
8345            'CHAIN' and
8346            'NF_VPPIP4' and
8347            'IPSEC' and
8348            'TNL_1000' and
8349            'IMIX' and
8350            '4T4C' and
8351            'MRR'"
8352   parameters:
8353   - "result"
8354   - "name"
8355   - "tags"
8356   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8357   x-axis: "X = CNFs per Service Chain"
8358   y-axis: "Y = Number of Service Chains"
8359   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8360   layout:
8361     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8362     layout: "plot-service-density"
8363
8364 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8365 - type: "plot"
8366   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8367   algorithm: "plot_nf_heatmap"
8368   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8369   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8370   filter: "'NIC_Intel-XL710' and
8371            'NF_DENSITY' and
8372            'DOCKER' and
8373            'CHAIN' and
8374            'NF_VPPIP4' and
8375            'IPSEC' and
8376            'TNL_1000' and
8377            'IMIX' and
8378            '1T1C' and
8379            'NDRPDR'"
8380   parameters:
8381   - "throughput"
8382   - "name"
8383   - "tags"
8384   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8385   x-axis: "X = CNFs per Service Chain"
8386   y-axis: "Y = Number of Service Chains"
8387   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8388   layout:
8389     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8390     layout: "plot-service-density"
8391
8392 - type: "plot"
8393   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8394   algorithm: "plot_nf_heatmap"
8395   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8396   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8397   filter: "'NIC_Intel-XL710' and
8398            'NF_DENSITY' and
8399            'DOCKER' and
8400            'CHAIN' and
8401            'NF_VPPIP4' and
8402            'IPSEC' and
8403            'TNL_1000' and
8404            'IMIX' and
8405            '2T2C' and
8406            'NDRPDR'"
8407   parameters:
8408   - "throughput"
8409   - "name"
8410   - "tags"
8411   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8412   x-axis: "X = CNFs per Service Chain"
8413   y-axis: "Y = Number of Service Chains"
8414   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8415   layout:
8416     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8417     layout: "plot-service-density"
8418
8419 - type: "plot"
8420   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8421   algorithm: "plot_nf_heatmap"
8422   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8423   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8424   filter: "'NIC_Intel-XL710' and
8425            'NF_DENSITY' and
8426            'DOCKER' and
8427            'CHAIN' and
8428            'NF_VPPIP4' and
8429            'IPSEC' and
8430            'TNL_1000' and
8431            'IMIX' and
8432            '4T4C' and
8433            'NDRPDR'"
8434   parameters:
8435   - "throughput"
8436   - "name"
8437   - "tags"
8438   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8439   x-axis: "X = CNFs per Service Chain"
8440   y-axis: "Y = Number of Service Chains"
8441   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8442   layout:
8443     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8444     layout: "plot-service-density"
8445
8446 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8447 - type: "plot"
8448   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8449   algorithm: "plot_nf_heatmap"
8450   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8451   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8452   filter: "'NIC_Intel-XL710' and
8453            'NF_DENSITY' and
8454            'DOCKER' and
8455            'CHAIN' and
8456            'NF_VPPIP4' and
8457            'IPSEC' and
8458            'TNL_1000' and
8459            'IMIX' and
8460            '1T1C' and
8461            'NDRPDR'"
8462   parameters:
8463   - "throughput"
8464   - "name"
8465   - "tags"
8466   include-tests: "PDR" # "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 PDR) [Mpps]"
8470   layout:
8471     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8472     layout: "plot-service-density"
8473
8474 - type: "plot"
8475   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8476   algorithm: "plot_nf_heatmap"
8477   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8478   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
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            'NDRPDR'"
8489   parameters:
8490   - "throughput"
8491   - "name"
8492   - "tags"
8493   include-tests: "PDR" # "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 PDR) [Mpps]"
8497   layout:
8498     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8499     layout: "plot-service-density"
8500
8501 - type: "plot"
8502   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8503   algorithm: "plot_nf_heatmap"
8504   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8505   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
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            'NDRPDR'"
8516   parameters:
8517   - "throughput"
8518   - "name"
8519   - "tags"
8520   include-tests: "PDR" # "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 PDR) [Mpps]"
8524   layout:
8525     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8526     layout: "plot-service-density"
8527
8528 ###############################################################################
8529
8530 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8531 #- type: "plot"
8532 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8533 #  algorithm: "plot_nf_heatmap"
8534 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8535 #  data: "plot-vpp-nfv-3n-skx-mrr"
8536 #  filter: "'NIC_Intel-XXV710' and
8537 #           'NF_DENSITY' and
8538 #           'DOCKER' and
8539 #           'CHAIN' and
8540 #           'NF_VPPIP4' and
8541 #           'IPSEC' and
8542 #           'TNL_10000' and
8543 #           'IMIX' and
8544 #           '2T1C' and
8545 #           'MRR'"
8546 #  parameters:
8547 #  - "result"
8548 #  - "name"
8549 #  - "tags"
8550 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8551 #  x-axis: "X = CNFs per Service Chain"
8552 #  y-axis: "Y = Number of Service Chains"
8553 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8554 #  layout:
8555 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8556 #    layout: "plot-service-density"
8557 #
8558 #- type: "plot"
8559 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8560 #  algorithm: "plot_nf_heatmap"
8561 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
8562 #  data: "plot-vpp-nfv-3n-skx-mrr"
8563 #  filter: "'NIC_Intel-XXV710' and
8564 #           'NF_DENSITY' and
8565 #           'DOCKER' and
8566 #           'CHAIN' and
8567 #           'NF_VPPIP4' and
8568 #           'IPSEC' and
8569 #           'TNL_10000' and
8570 #           'IMIX' and
8571 #           '4T2C' and
8572 #           'MRR'"
8573 #  parameters:
8574 #  - "result"
8575 #  - "name"
8576 #  - "tags"
8577 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8578 #  x-axis: "X = CNFs per Service Chain"
8579 #  y-axis: "Y = Number of Service Chains"
8580 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8581 #  layout:
8582 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8583 #    layout: "plot-service-density"
8584 #
8585 #- type: "plot"
8586 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8587 #  algorithm: "plot_nf_heatmap"
8588 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
8589 #  data: "plot-vpp-nfv-3n-skx-mrr"
8590 #  filter: "'NIC_Intel-XXV710' and
8591 #           'NF_DENSITY' and
8592 #           'DOCKER' and
8593 #           'CHAIN' and
8594 #           'NF_VPPIP4' and
8595 #           'IPSEC' and
8596 #           'TNL_10000' and
8597 #           'IMIX' and
8598 #           '8T4C' and
8599 #           'MRR'"
8600 #  parameters:
8601 #  - "result"
8602 #  - "name"
8603 #  - "tags"
8604 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8605 #  x-axis: "X = CNFs per Service Chain"
8606 #  y-axis: "Y = Number of Service Chains"
8607 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8608 #  layout:
8609 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8610 #    layout: "plot-service-density"
8611 #
8612 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8613 #- type: "plot"
8614 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8615 #  algorithm: "plot_nf_heatmap"
8616 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
8617 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8618 #  filter: "'NIC_Intel-XXV710' and
8619 #           'NF_DENSITY' and
8620 #           'DOCKER' and
8621 #           'CHAIN' and
8622 #           'NF_VPPIP4' and
8623 #           'IPSEC' and
8624 #           'TNL_10000' and
8625 #           'IMIX' and
8626 #           '2T1C' and
8627 #           'NDRPDR'"
8628 #  parameters:
8629 #  - "throughput"
8630 #  - "name"
8631 #  - "tags"
8632 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8633 #  x-axis: "X = CNFs per Service Chain"
8634 #  y-axis: "Y = Number of Service Chains"
8635 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8636 #  layout:
8637 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8638 #    layout: "plot-service-density"
8639 #
8640 #- type: "plot"
8641 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8642 #  algorithm: "plot_nf_heatmap"
8643 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
8644 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8645 #  filter: "'NIC_Intel-XXV710' and
8646 #           'NF_DENSITY' and
8647 #           'DOCKER' and
8648 #           'CHAIN' and
8649 #           'NF_VPPIP4' and
8650 #           'IPSEC' and
8651 #           'TNL_10000' and
8652 #           'IMIX' and
8653 #           '4T2C' and
8654 #           'NDRPDR'"
8655 #  parameters:
8656 #  - "throughput"
8657 #  - "name"
8658 #  - "tags"
8659 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8660 #  x-axis: "X = CNFs per Service Chain"
8661 #  y-axis: "Y = Number of Service Chains"
8662 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8663 #  layout:
8664 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8665 #    layout: "plot-service-density"
8666 #
8667 #- type: "plot"
8668 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8669 #  algorithm: "plot_nf_heatmap"
8670 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
8671 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8672 #  filter: "'NIC_Intel-XXV710' and
8673 #           'NF_DENSITY' and
8674 #           'DOCKER' and
8675 #           'CHAIN' and
8676 #           'NF_VPPIP4' and
8677 #           'IPSEC' and
8678 #           'TNL_10000' and
8679 #           'IMIX' and
8680 #           '8T4C' and
8681 #           'NDRPDR'"
8682 #  parameters:
8683 #  - "throughput"
8684 #  - "name"
8685 #  - "tags"
8686 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8687 #  x-axis: "X = CNFs per Service Chain"
8688 #  y-axis: "Y = Number of Service Chains"
8689 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8690 #  layout:
8691 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8692 #    layout: "plot-service-density"
8693 #
8694 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8695 #- type: "plot"
8696 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8697 #  algorithm: "plot_nf_heatmap"
8698 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
8699 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
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 #           'NDRPDR'"
8710 #  parameters:
8711 #  - "throughput"
8712 #  - "name"
8713 #  - "tags"
8714 #  include-tests: "PDR" # "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 PDR) [Mpps]"
8718 #  layout:
8719 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8720 #    layout: "plot-service-density"
8721 #
8722 #- type: "plot"
8723 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8724 #  algorithm: "plot_nf_heatmap"
8725 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
8726 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
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 #           'NDRPDR'"
8737 #  parameters:
8738 #  - "throughput"
8739 #  - "name"
8740 #  - "tags"
8741 #  include-tests: "PDR" # "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 PDR) [Mpps]"
8745 #  layout:
8746 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8747 #    layout: "plot-service-density"
8748 #
8749 #- type: "plot"
8750 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8751 #  algorithm: "plot_nf_heatmap"
8752 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
8753 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
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 #           'NDRPDR'"
8764 #  parameters:
8765 #  - "throughput"
8766 #  - "name"
8767 #  - "tags"
8768 #  include-tests: "PDR" # "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 PDR) [Mpps]"
8772 #  layout:
8773 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8774 #    layout: "plot-service-density"
8775
8776 ###############################################################################
8777
8778 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8779 - type: "plot"
8780   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8781   algorithm: "plot_nf_heatmap"
8782   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
8783   data: "plot-vpp-nfv-3n-hsw-mrr"
8784   filter: "'NIC_Intel-XL710' and
8785            'NF_DENSITY' and
8786            'DOCKER' and
8787            'CHAIN' and
8788            'NF_VPPIP4' and
8789            'IMIX' and
8790            'TNL_10000' and
8791            '1T1C' and
8792            'MRR'"
8793   parameters:
8794   - "result"
8795   - "name"
8796   - "tags"
8797   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8798   x-axis: "X = CNFs per Service Chain"
8799   y-axis: "Y = Number of Service Chains"
8800   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8801   layout:
8802     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8803     layout: "plot-service-density"
8804
8805 - type: "plot"
8806   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8807   algorithm: "plot_nf_heatmap"
8808   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
8809   data: "plot-vpp-nfv-3n-hsw-mrr"
8810   filter: "'NIC_Intel-XL710' and
8811            'NF_DENSITY' and
8812            'DOCKER' and
8813            'CHAIN' and
8814            'NF_VPPIP4' and
8815            'IPSEC' and
8816            'TNL_10000' and
8817            'IMIX' and
8818            '2T2C' and
8819            'MRR'"
8820   parameters:
8821   - "result"
8822   - "name"
8823   - "tags"
8824   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8825   x-axis: "X = CNFs per Service Chain"
8826   y-axis: "Y = Number of Service Chains"
8827   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8828   layout:
8829     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8830     layout: "plot-service-density"
8831
8832 - type: "plot"
8833   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8834   algorithm: "plot_nf_heatmap"
8835   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
8836   data: "plot-vpp-nfv-3n-hsw-mrr"
8837   filter: "'NIC_Intel-XL710' and
8838            'NF_DENSITY' and
8839            'DOCKER' and
8840            'CHAIN' and
8841            'NF_VPPIP4' and
8842            'IPSEC' and
8843            'TNL_10000' and
8844            'IMIX' and
8845            '4T4C' and
8846            'MRR'"
8847   parameters:
8848   - "result"
8849   - "name"
8850   - "tags"
8851   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8852   x-axis: "X = CNFs per Service Chain"
8853   y-axis: "Y = Number of Service Chains"
8854   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8855   layout:
8856     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8857     layout: "plot-service-density"
8858
8859 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8860 - type: "plot"
8861   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8862   algorithm: "plot_nf_heatmap"
8863   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
8864   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8865   filter: "'NIC_Intel-XL710' and
8866            'NF_DENSITY' and
8867            'DOCKER' and
8868            'CHAIN' and
8869            'NF_VPPIP4' and
8870            'IPSEC' and
8871            'TNL_10000' and
8872            'IMIX' and
8873            '1T1C' and
8874            'NDRPDR'"
8875   parameters:
8876   - "throughput"
8877   - "name"
8878   - "tags"
8879   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8880   x-axis: "X = CNFs per Service Chain"
8881   y-axis: "Y = Number of Service Chains"
8882   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8883   layout:
8884     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8885     layout: "plot-service-density"
8886
8887 - type: "plot"
8888   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8889   algorithm: "plot_nf_heatmap"
8890   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
8891   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8892   filter: "'NIC_Intel-XL710' and
8893            'NF_DENSITY' and
8894            'DOCKER' and
8895            'CHAIN' and
8896            'NF_VPPIP4' and
8897            'IPSEC' and
8898            'TNL_10000' and
8899            'IMIX' and
8900            '2T2C' and
8901            'NDRPDR'"
8902   parameters:
8903   - "throughput"
8904   - "name"
8905   - "tags"
8906   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8907   x-axis: "X = CNFs per Service Chain"
8908   y-axis: "Y = Number of Service Chains"
8909   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8910   layout:
8911     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8912     layout: "plot-service-density"
8913
8914 - type: "plot"
8915   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8916   algorithm: "plot_nf_heatmap"
8917   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
8918   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8919   filter: "'NIC_Intel-XL710' and
8920            'NF_DENSITY' and
8921            'DOCKER' and
8922            'CHAIN' and
8923            'NF_VPPIP4' and
8924            'IPSEC' and
8925            'TNL_10000' and
8926            'IMIX' and
8927            '4T4C' and
8928            'NDRPDR'"
8929   parameters:
8930   - "throughput"
8931   - "name"
8932   - "tags"
8933   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8934   x-axis: "X = CNFs per Service Chain"
8935   y-axis: "Y = Number of Service Chains"
8936   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8937   layout:
8938     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8939     layout: "plot-service-density"
8940
8941 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8942 - type: "plot"
8943   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8944   algorithm: "plot_nf_heatmap"
8945   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
8946   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8947   filter: "'NIC_Intel-XL710' and
8948            'NF_DENSITY' and
8949            'DOCKER' and
8950            'CHAIN' and
8951            'NF_VPPIP4' and
8952            'IPSEC' and
8953            'TNL_10000' and
8954            'IMIX' and
8955            '1T1C' and
8956            'NDRPDR'"
8957   parameters:
8958   - "throughput"
8959   - "name"
8960   - "tags"
8961   include-tests: "PDR" # "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 PDR) [Mpps]"
8965   layout:
8966     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8967     layout: "plot-service-density"
8968
8969 - type: "plot"
8970   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8971   algorithm: "plot_nf_heatmap"
8972   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
8973   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
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            'NDRPDR'"
8984   parameters:
8985   - "throughput"
8986   - "name"
8987   - "tags"
8988   include-tests: "PDR" # "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 PDR) [Mpps]"
8992   layout:
8993     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8994     layout: "plot-service-density"
8995
8996 - type: "plot"
8997   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8998   algorithm: "plot_nf_heatmap"
8999   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9000   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
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            'NDRPDR'"
9011   parameters:
9012   - "throughput"
9013   - "name"
9014   - "tags"
9015   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9016   x-axis: "X = CNFs per Service Chain"
9017   y-axis: "Y = Number of Service Chains"
9018   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9019   layout:
9020     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9021     layout: "plot-service-density"
9022
9023 ###############################################################################
9024
9025 # Plots - NF Density - CSP - MRR 64b
9026
9027 #- type: "plot"
9028 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9029 #  algorithm: "plot_nf_heatmap"
9030 #  output-file-type: ".html"
9031 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9032 #  data: "plot-vpp-nfv-2n-skx-mrr"
9033 #  filter: "'NIC_Intel-XXV710' and
9034 #           'NF_DENSITY' and
9035 #           'DOCKER' and
9036 #           'PIPELINE' and
9037 #           'NF_VPPIP4' and
9038 #           '64B' and
9039 #           '2T1C' and
9040 #           'MRR'"
9041 #  parameters:
9042 #  - "result"
9043 #  - "name"
9044 #  - "tags"
9045 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9046 #  x-axis: "X = CNFs per Service Pipeline"
9047 #  y-axis: "Y = Number of Service Pipelines"
9048 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9049 #  layout:
9050 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9051 #    layout: "plot-service-density"
9052 #
9053 #- type: "plot"
9054 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9055 #  algorithm: "plot_nf_heatmap"
9056 #  output-file-type: ".html"
9057 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9058 #  data: "plot-vpp-nfv-2n-skx-mrr"
9059 #  filter: "'NIC_Intel-XXV710' and
9060 #           'NF_DENSITY' and
9061 #           'DOCKER' and
9062 #           'PIPELINE' and
9063 #           'NF_VPPIP4' and
9064 #           '64B' and
9065 #           '4T2C' and
9066 #           'MRR'"
9067 #  parameters:
9068 #  - "result"
9069 #  - "name"
9070 #  - "tags"
9071 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9072 #  x-axis: "X = CNFs per Service Pipeline"
9073 #  y-axis: "Y = Number of Service Pipelines"
9074 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9075 #  layout:
9076 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9077 #    layout: "plot-service-density"
9078 #
9079 #- type: "plot"
9080 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9081 #  algorithm: "plot_nf_heatmap"
9082 #  output-file-type: ".html"
9083 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9084 #  data: "plot-vpp-nfv-2n-skx-mrr"
9085 #  filter: "'NIC_Intel-XXV710' and
9086 #           'NF_DENSITY' and
9087 #           'DOCKER' and
9088 #           'PIPELINE' and
9089 #           'NF_VPPIP4' and
9090 #           '64B' and
9091 #           '8T4C' and
9092 #           'MRR'"
9093 #  parameters:
9094 #  - "result"
9095 #  - "name"
9096 #  - "tags"
9097 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9098 #  x-axis: "X = CNFs per Service Pipeline"
9099 #  y-axis: "Y = Number of Service Pipelines"
9100 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9101 #  layout:
9102 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9103 #    layout: "plot-service-density"
9104 #
9105 ## Plots - NF Density - CSP - MRR IMIX
9106 #- type: "plot"
9107 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9108 #  algorithm: "plot_nf_heatmap"
9109 #  output-file-type: ".html"
9110 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9111 #  data: "plot-vpp-nfv-2n-skx-mrr"
9112 #  filter: "'NIC_Intel-XXV710' and
9113 #           'NF_DENSITY' and
9114 #           'DOCKER' and
9115 #           'PIPELINE' and
9116 #           'NF_VPPIP4' and
9117 #           'IMIX' and
9118 #           '2T1C' and
9119 #           'MRR'"
9120 #  parameters:
9121 #  - "result"
9122 #  - "name"
9123 #  - "tags"
9124 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9125 #  x-axis: "X = CNFs per Service Pipeline"
9126 #  y-axis: "Y = Number of Service Pipelines"
9127 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9128 #  layout:
9129 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9130 #    layout: "plot-service-density"
9131 #
9132 #- type: "plot"
9133 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9134 #  algorithm: "plot_nf_heatmap"
9135 #  output-file-type: ".html"
9136 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9137 #  data: "plot-vpp-nfv-2n-skx-mrr"
9138 #  filter: "'NIC_Intel-XXV710' and
9139 #           'NF_DENSITY' and
9140 #           'DOCKER' and
9141 #           'PIPELINE' and
9142 #           'NF_VPPIP4' and
9143 #           'IMIX' and
9144 #           '4T2C' and
9145 #           'MRR'"
9146 #  parameters:
9147 #  - "result"
9148 #  - "name"
9149 #  - "tags"
9150 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9151 #  x-axis: "X = CNFs per Service Pipeline"
9152 #  y-axis: "Y = Number of Service Pipelines"
9153 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9154 #  layout:
9155 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9156 #    layout: "plot-service-density"
9157 #
9158 #- type: "plot"
9159 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9160 #  algorithm: "plot_nf_heatmap"
9161 #  output-file-type: ".html"
9162 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9163 #  data: "plot-vpp-nfv-2n-skx-mrr"
9164 #  filter: "'NIC_Intel-XXV710' and
9165 #           'NF_DENSITY' and
9166 #           'DOCKER' and
9167 #           'PIPELINE' and
9168 #           'NF_VPPIP4' and
9169 #           'IMIX' and
9170 #           '8T4C' and
9171 #           'MRR'"
9172 #  parameters:
9173 #  - "result"
9174 #  - "name"
9175 #  - "tags"
9176 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9177 #  x-axis: "X = CNFs per Service Pipeline"
9178 #  y-axis: "Y = Number of Service Pipelines"
9179 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9180 #  layout:
9181 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9182 #    layout: "plot-service-density"
9183 #
9184 ## Plots - NF Density - CSP - NDR 64b
9185 #- type: "plot"
9186 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9187 #  algorithm: "plot_nf_heatmap"
9188 #  output-file-type: ".html"
9189 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9190 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9191 #  filter: "'NIC_Intel-XXV710' and
9192 #           'NF_DENSITY' and
9193 #           'DOCKER' and
9194 #           'PIPELINE' and
9195 #           'NF_VPPIP4' and
9196 #           '64B' and
9197 #           '2T1C' and
9198 #           'NDRPDR'"
9199 #  parameters:
9200 #  - "throughput"
9201 #  - "name"
9202 #  - "tags"
9203 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9204 #  x-axis: "X = CNFs per Service Pipeline"
9205 #  y-axis: "Y = Number of Service Pipelines"
9206 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9207 #  layout:
9208 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9209 #    layout: "plot-service-density"
9210 #
9211 #- type: "plot"
9212 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9213 #  algorithm: "plot_nf_heatmap"
9214 #  output-file-type: ".html"
9215 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9216 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9217 #  filter: "'NIC_Intel-XXV710' and
9218 #           'NF_DENSITY' and
9219 #           'DOCKER' and
9220 #           'PIPELINE' and
9221 #           'NF_VPPIP4' and
9222 #           '64B' and
9223 #           '4T2C' and
9224 #           'NDRPDR'"
9225 #  parameters:
9226 #  - "throughput"
9227 #  - "name"
9228 #  - "tags"
9229 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9230 #  x-axis: "X = CNFs per Service Pipeline"
9231 #  y-axis: "Y = Number of Service Pipelines"
9232 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9233 #  layout:
9234 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9235 #    layout: "plot-service-density"
9236 #
9237 #- type: "plot"
9238 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9239 #  algorithm: "plot_nf_heatmap"
9240 #  output-file-type: ".html"
9241 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9242 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9243 #  filter: "'NIC_Intel-XXV710' and
9244 #           'NF_DENSITY' and
9245 #           'DOCKER' and
9246 #           'PIPELINE' and
9247 #           'NF_VPPIP4' and
9248 #           '64B' and
9249 #           '8T4C' and
9250 #           'NDRPDR'"
9251 #  parameters:
9252 #  - "throughput"
9253 #  - "name"
9254 #  - "tags"
9255 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9256 #  x-axis: "X = CNFs per Service Pipeline"
9257 #  y-axis: "Y = Number of Service Pipelines"
9258 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9259 #  layout:
9260 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9261 #    layout: "plot-service-density"
9262 #
9263 ## Plots - NF Density - CSP - NDR IMIX
9264 #- type: "plot"
9265 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9266 #  algorithm: "plot_nf_heatmap"
9267 #  output-file-type: ".html"
9268 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9269 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9270 #  filter: "'NIC_Intel-XXV710' and
9271 #           'NF_DENSITY' and
9272 #           'DOCKER' and
9273 #           'PIPELINE' and
9274 #           'NF_VPPIP4' and
9275 #           'IMIX' and
9276 #           '2T1C' and
9277 #           'NDRPDR'"
9278 #  parameters:
9279 #  - "throughput"
9280 #  - "name"
9281 #  - "tags"
9282 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9283 #  x-axis: "X = CNFs per Service Pipeline"
9284 #  y-axis: "Y = Number of Service Pipelines"
9285 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9286 #  layout:
9287 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9288 #    layout: "plot-service-density"
9289 #
9290 #- type: "plot"
9291 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9292 #  algorithm: "plot_nf_heatmap"
9293 #  output-file-type: ".html"
9294 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9295 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9296 #  filter: "'NIC_Intel-XXV710' and
9297 #           'NF_DENSITY' and
9298 #           'DOCKER' and
9299 #           'PIPELINE' and
9300 #           'NF_VPPIP4' and
9301 #           'IMIX' and
9302 #           '4T2C' and
9303 #           'NDRPDR'"
9304 #  parameters:
9305 #  - "throughput"
9306 #  - "name"
9307 #  - "tags"
9308 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9309 #  x-axis: "X = CNFs per Service Pipeline"
9310 #  y-axis: "Y = Number of Service Pipelines"
9311 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9312 #  layout:
9313 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9314 #    layout: "plot-service-density"
9315 #
9316 #- type: "plot"
9317 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9318 #  algorithm: "plot_nf_heatmap"
9319 #  output-file-type: ".html"
9320 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9321 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9322 #  filter: "'NIC_Intel-XXV710' and
9323 #           'NF_DENSITY' and
9324 #           'DOCKER' and
9325 #           'PIPELINE' and
9326 #           'NF_VPPIP4' and
9327 #           'IMIX' and
9328 #           '8T4C' and
9329 #           'NDRPDR'"
9330 #  parameters:
9331 #  - "throughput"
9332 #  - "name"
9333 #  - "tags"
9334 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9335 #  x-axis: "X = CNFs per Service Pipeline"
9336 #  y-axis: "Y = Number of Service Pipelines"
9337 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9338 #  layout:
9339 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9340 #    layout: "plot-service-density"
9341 #
9342 ## Plots - NF Density - CSP - PDR 64b
9343 #- type: "plot"
9344 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9345 #  algorithm: "plot_nf_heatmap"
9346 #  output-file-type: ".html"
9347 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9348 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9349 #  filter: "'NIC_Intel-XXV710' and
9350 #           'NF_DENSITY' and
9351 #           'DOCKER' and
9352 #           'PIPELINE' and
9353 #           'NF_VPPIP4' and
9354 #           '64B' and
9355 #           '2T1C' and
9356 #           'NDRPDR'"
9357 #  parameters:
9358 #  - "throughput"
9359 #  - "name"
9360 #  - "tags"
9361 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9362 #  x-axis: "X = CNFs per Service Pipeline"
9363 #  y-axis: "Y = Number of Service Pipelines"
9364 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9365 #  layout:
9366 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9367 #    layout: "plot-service-density"
9368 #
9369 #- type: "plot"
9370 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9371 #  algorithm: "plot_nf_heatmap"
9372 #  output-file-type: ".html"
9373 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9374 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9375 #  filter: "'NIC_Intel-XXV710' and
9376 #           'NF_DENSITY' and
9377 #           'DOCKER' and
9378 #           'PIPELINE' and
9379 #           'NF_VPPIP4' and
9380 #           '64B' and
9381 #           '4T2C' and
9382 #           'NDRPDR'"
9383 #  parameters:
9384 #  - "throughput"
9385 #  - "name"
9386 #  - "tags"
9387 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9388 #  x-axis: "X = CNFs per Service Pipeline"
9389 #  y-axis: "Y = Number of Service Pipelines"
9390 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9391 #  layout:
9392 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9393 #    layout: "plot-service-density"
9394 #
9395 #- type: "plot"
9396 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9397 #  algorithm: "plot_nf_heatmap"
9398 #  output-file-type: ".html"
9399 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9400 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9401 #  filter: "'NIC_Intel-XXV710' and
9402 #           'NF_DENSITY' and
9403 #           'DOCKER' and
9404 #           'PIPELINE' and
9405 #           'NF_VPPIP4' and
9406 #           '64B' and
9407 #           '8T4C' and
9408 #           'NDRPDR'"
9409 #  parameters:
9410 #  - "throughput"
9411 #  - "name"
9412 #  - "tags"
9413 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9414 #  x-axis: "X = CNFs per Service Pipeline"
9415 #  y-axis: "Y = Number of Service Pipelines"
9416 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9417 #  layout:
9418 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9419 #    layout: "plot-service-density"
9420 #
9421 ## Plots - NF Density - CSP - PDR IMIX
9422 #- type: "plot"
9423 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9424 #  algorithm: "plot_nf_heatmap"
9425 #  output-file-type: ".html"
9426 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9427 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9428 #  filter: "'NIC_Intel-XXV710' and
9429 #           'NF_DENSITY' and
9430 #           'DOCKER' and
9431 #           'PIPELINE' and
9432 #           'NF_VPPIP4' and
9433 #           'IMIX' and
9434 #           '2T1C' and
9435 #           'NDRPDR'"
9436 #  parameters:
9437 #  - "throughput"
9438 #  - "name"
9439 #  - "tags"
9440 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9441 #  x-axis: "X = CNFs per Service Pipeline"
9442 #  y-axis: "Y = Number of Service Pipelines"
9443 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9444 #  layout:
9445 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9446 #    layout: "plot-service-density"
9447 #
9448 #- type: "plot"
9449 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9450 #  algorithm: "plot_nf_heatmap"
9451 #  output-file-type: ".html"
9452 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9453 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9454 #  filter: "'NIC_Intel-XXV710' and
9455 #           'NF_DENSITY' and
9456 #           'DOCKER' and
9457 #           'PIPELINE' and
9458 #           'NF_VPPIP4' and
9459 #           'IMIX' and
9460 #           '4T2C' and
9461 #           'NDRPDR'"
9462 #  parameters:
9463 #  - "throughput"
9464 #  - "name"
9465 #  - "tags"
9466 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9467 #  x-axis: "X = CNFs per Service Pipeline"
9468 #  y-axis: "Y = Number of Service Pipelines"
9469 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9470 #  layout:
9471 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9472 #    layout: "plot-service-density"
9473 #
9474 #- type: "plot"
9475 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9476 #  algorithm: "plot_nf_heatmap"
9477 #  output-file-type: ".html"
9478 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9479 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9480 #  filter: "'NIC_Intel-XXV710' and
9481 #           'NF_DENSITY' and
9482 #           'DOCKER' and
9483 #           'PIPELINE' and
9484 #           'NF_VPPIP4' and
9485 #           'IMIX' and
9486 #           '8T4C' and
9487 #           'NDRPDR'"
9488 #  parameters:
9489 #  - "throughput"
9490 #  - "name"
9491 #  - "tags"
9492 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9493 #  x-axis: "X = CNFs per Service Pipeline"
9494 #  y-axis: "Y = Number of Service Pipelines"
9495 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9496 #  layout:
9497 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9498 #    layout: "plot-service-density"
9499
9500 ###############################################################################
9501 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9502
9503 - type: "plot"
9504   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9505   algorithm: "plot_nf_heatmap"
9506   output-file-type: ".html"
9507   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9508   data: "plot-vpp-nfv-2n-clx-mrr"
9509   filter: "'NIC_Intel-XXV710' and
9510            'NF_DENSITY' and
9511            'VHOST' and
9512            not 'VXLAN' and
9513            'CHAIN' and
9514            'NF_VPPIP4' and
9515            'IMIX' and
9516            '2T1C' and
9517            'MRR'"
9518   parameters:
9519   - "result"
9520   - "name"
9521   - "tags"
9522   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9523   x-axis: "X = VNFs per Service Chain"
9524   y-axis: "Y = Number of Service Chains"
9525   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9526   layout:
9527     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9528     layout: "plot-service-density"
9529
9530 - type: "plot"
9531   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9532   algorithm: "plot_nf_heatmap"
9533   output-file-type: ".html"
9534   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9535   data: "plot-vpp-nfv-2n-clx-mrr"
9536   filter: "'NIC_Intel-XXV710' and
9537            'NF_DENSITY' and
9538            'VHOST' and
9539            not 'VXLAN' and
9540            'CHAIN' and
9541            'NF_VPPIP4' and
9542            'IMIX' and
9543            '4T2C' and
9544            'MRR'"
9545   parameters:
9546   - "result"
9547   - "name"
9548   - "tags"
9549   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9550   x-axis: "X = VNFs per Service Chain"
9551   y-axis: "Y = Number of Service Chains"
9552   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9553   layout:
9554     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9555     layout: "plot-service-density"
9556
9557 - type: "plot"
9558   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9559   algorithm: "plot_nf_heatmap"
9560   output-file-type: ".html"
9561   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9562   data: "plot-vpp-nfv-2n-clx-mrr"
9563   filter: "'NIC_Intel-XXV710' and
9564            'NF_DENSITY' and
9565            'VHOST' and
9566            not 'VXLAN' and
9567            'CHAIN' and
9568            'NF_VPPIP4' and
9569            'IMIX' and
9570            '8T4C' and
9571            'MRR'"
9572   parameters:
9573   - "result"
9574   - "name"
9575   - "tags"
9576   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9577   x-axis: "X = VNFs per Service Chain"
9578   y-axis: "Y = Number of Service Chains"
9579   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9580   layout:
9581     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9582     layout: "plot-service-density"
9583
9584 # Plots - NF Density - VSC - NDR IMIX
9585 - type: "plot"
9586   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9587   algorithm: "plot_nf_heatmap"
9588   output-file-type: ".html"
9589   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9590   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9591   filter: "'NIC_Intel-XXV710' and
9592            'NF_DENSITY' and
9593            'VHOST' and
9594            not 'VXLAN' and
9595            'CHAIN' and
9596            'NF_VPPIP4' and
9597            'IMIX' and
9598            '2T1C' and
9599            'NDRPDR'"
9600   parameters:
9601   - "throughput"
9602   - "name"
9603   - "tags"
9604   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9605   x-axis: "X = VNFs per Service Chain"
9606   y-axis: "Y = Number of Service Chains"
9607   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9608   layout:
9609     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9610     layout: "plot-service-density"
9611
9612 - type: "plot"
9613   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9614   algorithm: "plot_nf_heatmap"
9615   output-file-type: ".html"
9616   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9617   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9618   filter: "'NIC_Intel-XXV710' and
9619            'NF_DENSITY' and
9620            'VHOST' and
9621            not 'VXLAN' and
9622            'CHAIN' and
9623            'NF_VPPIP4' and
9624            'IMIX' and
9625            '4T2C' and
9626            'NDRPDR'"
9627   parameters:
9628   - "throughput"
9629   - "name"
9630   - "tags"
9631   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9632   x-axis: "X = VNFs per Service Chain"
9633   y-axis: "Y = Number of Service Chains"
9634   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9635   layout:
9636     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9637     layout: "plot-service-density"
9638
9639 - type: "plot"
9640   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9641   algorithm: "plot_nf_heatmap"
9642   output-file-type: ".html"
9643   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9644   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9645   filter: "'NIC_Intel-XXV710' and
9646            'NF_DENSITY' and
9647            'VHOST' and
9648            not 'VXLAN' and
9649            'CHAIN' and
9650            'NF_VPPIP4' and
9651            'IMIX' and
9652            '8T4C' and
9653            'NDRPDR'"
9654   parameters:
9655   - "throughput"
9656   - "name"
9657   - "tags"
9658   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9659   x-axis: "X = VNFs per Service Chain"
9660   y-axis: "Y = Number of Service Chains"
9661   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9662   layout:
9663     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9664     layout: "plot-service-density"
9665
9666 # Plots - NF Density - VSC - PDR IMIX
9667 - type: "plot"
9668   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9669   algorithm: "plot_nf_heatmap"
9670   output-file-type: ".html"
9671   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9672   data: "plot-vpp-nfv-2n-clx-ndrpdr"
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            'NDRPDR'"
9682   parameters:
9683   - "throughput"
9684   - "name"
9685   - "tags"
9686   include-tests: "PDR" # "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 PDR) [Mpps]"
9690   layout:
9691     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9692     layout: "plot-service-density"
9693
9694 - type: "plot"
9695   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9696   algorithm: "plot_nf_heatmap"
9697   output-file-type: ".html"
9698   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
9699   data: "plot-vpp-nfv-2n-clx-ndrpdr"
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            'NDRPDR'"
9709   parameters:
9710   - "throughput"
9711   - "name"
9712   - "tags"
9713   include-tests: "PDR" # "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 PDR) [Mpps]"
9717   layout:
9718     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9719     layout: "plot-service-density"
9720
9721 - type: "plot"
9722   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9723   algorithm: "plot_nf_heatmap"
9724   output-file-type: ".html"
9725   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
9726   data: "plot-vpp-nfv-2n-clx-ndrpdr"
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            'NDRPDR'"
9736   parameters:
9737   - "throughput"
9738   - "name"
9739   - "tags"
9740   include-tests: "PDR" # "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 PDR) [Mpps]"
9744   layout:
9745     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9746     layout: "plot-service-density"
9747
9748 # Plots - NF Density - VSC - MRR IMIX
9749 - type: "plot"
9750   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9751   algorithm: "plot_nf_heatmap"
9752   output-file-type: ".html"
9753   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
9754   data: "plot-vpp-nfv-2n-clx-mrr"
9755   filter: "'NIC_Intel-XXV710' and
9756            'NF_DENSITY' and
9757            'VHOST' and
9758            'VXLAN' and
9759            'CHAIN' and
9760            'IMIX' and
9761            '2T1C' and
9762            'MRR'"
9763   parameters:
9764   - "result"
9765   - "name"
9766   - "tags"
9767   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9768   x-axis: "X = VNFs per Service Chain"
9769   y-axis: "Y = Number of Service Chains"
9770   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9771   layout:
9772     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9773     layout: "plot-service-density"
9774
9775 - type: "plot"
9776   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9777   algorithm: "plot_nf_heatmap"
9778   output-file-type: ".html"
9779   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
9780   data: "plot-vpp-nfv-2n-clx-mrr"
9781   filter: "'NIC_Intel-XXV710' and
9782            'NF_DENSITY' and
9783            'VHOST' and
9784            'VXLAN' and
9785            'CHAIN' and
9786            'IMIX' and
9787            '4T2C' and
9788            'MRR'"
9789   parameters:
9790   - "result"
9791   - "name"
9792   - "tags"
9793   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9794   x-axis: "X = VNFs per Service Chain"
9795   y-axis: "Y = Number of Service Chains"
9796   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9797   layout:
9798     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9799     layout: "plot-service-density"
9800
9801 - type: "plot"
9802   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9803   algorithm: "plot_nf_heatmap"
9804   output-file-type: ".html"
9805   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
9806   data: "plot-vpp-nfv-2n-clx-mrr"
9807   filter: "'NIC_Intel-XXV710' and
9808            'NF_DENSITY' and
9809            'VHOST' and
9810            'VXLAN' and
9811            'CHAIN' and
9812            'IMIX' and
9813            '8T4C' and
9814            'MRR'"
9815   parameters:
9816   - "result"
9817   - "name"
9818   - "tags"
9819   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9820   x-axis: "X = VNFs per Service Chain"
9821   y-axis: "Y = Number of Service Chains"
9822   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9823   layout:
9824     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9825     layout: "plot-service-density"
9826
9827 # Plots - NF Density - VSC - NDR IMIX
9828 - type: "plot"
9829   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9830   algorithm: "plot_nf_heatmap"
9831   output-file-type: ".html"
9832   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
9833   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9834   filter: "'NIC_Intel-XXV710' and
9835            'NF_DENSITY' and
9836            'VHOST' and
9837            'VXLAN' and
9838            'CHAIN' a
9839            'IMIX' and
9840            '2T1C' and
9841            'NDRPDR'"
9842   parameters:
9843   - "throughput"
9844   - "name"
9845   - "tags"
9846   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9847   x-axis: "X = VNFs per Service Chain"
9848   y-axis: "Y = Number of Service Chains"
9849   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9850   layout:
9851     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9852     layout: "plot-service-density"
9853
9854 - type: "plot"
9855   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9856   algorithm: "plot_nf_heatmap"
9857   output-file-type: ".html"
9858   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
9859   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9860   filter: "'NIC_Intel-XXV710' and
9861            'NF_DENSITY' and
9862            'VHOST' and
9863            'VXLAN' and
9864            'CHAIN' and
9865            'IMIX' and
9866            '4T2C' and
9867            'NDRPDR'"
9868   parameters:
9869   - "throughput"
9870   - "name"
9871   - "tags"
9872   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9873   x-axis: "X = VNFs per Service Chain"
9874   y-axis: "Y = Number of Service Chains"
9875   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9876   layout:
9877     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9878     layout: "plot-service-density"
9879
9880 - type: "plot"
9881   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9882   algorithm: "plot_nf_heatmap"
9883   output-file-type: ".html"
9884   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
9885   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9886   filter: "'NIC_Intel-XXV710' and
9887            'NF_DENSITY' and
9888            'VHOST' and
9889            'VXLAN' and
9890            'CHAIN' and
9891            'IMIX' and
9892            '8T4C' and
9893            'NDRPDR'"
9894   parameters:
9895   - "throughput"
9896   - "name"
9897   - "tags"
9898   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9899   x-axis: "X = VNFs per Service Chain"
9900   y-axis: "Y = Number of Service Chains"
9901   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9902   layout:
9903     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9904     layout: "plot-service-density"
9905
9906 # Plots - NF Density - VSC - PDR IMIX
9907 - type: "plot"
9908   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9909   algorithm: "plot_nf_heatmap"
9910   output-file-type: ".html"
9911   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
9912   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9913   filter: "'NIC_Intel-XXV710' and
9914            'NF_DENSITY' and
9915            'VHOST' and
9916            'VXLAN' and
9917            'CHAIN' and
9918            'IMIX' and
9919            '2T1C' and
9920            'NDRPDR'"
9921   parameters:
9922   - "throughput"
9923   - "name"
9924   - "tags"
9925   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9926   x-axis: "X = VNFs per Service Chain"
9927   y-axis: "Y = Number of Service Chains"
9928   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9929   layout:
9930     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9931     layout: "plot-service-density"
9932
9933 - type: "plot"
9934   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9935   algorithm: "plot_nf_heatmap"
9936   output-file-type: ".html"
9937   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
9938   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9939   filter: "'NIC_Intel-XXV710' and
9940            'NF_DENSITY' and
9941            'VHOST' and
9942            'VXLAN' and
9943            'CHAIN' and
9944            'IMIX' and
9945            '4T2C' and
9946            'NDRPDR'"
9947   parameters:
9948   - "throughput"
9949   - "name"
9950   - "tags"
9951   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9952   x-axis: "X = VNFs per Service Chain"
9953   y-axis: "Y = Number of Service Chains"
9954   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9955   layout:
9956     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9957     layout: "plot-service-density"
9958
9959 - type: "plot"
9960   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9961   algorithm: "plot_nf_heatmap"
9962   output-file-type: ".html"
9963   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
9964   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9965   filter: "'NIC_Intel-XXV710' and
9966            'NF_DENSITY' and
9967            'VHOST' and
9968            'VXLAN' and
9969            'CHAIN' and
9970            'IMIX' and
9971            '8T4C' and
9972            'NDRPDR'"
9973   parameters:
9974   - "throughput"
9975   - "name"
9976   - "tags"
9977   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9978   x-axis: "X = VNFs per Service Chain"
9979   y-axis: "Y = Number of Service Chains"
9980   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9981   layout:
9982     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9983     layout: "plot-service-density"
9984
9985 # Plots - NF Density - CSC - MRR IMIX
9986 - type: "plot"
9987   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9988   algorithm: "plot_nf_heatmap"
9989   output-file-type: ".html"
9990   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
9991   data: "plot-vpp-nfv-2n-clx-mrr"
9992   filter: "'NIC_Intel-XXV710' and
9993            'NF_DENSITY' and
9994            'DOCKER' and
9995            'CHAIN' and
9996            'NF_VPPIP4' and
9997            'IMIX' and
9998            '2T1C' and
9999            'MRR'"
10000   parameters:
10001   - "result"
10002   - "name"
10003   - "tags"
10004   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10005   x-axis: "X = CNFs per Service Chain"
10006   y-axis: "Y = Number of Service Chains"
10007   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10008   layout:
10009     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10010     layout: "plot-service-density"
10011
10012 - type: "plot"
10013   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10014   algorithm: "plot_nf_heatmap"
10015   output-file-type: ".html"
10016   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10017   data: "plot-vpp-nfv-2n-clx-mrr"
10018   filter: "'NIC_Intel-XXV710' and
10019            'NF_DENSITY' and
10020            'DOCKER' and
10021            'CHAIN' and
10022            'NF_VPPIP4' and
10023            'IMIX' and
10024            '4T2C' and
10025            'MRR'"
10026   parameters:
10027   - "result"
10028   - "name"
10029   - "tags"
10030   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10031   x-axis: "X = CNFs per Service Chain"
10032   y-axis: "Y = Number of Service Chains"
10033   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10034   layout:
10035     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10036     layout: "plot-service-density"
10037
10038 - type: "plot"
10039   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10040   algorithm: "plot_nf_heatmap"
10041   output-file-type: ".html"
10042   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10043   data: "plot-vpp-nfv-2n-clx-mrr"
10044   filter: "'NIC_Intel-XXV710' and
10045            'NF_DENSITY' and
10046            'DOCKER' and
10047            'CHAIN' and
10048            'NF_VPPIP4' and
10049            'IMIX' and
10050            '8T4C' and
10051            'MRR'"
10052   parameters:
10053   - "result"
10054   - "name"
10055   - "tags"
10056   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10057   x-axis: "X = CNFs per Service Chain"
10058   y-axis: "Y = Number of Service Chains"
10059   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10060   layout:
10061     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10062     layout: "plot-service-density"
10063
10064 # Plots - NF Density - CSC - NDR IMIX
10065 - type: "plot"
10066   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10067   algorithm: "plot_nf_heatmap"
10068   output-file-type: ".html"
10069   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10070   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10071   filter: "'NIC_Intel-XXV710' and
10072            'NF_DENSITY' and
10073            'DOCKER' and
10074            'CHAIN' and
10075            'NF_VPPIP4' and
10076            'IMIX' and
10077            '2T1C' and
10078            'NDRPDR'"
10079   parameters:
10080   - "throughput"
10081   - "name"
10082   - "tags"
10083   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10084   x-axis: "X = CNFs per Service Chain"
10085   y-axis: "Y = Number of Service Chains"
10086   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10087   layout:
10088     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10089     layout: "plot-service-density"
10090
10091 - type: "plot"
10092   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10093   algorithm: "plot_nf_heatmap"
10094   output-file-type: ".html"
10095   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10096   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10097   filter: "'NIC_Intel-XXV710' and
10098            'NF_DENSITY' and
10099            'DOCKER' and
10100            'CHAIN' and
10101            'NF_VPPIP4' and
10102            'IMIX' and
10103            '4T2C' and
10104            'NDRPDR'"
10105   parameters:
10106   - "throughput"
10107   - "name"
10108   - "tags"
10109   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10110   x-axis: "X = CNFs per Service Chain"
10111   y-axis: "Y = Number of Service Chains"
10112   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10113   layout:
10114     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10115     layout: "plot-service-density"
10116
10117 - type: "plot"
10118   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10119   algorithm: "plot_nf_heatmap"
10120   output-file-type: ".html"
10121   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10122   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10123   filter: "'NIC_Intel-XXV710' and
10124            'NF_DENSITY' and
10125            'DOCKER' and
10126            'CHAIN' and
10127            'NF_VPPIP4' and
10128            'IMIX' and
10129            '8T4C' and
10130            'NDRPDR'"
10131   parameters:
10132   - "throughput"
10133   - "name"
10134   - "tags"
10135   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10136   x-axis: "X = CNFs per Service Chain"
10137   y-axis: "Y = Number of Service Chains"
10138   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10139   layout:
10140     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10141     layout: "plot-service-density"
10142
10143 # Plots - NF Density - CSC - PDR IMIX
10144 - type: "plot"
10145   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10146   algorithm: "plot_nf_heatmap"
10147   output-file-type: ".html"
10148   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10149   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10150   filter: "'NIC_Intel-XXV710' and
10151            'NF_DENSITY' and
10152            'DOCKER' and
10153            'CHAIN' and
10154            'NF_VPPIP4' and
10155            'IMIX' and
10156            '2T1C' and
10157            'NDRPDR'"
10158   parameters:
10159   - "throughput"
10160   - "name"
10161   - "tags"
10162   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10163   x-axis: "X = CNFs per Service Chain"
10164   y-axis: "Y = Number of Service Chains"
10165   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10166   layout:
10167     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10168     layout: "plot-service-density"
10169
10170 - type: "plot"
10171   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10172   algorithm: "plot_nf_heatmap"
10173   output-file-type: ".html"
10174   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10175   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10176   filter: "'NIC_Intel-XXV710' and
10177            'NF_DENSITY' and
10178            'DOCKER' and
10179            'CHAIN' and
10180            'NF_VPPIP4' and
10181            'IMIX' and
10182            '4T2C' and
10183            'NDRPDR'"
10184   parameters:
10185   - "throughput"
10186   - "name"
10187   - "tags"
10188   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10189   x-axis: "X = CNFs per Service Chain"
10190   y-axis: "Y = Number of Service Chains"
10191   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10192   layout:
10193     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10194     layout: "plot-service-density"
10195
10196 - type: "plot"
10197   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10198   algorithm: "plot_nf_heatmap"
10199   output-file-type: ".html"
10200   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10201   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10202   filter: "'NIC_Intel-XXV710' and
10203            'NF_DENSITY' and
10204            'DOCKER' and
10205            'CHAIN' and
10206            'NF_VPPIP4' and
10207            'IMIX' and
10208            '8T4C' and
10209            'NDRPDR'"
10210   parameters:
10211   - "throughput"
10212   - "name"
10213   - "tags"
10214   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10215   x-axis: "X = CNFs per Service Chain"
10216   y-axis: "Y = Number of Service Chains"
10217   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10218   layout:
10219     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10220     layout: "plot-service-density"
10221
10222 # Plots - NF Density - CSP - MRR IMIX
10223 - type: "plot"
10224   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10225   algorithm: "plot_nf_heatmap"
10226   output-file-type: ".html"
10227   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10228   data: "plot-vpp-nfv-2n-clx-mrr"
10229   filter: "'NIC_Intel-XXV710' and
10230            'NF_DENSITY' and
10231            'DOCKER' and
10232            'PIPELINE' and
10233            'NF_VPPIP4' and
10234            'IMIX' and
10235            '2T1C' and
10236            'MRR'"
10237   parameters:
10238   - "result"
10239   - "name"
10240   - "tags"
10241   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10242   x-axis: "X = CNFs per Service Pipeline"
10243   y-axis: "Y = Number of Service Pipelines"
10244   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10245   layout:
10246     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10247     layout: "plot-service-density"
10248
10249 - type: "plot"
10250   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10251   algorithm: "plot_nf_heatmap"
10252   output-file-type: ".html"
10253   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10254   data: "plot-vpp-nfv-2n-clx-mrr"
10255   filter: "'NIC_Intel-XXV710' and
10256            'NF_DENSITY' and
10257            'DOCKER' and
10258            'PIPELINE' and
10259            'NF_VPPIP4' and
10260            'IMIX' and
10261            '4T2C' and
10262            'MRR'"
10263   parameters:
10264   - "result"
10265   - "name"
10266   - "tags"
10267   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10268   x-axis: "X = CNFs per Service Pipeline"
10269   y-axis: "Y = Number of Service Pipelines"
10270   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10271   layout:
10272     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10273     layout: "plot-service-density"
10274
10275 - type: "plot"
10276   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10277   algorithm: "plot_nf_heatmap"
10278   output-file-type: ".html"
10279   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10280   data: "plot-vpp-nfv-2n-clx-mrr"
10281   filter: "'NIC_Intel-XXV710' and
10282            'NF_DENSITY' and
10283            'DOCKER' and
10284            'PIPELINE' and
10285            'NF_VPPIP4' and
10286            'IMIX' and
10287            '8T4C' and
10288            'MRR'"
10289   parameters:
10290   - "result"
10291   - "name"
10292   - "tags"
10293   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10294   x-axis: "X = CNFs per Service Pipeline"
10295   y-axis: "Y = Number of Service Pipelines"
10296   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10297   layout:
10298     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10299     layout: "plot-service-density"
10300
10301 # Plots - NF Density - CSP - NDR IMIX
10302 - type: "plot"
10303   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10304   algorithm: "plot_nf_heatmap"
10305   output-file-type: ".html"
10306   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10307   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10308   filter: "'NIC_Intel-XXV710' and
10309            'NF_DENSITY' and
10310            'DOCKER' and
10311            'PIPELINE' and
10312            'NF_VPPIP4' and
10313            'IMIX' and
10314            '2T1C' and
10315            'NDRPDR'"
10316   parameters:
10317   - "throughput"
10318   - "name"
10319   - "tags"
10320   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10321   x-axis: "X = CNFs per Service Pipeline"
10322   y-axis: "Y = Number of Service Pipelines"
10323   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10324   layout:
10325     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10326     layout: "plot-service-density"
10327
10328 - type: "plot"
10329   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10330   algorithm: "plot_nf_heatmap"
10331   output-file-type: ".html"
10332   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10333   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10334   filter: "'NIC_Intel-XXV710' and
10335            'NF_DENSITY' and
10336            'DOCKER' and
10337            'PIPELINE' and
10338            'NF_VPPIP4' and
10339            'IMIX' and
10340            '4T2C' and
10341            'NDRPDR'"
10342   parameters:
10343   - "throughput"
10344   - "name"
10345   - "tags"
10346   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10347   x-axis: "X = CNFs per Service Pipeline"
10348   y-axis: "Y = Number of Service Pipelines"
10349   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10350   layout:
10351     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10352     layout: "plot-service-density"
10353
10354 - type: "plot"
10355   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10356   algorithm: "plot_nf_heatmap"
10357   output-file-type: ".html"
10358   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10359   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10360   filter: "'NIC_Intel-XXV710' and
10361            'NF_DENSITY' and
10362            'DOCKER' and
10363            'PIPELINE' and
10364            'NF_VPPIP4' and
10365            'IMIX' and
10366            '8T4C' and
10367            'NDRPDR'"
10368   parameters:
10369   - "throughput"
10370   - "name"
10371   - "tags"
10372   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10373   x-axis: "X = CNFs per Service Pipeline"
10374   y-axis: "Y = Number of Service Pipelines"
10375   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10376   layout:
10377     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10378     layout: "plot-service-density"
10379
10380 # Plots - NF Density - CSP - PDR IMIX
10381 - type: "plot"
10382   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10383   algorithm: "plot_nf_heatmap"
10384   output-file-type: ".html"
10385   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10386   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10387   filter: "'NIC_Intel-XXV710' and
10388            'NF_DENSITY' and
10389            'DOCKER' and
10390            'PIPELINE' and
10391            'NF_VPPIP4' and
10392            'IMIX' and
10393            '2T1C' and
10394            'NDRPDR'"
10395   parameters:
10396   - "throughput"
10397   - "name"
10398   - "tags"
10399   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10400   x-axis: "X = CNFs per Service Pipeline"
10401   y-axis: "Y = Number of Service Pipelines"
10402   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10403   layout:
10404     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10405     layout: "plot-service-density"
10406
10407 - type: "plot"
10408   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10409   algorithm: "plot_nf_heatmap"
10410   output-file-type: ".html"
10411   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10412   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10413   filter: "'NIC_Intel-XXV710' and
10414            'NF_DENSITY' and
10415            'DOCKER' and
10416            'PIPELINE' and
10417            'NF_VPPIP4' and
10418            'IMIX' and
10419            '4T2C' and
10420            'NDRPDR'"
10421   parameters:
10422   - "throughput"
10423   - "name"
10424   - "tags"
10425   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10426   x-axis: "X = CNFs per Service Pipeline"
10427   y-axis: "Y = Number of Service Pipelines"
10428   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10429   layout:
10430     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10431     layout: "plot-service-density"
10432
10433 - type: "plot"
10434   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10435   algorithm: "plot_nf_heatmap"
10436   output-file-type: ".html"
10437   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10438   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10439   filter: "'NIC_Intel-XXV710' and
10440            'NF_DENSITY' and
10441            'DOCKER' and
10442            'PIPELINE' and
10443            'NF_VPPIP4' and
10444            'IMIX' and
10445            '8T4C' and
10446            'NDRPDR'"
10447   parameters:
10448   - "throughput"
10449   - "name"
10450   - "tags"
10451   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10452   x-axis: "X = CNFs per Service Pipeline"
10453   y-axis: "Y = Number of Service Pipelines"
10454   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10455   layout:
10456     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10457     layout: "plot-service-density"
10458
10459 ################################################################################
10460
10461 # Packet Throughput
10462
10463 #- type: "plot"
10464 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10465 #  algorithm: "plot_perf_box_name"
10466 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10467 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10468 #  include:
10469 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10470 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10471 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10472 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10473 #  layout:
10474 #    title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10475 #    layout: "plot-throughput"
10476 #
10477 #- type: "plot"
10478 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10479 #  algorithm: "plot_perf_box_name"
10480 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10481 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10482 #  include:
10483 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10484 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10485 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10486 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10487 #  layout:
10488 #    title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10489 #    layout: "plot-throughput"
10490 #
10491 #- type: "plot"
10492 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10493 #  algorithm: "plot_perf_box_name"
10494 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10495 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10496 #  include:
10497 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10498 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10499 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10500 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10501 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10502 #  layout:
10503 #    title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10504 #    layout: "plot-throughput"
10505 #
10506 #- type: "plot"
10507 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10508 #  algorithm: "plot_perf_box_name"
10509 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10510 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10511 #  include:
10512 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10513 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10514 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10515 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10516 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10517 #  layout:
10518 #    title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10519 #    layout: "plot-throughput"
10520
10521 - type: "plot"
10522   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10523   algorithm: "plot_perf_box_name"
10524   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10525   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10526   include:
10527     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10528     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10529     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10530     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10531     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10532   layout:
10533     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10534     layout: "plot-throughput"
10535
10536 - type: "plot"
10537   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10538   algorithm: "plot_perf_box_name"
10539   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10540   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10541   include:
10542     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10543     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10544     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10545     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10546     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10547   layout:
10548     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10549     layout: "plot-throughput"
10550
10551 #- type: "plot"
10552 #  title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10553 #  algorithm: "plot_perf_box_name"
10554 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10555 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10556 #  include:
10557 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10558 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10559 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10560 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10561 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10562 #  layout:
10563 #    title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10564 #    layout: "plot-throughput"
10565 #
10566 #- type: "plot"
10567 #  title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10568 #  algorithm: "plot_perf_box_name"
10569 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10570 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10571 #  include:
10572 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10573 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10574 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10575 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10576 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10577 #  layout:
10578 #    title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10579 #    layout: "plot-throughput"
10580 #
10581 #- type: "plot"
10582 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10583 #  algorithm: "plot_perf_box_name"
10584 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10585 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10586 #  include:
10587 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10588 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10589 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10590 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10591 #  layout:
10592 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10593 #    layout: "plot-throughput"
10594 #
10595 #- type: "plot"
10596 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10597 #  algorithm: "plot_perf_box_name"
10598 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10599 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10600 #  include:
10601 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10602 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10603 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10604 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10605 #  layout:
10606 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10607 #    layout: "plot-throughput"
10608 #
10609 #- type: "plot"
10610 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10611 #  algorithm: "plot_perf_box_name"
10612 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10613 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10614 #  include:
10615 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10616 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10617 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10618 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10619 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10620 #  layout:
10621 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10622 #    layout: "plot-throughput"
10623 #
10624 #- type: "plot"
10625 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10626 #  algorithm: "plot_perf_box_name"
10627 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10628 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10629 #  include:
10630 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10631 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10632 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10633 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10634 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10635 #  layout:
10636 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10637 #    layout: "plot-throughput"
10638 #
10639 #- type: "plot"
10640 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10641 #  algorithm: "plot_perf_box_name"
10642 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10643 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10644 #  include:
10645 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10646 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10647 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10648 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10649 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10650 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10651 #  layout:
10652 #    title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10653 #    layout: "plot-throughput"
10654 #
10655 #- type: "plot"
10656 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10657 #  algorithm: "plot_perf_box_name"
10658 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10659 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10660 #  include:
10661 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10662 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10663 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10664 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10665 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10666 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10667 #  layout:
10668 #    title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10669 #    layout: "plot-throughput"
10670
10671 - type: "plot"
10672   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10673   algorithm: "plot_perf_box_name"
10674   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10675   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10676   include:
10677     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10678     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10679     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10680   layout:
10681     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10682     layout: "plot-throughput"
10683
10684 - type: "plot"
10685   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10686   algorithm: "plot_perf_box_name"
10687   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10688   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10689   include:
10690     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10691     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10692     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10693   layout:
10694     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10695     layout: "plot-throughput"
10696
10697 #- type: "plot"
10698 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10699 #  algorithm: "plot_perf_box_name"
10700 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10701 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10702 #  include:
10703 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10704 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10705 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10706 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10707 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10708 #  layout:
10709 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10710 #    layout: "plot-throughput"
10711 #
10712 #- type: "plot"
10713 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10714 #  algorithm: "plot_perf_box_name"
10715 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10716 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10717 #  include:
10718 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10719 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10720 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10721 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10722 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10723 #  layout:
10724 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10725 #    layout: "plot-throughput"
10726 #
10727 #- type: "plot"
10728 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10729 #  algorithm: "plot_perf_box_name"
10730 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10731 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10732 #  include:
10733 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10734 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10735 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10736 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10737 #  layout:
10738 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10739 #    layout: "plot-throughput"
10740 #
10741 #- type: "plot"
10742 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10743 #  algorithm: "plot_perf_box_name"
10744 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10745 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10746 #  include:
10747 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10748 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10749 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10750 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10751 #  layout:
10752 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10753 #    layout: "plot-throughput"
10754 #
10755 #- type: "plot"
10756 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10757 #  algorithm: "plot_perf_box_name"
10758 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10759 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10760 #  include:
10761 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10762 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10763 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10764 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10765 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10766 #  layout:
10767 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10768 #    layout: "plot-throughput"
10769 #
10770 #- type: "plot"
10771 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10772 #  algorithm: "plot_perf_box_name"
10773 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10774 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10775 #  include:
10776 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10777 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10778 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10779 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10780 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10781 #  layout:
10782 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10783 #    layout: "plot-throughput"
10784 #
10785 #- type: "plot"
10786 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10787 #  algorithm: "plot_perf_box_name"
10788 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10789 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10790 #  include:
10791 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10792 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10793 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10794 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10795 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10796 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10797 #  layout:
10798 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10799 #    layout: "plot-throughput"
10800 #
10801 #- type: "plot"
10802 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10803 #  algorithm: "plot_perf_box_name"
10804 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10805 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10806 #  include:
10807 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10808 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10809 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10810 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10811 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10812 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10813 #  layout:
10814 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10815 #    layout: "plot-throughput"
10816
10817 - type: "plot"
10818   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10819   algorithm: "plot_perf_box_name"
10820   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10821   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10822   include:
10823     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10824     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10825     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10826     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10827     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10828   layout:
10829     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10830     layout: "plot-throughput"
10831
10832 - type: "plot"
10833   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10834   algorithm: "plot_perf_box_name"
10835   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10836   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10837   include:
10838     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10839     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10840     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10841     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10842     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10843   layout:
10844     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10845     layout: "plot-throughput"
10846
10847 - type: "plot"
10848   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10849   algorithm: "plot_perf_box_name"
10850   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10851   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10852   include:
10853     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10854     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10855     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10856     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10857     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10858     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10859   layout:
10860     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10861     layout: "plot-throughput"
10862
10863 - type: "plot"
10864   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10865   algorithm: "plot_perf_box_name"
10866   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10867   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10868   include:
10869     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10870     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10871     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10872     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10873     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10874     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10875   layout:
10876     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10877     layout: "plot-throughput"
10878
10879 - type: "plot"
10880   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10881   algorithm: "plot_perf_box_name"
10882   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10883   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10884   include:
10885     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10886     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10887     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10888     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10889     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10890   layout:
10891     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10892     layout: "plot-throughput"
10893
10894 - type: "plot"
10895   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10896   algorithm: "plot_perf_box_name"
10897   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10898   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10899   include:
10900     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10901     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10902     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10903     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10904     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10905   layout:
10906     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10907     layout: "plot-throughput"
10908
10909 - type: "plot"
10910   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10911   algorithm: "plot_perf_box_name"
10912   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10913   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10914   include:
10915     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10916     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10917     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10918     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10919     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10920     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10921   layout:
10922     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10923     layout: "plot-throughput"
10924
10925 - type: "plot"
10926   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10927   algorithm: "plot_perf_box_name"
10928   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10929   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10930   include:
10931     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10932     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10933     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10934     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10935     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10936     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10937   layout:
10938     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10939     layout: "plot-throughput"
10940
10941 - type: "plot"
10942   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10943   algorithm: "plot_perf_box_name"
10944   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10945   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10946   include:
10947     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10948     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10949     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10950     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10951     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10952   layout:
10953     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10954     layout: "plot-throughput"
10955
10956 - type: "plot"
10957   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10958   algorithm: "plot_perf_box_name"
10959   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10960   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10961   include:
10962     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10963     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10964     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10965     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10966     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10967   layout:
10968     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10969     layout: "plot-throughput"
10970
10971 - type: "plot"
10972   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10973   algorithm: "plot_perf_box_name"
10974   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10975   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10976   include:
10977     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10978     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10979     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10980     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10981     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10982     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10983   layout:
10984     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10985     layout: "plot-throughput"
10986
10987 - type: "plot"
10988   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10989   algorithm: "plot_perf_box_name"
10990   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10991   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10992   include:
10993     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10994     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10995     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10996     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10997     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10998     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10999   layout:
11000     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11001     layout: "plot-throughput"
11002
11003 - type: "plot"
11004   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11005   algorithm: "plot_perf_box_name"
11006   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11007   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11008   include:
11009     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11010     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11011   layout:
11012     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11013     layout: "plot-throughput"
11014
11015 - type: "plot"
11016   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11017   algorithm: "plot_perf_box_name"
11018   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11019   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11020   include:
11021     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11022     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11023   layout:
11024     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11025     layout: "plot-throughput"
11026
11027 #- type: "plot"
11028 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11029 #  algorithm: "plot_perf_box_name"
11030 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11031 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11032 #  include:
11033 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11034 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11035 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11036 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11037 #  layout:
11038 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11039 #    layout: "plot-throughput"
11040 #
11041 #- type: "plot"
11042 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11043 #  algorithm: "plot_perf_box_name"
11044 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11045 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11046 #  include:
11047 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11048 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11049 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11050 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11051 #  layout:
11052 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11053 #    layout: "plot-throughput"
11054
11055 - type: "plot"
11056   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11057   algorithm: "plot_perf_box_name"
11058   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11059   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11060   include:
11061     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11062     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11063     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11064     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11065   layout:
11066     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11067     layout: "plot-throughput"
11068
11069 - type: "plot"
11070   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11071   algorithm: "plot_perf_box_name"
11072   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11073   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11074   include:
11075     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11076     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11077     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11078     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11079   layout:
11080     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11081     layout: "plot-throughput"
11082
11083 - type: "plot"
11084   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11085   algorithm: "plot_perf_box_name"
11086   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11087   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11088   include:
11089     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11090     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11091     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11092     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11093   layout:
11094     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11095     layout: "plot-throughput"
11096
11097 - type: "plot"
11098   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11099   algorithm: "plot_perf_box_name"
11100   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11101   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11102   include:
11103     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11104     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11105     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11106     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11107   layout:
11108     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11109     layout: "plot-throughput"
11110
11111 #- type: "plot"
11112 #  title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11113 #  algorithm: "plot_perf_box_name"
11114 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11115 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11116 #  include:
11117 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11118 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11119 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11120 #  layout:
11121 #    title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11122 #    layout: "plot-throughput"
11123 #
11124 #- type: "plot"
11125 #  title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11126 #  algorithm: "plot_perf_box_name"
11127 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11128 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11129 #  include:
11130 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11131 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11132 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11133 #  layout:
11134 #    title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11135 #    layout: "plot-throughput"
11136 #
11137 #- type: "plot"
11138 #  title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11139 #  algorithm: "plot_perf_box_name"
11140 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11141 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11142 #  include:
11143 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11144 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11145 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11146 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11147 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11148 #  layout:
11149 #    title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11150 #    layout: "plot-throughput"
11151 #
11152 #- type: "plot"
11153 #  title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11154 #  algorithm: "plot_perf_box_name"
11155 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11156 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11157 #  include:
11158 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11159 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11160 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11161 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11162 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11163 #  layout:
11164 #    title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11165 #    layout: "plot-throughput"
11166
11167 - type: "plot"
11168   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11169   algorithm: "plot_perf_box_name"
11170   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11171   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11172   include:
11173     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11174     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11175     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11176   layout:
11177     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11178     layout: "plot-throughput"
11179
11180 - type: "plot"
11181   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11182   algorithm: "plot_perf_box_name"
11183   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11184   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11185   include:
11186     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11187     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11188     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11189   layout:
11190     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11191     layout: "plot-throughput"
11192
11193 #- type: "plot"
11194 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11195 #  algorithm: "plot_perf_box_name"
11196 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11197 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11198 #  include:
11199 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11200 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11201 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11202 #  layout:
11203 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11204 #    layout: "plot-throughput"
11205 #
11206 #- type: "plot"
11207 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11208 #  algorithm: "plot_perf_box_name"
11209 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11210 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11211 #  include:
11212 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11213 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11214 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11215 #  layout:
11216 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11217 #    layout: "plot-throughput"
11218 #
11219 #- type: "plot"
11220 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11221 #  algorithm: "plot_perf_box_name"
11222 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11223 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11224 #  include:
11225 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11226 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11227 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11228 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11229 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11230 #  layout:
11231 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11232 #    layout: "plot-throughput"
11233 #
11234 #- type: "plot"
11235 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11236 #  algorithm: "plot_perf_box_name"
11237 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11238 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11239 #  include:
11240 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11241 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11242 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11243 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11244 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11245 #  layout:
11246 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11247 #    layout: "plot-throughput"
11248
11249 - type: "plot"
11250   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11251   algorithm: "plot_perf_box_name"
11252   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11253   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11254   include:
11255     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11256     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11257     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11258     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11259     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11260   layout:
11261     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11262     layout: "plot-throughput"
11263
11264 - type: "plot"
11265   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11266   algorithm: "plot_perf_box_name"
11267   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11268   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11269   include:
11270     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11271     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11272     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11273     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11274     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11275   layout:
11276     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11277     layout: "plot-throughput"
11278
11279 - type: "plot"
11280   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11281   algorithm: "plot_perf_box_name"
11282   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11283   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11284   include:
11285     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11286     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11287     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11288     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11289     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11290   layout:
11291     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11292     layout: "plot-throughput"
11293
11294 - type: "plot"
11295   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11296   algorithm: "plot_perf_box_name"
11297   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11298   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11299   include:
11300     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11301     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11302     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11303     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11304     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11305   layout:
11306     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11307     layout: "plot-throughput"
11308
11309 - type: "plot"
11310   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11311   algorithm: "plot_perf_box_name"
11312   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11313   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11314   include:
11315     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11316     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11317     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11318     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11319     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11320   layout:
11321     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11322     layout: "plot-throughput"
11323
11324 - type: "plot"
11325   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11326   algorithm: "plot_perf_box_name"
11327   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11328   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11329   include:
11330     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11331     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11332     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11333     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11334     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11335   layout:
11336     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11337     layout: "plot-throughput"
11338
11339 - type: "plot"
11340   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11341   algorithm: "plot_perf_box_name"
11342   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11343   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11344   include:
11345     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11346     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11347     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11348     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11349     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11350     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11351   layout:
11352     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11353     layout: "plot-throughput"
11354
11355 - type: "plot"
11356   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11357   algorithm: "plot_perf_box_name"
11358   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11359   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11360   include:
11361     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11362     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11363     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11364     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11365     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11366     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11367   layout:
11368     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11369     layout: "plot-throughput"
11370
11371 - type: "plot"
11372   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11373   algorithm: "plot_perf_box_name"
11374   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11375   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11376   include:
11377     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11378     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11379     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11380     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11381   layout:
11382     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11383     layout: "plot-throughput"
11384
11385 - type: "plot"
11386   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11387   algorithm: "plot_perf_box_name"
11388   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11389   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11390   include:
11391     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11392     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11393     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11394     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11395   layout:
11396     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11397     layout: "plot-throughput"
11398
11399 #- type: "plot"
11400 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11401 #  algorithm: "plot_perf_box_name"
11402 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11403 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11404 #  include:
11405 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11406 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11407 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11408 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11409 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11410 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11411 #  layout:
11412 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11413 #    layout: "plot-throughput"
11414 #
11415 #- type: "plot"
11416 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11417 #  algorithm: "plot_perf_box_name"
11418 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11419 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11420 #  include:
11421 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11422 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11423 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11424 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11425 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11426 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11427 #  layout:
11428 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11429 #    layout: "plot-throughput"
11430
11431 - type: "plot"
11432   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11433   algorithm: "plot_perf_box_name"
11434   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11435   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11436   include:
11437     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11438 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11439     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11440 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11441     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11442 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11443   layout:
11444     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11445     layout: "plot-throughput"
11446
11447 - type: "plot"
11448   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11449   algorithm: "plot_perf_box_name"
11450   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11451   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11452   include:
11453     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11454 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11455     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11456 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11457     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11458 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11459   layout:
11460     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11461     layout: "plot-throughput"
11462
11463 - type: "plot"
11464   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11465   algorithm: "plot_perf_box_name"
11466   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11467   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11468   include:
11469     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11470     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11471     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11472     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11473     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11474     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11475   layout:
11476     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11477     layout: "plot-throughput"
11478
11479 - type: "plot"
11480   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11481   algorithm: "plot_perf_box_name"
11482   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11483   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11484   include:
11485     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11486     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11487     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11488     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11489     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11490     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11491   layout:
11492     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11493     layout: "plot-throughput"
11494
11495 #- type: "plot"
11496 #  title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11497 #  algorithm: "plot_perf_box_name"
11498 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11499 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11500 #  include:
11501 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11502 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11503 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11504 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11505 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11506 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11507 #  layout:
11508 #    title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11509 #    layout: "plot-throughput"
11510 #
11511 #- type: "plot"
11512 #  title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11513 #  algorithm: "plot_perf_box_name"
11514 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11515 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11516 #  include:
11517 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11518 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11519 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11520 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11521 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11522 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11523 #  layout:
11524 #    title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11525 #    layout: "plot-throughput"
11526 #
11527 #- type: "plot"
11528 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11529 #  algorithm: "plot_perf_box_name"
11530 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11531 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11532 #  include:
11533 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11534 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11535 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11536 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11537 #  layout:
11538 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11539 #    layout: "plot-throughput"
11540 #
11541 #- type: "plot"
11542 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11543 #  algorithm: "plot_perf_box_name"
11544 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11545 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11546 #  include:
11547 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11548 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11549 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11550 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11551 #  layout:
11552 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11553 #    layout: "plot-throughput"
11554 #
11555 #- type: "plot"
11556 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11557 #  algorithm: "plot_perf_box_name"
11558 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11559 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11560 #  include:
11561 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11562 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11563 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11564 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11565 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11566 #  layout:
11567 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11568 #    layout: "plot-throughput"
11569 #
11570 #- type: "plot"
11571 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11572 #  algorithm: "plot_perf_box_name"
11573 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11574 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11575 #  include:
11576 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11577 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11578 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11579 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11580 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11581 #  layout:
11582 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11583 #    layout: "plot-throughput"
11584 #
11585 #- type: "plot"
11586 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11587 #  algorithm: "plot_perf_box_name"
11588 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11589 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11590 #  include:
11591 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11592 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11593 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11594 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11595 #  layout:
11596 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11597 #    layout: "plot-throughput"
11598 #
11599 #- type: "plot"
11600 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11601 #  algorithm: "plot_perf_box_name"
11602 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11603 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11604 #  include:
11605 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11606 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11607 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11608 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11609 #  layout:
11610 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11611 #    layout: "plot-throughput"
11612
11613 - type: "plot"
11614   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11615   algorithm: "plot_perf_box_name"
11616   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11617   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11618   include:
11619     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11620     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11621     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11622     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11623     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11624     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11625   layout:
11626     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11627     layout: "plot-throughput"
11628
11629 - type: "plot"
11630   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11631   algorithm: "plot_perf_box_name"
11632   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11633   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11634   include:
11635     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11636     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11637     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11638     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11639     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11640     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11641   layout:
11642     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11643     layout: "plot-throughput"
11644
11645 #- type: "plot"
11646 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11647 #  algorithm: "plot_perf_box_name"
11648 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11649 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11650 #  include:
11651 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11652 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11653 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11654 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11655 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11656 #  layout:
11657 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11658 #    layout: "plot-throughput"
11659 #
11660 #- type: "plot"
11661 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11662 #  algorithm: "plot_perf_box_name"
11663 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11664 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11665 #  include:
11666 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11667 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11668 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11669 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11670 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11671 #  layout:
11672 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11673 #    layout: "plot-throughput"
11674 #
11675 #- type: "plot"
11676 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11677 #  algorithm: "plot_perf_box_name"
11678 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11679 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11680 #  include:
11681 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11682 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11683 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11684 #  layout:
11685 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11686 #    layout: "plot-throughput"
11687 #
11688 #- type: "plot"
11689 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11690 #  algorithm: "plot_perf_box_name"
11691 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11692 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11693 #  include:
11694 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11695 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11696 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11697 #  layout:
11698 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11699 #    layout: "plot-throughput"
11700 #
11701 #- type: "plot"
11702 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11703 #  algorithm: "plot_perf_box_name"
11704 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11705 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11706 #  include:
11707 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11708 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11709 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11710 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11711 #  layout:
11712 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11713 #    layout: "plot-throughput"
11714 #
11715 #- type: "plot"
11716 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11717 #  algorithm: "plot_perf_box_name"
11718 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11719 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11720 #  include:
11721 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11722 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11723 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11724 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11725 #  layout:
11726 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11727 #    layout: "plot-throughput"
11728 #
11729 #- type: "plot"
11730 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11731 #  algorithm: "plot_perf_box_name"
11732 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11733 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11734 #  include:
11735 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11736 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11737 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11738 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11739 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11740 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11741 #  layout:
11742 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11743 #    layout: "plot-throughput"
11744 #
11745 #- type: "plot"
11746 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11747 #  algorithm: "plot_perf_box_name"
11748 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11749 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11750 #  include:
11751 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11752 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11753 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11754 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11755 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11756 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11757 #  layout:
11758 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11759 #    layout: "plot-throughput"
11760 #
11761 #- type: "plot"
11762 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11763 #  algorithm: "plot_perf_box_name"
11764 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11765 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11766 #  include:
11767 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11768 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11769 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11770 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11771 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11772 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11773 #  layout:
11774 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11775 #    layout: "plot-throughput"
11776 #
11777 #- type: "plot"
11778 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11779 #  algorithm: "plot_perf_box_name"
11780 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11781 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11782 #  include:
11783 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11784 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11785 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11786 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11787 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11788 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11789 #  layout:
11790 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11791 #    layout: "plot-throughput"
11792
11793 - type: "plot"
11794   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11795   algorithm: "plot_perf_box_name"
11796   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11797   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11798   include:
11799     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11800     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11801     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11802     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11803   layout:
11804     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11805     layout: "plot-throughput"
11806
11807 - type: "plot"
11808   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11809   algorithm: "plot_perf_box_name"
11810   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11811   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11812   include:
11813     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11814     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11815     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11816     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11817   layout:
11818     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11819     layout: "plot-throughput"
11820
11821 - type: "plot"
11822   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11823   algorithm: "plot_perf_box_name"
11824   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11825   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11826   include:
11827     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11828     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11829     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11830     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11831     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11832     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11833   layout:
11834     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11835     layout: "plot-throughput"
11836
11837 - type: "plot"
11838   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11839   algorithm: "plot_perf_box_name"
11840   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11841   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11842   include:
11843     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11844     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11845     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11846     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11847     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11848     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11849   layout:
11850     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11851     layout: "plot-throughput"
11852
11853 - type: "plot"
11854   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11855   algorithm: "plot_perf_box_name"
11856   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11857   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11858   include:
11859     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11860     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11861     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11862     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11863     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11864     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11865   layout:
11866     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11867     layout: "plot-throughput"
11868
11869 - type: "plot"
11870   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11871   algorithm: "plot_perf_box_name"
11872   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11873   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11874   include:
11875     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11876     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11877     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11878     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11879     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11880     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11881   layout:
11882     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11883     layout: "plot-throughput"
11884
11885 - type: "plot"
11886   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11887   algorithm: "plot_perf_box_name"
11888   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11889   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11890   include:
11891     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11892     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11893     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11894     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11895   layout:
11896     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11897     layout: "plot-throughput"
11898
11899 - type: "plot"
11900   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11901   algorithm: "plot_perf_box_name"
11902   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11903   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11904   include:
11905     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11906     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11907     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11908     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11909   layout:
11910     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11911     layout: "plot-throughput"
11912
11913 - type: "plot"
11914   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11915   algorithm: "plot_perf_box_name"
11916   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11917   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11918   include:
11919     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11920     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11921     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11922     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11923     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11924     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11925   layout:
11926     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11927     layout: "plot-throughput"
11928
11929 - type: "plot"
11930   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11931   algorithm: "plot_perf_box_name"
11932   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11933   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11934   include:
11935     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11936     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11937     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11938     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11939     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11940     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11941   layout:
11942     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11943     layout: "plot-throughput"
11944
11945 - type: "plot"
11946   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11947   algorithm: "plot_perf_box_name"
11948   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11949   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11950   include:
11951     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11952     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11953     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11954     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11955   layout:
11956     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11957     layout: "plot-throughput"
11958
11959 - type: "plot"
11960   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11961   algorithm: "plot_perf_box_name"
11962   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11963   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11964   include:
11965     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11966     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11967     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11968     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11969   layout:
11970     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11971     layout: "plot-throughput"
11972
11973 - type: "plot"
11974   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11975   algorithm: "plot_perf_box_name"
11976   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11977   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11978   include:
11979     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11980     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11981     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11982     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11983     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11984     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11985   layout:
11986     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11987     layout: "plot-throughput"
11988
11989 - type: "plot"
11990   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11991   algorithm: "plot_perf_box_name"
11992   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11993   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11994   include:
11995     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11996     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11997     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11998     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11999     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12000     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12001   layout:
12002     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12003     layout: "plot-throughput"
12004
12005 - type: "plot"
12006   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12007   algorithm: "plot_perf_box_name"
12008   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12009   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12010   include:
12011     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12012     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12013     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12014     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12015     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12016     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12017   layout:
12018     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12019     layout: "plot-throughput"
12020
12021 - type: "plot"
12022   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12023   algorithm: "plot_perf_box_name"
12024   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12025   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12026   include:
12027     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12028     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12029     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12030     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12031     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12032     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12033   layout:
12034     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12035     layout: "plot-throughput"
12036
12037 - type: "plot"
12038   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12039   algorithm: "plot_perf_box_name"
12040   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12041   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12042   include:
12043     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12044     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12045     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12046     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12047     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12048     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12049   layout:
12050     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12051     layout: "plot-throughput"
12052
12053 - type: "plot"
12054   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12055   algorithm: "plot_perf_box_name"
12056   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12057   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12058   include:
12059     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12060     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12061     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12062     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12063     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12064     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12065   layout:
12066     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12067     layout: "plot-throughput"
12068
12069 #- type: "plot"
12070 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12071 #  algorithm: "plot_perf_box_name"
12072 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12073 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12074 #  include:
12075 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12076 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12077 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12078 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12079 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12080 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12081 #  layout:
12082 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12083 #    layout: "plot-throughput"
12084 #
12085 #- type: "plot"
12086 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12087 #  algorithm: "plot_perf_box_name"
12088 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12089 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12090 #  include:
12091 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12092 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12093 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12094 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12095 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12096 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12097 #  layout:
12098 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12099 #    layout: "plot-throughput"
12100
12101 - type: "plot"
12102   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12103   algorithm: "plot_perf_box_name"
12104   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12105   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12106   include:
12107     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12108     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12109     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12110     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12111     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12112     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12113   layout:
12114     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12115     layout: "plot-throughput"
12116
12117 - type: "plot"
12118   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12119   algorithm: "plot_perf_box_name"
12120   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12121   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12122   include:
12123     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12124     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12125     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12126     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12127     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12128     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12129   layout:
12130     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12131     layout: "plot-throughput"
12132
12133 #- type: "plot"
12134 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12135 #  algorithm: "plot_perf_box_name"
12136 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12137 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12138 #  include:
12139 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12140 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12141 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12142 #  layout:
12143 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12144 #    layout: "plot-throughput"
12145 #
12146 #- type: "plot"
12147 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12148 #  algorithm: "plot_perf_box_name"
12149 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12150 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12151 #  include:
12152 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12153 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12154 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12155 #  layout:
12156 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12157 #    layout: "plot-throughput"
12158
12159 #- type: "plot"
12160 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12161 #  algorithm: "plot_perf_box_name"
12162 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12163 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12164 #  include:
12165 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12166 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12167 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12168 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12169 #  layout:
12170 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12171 #    layout: "plot-throughput"
12172 #
12173 #- type: "plot"
12174 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12175 #  algorithm: "plot_perf_box_name"
12176 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12177 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12178 #  include:
12179 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12180 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12181 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12182 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12183 #  layout:
12184 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12185 #    layout: "plot-throughput"
12186 #
12187 #- type: "plot"
12188 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12189 #  algorithm: "plot_perf_box_name"
12190 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12191 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12192 #  include:
12193 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12194 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12195 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12196 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12197 #  layout:
12198 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12199 #    layout: "plot-throughput"
12200 #
12201 #- type: "plot"
12202 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12203 #  algorithm: "plot_perf_box_name"
12204 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12205 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12206 #  include:
12207 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12208 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12209 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12210 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12211 #  layout:
12212 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12213 #    layout: "plot-throughput"
12214
12215 - type: "plot"
12216   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12217   algorithm: "plot_perf_box_name"
12218   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12219   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12220   include:
12221     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12222     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12223     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12224     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12225   layout:
12226     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12227     layout: "plot-throughput"
12228
12229 - type: "plot"
12230   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12231   algorithm: "plot_perf_box_name"
12232   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12233   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12234   include:
12235     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12236     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12237     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12238     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12239   layout:
12240     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12241     layout: "plot-throughput"
12242
12243 - type: "plot"
12244   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12245   algorithm: "plot_perf_box_name"
12246   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12247   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12248   include:
12249     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12250     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12251     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12252     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12253   layout:
12254     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12255     layout: "plot-throughput"
12256
12257 - type: "plot"
12258   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12259   algorithm: "plot_perf_box_name"
12260   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12261   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12262   include:
12263     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12264     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12265     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12266     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12267   layout:
12268     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12269     layout: "plot-throughput"
12270
12271 #- type: "plot"
12272 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12273 #  algorithm: "plot_perf_box_name"
12274 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12275 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12276 #  include:
12277 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12278 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12279 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12280 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12281 #  layout:
12282 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12283 #    layout: "plot-throughput"
12284 #
12285 #- type: "plot"
12286 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12287 #  algorithm: "plot_perf_box_name"
12288 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12289 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12290 #  include:
12291 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12292 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12293 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12294 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12295 #  layout:
12296 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12297 #    layout: "plot-throughput"
12298 #
12299 #- type: "plot"
12300 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12301 #  algorithm: "plot_perf_box_name"
12302 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12303 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12304 #  include:
12305 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12306 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12307 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12308 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12309 #  layout:
12310 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12311 #    layout: "plot-throughput"
12312 #
12313 #- type: "plot"
12314 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12315 #  algorithm: "plot_perf_box_name"
12316 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12317 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12318 #  include:
12319 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12320 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12321 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12322 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12323 #  layout:
12324 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12325 #    layout: "plot-throughput"
12326 #
12327 #- type: "plot"
12328 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12329 #  algorithm: "plot_perf_box_name"
12330 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12331 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12332 #  include:
12333 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12334 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12335 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12336 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12337 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12338 #  layout:
12339 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12340 #    layout: "plot-throughput"
12341 #
12342 #- type: "plot"
12343 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12344 #  algorithm: "plot_perf_box_name"
12345 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12346 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12347 #  include:
12348 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12349 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12350 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12351 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12352 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12353 #  layout:
12354 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12355 #    layout: "plot-throughput"
12356 #
12357 #- type: "plot"
12358 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12359 #  algorithm: "plot_perf_box_name"
12360 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12361 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12362 #  include:
12363 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12364 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12365 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12366 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12367 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12368 #  layout:
12369 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12370 #    layout: "plot-throughput"
12371 #
12372 #- type: "plot"
12373 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12374 #  algorithm: "plot_perf_box_name"
12375 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12376 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12377 #  include:
12378 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12379 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12380 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12381 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12382 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12383 #  layout:
12384 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12385 #    layout: "plot-throughput"
12386 #
12387 #- type: "plot"
12388 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12389 #  algorithm: "plot_perf_box_name"
12390 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12391 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12392 #  include:
12393 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12394 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12395 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12396 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12397 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12398 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12399 #  layout:
12400 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12401 #    layout: "plot-throughput"
12402 #
12403 #- type: "plot"
12404 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12405 #  algorithm: "plot_perf_box_name"
12406 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12407 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12408 #  include:
12409 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12410 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12411 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12412 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12413 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12414 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12415 #  layout:
12416 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12417 #    layout: "plot-throughput"
12418 #
12419 #- type: "plot"
12420 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12421 #  algorithm: "plot_perf_box_name"
12422 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12423 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12424 #  include:
12425 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12426 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12427 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12428 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12429 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12430 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12431 #  layout:
12432 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12433 #    layout: "plot-throughput"
12434 #
12435 #- type: "plot"
12436 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12437 #  algorithm: "plot_perf_box_name"
12438 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12439 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12440 #  include:
12441 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12442 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12443 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12444 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12445 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12446 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12447 #  layout:
12448 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12449 #    layout: "plot-throughput"
12450
12451 - type: "plot"
12452   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12453   algorithm: "plot_perf_box_name"
12454   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12455   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12456   include:
12457     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12458     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12459     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12460     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12461     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12462   layout:
12463     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12464     layout: "plot-throughput"
12465
12466 - type: "plot"
12467   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12468   algorithm: "plot_perf_box_name"
12469   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12470   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12471   include:
12472     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12473     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12474     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12475     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12476     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12477   layout:
12478     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12479     layout: "plot-throughput"
12480
12481 #- type: "plot"
12482 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12483 #  algorithm: "plot_perf_box_name"
12484 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12485 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12486 #  include:
12487 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12488 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12489 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12490 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12491 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12492 #  layout:
12493 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12494 #    layout: "plot-throughput"
12495 #
12496 #- type: "plot"
12497 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12498 #  algorithm: "plot_perf_box_name"
12499 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12500 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12501 #  include:
12502 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12503 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12504 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12505 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12506 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12507 #  layout:
12508 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12509 #    layout: "plot-throughput"
12510
12511 #- type: "plot"
12512 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12513 #  algorithm: "plot_perf_box_name"
12514 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12515 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12516 #  include:
12517 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12518 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12519 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12520 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12521 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12522 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12523 #  layout:
12524 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12525 #    layout: "plot-throughput"
12526 #
12527 #- type: "plot"
12528 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12529 #  algorithm: "plot_perf_box_name"
12530 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12531 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12532 #  include:
12533 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12534 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12535 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12536 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12537 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12538 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12539 #  layout:
12540 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12541 #    layout: "plot-throughput"
12542
12543 #- type: "plot"
12544 #  title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12545 #  algorithm: "plot_perf_box_name"
12546 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12547 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12548 #  include:
12549 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12550 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12551 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12552 #  layout:
12553 #    title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12554 #    layout: "plot-throughput"
12555 #
12556 #- type: "plot"
12557 #  title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12558 #  algorithm: "plot_perf_box_name"
12559 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12560 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12561 #  include:
12562 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12563 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12564 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12565 #  layout:
12566 #    title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12567 #    layout: "plot-throughput"
12568
12569 ################################################################################
12570
12571 # Packet Speedup
12572
12573 #- type: "plot"
12574 #  title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12575 #  algorithm: "plot_tsa_name"
12576 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12577 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12578 #  include:
12579 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12580 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12581 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12582 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12583 #  layout:
12584 #    title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
12585 #    layout: "plot-throughput-speedup-analysis"
12586 #
12587 #- type: "plot"
12588 #  title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12589 #  algorithm: "plot_tsa_name"
12590 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12591 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12592 #  include:
12593 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12594 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12595 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12596 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12597 #  layout:
12598 #    title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
12599 #    layout: "plot-throughput-speedup-analysis"
12600 #
12601 #- type: "plot"
12602 #  title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12603 #  algorithm: "plot_tsa_name"
12604 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12605 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12606 #  include:
12607 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12608 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12609 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12610 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12611 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12612 #  layout:
12613 #    title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
12614 #    layout: "plot-throughput-speedup-analysis"
12615 #
12616 #- type: "plot"
12617 #  title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12618 #  algorithm: "plot_tsa_name"
12619 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12620 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12621 #  include:
12622 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12623 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12624 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12625 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12626 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12627 #  layout:
12628 #    title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
12629 #    layout: "plot-throughput-speedup-analysis"
12630 #
12631 #- type: "plot"
12632 #  title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12633 #  algorithm: "plot_tsa_name"
12634 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12635 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12636 #  include:
12637 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12638 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12639 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12640 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12641 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12642 #  layout:
12643 #    title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12644 #    layout: "plot-throughput-speedup-analysis"
12645 #
12646 #- type: "plot"
12647 #  title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12648 #  algorithm: "plot_tsa_name"
12649 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12650 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12651 #  include:
12652 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12653 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12654 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12655 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12656 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12657 #  layout:
12658 #    title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12659 #    layout: "plot-throughput-speedup-analysis"
12660 #
12661 #- type: "plot"
12662 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12663 #  algorithm: "plot_tsa_name"
12664 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12665 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12666 #  include:
12667 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12668 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12669 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12670 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12671 #  layout:
12672 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12673 #    layout: "plot-throughput-speedup-analysis"
12674 #
12675 #- type: "plot"
12676 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12677 #  algorithm: "plot_tsa_name"
12678 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12679 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12680 #  include:
12681 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12682 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12683 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12684 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12685 #  layout:
12686 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12687 #    layout: "plot-throughput-speedup-analysis"
12688 #
12689 #- type: "plot"
12690 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12691 #  algorithm: "plot_tsa_name"
12692 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12693 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12694 #  include:
12695 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12696 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12697 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12698 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12699 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12700 #  layout:
12701 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12702 #    layout: "plot-throughput-speedup-analysis"
12703 #
12704 #- type: "plot"
12705 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12706 #  algorithm: "plot_tsa_name"
12707 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12708 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12709 #  include:
12710 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12711 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12712 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12713 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12714 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12715 #  layout:
12716 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12717 #    layout: "plot-throughput-speedup-analysis"
12718 #
12719 #- type: "plot"
12720 #  title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12721 #  algorithm: "plot_tsa_name"
12722 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12723 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12724 #  include:
12725 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12726 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12727 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12728 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12729 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12730 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12731 #  layout:
12732 #    title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
12733 #    layout: "plot-throughput-speedup-analysis"
12734 #
12735 #- type: "plot"
12736 #  title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12737 #  algorithm: "plot_tsa_name"
12738 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12739 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12740 #  include:
12741 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12742 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12743 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12744 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12745 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12746 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12747 #  layout:
12748 #    title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
12749 #    layout: "plot-throughput-speedup-analysis"
12750
12751 - type: "plot"
12752   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12753   algorithm: "plot_tsa_name"
12754   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12755   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12756   include:
12757     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12758     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12759     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12760   layout:
12761     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
12762     layout: "plot-throughput-speedup-analysis"
12763
12764 - type: "plot"
12765   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12766   algorithm: "plot_tsa_name"
12767   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12768   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12769   include:
12770     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12771     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12772     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12773   layout:
12774     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
12775     layout: "plot-throughput-speedup-analysis"
12776
12777 #- type: "plot"
12778 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12779 #  algorithm: "plot_tsa_name"
12780 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12781 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12782 #  include:
12783 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12784 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12785 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12786 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12787 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12788 #  layout:
12789 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12790 #    layout: "plot-throughput-speedup-analysis"
12791 #
12792 #- type: "plot"
12793 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12794 #  algorithm: "plot_tsa_name"
12795 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12796 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12797 #  include:
12798 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12799 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12800 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12801 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12802 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12803 #  layout:
12804 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12805 #    layout: "plot-throughput-speedup-analysis"
12806 #
12807 #- type: "plot"
12808 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12809 #  algorithm: "plot_tsa_name"
12810 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12811 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12812 #  include:
12813 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12814 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12815 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12816 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12817 #  layout:
12818 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12819 #    layout: "plot-throughput-speedup-analysis"
12820 #
12821 #- type: "plot"
12822 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12823 #  algorithm: "plot_tsa_name"
12824 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12825 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12826 #  include:
12827 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12828 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12829 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12830 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12831 #  layout:
12832 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12833 #    layout: "plot-throughput-speedup-analysis"
12834 #
12835 #- type: "plot"
12836 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12837 #  algorithm: "plot_tsa_name"
12838 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12839 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12840 #  include:
12841 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12842 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12843 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12844 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12845 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12846 #  layout:
12847 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12848 #    layout: "plot-throughput-speedup-analysis"
12849 #
12850 #- type: "plot"
12851 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12852 #  algorithm: "plot_tsa_name"
12853 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12854 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12855 #  include:
12856 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12857 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12858 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12859 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12860 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12861 #  layout:
12862 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12863 #    layout: "plot-throughput-speedup-analysis"
12864 #
12865 #- type: "plot"
12866 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12867 #  algorithm: "plot_tsa_name"
12868 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12869 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12870 #  include:
12871 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12872 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12873 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12874 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12875 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12876 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12877 #  layout:
12878 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
12879 #    layout: "plot-throughput-speedup-analysis"
12880 #
12881 #- type: "plot"
12882 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12883 #  algorithm: "plot_tsa_name"
12884 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12885 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12886 #  include:
12887 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12888 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12889 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12890 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12891 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12892 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12893 #  layout:
12894 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
12895 #    layout: "plot-throughput-speedup-analysis"
12896
12897 - type: "plot"
12898   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
12899   algorithm: "plot_tsa_name"
12900   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
12901   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12902   include:
12903     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12904     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12905   layout:
12906     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
12907     layout: "plot-throughput-speedup-analysis"
12908
12909 - type: "plot"
12910   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
12911   algorithm: "plot_tsa_name"
12912   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
12913   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12914   include:
12915     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12916     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12917   layout:
12918     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
12919     layout: "plot-throughput-speedup-analysis"
12920
12921 #- type: "plot"
12922 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
12923 #  algorithm: "plot_tsa_name"
12924 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
12925 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12926 #  include:
12927 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12928 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12929 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12930 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12931 #  layout:
12932 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
12933 #    layout: "plot-throughput-speedup-analysis"
12934 #
12935 #- type: "plot"
12936 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
12937 #  algorithm: "plot_tsa_name"
12938 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
12939 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12940 #  include:
12941 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12942 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12943 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12944 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12945 #  layout:
12946 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
12947 #    layout: "plot-throughput-speedup-analysis"
12948 #
12949 #- type: "plot"
12950 #  title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12951 #  algorithm: "plot_tsa_name"
12952 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12953 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12954 #  include:
12955 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12956 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12957 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12958 #  layout:
12959 #    title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
12960 #    layout: "plot-throughput-speedup-analysis"
12961 #
12962 #- type: "plot"
12963 #  title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12964 #  algorithm: "plot_tsa_name"
12965 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12966 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12967 #  include:
12968 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12969 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12970 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12971 #  layout:
12972 #    title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
12973 #    layout: "plot-throughput-speedup-analysis"
12974 #
12975 #- type: "plot"
12976 #  title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12977 #  algorithm: "plot_tsa_name"
12978 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12979 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12980 #  include:
12981 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12982 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12983 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12984 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12985 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12986 #  layout:
12987 #    title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
12988 #    layout: "plot-throughput-speedup-analysis"
12989 #
12990 #- type: "plot"
12991 #  title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12992 #  algorithm: "plot_tsa_name"
12993 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12994 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12995 #  include:
12996 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12997 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12998 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12999 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13000 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13001 #  layout:
13002 #    title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13003 #    layout: "plot-throughput-speedup-analysis"
13004
13005 - type: "plot"
13006   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13007   algorithm: "plot_tsa_name"
13008   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13009   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13010   include:
13011     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13012     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13013     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13014   layout:
13015     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
13016     layout: "plot-throughput-speedup-analysis"
13017
13018 - type: "plot"
13019   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13020   algorithm: "plot_tsa_name"
13021   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13022   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13023   include:
13024     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13025     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13026     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13027   layout:
13028     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
13029     layout: "plot-throughput-speedup-analysis"
13030
13031 #- type: "plot"
13032 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13033 #  algorithm: "plot_tsa_name"
13034 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13035 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13036 #  include:
13037 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13038 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13039 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13040 #  layout:
13041 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
13042 #    layout: "plot-throughput-speedup-analysis"
13043 #
13044 #- type: "plot"
13045 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13046 #  algorithm: "plot_tsa_name"
13047 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13048 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13049 #  include:
13050 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13051 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13052 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13053 #  layout:
13054 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
13055 #    layout: "plot-throughput-speedup-analysis"
13056 #
13057 #- type: "plot"
13058 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13059 #  algorithm: "plot_tsa_name"
13060 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13061 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13062 #  include:
13063 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13064 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13065 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13066 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13067 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13068 #  layout:
13069 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13070 #    layout: "plot-throughput-speedup-analysis"
13071 #
13072 #- type: "plot"
13073 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13074 #  algorithm: "plot_tsa_name"
13075 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13076 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13077 #  include:
13078 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13079 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13080 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13081 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13082 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13083 #  layout:
13084 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13085 #    layout: "plot-throughput-speedup-analysis"
13086
13087 - type: "plot"
13088   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
13089   algorithm: "plot_tsa_name"
13090   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
13091   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13092   include:
13093     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13094     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13095     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13096     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13097     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13098     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13099   layout:
13100     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
13101     layout: "plot-throughput-speedup-analysis"
13102
13103 - type: "plot"
13104   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
13105   algorithm: "plot_tsa_name"
13106   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
13107   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13108   include:
13109     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13110     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13111     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13112     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13113     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13114     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13115   layout:
13116     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
13117     layout: "plot-throughput-speedup-analysis"
13118
13119 - type: "plot"
13120   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
13121   algorithm: "plot_tsa_name"
13122   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
13123   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13124   include:
13125     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13126     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13127     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13128     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13129   layout:
13130     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
13131     layout: "plot-throughput-speedup-analysis"
13132
13133 - type: "plot"
13134   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
13135   algorithm: "plot_tsa_name"
13136   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
13137   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13138   include:
13139     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13140     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13141     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13142     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13143   layout:
13144     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13145     layout: "plot-throughput-speedup-analysis"
13146
13147 #- type: "plot"
13148 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
13149 #  algorithm: "plot_tsa_name"
13150 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
13151 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13152 #  include:
13153 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13154 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13155 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13156 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13157 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13158 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13159 #  layout:
13160 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
13161 #    layout: "plot-throughput-speedup-analysis"
13162 #
13163 #- type: "plot"
13164 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
13165 #  algorithm: "plot_tsa_name"
13166 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
13167 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13168 #  include:
13169 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13170 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13171 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13172 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13173 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13174 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13175 #  layout:
13176 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
13177 #    layout: "plot-throughput-speedup-analysis"
13178 #
13179 #- type: "plot"
13180 #  title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13181 #  algorithm: "plot_tsa_name"
13182 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13183 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13184 #  include:
13185 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13186 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13187 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13188 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13189 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13190 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13191 #  layout:
13192 #    title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13193 #    layout: "plot-throughput-speedup-analysis"
13194 #
13195 #- type: "plot"
13196 #  title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13197 #  algorithm: "plot_tsa_name"
13198 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13199 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13200 #  include:
13201 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13202 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13203 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13204 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13205 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13206 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13207 #  layout:
13208 #    title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13209 #    layout: "plot-throughput-speedup-analysis"
13210 #
13211 #- type: "plot"
13212 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13213 #  algorithm: "plot_tsa_name"
13214 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13215 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13216 #  include:
13217 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13218 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13219 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13220 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13221 #  layout:
13222 #    title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
13223 #    layout: "plot-throughput-speedup-analysis"
13224 #
13225 #- type: "plot"
13226 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13227 #  algorithm: "plot_tsa_name"
13228 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13229 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13230 #  include:
13231 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13232 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13233 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13234 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13235 #  layout:
13236 #    title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
13237 #    layout: "plot-throughput-speedup-analysis"
13238 #
13239 #- type: "plot"
13240 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13241 #  algorithm: "plot_tsa_name"
13242 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13243 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13244 #  include:
13245 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13246 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13247 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13248 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13249 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13250 #  layout:
13251 #    title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13252 #    layout: "plot-throughput-speedup-analysis"
13253 #
13254 #- type: "plot"
13255 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13256 #  algorithm: "plot_tsa_name"
13257 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13258 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13259 #  include:
13260 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13261 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13262 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13263 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13264 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13265 #  layout:
13266 #    title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13267 #    layout: "plot-throughput-speedup-analysis"
13268 #
13269 #- type: "plot"
13270 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13271 #  algorithm: "plot_tsa_name"
13272 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13273 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13274 #  include:
13275 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13276 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13277 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13278 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13279 #  layout:
13280 #    title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13281 #    layout: "plot-throughput-speedup-analysis"
13282 #
13283 #- type: "plot"
13284 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13285 #  algorithm: "plot_tsa_name"
13286 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13287 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13288 #  include:
13289 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13290 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13291 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13292 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13293 #  layout:
13294 #    title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13295 #    layout: "plot-throughput-speedup-analysis"
13296
13297 - type: "plot"
13298   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13299   algorithm: "plot_tsa_name"
13300   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13301   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13302   include:
13303     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13304     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13305     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13306     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13307     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13308     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13309   layout:
13310     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
13311     layout: "plot-throughput-speedup-analysis"
13312
13313 - type: "plot"
13314   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13315   algorithm: "plot_tsa_name"
13316   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13317   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13318   include:
13319     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13320     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13321     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13322     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13323     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13324     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13325   layout:
13326     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
13327     layout: "plot-throughput-speedup-analysis"
13328
13329 #- type: "plot"
13330 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13331 #  algorithm: "plot_tsa_name"
13332 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13333 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13334 #  include:
13335 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13336 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13337 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13338 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13339 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13340 #  layout:
13341 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13342 #    layout: "plot-throughput-speedup-analysis"
13343 #
13344 #- type: "plot"
13345 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13346 #  algorithm: "plot_tsa_name"
13347 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13348 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13349 #  include:
13350 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13351 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13352 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13353 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13354 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13355 #  layout:
13356 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13357 #    layout: "plot-throughput-speedup-analysis"
13358 #
13359 #- type: "plot"
13360 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13361 #  algorithm: "plot_tsa_name"
13362 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13363 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13364 #  include:
13365 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13366 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13367 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13368 #  layout:
13369 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
13370 #    layout: "plot-throughput-speedup-analysis"
13371 #
13372 #- type: "plot"
13373 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13374 #  algorithm: "plot_tsa_name"
13375 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13376 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13377 #  include:
13378 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13379 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13380 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13381 #  layout:
13382 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
13383 #    layout: "plot-throughput-speedup-analysis"
13384 #
13385 #- type: "plot"
13386 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13387 #  algorithm: "plot_tsa_name"
13388 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13389 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13390 #  include:
13391 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13392 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13393 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13394 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13395 #  layout:
13396 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13397 #    layout: "plot-throughput-speedup-analysis"
13398 #
13399 #- type: "plot"
13400 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13401 #  algorithm: "plot_tsa_name"
13402 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13403 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13404 #  include:
13405 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13406 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13407 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13408 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13409 #  layout:
13410 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13411 #    layout: "plot-throughput-speedup-analysis"
13412 #
13413 #- type: "plot"
13414 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13415 #  algorithm: "plot_tsa_name"
13416 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13417 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13418 #  include:
13419 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13420 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13421 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13422 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13423 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13424 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13425 #  layout:
13426 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13427 #    layout: "plot-throughput-speedup-analysis"
13428 #
13429 #- type: "plot"
13430 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13431 #  algorithm: "plot_tsa_name"
13432 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13433 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13434 #  include:
13435 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13436 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13437 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13438 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13439 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13440 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13441 #  layout:
13442 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13443 #    layout: "plot-throughput-speedup-analysis"
13444 #
13445 #- type: "plot"
13446 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13447 #  algorithm: "plot_tsa_name"
13448 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13449 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13450 #  include:
13451 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13452 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13453 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13454 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13455 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13456 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13457 #  layout:
13458 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr"
13459 #    layout: "plot-throughput-speedup-analysis"
13460 #
13461 #- type: "plot"
13462 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13463 #  algorithm: "plot_tsa_name"
13464 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13465 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13466 #  include:
13467 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13468 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13469 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13470 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13471 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13472 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13473 #  layout:
13474 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr"
13475 #    layout: "plot-throughput-speedup-analysis"
13476
13477 - type: "plot"
13478   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13479   algorithm: "plot_tsa_name"
13480   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13481   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13482   include:
13483     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13484     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13485     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13486     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13487     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13488     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13489   layout:
13490     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
13491     layout: "plot-throughput-speedup-analysis"
13492
13493 - type: "plot"
13494   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13495   algorithm: "plot_tsa_name"
13496   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13497   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13498   include:
13499     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13500     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13501     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13502     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13503     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13504     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13505   layout:
13506     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
13507     layout: "plot-throughput-speedup-analysis"
13508
13509 #- type: "plot"
13510 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13511 #  algorithm: "plot_tsa_name"
13512 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13513 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13514 #  include:
13515 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13516 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13517 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13518 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13519 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13520 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13521 #  layout:
13522 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr"
13523 #    layout: "plot-throughput-speedup-analysis"
13524 #
13525 #- type: "plot"
13526 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13527 #  algorithm: "plot_tsa_name"
13528 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13529 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13530 #  include:
13531 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13532 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13533 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13534 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13535 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13536 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13537 #  layout:
13538 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr"
13539 #    layout: "plot-throughput-speedup-analysis"
13540 #
13541 #- type: "plot"
13542 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13543 #  algorithm: "plot_tsa_name"
13544 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13545 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13546 #  include:
13547 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13548 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13549 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13550 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13551 #  layout:
13552 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13553 #    layout: "plot-throughput-speedup-analysis"
13554 #
13555 #- type: "plot"
13556 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13557 #  algorithm: "plot_tsa_name"
13558 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13559 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13560 #  include:
13561 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13562 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13563 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13564 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13565 #  layout:
13566 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13567 #    layout: "plot-throughput-speedup-analysis"
13568 #
13569 #- type: "plot"
13570 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13571 #  algorithm: "plot_tsa_name"
13572 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13573 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13574 #  include:
13575 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13576 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13577 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13578 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13579 #  layout:
13580 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13581 #    layout: "plot-throughput-speedup-analysis"
13582 #
13583 #- type: "plot"
13584 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13585 #  algorithm: "plot_tsa_name"
13586 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13587 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13588 #  include:
13589 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13590 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13591 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13592 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13593 #  layout:
13594 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13595 #    layout: "plot-throughput-speedup-analysis"
13596
13597 - type: "plot"
13598   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13599   algorithm: "plot_tsa_name"
13600   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
13601   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13602   include:
13603     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13604     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13605     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13606     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13607   layout:
13608     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13609     layout: "plot-throughput-speedup-analysis"
13610
13611 - type: "plot"
13612   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13613   algorithm: "plot_tsa_name"
13614   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
13615   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13616   include:
13617     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13618     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13619     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13620     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13621   layout:
13622     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13623     layout: "plot-throughput-speedup-analysis"
13624
13625 - type: "plot"
13626   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13627   algorithm: "plot_tsa_name"
13628   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13629   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13630   include:
13631     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13632     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13633     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13634     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13635   layout:
13636     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13637     layout: "plot-throughput-speedup-analysis"
13638
13639 - type: "plot"
13640   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13641   algorithm: "plot_tsa_name"
13642   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13643   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13644   include:
13645     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13646     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13647     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13648     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13649   layout:
13650     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13651     layout: "plot-throughput-speedup-analysis"
13652
13653 #- type: "plot"
13654 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13655 #  algorithm: "plot_tsa_name"
13656 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13657 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13658 #  include:
13659 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13660 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13661 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13662 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13663 #  layout:
13664 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13665 #    layout: "plot-throughput-speedup-analysis"
13666 #
13667 #- type: "plot"
13668 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13669 #  algorithm: "plot_tsa_name"
13670 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13671 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13672 #  include:
13673 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13674 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13675 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13676 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13677 #  layout:
13678 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13679 #    layout: "plot-throughput-speedup-analysis"
13680 #
13681 #- type: "plot"
13682 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13683 #  algorithm: "plot_tsa_name"
13684 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13685 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13686 #  include:
13687 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13688 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13689 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13690 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13691 #  layout:
13692 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13693 #    layout: "plot-throughput-speedup-analysis"
13694 #
13695 #- type: "plot"
13696 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13697 #  algorithm: "plot_tsa_name"
13698 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13699 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13700 #  include:
13701 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13702 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13703 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13704 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13705 #  layout:
13706 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13707 #    layout: "plot-throughput-speedup-analysis"
13708 #
13709 #- type: "plot"
13710 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13711 #  algorithm: "plot_tsa_name"
13712 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13713 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13714 #  include:
13715 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13716 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13717 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13718 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13719 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13720 #  layout:
13721 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13722 #    layout: "plot-throughput-speedup-analysis"
13723 #
13724 #- type: "plot"
13725 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13726 #  algorithm: "plot_tsa_name"
13727 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13728 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13729 #  include:
13730 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13731 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13732 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13733 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13734 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13735 #  layout:
13736 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13737 #    layout: "plot-throughput-speedup-analysis"
13738 #
13739 #- type: "plot"
13740 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13741 #  algorithm: "plot_tsa_name"
13742 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13743 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13744 #  include:
13745 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13746 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13747 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13748 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13749 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13750 #  layout:
13751 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13752 #    layout: "plot-throughput-speedup-analysis"
13753 #
13754 #- type: "plot"
13755 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13756 #  algorithm: "plot_tsa_name"
13757 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13758 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13759 #  include:
13760 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13761 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13762 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13763 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13764 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13765 #  layout:
13766 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13767 #    layout: "plot-throughput-speedup-analysis"
13768 #
13769 #- type: "plot"
13770 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13771 #  algorithm: "plot_tsa_name"
13772 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13773 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13774 #  include:
13775 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13776 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13777 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13778 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13779 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13780 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13781 #  layout:
13782 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13783 #    layout: "plot-throughput-speedup-analysis"
13784 #
13785 #- type: "plot"
13786 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
13787 #  algorithm: "plot_tsa_name"
13788 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13789 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13790 #  include:
13791 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13792 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13793 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13794 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13795 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13796 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13797 #  layout:
13798 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
13799 #    layout: "plot-throughput-speedup-analysis"
13800 #
13801 #- type: "plot"
13802 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13803 #  algorithm: "plot_tsa_name"
13804 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13805 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13806 #  include:
13807 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13808 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13809 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13810 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13811 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13812 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13813 #  layout:
13814 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13815 #    layout: "plot-throughput-speedup-analysis"
13816 #
13817 #- type: "plot"
13818 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13819 #  algorithm: "plot_tsa_name"
13820 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13821 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13822 #  include:
13823 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13824 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13825 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13826 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13827 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13828 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13829 #  layout:
13830 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13831 #    layout: "plot-throughput-speedup-analysis"
13832 #
13833 #- type: "plot"
13834 #  title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
13835 #  algorithm: "plot_tsa_name"
13836 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
13837 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13838 #  include:
13839 #    - "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"
13840 #    - "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"
13841 #    - "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"
13842 #  layout:
13843 #    title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr"
13844 #    layout: "plot-throughput-speedup-analysis"
13845 #
13846 #- type: "plot"
13847 #  title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
13848 #  algorithm: "plot_tsa_name"
13849 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
13850 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13851 #  include:
13852 #    - "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"
13853 #    - "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"
13854 #    - "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"
13855 #  layout:
13856 #    title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr"
13857 #    layout: "plot-throughput-speedup-analysis"
13858
13859 - type: "plot"
13860   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
13861   algorithm: "plot_tsa_name"
13862   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
13863   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13864   include:
13865     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13866     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13867     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13868     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13869     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13870   layout:
13871     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
13872     layout: "plot-throughput-speedup-analysis"
13873
13874 - type: "plot"
13875   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
13876   algorithm: "plot_tsa_name"
13877   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
13878   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13879   include:
13880     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13881     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13882     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13883     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13884     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13885   layout:
13886     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
13887     layout: "plot-throughput-speedup-analysis"
13888
13889 - type: "plot"
13890   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13891   algorithm: "plot_tsa_name"
13892   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13893   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13894   include:
13895     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13896     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13897     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13898     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13899     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13900   layout:
13901     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
13902     layout: "plot-throughput-speedup-analysis"
13903
13904 - type: "plot"
13905   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
13906   algorithm: "plot_tsa_name"
13907   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
13908   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13909   include:
13910     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13911     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13912     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13913     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13914     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13915   layout:
13916     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
13917     layout: "plot-throughput-speedup-analysis"
13918
13919 - type: "plot"
13920   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
13921   algorithm: "plot_tsa_name"
13922   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
13923   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13924   include:
13925     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13926     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13927     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13928     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13929     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13930     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13931   layout:
13932     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
13933     layout: "plot-throughput-speedup-analysis"
13934
13935 - type: "plot"
13936   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
13937   algorithm: "plot_tsa_name"
13938   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
13939   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13940   include:
13941     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13942     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13943     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13944     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13945     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13946     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13947   layout:
13948     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
13949     layout: "plot-throughput-speedup-analysis"
13950
13951 - type: "plot"
13952   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
13953   algorithm: "plot_tsa_name"
13954   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
13955   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13956   include:
13957     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13958     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13959     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13960     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13961   layout:
13962     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
13963     layout: "plot-throughput-speedup-analysis"
13964
13965 - type: "plot"
13966   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
13967   algorithm: "plot_tsa_name"
13968   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
13969   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13970   include:
13971     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13972     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13973     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13974     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13975   layout:
13976     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
13977     layout: "plot-throughput-speedup-analysis"
13978
13979 - type: "plot"
13980   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
13981   algorithm: "plot_tsa_name"
13982   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
13983   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13984   include:
13985     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13986     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13987     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13988     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13989     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13990   layout:
13991     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
13992     layout: "plot-throughput-speedup-analysis"
13993
13994 - type: "plot"
13995   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
13996   algorithm: "plot_tsa_name"
13997   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
13998   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13999   include:
14000     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14001     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14002     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14003     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14004     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14005   layout:
14006     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
14007     layout: "plot-throughput-speedup-analysis"
14008
14009 - type: "plot"
14010   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14011   algorithm: "plot_tsa_name"
14012   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14013   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14014   include:
14015     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14016     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14017     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14018     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14019     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14020     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14021   layout:
14022     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14023     layout: "plot-throughput-speedup-analysis"
14024
14025 - type: "plot"
14026   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14027   algorithm: "plot_tsa_name"
14028   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14029   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14030   include:
14031     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14032     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14033     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14034     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14035     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14036     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14037   layout:
14038     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14039     layout: "plot-throughput-speedup-analysis"
14040
14041 - type: "plot"
14042   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
14043   algorithm: "plot_tsa_name"
14044   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
14045   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14046   include:
14047     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14048     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14049     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14050     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14051   layout:
14052     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
14053     layout: "plot-throughput-speedup-analysis"
14054
14055 - type: "plot"
14056   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
14057   algorithm: "plot_tsa_name"
14058   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
14059   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14060   include:
14061     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14062     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14063     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14064     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14065   layout:
14066     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
14067     layout: "plot-throughput-speedup-analysis"
14068
14069 - type: "plot"
14070   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14071   algorithm: "plot_tsa_name"
14072   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14073   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14074   include:
14075     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14076     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14077     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14078     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14079     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14080     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14081   layout:
14082     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
14083     layout: "plot-throughput-speedup-analysis"
14084
14085 - type: "plot"
14086   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14087   algorithm: "plot_tsa_name"
14088   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14089   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14090   include:
14091     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14092     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14093     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14094     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14095     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14096     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14097   layout:
14098     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
14099     layout: "plot-throughput-speedup-analysis"
14100
14101 - type: "plot"
14102   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
14103   algorithm: "plot_tsa_name"
14104   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
14105   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14106   include:
14107     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14108     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14109     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14110     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14111     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14112     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14113   layout:
14114     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
14115     layout: "plot-throughput-speedup-analysis"
14116
14117 - type: "plot"
14118   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
14119   algorithm: "plot_tsa_name"
14120   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
14121   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14122   include:
14123     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14124     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14125     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14126     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14127     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14128     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14129   layout:
14130     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
14131     layout: "plot-throughput-speedup-analysis"
14132
14133 - type: "plot"
14134   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14135   algorithm: "plot_tsa_name"
14136   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14137   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14138   include:
14139     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14140     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14141     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14142     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14143     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14144     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14145   layout:
14146     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
14147     layout: "plot-throughput-speedup-analysis"
14148
14149 - type: "plot"
14150   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14151   algorithm: "plot_tsa_name"
14152   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14153   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14154   include:
14155     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14156     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14157     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14158     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14159     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14160     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14161   layout:
14162     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
14163     layout: "plot-throughput-speedup-analysis"
14164
14165 - type: "plot"
14166   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
14167   algorithm: "plot_tsa_name"
14168   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
14169   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14170   include:
14171     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14172     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14173     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14174     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14175     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14176   layout:
14177     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
14178     layout: "plot-throughput-speedup-analysis"
14179
14180 - type: "plot"
14181   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
14182   algorithm: "plot_tsa_name"
14183   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
14184   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14185   include:
14186     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14187     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14188     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14189     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14190     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14191   layout:
14192     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
14193     layout: "plot-throughput-speedup-analysis"
14194
14195 #- type: "plot"
14196 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
14197 #  algorithm: "plot_tsa_name"
14198 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
14199 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14200 #  include:
14201 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14202 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14203 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14204 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14205 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14206 #  layout:
14207 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
14208 #    layout: "plot-throughput-speedup-analysis"
14209 #
14210 #- type: "plot"
14211 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
14212 #  algorithm: "plot_tsa_name"
14213 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
14214 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14215 #  include:
14216 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14217 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14218 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14219 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14220 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14221 #  layout:
14222 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
14223 #    layout: "plot-throughput-speedup-analysis"
14224
14225 #- type: "plot"
14226 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
14227 #  algorithm: "plot_tsa_name"
14228 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
14229 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14230 #  include:
14231 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14232 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14233 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14234 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14235 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14236 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14237 #  layout:
14238 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
14239 #    layout: "plot-throughput-speedup-analysis"
14240 #
14241 #- type: "plot"
14242 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
14243 #  algorithm: "plot_tsa_name"
14244 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
14245 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14246 #  include:
14247 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14248 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14249 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14250 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14251 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14252 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14253 #  layout:
14254 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
14255 #    layout: "plot-throughput-speedup-analysis"
14256
14257 - type: "plot"
14258   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14259   algorithm: "plot_tsa_name"
14260   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14261   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14262   include:
14263     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14264     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14265     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14266     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14267     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14268   layout:
14269     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14270     layout: "plot-throughput-speedup-analysis"
14271
14272 - type: "plot"
14273   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14274   algorithm: "plot_tsa_name"
14275   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14276   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14277   include:
14278     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14279     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14280     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14281     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14282     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14283   layout:
14284     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14285     layout: "plot-throughput-speedup-analysis"
14286
14287 - type: "plot"
14288   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14289   algorithm: "plot_tsa_name"
14290   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14291   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14292   include:
14293     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14294     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14295     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14296     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14297     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14298     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14299   layout:
14300     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14301     layout: "plot-throughput-speedup-analysis"
14302
14303 - type: "plot"
14304   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14305   algorithm: "plot_tsa_name"
14306   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14307   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14308   include:
14309     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14310     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14311     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14312     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14313     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14314     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14315   layout:
14316     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14317     layout: "plot-throughput-speedup-analysis"
14318
14319 - type: "plot"
14320   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14321   algorithm: "plot_tsa_name"
14322   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14323   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14324   include:
14325     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14326     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14327     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14328     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14329     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14330   layout:
14331     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14332     layout: "plot-throughput-speedup-analysis"
14333
14334 - type: "plot"
14335   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14336   algorithm: "plot_tsa_name"
14337   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14338   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14339   include:
14340     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14341     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14342     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14343     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14344     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14345   layout:
14346     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14347     layout: "plot-throughput-speedup-analysis"
14348
14349 - type: "plot"
14350   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14351   algorithm: "plot_tsa_name"
14352   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14353   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14354   include:
14355     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14356     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14357     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14358     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14359   layout:
14360     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14361     layout: "plot-throughput-speedup-analysis"
14362
14363 - type: "plot"
14364   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14365   algorithm: "plot_tsa_name"
14366   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14367   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14368   include:
14369     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14370     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14371     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14372     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14373   layout:
14374     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14375     layout: "plot-throughput-speedup-analysis"
14376
14377 - type: "plot"
14378   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14379   algorithm: "plot_tsa_name"
14380   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14381   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14382   include:
14383     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14384     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14385     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14386     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14387     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14388     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14389   layout:
14390     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14391     layout: "plot-throughput-speedup-analysis"
14392
14393 - type: "plot"
14394   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14395   algorithm: "plot_tsa_name"
14396   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14397   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14398   include:
14399     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14400     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14401     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14402     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14403     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14404     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14405   layout:
14406     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14407     layout: "plot-throughput-speedup-analysis"
14408
14409 - type: "plot"
14410   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14411   algorithm: "plot_tsa_name"
14412   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14413   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14414   include:
14415     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14416     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14417     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14418     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14419     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14420   layout:
14421     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14422     layout: "plot-throughput-speedup-analysis"
14423
14424 - type: "plot"
14425   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14426   algorithm: "plot_tsa_name"
14427   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14428   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14429   include:
14430     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14431     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14432     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14433     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14434     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14435   layout:
14436     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14437     layout: "plot-throughput-speedup-analysis"
14438
14439 - type: "plot"
14440   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14441   algorithm: "plot_tsa_name"
14442   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14443   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14444   include:
14445     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14446     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14447     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14448     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14449     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14450     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14451   layout:
14452     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14453     layout: "plot-throughput-speedup-analysis"
14454
14455 - type: "plot"
14456   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14457   algorithm: "plot_tsa_name"
14458   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14459   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14460   include:
14461     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14462     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14463     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14464     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14465     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14466     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14467   layout:
14468     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14469     layout: "plot-throughput-speedup-analysis"
14470
14471 - type: "plot"
14472   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14473   algorithm: "plot_tsa_name"
14474   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14475   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14476   include:
14477     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14478     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14479     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14480     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14481   layout:
14482     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14483     layout: "plot-throughput-speedup-analysis"
14484
14485 - type: "plot"
14486   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14487   algorithm: "plot_tsa_name"
14488   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14489   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14490   include:
14491     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14492     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14493     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14494     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14495   layout:
14496     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14497     layout: "plot-throughput-speedup-analysis"
14498
14499 - type: "plot"
14500   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14501   algorithm: "plot_tsa_name"
14502   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14503   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14504   include:
14505     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14506     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14507     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14508     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14509     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14510   layout:
14511     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14512     layout: "plot-throughput-speedup-analysis"
14513
14514 - type: "plot"
14515   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14516   algorithm: "plot_tsa_name"
14517   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14518   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14519   include:
14520     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14521     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14522     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14523     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14524     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14525   layout:
14526     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14527     layout: "plot-throughput-speedup-analysis"
14528
14529 - type: "plot"
14530   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14531   algorithm: "plot_tsa_name"
14532   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14533   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14534   include:
14535     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14536     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14537     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14538     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14539     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14540     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14541   layout:
14542     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14543     layout: "plot-throughput-speedup-analysis"
14544
14545 - type: "plot"
14546   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14547   algorithm: "plot_tsa_name"
14548   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14549   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14550   include:
14551     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14552     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14553     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14554     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14555     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14556     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14557   layout:
14558     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14559     layout: "plot-throughput-speedup-analysis"
14560
14561 - type: "plot"
14562   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14563   algorithm: "plot_tsa_name"
14564   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14565   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14566   include:
14567     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14568     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14569     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14570     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14571   layout:
14572     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14573     layout: "plot-throughput-speedup-analysis"
14574
14575 - type: "plot"
14576   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14577   algorithm: "plot_tsa_name"
14578   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14579   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14580   include:
14581     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14582     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14583     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14584     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14585   layout:
14586     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14587     layout: "plot-throughput-speedup-analysis"
14588
14589 - type: "plot"
14590   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14591   algorithm: "plot_tsa_name"
14592   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14593   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14594   include:
14595     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14596     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14597     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14598     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14599     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14600     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14601   layout:
14602     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14603     layout: "plot-throughput-speedup-analysis"
14604
14605 - type: "plot"
14606   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14607   algorithm: "plot_tsa_name"
14608   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14609   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14610   include:
14611     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14612     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14613     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14614     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14615     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14616     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14617   layout:
14618     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14619     layout: "plot-throughput-speedup-analysis"
14620
14621 - type: "plot"
14622   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14623   algorithm: "plot_tsa_name"
14624   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14625   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14626   include:
14627     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14628     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14629     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14630     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14631     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14632     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14633   layout:
14634     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14635     layout: "plot-throughput-speedup-analysis"
14636
14637 - type: "plot"
14638   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14639   algorithm: "plot_tsa_name"
14640   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14641   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14642   include:
14643     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14644     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14645     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14646     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14647     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14648     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14649   layout:
14650     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14651     layout: "plot-throughput-speedup-analysis"
14652
14653 #- type: "plot"
14654 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14655 #  algorithm: "plot_tsa_name"
14656 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14657 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14658 #  include:
14659 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14660 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14661 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14662 #  layout:
14663 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14664 #    layout: "plot-throughput-speedup-analysis"
14665 #
14666 #- type: "plot"
14667 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14668 #  algorithm: "plot_tsa_name"
14669 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14670 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14671 #  include:
14672 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14673 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14674 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14675 #  layout:
14676 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14677 #    layout: "plot-throughput-speedup-analysis"
14678
14679 ################################################################################
14680
14681 # Packet Throughput - DPDK
14682
14683 # 2n-skx-xxv710
14684
14685 #- type: "plot"
14686 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
14687 #  algorithm: "plot_perf_box_name"
14688 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
14689 #  data: "plot-dpdk-throughput-latency-2n-skx"
14690 #  include:
14691 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14692 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14693 #  layout:
14694 #    title: "2n-skx-xxv710-64b-2t1c-base-ndr"
14695 #    layout: "plot-throughput"
14696 #
14697 #- type: "plot"
14698 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
14699 #  algorithm: "plot_perf_box_name"
14700 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
14701 #  data: "plot-dpdk-throughput-latency-2n-skx"
14702 #  include:
14703 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14704 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14705 #  layout:
14706 #    title: "2n-skx-xxv710-64b-4t2c-base-ndr"
14707 #    layout: "plot-throughput"
14708 #
14709 #- type: "plot"
14710 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
14711 #  algorithm: "plot_perf_box_name"
14712 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
14713 #  data: "plot-dpdk-throughput-latency-2n-skx"
14714 #  include:
14715 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14716 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14717 #  layout:
14718 #    title: "2n-skx-xxv710-64b-2t1c-base-pdr"
14719 #    layout: "plot-throughput"
14720 #
14721 #- type: "plot"
14722 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
14723 #  algorithm: "plot_perf_box_name"
14724 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
14725 #  data: "plot-dpdk-throughput-latency-2n-skx"
14726 #  include:
14727 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14728 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14729 #  layout:
14730 #    title: "2n-skx-xxv710-64b-4t2c-base-pdr"
14731 #    layout: "plot-throughput"
14732 #
14733 ## 2n-skx-x710
14734 #
14735 #- type: "plot"
14736 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
14737 #  algorithm: "plot_perf_box_name"
14738 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
14739 #  data: "plot-dpdk-throughput-latency-2n-skx"
14740 #  include:
14741 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14742 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14743 #  layout:
14744 #    title: "2n-skx-x710-64b-2t1c-base-ndr"
14745 #    layout: "plot-throughput"
14746 #
14747 #- type: "plot"
14748 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
14749 #  algorithm: "plot_perf_box_name"
14750 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
14751 #  data: "plot-dpdk-throughput-latency-2n-skx"
14752 #  include:
14753 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14754 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14755 #  layout:
14756 #    title: "2n-skx-x710-64b-4t2c-base-ndr"
14757 #    layout: "plot-throughput"
14758 #
14759 #- type: "plot"
14760 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
14761 #  algorithm: "plot_perf_box_name"
14762 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
14763 #  data: "plot-dpdk-throughput-latency-2n-skx"
14764 #  include:
14765 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14766 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14767 #  layout:
14768 #    title: "2n-skx-x710-64b-2t1c-base-pdr"
14769 #    layout: "plot-throughput"
14770 #
14771 #- type: "plot"
14772 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
14773 #  algorithm: "plot_perf_box_name"
14774 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
14775 #  data: "plot-dpdk-throughput-latency-2n-skx"
14776 #  include:
14777 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14778 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14779 #  layout:
14780 #    title: "2n-skx-x710-64b-4t2c-base-pdr"
14781 #    layout: "plot-throughput"
14782 #
14783 ## 3n-skx-xxv710
14784 #
14785 #- type: "plot"
14786 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
14787 #  algorithm: "plot_perf_box_name"
14788 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
14789 #  data: "plot-dpdk-throughput-latency-3n-skx"
14790 #  include:
14791 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14792 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14793 #  layout:
14794 #    title: "3n-skx-xxv710-64b-2t1c-base-ndr"
14795 #    layout: "plot-throughput"
14796 #
14797 #- type: "plot"
14798 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
14799 #  algorithm: "plot_perf_box_name"
14800 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
14801 #  data: "plot-dpdk-throughput-latency-3n-skx"
14802 #  include:
14803 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14804 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14805 #  layout:
14806 #    title: "3n-skx-xxv710-64b-4t2c-base-ndr"
14807 #    layout: "plot-throughput"
14808 #
14809 #- type: "plot"
14810 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
14811 #  algorithm: "plot_perf_box_name"
14812 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
14813 #  data: "plot-dpdk-throughput-latency-3n-skx"
14814 #  include:
14815 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14816 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14817 #  layout:
14818 #    title: "3n-skx-xxv710-64b-2t1c-base-pdr"
14819 #    layout: "plot-throughput"
14820 #
14821 #- type: "plot"
14822 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
14823 #  algorithm: "plot_perf_box_name"
14824 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
14825 #  data: "plot-dpdk-throughput-latency-3n-skx"
14826 #  include:
14827 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14828 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14829 #  layout:
14830 #    title: "3n-skx-xxv710-64b-4t2c-base-pdr"
14831 #    layout: "plot-throughput"
14832 #
14833 ## 3n-skx-x710
14834 #
14835 #- type: "plot"
14836 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
14837 #  algorithm: "plot_perf_box_name"
14838 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
14839 #  data: "plot-dpdk-throughput-latency-3n-skx"
14840 #  include:
14841 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14842 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14843 #  layout:
14844 #    title: "3n-skx-x710-64b-2t1c-base-ndr"
14845 #    layout: "plot-throughput"
14846 #
14847 #- type: "plot"
14848 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
14849 #  algorithm: "plot_perf_box_name"
14850 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
14851 #  data: "plot-dpdk-throughput-latency-3n-skx"
14852 #  include:
14853 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14854 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14855 #  layout:
14856 #    title: "3n-skx-x710-64b-4t2c-base-ndr"
14857 #    layout: "plot-throughput"
14858 #
14859 #- type: "plot"
14860 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
14861 #  algorithm: "plot_perf_box_name"
14862 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
14863 #  data: "plot-dpdk-throughput-latency-3n-skx"
14864 #  include:
14865 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14866 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14867 #  layout:
14868 #    title: "3n-skx-x710-64b-2t1c-base-pdr"
14869 #    layout: "plot-throughput"
14870 #
14871 #- type: "plot"
14872 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
14873 #  algorithm: "plot_perf_box_name"
14874 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
14875 #  data: "plot-dpdk-throughput-latency-3n-skx"
14876 #  include:
14877 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14878 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14879 #  layout:
14880 #    title: "3n-skx-x710-64b-4t2c-base-pdr"
14881 #    layout: "plot-throughput"
14882
14883 # 3n-hsw-xl710
14884
14885 - type: "plot"
14886   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
14887   algorithm: "plot_perf_box_name"
14888   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
14889   data: "plot-dpdk-throughput-latency-3n-hsw"
14890   include:
14891     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14892     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14893   layout:
14894     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
14895     layout: "plot-throughput"
14896
14897 - type: "plot"
14898   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
14899   algorithm: "plot_perf_box_name"
14900   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
14901   data: "plot-dpdk-throughput-latency-3n-hsw"
14902   include:
14903     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14904     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14905   layout:
14906     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
14907     layout: "plot-throughput"
14908
14909 - type: "plot"
14910   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
14911   algorithm: "plot_perf_box_name"
14912   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
14913   data: "plot-dpdk-throughput-latency-3n-hsw"
14914   include:
14915     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14916     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14917   layout:
14918     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
14919     layout: "plot-throughput"
14920
14921 - type: "plot"
14922   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
14923   algorithm: "plot_perf_box_name"
14924   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
14925   data: "plot-dpdk-throughput-latency-3n-hsw"
14926   include:
14927     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14928     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14929   layout:
14930     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
14931     layout: "plot-throughput"
14932
14933 # 3n-hsw-x710
14934
14935 - type: "plot"
14936   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
14937   algorithm: "plot_perf_box_name"
14938   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
14939   data: "plot-dpdk-throughput-latency-3n-hsw"
14940   include:
14941     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14942     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14943   layout:
14944     title: "3n-hsw-x710-64b-1t1c-base-ndr"
14945     layout: "plot-throughput"
14946
14947 - type: "plot"
14948   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
14949   algorithm: "plot_perf_box_name"
14950   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
14951   data: "plot-dpdk-throughput-latency-3n-hsw"
14952   include:
14953     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14954     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14955   layout:
14956     title: "3n-hsw-x710-64b-2t2c-base-ndr"
14957     layout: "plot-throughput"
14958
14959 - type: "plot"
14960   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
14961   algorithm: "plot_perf_box_name"
14962   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
14963   data: "plot-dpdk-throughput-latency-3n-hsw"
14964   include:
14965     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14966     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14967   layout:
14968     title: "3n-hsw-x710-64b-1t1c-base-pdr"
14969     layout: "plot-throughput"
14970
14971 - type: "plot"
14972   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
14973   algorithm: "plot_perf_box_name"
14974   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
14975   data: "plot-dpdk-throughput-latency-3n-hsw"
14976   include:
14977     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14978     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14979   layout:
14980     title: "3n-hsw-x710-64b-2t2c-base-pdr"
14981     layout: "plot-throughput"
14982
14983 # 2n-dnv-x553
14984
14985 - type: "plot"
14986   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
14987   algorithm: "plot_perf_box_name"
14988   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
14989   data: "plot-dpdk-throughput-latency-2n-dnv"
14990   include:
14991     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14992     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14993   layout:
14994     title: "2n-dnv-x553-64b-1t1c-base-ndr"
14995     layout: "plot-throughput"
14996
14997 - type: "plot"
14998   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
14999   algorithm: "plot_perf_box_name"
15000   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
15001   data: "plot-dpdk-throughput-latency-2n-dnv"
15002   include:
15003     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15004     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15005   layout:
15006     title: "2n-dnv-x553-64b-2t2c-base-ndr"
15007     layout: "plot-throughput"
15008
15009 - type: "plot"
15010   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
15011   algorithm: "plot_perf_box_name"
15012   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
15013   data: "plot-dpdk-throughput-latency-2n-dnv"
15014   include:
15015     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15016     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15017   layout:
15018     title: "2n-dnv-x553-64b-1t1c-base-pdr"
15019     layout: "plot-throughput"
15020
15021 - type: "plot"
15022   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
15023   algorithm: "plot_perf_box_name"
15024   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
15025   data: "plot-dpdk-throughput-latency-2n-dnv"
15026   include:
15027     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15028     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15029   layout:
15030     title: "2n-dnv-x553-64b-2t2c-base-pdr"
15031     layout: "plot-throughput"
15032
15033 # 3n-dnv-x553
15034
15035 - type: "plot"
15036   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
15037   algorithm: "plot_perf_box_name"
15038   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
15039   data: "plot-dpdk-throughput-latency-3n-dnv"
15040   include:
15041     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15042     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15043   layout:
15044     title: "3n-dnv-x553-64b-1t1c-base-ndr"
15045     layout: "plot-throughput"
15046
15047 - type: "plot"
15048   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
15049   algorithm: "plot_perf_box_name"
15050   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
15051   data: "plot-dpdk-throughput-latency-3n-dnv"
15052   include:
15053     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15054     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15055   layout:
15056     title: "3n-dnv-x553-64b-2t2c-base-ndr"
15057     layout: "plot-throughput"
15058
15059 - type: "plot"
15060   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
15061   algorithm: "plot_perf_box_name"
15062   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
15063   data: "plot-dpdk-throughput-latency-3n-dnv"
15064   include:
15065     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15066     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15067   layout:
15068     title: "3n-dnv-x553-64b-1t1c-base-pdr"
15069     layout: "plot-throughput"
15070
15071 - type: "plot"
15072   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
15073   algorithm: "plot_perf_box_name"
15074   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
15075   data: "plot-dpdk-throughput-latency-3n-dnv"
15076   include:
15077     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15078     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15079   layout:
15080     title: "3n-dnv-x553-64b-2t2c-base-pdr"
15081     layout: "plot-throughput"
15082
15083 # 3n-tsh-x520
15084
15085 - type: "plot"
15086   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
15087   algorithm: "plot_perf_box_name"
15088   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
15089   data: "plot-dpdk-throughput-latency-3n-tsh"
15090   include:
15091     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15092     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15093   layout:
15094     title: "3n-tsh-x520-64b-1t1c-base-ndr"
15095     layout: "plot-throughput"
15096
15097 - type: "plot"
15098   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
15099   algorithm: "plot_perf_box_name"
15100   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
15101   data: "plot-dpdk-throughput-latency-3n-tsh"
15102   include:
15103     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15104     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15105   layout:
15106     title: "3n-tsh-x520-64b-2t2c-base-ndr"
15107     layout: "plot-throughput"
15108
15109 - type: "plot"
15110   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
15111   algorithm: "plot_perf_box_name"
15112   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
15113   data: "plot-dpdk-throughput-latency-3n-tsh"
15114   include:
15115     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15116     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15117   layout:
15118     title: "3n-tsh-x520-64b-1t1c-base-pdr"
15119     layout: "plot-throughput"
15120
15121 - type: "plot"
15122   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
15123   algorithm: "plot_perf_box_name"
15124   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
15125   data: "plot-dpdk-throughput-latency-3n-tsh"
15126   include:
15127     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15128     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15129   layout:
15130     title: "3n-tsh-x520-64b-2t2c-base-pdr"
15131     layout: "plot-throughput"
15132
15133 ################################################################################
15134 ###   2n-clx                                                                 ###
15135 ################################################################################
15136
15137 # Packet Throughput
15138
15139 - type: "plot"
15140   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15141   algorithm: "plot_perf_box_name"
15142   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15143   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15144   include:
15145     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15146     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15147     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15148     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15149   layout:
15150     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15151     layout: "plot-throughput"
15152
15153 - type: "plot"
15154   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15155   algorithm: "plot_perf_box_name"
15156   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15157   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15158   include:
15159     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15160     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15161     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15162     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15163   layout:
15164     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15165     layout: "plot-throughput"
15166
15167 - type: "plot"
15168   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15169   algorithm: "plot_perf_box_name"
15170   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15171   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15172   include:
15173     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15174     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15175     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15176     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15177   layout:
15178     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15179     layout: "plot-throughput"
15180
15181 - type: "plot"
15182   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15183   algorithm: "plot_perf_box_name"
15184   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15185   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15186   include:
15187     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15188     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15189     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15190     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15191   layout:
15192     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15193     layout: "plot-throughput"
15194
15195 - type: "plot"
15196   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15197   algorithm: "plot_perf_box_name"
15198   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15199   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15200   include:
15201     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15202     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15203     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15204     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15205     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15206   layout:
15207     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15208     layout: "plot-throughput"
15209
15210 - type: "plot"
15211   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15212   algorithm: "plot_perf_box_name"
15213   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15214   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15215   include:
15216     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15217     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15218     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15219     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15220     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15221   layout:
15222     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15223     layout: "plot-throughput"
15224
15225 - type: "plot"
15226   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15227   algorithm: "plot_perf_box_name"
15228   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15229   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15230   include:
15231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
15233     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
15234     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15235   layout:
15236     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15237     layout: "plot-throughput"
15238
15239 - type: "plot"
15240   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15241   algorithm: "plot_perf_box_name"
15242   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15243   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15244   include:
15245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
15247     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
15248     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15249   layout:
15250     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15251     layout: "plot-throughput"
15252
15253 - type: "plot"
15254   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15255   algorithm: "plot_perf_box_name"
15256   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15257   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15258   include:
15259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15260     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15261     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15262     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15263     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15264   layout:
15265     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15266     layout: "plot-throughput"
15267
15268 - type: "plot"
15269   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15270   algorithm: "plot_perf_box_name"
15271   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15272   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15273   include:
15274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15276     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15277     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15278     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15279   layout:
15280     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15281     layout: "plot-throughput"
15282
15283 - type: "plot"
15284   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15285   algorithm: "plot_perf_box_name"
15286   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15287   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15288   include:
15289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15290     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15291     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15292     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15293     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15294     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15295   layout:
15296     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15297     layout: "plot-throughput"
15298
15299 - type: "plot"
15300   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15301   algorithm: "plot_perf_box_name"
15302   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15303   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15304   include:
15305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15306     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15307     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15308     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15309     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15310     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15311   layout:
15312     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15313     layout: "plot-throughput"
15314
15315 - type: "plot"
15316   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15317   algorithm: "plot_perf_box_name"
15318   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15319   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15320   include:
15321     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15322     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15323   layout:
15324     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15325     layout: "plot-throughput"
15326
15327 - type: "plot"
15328   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15329   algorithm: "plot_perf_box_name"
15330   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15331   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15332   include:
15333     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15334     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15335   layout:
15336     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15337     layout: "plot-throughput"
15338
15339 - type: "plot"
15340   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15341   algorithm: "plot_perf_box_name"
15342   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15343   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15344   include:
15345     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15346     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15347     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15348     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15349     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15350     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15351   layout:
15352     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15353     layout: "plot-throughput"
15354
15355 - type: "plot"
15356   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15357   algorithm: "plot_perf_box_name"
15358   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15359   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15360   include:
15361     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15362     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15363     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15364     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15365     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15366     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15367   layout:
15368     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15369     layout: "plot-throughput"
15370
15371 - type: "plot"
15372   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15373   algorithm: "plot_perf_box_name"
15374   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15375   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15376   include:
15377     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15378     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15379     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15380     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15381     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15382     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15383   layout:
15384     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15385     layout: "plot-throughput"
15386
15387 - type: "plot"
15388   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15389   algorithm: "plot_perf_box_name"
15390   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15391   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15392   include:
15393     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15394     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15395     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15396     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15397     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15398     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15399   layout:
15400     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15401     layout: "plot-throughput"
15402
15403 - type: "plot"
15404   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15405   algorithm: "plot_perf_box_name"
15406   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15407   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15408   include:
15409     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15410     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15411     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15412   layout:
15413     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15414     layout: "plot-throughput"
15415
15416 - type: "plot"
15417   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15418   algorithm: "plot_perf_box_name"
15419   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15420   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15421   include:
15422     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15423     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15424     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15425   layout:
15426     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15427     layout: "plot-throughput"
15428
15429 - type: "plot"
15430   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15431   algorithm: "plot_perf_box_name"
15432   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15433   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15434   include:
15435     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15436     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15437     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15438     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15439     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15440   layout:
15441     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15442     layout: "plot-throughput"
15443
15444 - type: "plot"
15445   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15446   algorithm: "plot_perf_box_name"
15447   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15448   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15449   include:
15450     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15451     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15452     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15453     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15454     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15455   layout:
15456     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15457     layout: "plot-throughput"
15458
15459 - type: "plot"
15460   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15461   algorithm: "plot_perf_box_name"
15462   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15463   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15464   include:
15465     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15466     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15467     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15468     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15469     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15470   layout:
15471     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15472     layout: "plot-throughput"
15473
15474 - type: "plot"
15475   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15476   algorithm: "plot_perf_box_name"
15477   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15478   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15479   include:
15480     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15481     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15482     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15483     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15484     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15485   layout:
15486     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15487     layout: "plot-throughput"
15488
15489 - type: "plot"
15490   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15491   algorithm: "plot_perf_box_name"
15492   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15493   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15494   include:
15495     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15496     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15497     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15498     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15499     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15500     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15501   layout:
15502     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15503     layout: "plot-throughput"
15504
15505 - type: "plot"
15506   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15507   algorithm: "plot_perf_box_name"
15508   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15509   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15510   include:
15511     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15512     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15513     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15514     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15515     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15516     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15517   layout:
15518     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15519     layout: "plot-throughput"
15520
15521 - type: "plot"
15522   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15523   algorithm: "plot_perf_box_name"
15524   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15525   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15526   include:
15527     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15528     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15529     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15530     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15531   layout:
15532     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15533     layout: "plot-throughput"
15534
15535 - type: "plot"
15536   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15537   algorithm: "plot_perf_box_name"
15538   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15539   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15540   include:
15541     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15542     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15543     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15544     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15545   layout:
15546     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15547     layout: "plot-throughput"
15548
15549 - type: "plot"
15550   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15551   algorithm: "plot_perf_box_name"
15552   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15553   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15554   include:
15555     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15556     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15557     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15558     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15559     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15560   layout:
15561     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15562     layout: "plot-throughput"
15563
15564 - type: "plot"
15565   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15566   algorithm: "plot_perf_box_name"
15567   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15568   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15569   include:
15570     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15571     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15572     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15573     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15574     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15575   layout:
15576     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15577     layout: "plot-throughput"
15578
15579 - type: "plot"
15580   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15581   algorithm: "plot_perf_box_name"
15582   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15583   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15584   include:
15585     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15586     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15587     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15588     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15589   layout:
15590     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15591     layout: "plot-throughput"
15592
15593 - type: "plot"
15594   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15595   algorithm: "plot_perf_box_name"
15596   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15597   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15598   include:
15599     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15600     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15601     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15602     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15603   layout:
15604     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15605     layout: "plot-throughput"
15606
15607 - type: "plot"
15608   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15609   algorithm: "plot_perf_box_name"
15610   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15611   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15612   include:
15613     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15614     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15615     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15616     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15617     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15618     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15619   layout:
15620     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15621     layout: "plot-throughput"
15622
15623 - type: "plot"
15624   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15625   algorithm: "plot_perf_box_name"
15626   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15627   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15628   include:
15629     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15630     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15631     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15632     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15633     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15634     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15635   layout:
15636     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15637     layout: "plot-throughput"
15638
15639 - type: "plot"
15640   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15641   algorithm: "plot_perf_box_name"
15642   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15643   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15644   include:
15645     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15646     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15647     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15648     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15649   layout:
15650     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15651     layout: "plot-throughput"
15652
15653 - type: "plot"
15654   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15655   algorithm: "plot_perf_box_name"
15656   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15657   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15658   include:
15659     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15660     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15661     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15662     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15663   layout:
15664     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15665     layout: "plot-throughput"
15666
15667 - type: "plot"
15668   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15669   algorithm: "plot_perf_box_name"
15670   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15671   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15672   include:
15673     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15674     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15675     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15676     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15677   layout:
15678     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15679     layout: "plot-throughput"
15680
15681 - type: "plot"
15682   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15683   algorithm: "plot_perf_box_name"
15684   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15685   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15686   include:
15687     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15688     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15689     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15690     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15691   layout:
15692     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15693     layout: "plot-throughput"
15694
15695 - type: "plot"
15696   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15697   algorithm: "plot_perf_box_name"
15698   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15699   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15700   include:
15701     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15702     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15703     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15704     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15705   layout:
15706     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15707     layout: "plot-throughput"
15708
15709 - type: "plot"
15710   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15711   algorithm: "plot_perf_box_name"
15712   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15713   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15714   include:
15715     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15716     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15717     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15718     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15719   layout:
15720     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15721     layout: "plot-throughput"
15722
15723 - type: "plot"
15724   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15725   algorithm: "plot_perf_box_name"
15726   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15727   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15728   include:
15729     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15730     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15731     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15732     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15733   layout:
15734     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15735     layout: "plot-throughput"
15736
15737 - type: "plot"
15738   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15739   algorithm: "plot_perf_box_name"
15740   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15741   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15742   include:
15743     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15744     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15745     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15746     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15747   layout:
15748     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15749     layout: "plot-throughput"
15750
15751 - type: "plot"
15752   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15753   algorithm: "plot_perf_box_name"
15754   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15755   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15756   include:
15757     - "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"
15758     - "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"
15759     - "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"
15760     - "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"
15761   layout:
15762     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15763     layout: "plot-throughput"
15764
15765 - type: "plot"
15766   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15767   algorithm: "plot_perf_box_name"
15768   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15769   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15770   include:
15771     - "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"
15772     - "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"
15773     - "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"
15774     - "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"
15775   layout:
15776     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15777     layout: "plot-throughput"
15778
15779 ################################################################################
15780
15781 # Packet Speedup
15782
15783 - type: "plot"
15784   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15785   algorithm: "plot_tsa_name"
15786   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15787   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15788   include:
15789     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15790     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15791     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15792     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15793   layout:
15794     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
15795     layout: "plot-throughput-speedup-analysis"
15796
15797 - type: "plot"
15798   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15799   algorithm: "plot_tsa_name"
15800   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15801   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15802   include:
15803     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15804     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15805     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15806     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15807   layout:
15808     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
15809     layout: "plot-throughput-speedup-analysis"
15810
15811 - type: "plot"
15812   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
15813   algorithm: "plot_tsa_name"
15814   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
15815   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15816   include:
15817     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15818     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15819     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15820     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15821   layout:
15822     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
15823     layout: "plot-throughput-speedup-analysis"
15824
15825 - type: "plot"
15826   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
15827   algorithm: "plot_tsa_name"
15828   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
15829   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15830   include:
15831     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15832     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15833     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15834     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15835   layout:
15836     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
15837     layout: "plot-throughput-speedup-analysis"
15838
15839 - type: "plot"
15840   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15841   algorithm: "plot_tsa_name"
15842   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15843   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15844   include:
15845     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15846     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15847     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15848     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15849     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15850   layout:
15851     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
15852     layout: "plot-throughput-speedup-analysis"
15853
15854 - type: "plot"
15855   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15856   algorithm: "plot_tsa_name"
15857   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15858   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15859   include:
15860     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15861     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15862     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15863     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15864     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15865   layout:
15866     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
15867     layout: "plot-throughput-speedup-analysis"
15868
15869 - type: "plot"
15870   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15871   algorithm: "plot_tsa_name"
15872   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15873   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15874   include:
15875     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15876     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15877     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15878     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15879   layout:
15880     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
15881     layout: "plot-throughput-speedup-analysis"
15882
15883 - type: "plot"
15884   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15885   algorithm: "plot_tsa_name"
15886   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15887   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15888   include:
15889     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15890     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15891     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15892     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15893   layout:
15894     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
15895     layout: "plot-throughput-speedup-analysis"
15896
15897 - type: "plot"
15898   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15899   algorithm: "plot_tsa_name"
15900   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15901   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15902   include:
15903     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15904     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15905     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15906     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15907     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15908   layout:
15909     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
15910     layout: "plot-throughput-speedup-analysis"
15911
15912 - type: "plot"
15913   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15914   algorithm: "plot_tsa_name"
15915   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15916   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15917   include:
15918     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15919     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15920     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15921     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15922     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15923   layout:
15924     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
15925     layout: "plot-throughput-speedup-analysis"
15926
15927 - type: "plot"
15928   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15929   algorithm: "plot_tsa_name"
15930   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15931   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15932   include:
15933     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15934     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15935     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15936     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15937     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15938     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15939   layout:
15940     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15941     layout: "plot-throughput-speedup-analysis"
15942
15943 - type: "plot"
15944   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15945   algorithm: "plot_tsa_name"
15946   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15947   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15948   include:
15949     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15950     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15951     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15952     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15953     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15954     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15955   layout:
15956     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15957     layout: "plot-throughput-speedup-analysis"
15958
15959 - type: "plot"
15960   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
15961   algorithm: "plot_tsa_name"
15962   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
15963   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15964   include:
15965     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
15966     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
15967   layout:
15968     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
15969     layout: "plot-throughput-speedup-analysis"
15970
15971 - type: "plot"
15972   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
15973   algorithm: "plot_tsa_name"
15974   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
15975   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15976   include:
15977     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
15978     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
15979   layout:
15980     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
15981     layout: "plot-throughput-speedup-analysis"
15982
15983 - type: "plot"
15984   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
15985   algorithm: "plot_tsa_name"
15986   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
15987   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15988   include:
15989     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
15990     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15991     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
15992     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15993     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
15994     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15995   layout:
15996     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
15997     layout: "plot-throughput-speedup-analysis"
15998
15999 - type: "plot"
16000   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
16001   algorithm: "plot_tsa_name"
16002   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
16003   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16004   include:
16005     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
16006     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16007     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
16008     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16009     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
16010     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16011   layout:
16012     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
16013     layout: "plot-throughput-speedup-analysis"
16014
16015 - type: "plot"
16016   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
16017   algorithm: "plot_tsa_name"
16018   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
16019   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16020   include:
16021     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16022     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16023     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16024     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16025     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16026     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16027   layout:
16028     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
16029     layout: "plot-throughput-speedup-analysis"
16030
16031 - type: "plot"
16032   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
16033   algorithm: "plot_tsa_name"
16034   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
16035   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16036   include:
16037     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16038     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16039     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16040     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16041     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16042     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16043   layout:
16044     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
16045     layout: "plot-throughput-speedup-analysis"
16046
16047 - type: "plot"
16048   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16049   algorithm: "plot_tsa_name"
16050   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16051   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16052   include:
16053     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16054     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16055     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16056   layout:
16057     title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr"
16058     layout: "plot-throughput-speedup-analysis"
16059
16060 - type: "plot"
16061   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16062   algorithm: "plot_tsa_name"
16063   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16064   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16065   include:
16066     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16067     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16068     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16069   layout:
16070     title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr"
16071     layout: "plot-throughput-speedup-analysis"
16072
16073 - type: "plot"
16074   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16075   algorithm: "plot_tsa_name"
16076   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16077   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16078   include:
16079     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16080     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16081     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16082     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16083     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16084   layout:
16085     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
16086     layout: "plot-throughput-speedup-analysis"
16087
16088 - type: "plot"
16089   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16090   algorithm: "plot_tsa_name"
16091   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16092   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16093   include:
16094     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16095     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16096     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16097     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16098     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16099   layout:
16100     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
16101     layout: "plot-throughput-speedup-analysis"
16102
16103 - type: "plot"
16104   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
16105   algorithm: "plot_tsa_name"
16106   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
16107   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16108   include:
16109     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
16110     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
16111     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
16112     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
16113     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
16114   layout:
16115     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
16116     layout: "plot-throughput-speedup-analysis"
16117
16118 - type: "plot"
16119   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
16120   algorithm: "plot_tsa_name"
16121   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
16122   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16123   include:
16124     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
16125     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
16126     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
16127     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
16128     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
16129   layout:
16130     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
16131     layout: "plot-throughput-speedup-analysis"
16132
16133 - type: "plot"
16134   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
16135   algorithm: "plot_tsa_name"
16136   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
16137   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16138   include:
16139     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16140     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16141     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16142     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16143     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16144     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16145   layout:
16146     title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
16147     layout: "plot-throughput-speedup-analysis"
16148
16149 - type: "plot"
16150   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
16151   algorithm: "plot_tsa_name"
16152   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
16153   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16154   include:
16155     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16156     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16157     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16158     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16159     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16160     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16161   layout:
16162     title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
16163     layout: "plot-throughput-speedup-analysis"
16164
16165 - type: "plot"
16166   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16167   algorithm: "plot_tsa_name"
16168   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16169   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16170   include:
16171     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16172     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16173     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16174     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16175   layout:
16176     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
16177     layout: "plot-throughput-speedup-analysis"
16178
16179 - type: "plot"
16180   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16181   algorithm: "plot_tsa_name"
16182   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16183   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16184   include:
16185     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16186     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16187     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16188     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16189   layout:
16190     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
16191     layout: "plot-throughput-speedup-analysis"
16192
16193 - type: "plot"
16194   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16195   algorithm: "plot_tsa_name"
16196   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16197   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16198   include:
16199     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16200     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16201     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16202     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16203     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16204   layout:
16205     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
16206     layout: "plot-throughput-speedup-analysis"
16207
16208 - type: "plot"
16209   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16210   algorithm: "plot_tsa_name"
16211   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16212   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16213   include:
16214     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16215     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16216     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16217     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16218     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16219   layout:
16220     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
16221     layout: "plot-throughput-speedup-analysis"
16222
16223 - type: "plot"
16224   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16225   algorithm: "plot_tsa_name"
16226   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16227   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16228   include:
16229     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16230     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16231     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16232     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16233   layout:
16234     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
16235     layout: "plot-throughput-speedup-analysis"
16236
16237 - type: "plot"
16238   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16239   algorithm: "plot_tsa_name"
16240   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16241   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16242   include:
16243     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16244     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16245     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16246     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16247   layout:
16248     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
16249     layout: "plot-throughput-speedup-analysis"
16250
16251 - type: "plot"
16252   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
16253   algorithm: "plot_tsa_name"
16254   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
16255   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16256   include:
16257     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
16258     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16259     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16260     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
16261     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
16262     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16263   layout:
16264     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
16265     layout: "plot-throughput-speedup-analysis"
16266
16267 - type: "plot"
16268   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
16269   algorithm: "plot_tsa_name"
16270   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
16271   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16272   include:
16273     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
16274     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16275     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16276     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
16277     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
16278     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16279   layout:
16280     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
16281     layout: "plot-throughput-speedup-analysis"
16282
16283 - type: "plot"
16284   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
16285   algorithm: "plot_tsa_name"
16286   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
16287   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16288   include:
16289     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16290     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16291     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16292     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16293   layout:
16294     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
16295     layout: "plot-throughput-speedup-analysis"
16296
16297 - type: "plot"
16298   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
16299   algorithm: "plot_tsa_name"
16300   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
16301   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16302   include:
16303     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16304     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16305     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16306     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16307   layout:
16308     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
16309     layout: "plot-throughput-speedup-analysis"
16310
16311 - type: "plot"
16312   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16313   algorithm: "plot_tsa_name"
16314   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16315   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16316   include:
16317     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16318     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16319     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16320     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16321   layout:
16322     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16323     layout: "plot-throughput-speedup-analysis"
16324
16325 - type: "plot"
16326   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16327   algorithm: "plot_tsa_name"
16328   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16329   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16330   include:
16331     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16332     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16333     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16334     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16335   layout:
16336     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16337     layout: "plot-throughput-speedup-analysis"
16338
16339 - type: "plot"
16340   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16341   algorithm: "plot_tsa_name"
16342   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16343   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16344   include:
16345     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16346     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16347     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16348     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16349   layout:
16350     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16351     layout: "plot-throughput-speedup-analysis"
16352
16353 - type: "plot"
16354   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16355   algorithm: "plot_tsa_name"
16356   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16357   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16358   include:
16359     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16360     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16361     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16362     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16363   layout:
16364     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16365     layout: "plot-throughput-speedup-analysis"
16366
16367 - type: "plot"
16368   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
16369   algorithm: "plot_tsa_name"
16370   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
16371   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16372   include:
16373     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16374     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16375     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16376     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16377   layout:
16378     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
16379     layout: "plot-throughput-speedup-analysis"
16380
16381 - type: "plot"
16382   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
16383   algorithm: "plot_tsa_name"
16384   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
16385   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16386   include:
16387     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16388     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16389     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16390     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16391   layout:
16392     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
16393     layout: "plot-throughput-speedup-analysis"
16394
16395 - type: "plot"
16396   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
16397   algorithm: "plot_tsa_name"
16398   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
16399   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16400   include:
16401     - "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"
16402     - "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"
16403     - "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"
16404     - "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"
16405   layout:
16406     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
16407     layout: "plot-throughput-speedup-analysis"
16408
16409 - type: "plot"
16410   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
16411   algorithm: "plot_tsa_name"
16412   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
16413   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16414   include:
16415     - "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"
16416     - "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"
16417     - "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"
16418     - "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"
16419   layout:
16420     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
16421     layout: "plot-throughput-speedup-analysis"
16422
16423 ################################################################################
16424
16425 # Packet Throughput - DPDK
16426
16427 # 2n-clx-xxv710
16428
16429 - type: "plot"
16430   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
16431   algorithm: "plot_perf_box_name"
16432   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
16433   data: "plot-dpdk-throughput-latency-2n-clx"
16434   include:
16435     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16436     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16437   layout:
16438     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
16439     layout: "plot-throughput"
16440
16441 - type: "plot"
16442   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
16443   algorithm: "plot_perf_box_name"
16444   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
16445   data: "plot-dpdk-throughput-latency-2n-clx"
16446   include:
16447     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16448     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16449   layout:
16450     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
16451     layout: "plot-throughput"
16452
16453 - type: "plot"
16454   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
16455   algorithm: "plot_perf_box_name"
16456   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
16457   data: "plot-dpdk-throughput-latency-2n-clx"
16458   include:
16459     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16460     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16461   layout:
16462     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
16463     layout: "plot-throughput"
16464
16465 - type: "plot"
16466   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
16467   algorithm: "plot_perf_box_name"
16468   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
16469   data: "plot-dpdk-throughput-latency-2n-clx"
16470   include:
16471     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16472     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16473   layout:
16474     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
16475     layout: "plot-throughput"
16476
16477 # 2n-clx-x710
16478
16479 - type: "plot"
16480   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
16481   algorithm: "plot_perf_box_name"
16482   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
16483   data: "plot-dpdk-throughput-latency-2n-clx"
16484   include:
16485     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16486     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16487   layout:
16488     title: "2n-clx-x710-64b-2t1c-base-ndr"
16489     layout: "plot-throughput"
16490
16491 - type: "plot"
16492   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
16493   algorithm: "plot_perf_box_name"
16494   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
16495   data: "plot-dpdk-throughput-latency-2n-clx"
16496   include:
16497     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16498     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16499   layout:
16500     title: "2n-clx-x710-64b-4t2c-base-ndr"
16501     layout: "plot-throughput"
16502
16503 - type: "plot"
16504   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
16505   algorithm: "plot_perf_box_name"
16506   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
16507   data: "plot-dpdk-throughput-latency-2n-clx"
16508   include:
16509     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16510     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16511   layout:
16512     title: "2n-clx-x710-64b-2t1c-base-pdr"
16513     layout: "plot-throughput"
16514
16515 - type: "plot"
16516   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
16517   algorithm: "plot_perf_box_name"
16518   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
16519   data: "plot-dpdk-throughput-latency-2n-clx"
16520   include:
16521     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16522     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16523   layout:
16524     title: "2n-clx-x710-64b-4t2c-base-pdr"
16525     layout: "plot-throughput"
16526
16527 ################################################################################
16528
16529 #- type: "plot"
16530 #  title: "Latency by percentile: 2n-skx"
16531 #  algorithm: "plot_hdrh_lat_by_percentile"
16532 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
16533 #  output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
16534 #  target-links: "../../_static/vpp"
16535 #  data: "plot-vpp-hdrh-lat-2n-skx"
16536 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16537 #  layout:
16538 #    layout: "plot-hdrh-latency-by-percentile"
16539
16540 #- type: "plot"
16541 #  title: "Latency by percentile: 3n-skx"
16542 #  algorithm: "plot_hdrh_lat_by_percentile"
16543 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
16544 #  output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
16545 #  target-links: "../../_static/vpp"
16546 #  data: "plot-vpp-hdrh-lat-3n-skx"
16547 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16548 #  layout:
16549 #    layout: "plot-hdrh-latency-by-percentile"
16550
16551 - type: "plot"
16552   title: "Latency by percentile: 2n-clx"
16553   algorithm: "plot_hdrh_lat_by_percentile"
16554   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
16555   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
16556   target-links: "../../_static/vpp"
16557   data: "plot-vpp-hdrh-lat-2n-clx"
16558   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16559   layout:
16560     layout: "plot-hdrh-latency-by-percentile"
16561
16562 - type: "plot"
16563   title: "Latency by percentile: 3n-hsw"
16564   algorithm: "plot_hdrh_lat_by_percentile"
16565   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
16566   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
16567   target-links: "../../_static/vpp"
16568   data: "plot-vpp-hdrh-lat-3n-hsw"
16569   filter: "'1T1C' and 'NIC_Intel-XL710'"
16570   layout:
16571     layout: "plot-hdrh-latency-by-percentile"
16572
16573 - type: "plot"
16574   title: "Latency by percentile: 3n-tsh"
16575   algorithm: "plot_hdrh_lat_by_percentile"
16576   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
16577   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
16578   target-links: "../../_static/vpp"
16579   data: "plot-vpp-hdrh-lat-3n-tsh"
16580   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16581   layout:
16582     layout: "plot-hdrh-latency-by-percentile"
16583
16584 - type: "plot"
16585   title: "Latency by percentile: DPDK 2n-clx"
16586   algorithm: "plot_hdrh_lat_by_percentile"
16587   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
16588   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
16589   target-links: "../../_static/dpdk"
16590   data: "plot-dpdk-hdrh-lat-2n-clx"
16591   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16592   layout:
16593     layout: "plot-hdrh-latency-by-percentile"
16594
16595 - type: "plot"
16596   title: "Latency by percentile: DPDK 3n-hsw"
16597   algorithm: "plot_hdrh_lat_by_percentile"
16598   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
16599   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
16600   target-links: "../../_static/dpdk"
16601   data: "plot-dpdk-hdrh-lat-3n-hsw"
16602   filter: "'1T1C' and 'NIC_Intel-XL710'"
16603   layout:
16604     layout: "plot-hdrh-latency-by-percentile"
16605
16606 - type: "plot"
16607   title: "Latency by percentile: DPDK 3n-tsh"
16608   algorithm: "plot_hdrh_lat_by_percentile"
16609   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
16610   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
16611   target-links: "../../_static/dpdk"
16612   data: "plot-dpdk-hdrh-lat-3n-tsh"
16613   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16614   layout:
16615     layout: "plot-hdrh-latency-by-percentile"