Report: Detailed test results
[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,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
53     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
54
55     # Detailed test configurations
56     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
57     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
58     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
59     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
60     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
61     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
62     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
63     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
64     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
65     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
67     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
68     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
69     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
70     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
71     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
72     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
73     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
74
75     # Detailed tests operational data
76     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
77     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
78     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
79     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
80     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
81     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
82     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
83     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
84     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
85
86     # Latencies:
87     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
89
90     # .css patch file to fix tables generated by Sphinx
91     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
92     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
93
94   urls:
95     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
96     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
97     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
98     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
99     DIR[NEXUS,DOC]: "report/_static/archive"
100
101   make-dirs:
102   # List the directories which are created while preparing the environment.
103   # All directories MUST be defined in "paths" section.
104   - "DIR[WORKING,DATA]"
105   - "DIR[STATIC,VPP]"
106   - "DIR[STATIC,DPDK]"
107   - "DIR[STATIC,ARCH]"
108   - "DIR[BUILD,LATEX]"
109   - "DIR[WORKING,SRC]"
110   - "DIR[WORKING,SRC,STATIC]"
111
112   remove-dirs:
113   # List the directories which are deleted while cleaning the environment.
114   # All directories MUST be defined in "paths" section.
115   #- "DIR[BUILD,HTML]"
116   - "DIR[WORKING,DATA]"
117
118   build-dirs:
119   # List the directories where the results (build) is stored.
120   # All directories MUST be defined in "paths" section.
121   - "DIR[BUILD,HTML]"
122   - "DIR[BUILD,LATEX]"
123
124 - type: "configuration"
125
126   limits:
127     nic:
128       x520: 24460000
129       x553: 29761905
130       x710: 35800000
131       xxv710: 35800000
132       xl710: 35800000
133       cx556a: 60000000
134
135     link:
136       10ge: 14880952.38
137       25ge: 37202380.95
138       40ge: 59523809.52
139       100ge: 148809523.81
140
141     pci:
142       pci-g3-x8: 74404761.90
143       pci-g3-x16: 148809523.81
144
145   data-sets:
146
147     ###########################################################################
148     # Replacements:
149
150     replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost:
151       csit-vpp-perf-verify-1908-3n-hsw:
152         - 48  # NDRPDR sel vhost
153         - 49  # NDRPDR sel vhost
154         - 52  # NDRPDR sel vhost
155         - 53  # NDRPDR sel vhost
156         - 54  # NDRPDR sel vhost
157         - 55  # NDRPDR sel vhost
158         - 56  # NDRPDR sel vhost
159         - 57  # NDRPDR sel vhost
160         - 58  # NDRPDR sel vhost
161         - 59  # NDRPDR sel vhost
162
163     replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost:
164       csit-vpp-perf-verify-1908-3n-skx:
165         - 52  # NDRPDR sel vhost
166         - 53  # NDRPDR sel vhost
167         - 55  # NDRPDR sel vhost
168         - 61  # NDRPDR sel vhost
169         - 62  # NDRPDR sel vhost
170         - 63  # NDRPDR sel vhost
171         - 64  # NDRPDR sel vhost
172         - 65  # NDRPDR sel vhost
173         - 66  # NDRPDR sel vhost
174         - 67  # NDRPDR sel vhost
175
176     replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost:
177       csit-vpp-perf-verify-1908-2n-skx:
178         - 88  # NDRPDR sel vhost
179         - 89  # NDRPDR sel vhost
180         - 91  # NDRPDR sel vhost
181         - 92  # NDRPDR sel vhost
182         - 93  # NDRPDR sel vhost
183         - 94  # NDRPDR sel vhost
184         - 95  # NDRPDR sel vhost
185         - 96  # NDRPDR sel vhost
186         - 97  # NDRPDR sel vhost
187         - 98  # NDRPDR sel vhost
188
189     ###########################################################################
190     # Plots:
191
192     # 3n-hsw
193
194     plot-vpp-throughput-lat-tsa-3n-hsw:
195       csit-vpp-perf-verify-2001-3n-hsw:
196         - 21  # NDRPDR sel
197         - 22  # NDRPDR sel
198         - 23  # NDRPDR sel
199         - 24  # NDRPDR sel
200         - 25  # NDRPDR sel
201         - 29  # NDRPDR sel
202         - 30  # NDRPDR sel
203         - 31  # NDRPDR sel
204         - 32  # NDRPDR sel
205         - 34  # NDRPDR sel
206
207     plot-vpp-hdrh-lat-3n-hsw:
208       csit-vpp-perf-verify-2001-3n-hsw:
209         - 22  # NDRPDR sel
210
211     plot-vpp-nfv-3n-hsw-ndrpdr:
212       csit-vpp-perf-verify-2001-3n-hsw:
213         - 21  # NDRPDR sel
214         - 22  # NDRPDR sel
215         - 23  # NDRPDR sel
216         - 24  # NDRPDR sel
217         - 25  # NDRPDR sel
218         - 29  # NDRPDR sel
219         - 30  # NDRPDR sel
220         - 31  # NDRPDR sel
221         - 32  # NDRPDR sel
222         - 34  # NDRPDR sel
223
224     plot-vpp-nfv-3n-hsw-mrr:
225       csit-vpp-perf-verify-2001-3n-hsw:
226         - 17  # MRR sel
227
228     plot-dpdk-throughput-latency-3n-hsw:
229       csit-dpdk-perf-verify-2001-3n-hsw:
230         - 4   # NDRPDR sel
231         - 5   # NDRPDR sel
232         - 6   # NDRPDR sel
233         - 7   # NDRPDR sel
234         - 8   # NDRPDR sel
235         - 9   # NDRPDR sel
236         - 10  # NDRPDR sel
237         - 11  # NDRPDR sel
238         - 12  # NDRPDR sel
239         - 13  # NDRPDR sel
240         - 15  # NDRPDR sel
241         - 16  # NDRPDR sel
242         - 17  # NDRPDR sel
243         - 18  # NDRPDR sel
244         - 19  # NDRPDR sel
245         - 20  # NDRPDR sel
246         - 21  # NDRPDR sel
247         - 22  # NDRPDR sel
248         - 23  # NDRPDR sel
249         - 24  # NDRPDR sel
250
251     plot-dpdk-hdrh-lat-3n-hsw:
252       csit-dpdk-perf-verify-2001-3n-hsw:
253         - 16  # NDRPDR sel
254
255     # 3n-skx
256
257     plot-vpp-throughput-lat-tsa-3n-skx:
258       # TODO: Add the data
259       csit-vpp-perf-verify-2001-3n-skx:
260         - 14  # NDRPDR sel
261         - 15  # NDRPDR sel
262         - 16  # NDRPDR sel
263
264     plot-vpp-hdrh-lat-3n-skx:
265       csit-vpp-perf-verify-2001-3n-skx:
266         - 14  # NDRPDR sel
267
268     plot-vpp-nfv-3n-skx-ndrpdr:
269       # TODO: Add data
270       csit-vpp-perf-verify-2001-3n-skx:
271         - 14  # NDRPDR sel
272         - 15  # NDRPDR sel
273         - 16  # NDRPDR sel
274
275     plot-vpp-nfv-3n-skx-mrr:
276       # TODO: Replace
277       # csit-vpp-perf-verify-2001-3n-skx:
278       csit-vpp-perf-verify-1908-3n-skx:
279         - 36  # MRR sel
280
281     plot-dpdk-throughput-latency-3n-skx:
282       csit-dpdk-perf-verify-2001-3n-skx:
283         - 1   # NDRPDR sel
284         - 2   # NDRPDR sel
285         - 3   # NDRPDR sel
286         - 4   # NDRPDR sel
287         - 5   # NDRPDR sel
288         - 6   # NDRPDR sel
289         - 7   # NDRPDR sel
290         - 8   # NDRPDR sel
291         - 9   # NDRPDR sel
292         - 10  # NDRPDR sel
293
294     plot-dpdk-hdrh-lat-3n-skx:
295       csit-dpdk-perf-verify-2001-3n-skx:
296         - 1   # NDRPDR sel
297         - 19  # NDRPDR sel
298
299     # 2n-skx
300
301     plot-vpp-throughput-lat-tsa-2n-skx:
302       # TODO: Add the data
303       csit-vpp-perf-verify-2001-2n-skx:
304         - 21  # NDRPDR sel
305         - 22  # NDRPDR sel
306         - 23  # NDRPDR sel
307         - 26  # NDRPDR sel
308         - 27  # NDRPDR sel
309         - 29  # NDRPDR sel
310
311     plot-vpp-hdrh-lat-2n-skx:
312       csit-vpp-perf-verify-2001-2n-skx:
313         - 21  # NDRPDR sel
314
315     plot-vpp-http-server-performance:
316       # TODO: Replace:
317       # csit-vpp-perf-verify-2001-2n-skx:
318       csit-vpp-perf-verify-1908-2n-skx:
319         - 29  # TCP
320         - 30  # TCP
321         - 58  # TCP
322
323     plot-vpp-soak-2n-skx:
324       # TODO: Replace the data
325       # csit-vpp-perf-verify-2001-2n-skx:
326       csit-vpp-perf-verify-1908-2n-skx:
327         - 83  # SOAK
328         - 86  # SOAK
329
330     plot-vpp-nfv-2n-skx-ndrpdr:
331       # TODO: Add the data
332       csit-vpp-perf-verify-2001-2n-skx:
333         - 30  # NFV
334         - 31  # NFV
335
336     plot-vpp-nfv-2n-skx-mrr:
337       # TODO: Replace the data
338       # csit-vpp-perf-verify-2001-2n-skx:
339       csit-vpp-perf-verify-1908-2n-skx:
340         - 71  # NFV MRR
341
342     plot-vpp-nfv-reconf-2n-skx:
343       # TODO: Replace the data
344       # csit-vpp-perf-verify-2001-2n-skx:
345       csit-vpp-perf-verify-1908-2n-skx:
346         - 113 # NFV reconf sel
347         - 114 # NFV reconf sel
348         - 115 # NFV reconf sel
349
350     plot-dpdk-throughput-latency-2n-skx:
351       csit-dpdk-perf-verify-2001-2n-skx:
352         - 1   # NDRPDR sel
353         - 2   # NDRPDR sel
354         - 3   # NDRPDR sel
355         - 4   # NDRPDR sel
356         - 5   # NDRPDR sel
357         - 6   # NDRPDR sel
358         - 7   # NDRPDR sel
359         - 8   # NDRPDR sel
360         - 9   # NDRPDR sel
361         - 10  # NDRPDR sel
362         - 11  # NDRPDR sel
363         - 13  # NDRPDR sel
364         - 26  # NDRPDR sel
365         - 16  # NDRPDR sel
366         - 17  # NDRPDR sel
367         - 18  # NDRPDR sel
368         - 19  # NDRPDR sel
369         - 27  # NDRPDR sel
370         - 21  # NDRPDR sel
371         - 25  # NDRPDR sel
372
373     plot-dpdk-hdrh-lat-2n-skx:
374       csit-dpdk-perf-verify-2001-2n-skx:
375         - 1   # NDRPDR sel
376         - 19  # NDRPDR sel
377
378     # 2n-clx
379
380     plot-vpp-throughput-lat-tsa-2n-clx:
381       # TODO: Add the data
382       csit-vpp-perf-verify-2001-2n-clx:
383         - 28  # NDRPDR sel
384         - 29  # NDRPDR sel
385         - 32  # NDRPDR sel
386         - 40  # NDRPDR sel
387         - 43  # NDRPDR sel
388         - 44  # NDRPDR sel
389         - 45  # NDRPDR sel
390
391     plot-vpp-hdrh-lat-2n-clx:
392       csit-vpp-perf-verify-2001-2n-clx:
393         - 28  # NDRPDR sel
394
395     plot-vpp-nfv-2n-clx-ndrpdr:
396       # TODO: Add the data
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
406     plot-vpp-nfv-2n-clx-mrr:
407       csit-vpp-perf-verify-2001-2n-clx:
408         - 39  # MRR
409
410     plot-dpdk-throughput-latency-2n-clx:
411       csit-dpdk-perf-verify-2001-2n-clx:
412         - 15  # NDRPDR sel
413         - 16  # NDRPDR sel
414         - 17  # NDRPDR sel
415         - 18  # NDRPDR sel
416         - 19  # NDRPDR sel
417         - 20  # NDRPDR sel
418         - 21  # NDRPDR sel
419         - 22  # NDRPDR sel
420         - 23  # NDRPDR sel
421         - 24  # NDRPDR sel
422         - 25  # NDRPDR sel
423         - 26  # NDRPDR sel
424         - 27  # NDRPDR sel
425         - 28  # NDRPDR sel
426         - 29  # NDRPDR sel
427         - 30  # NDRPDR sel
428         - 31  # NDRPDR sel
429         - 32  # NDRPDR sel
430         - 33  # NDRPDR sel
431         - 34  # NDRPDR sel
432
433
434     plot-dpdk-hdrh-lat-2n-clx:
435       csit-dpdk-perf-verify-2001-2n-clx:
436         - 15  # NDRPDR sel
437
438     # 3n-tsh
439
440     plot-vpp-throughput-lat-tsa-3n-tsh:
441       # TODO: Add the data
442       csit-vpp-perf-verify-2001-3n-tsh:
443         - 3   # NDRPDR sel
444         - 4   # NDRPDR sel
445         - 7   # NDRPDR sel
446         - 8   # NDRPDR sel
447         - 10  # NDRPDR sel
448         - 12  # NDRPDR sel
449         - 13  # NDRPDR sel
450         - 14  # NDRPDR sel
451         - 15  # NDRPDR sel
452
453     plot-vpp-hdrh-lat-3n-tsh:
454       csit-vpp-perf-verify-2001-3n-tsh:
455         - 10  # NDRPDR sel
456
457     plot-dpdk-throughput-latency-3n-tsh:
458       csit-dpdk-perf-verify-2001-3n-tsh:
459         - 3   # NDRPDR sel
460         - 4   # NDRPDR sel
461         - 5   # NDRPDR sel
462         - 9   # NDRPDR sel
463         - 10  # NDRPDR sel
464         - 11  # NDRPDR sel
465         - 12  # NDRPDR sel
466         - 14  # NDRPDR sel
467         - 15  # NDRPDR sel
468         - 18  # NDRPDR sel
469
470     plot-dpdk-hdrh-lat-3n-tsh:
471       csit-dpdk-perf-verify-2001-3n-tsh:
472         - 3   # NDRPDR sel
473
474     # 3n-dnv
475
476     plot-vpp-throughput-lat-tsa-3n-dnv:
477       csit-vpp-perf-verify-2001-3n-dnv:
478         - 5   # NDRPDR sel
479         - 6   # NDRPDR sel
480         - 7   # NDRPDR sel
481         - 8   # NDRPDR sel
482         - 9   # NDRPDR sel
483         - 10  # NDRPDR sel
484         - 12  # NDRPDR sel
485         - 16  # NDRPDR sel
486         - 17  # NDRPDR sel
487         - 18  # NDRPDR sel
488
489     plot-dpdk-throughput-latency-3n-dnv:
490       csit-dpdk-perf-verify-2001-3n-dnv:
491         - 12  # NDRPDR sel
492         - 13  # NDRPDR sel
493         - 14  # NDRPDR sel
494         - 15  # NDRPDR sel
495         - 16  # NDRPDR sel
496         - 17  # NDRPDR sel
497         - 18  # NDRPDR sel
498         - 19  # NDRPDR sel
499         - 20  # NDRPDR sel
500         - 22  # NDRPDR sel
501
502     # 2n-dnv
503
504     plot-vpp-throughput-lat-tsa-2n-dnv:
505       csit-vpp-perf-verify-2001-2n-dnv:
506         - 4   # NDRPDR sel
507         - 5   # NDRPDR sel
508         - 6   # NDRPDR sel
509         - 7   # NDRPDR sel
510         - 8   # NDRPDR sel
511         - 9   # NDRPDR sel
512         - 10  # NDRPDR sel
513         - 11  # NDRPDR sel
514         - 13  # NDRPDR sel
515         - 16  # NDRPDR sel
516
517     plot-dpdk-throughput-latency-2n-dnv:
518       csit-dpdk-perf-verify-2001-2n-dnv:
519         - 9   # NDRPDR sel
520         - 10  # NDRPDR sel
521         - 11  # NDRPDR sel
522         - 12  # NDRPDR sel
523         - 13  # NDRPDR sel
524         - 14  # NDRPDR sel
525         - 15  # NDRPDR sel
526         - 16  # NDRPDR sel
527         - 17  # NDRPDR sel
528         - 18  # NDRPDR sel
529
530     ###########################################################################
531     # Simple tables (only one data set):
532
533     # NIC Comparisons
534
535     vpp-nic-comparison-3n-skx:
536       # TODO: Add the data
537       csit-vpp-perf-verify-2001-3n-skx:
538         - 14  # NDRPDR sel
539         - 15  # NDRPDR sel
540         - 16  # NDRPDR sel
541
542     vpp-nic-comparison-2n-skx:
543       # TODO: Add the data
544       csit-vpp-perf-verify-2001-2n-skx:
545         - 21  # NDRPDR sel
546         - 22  # NDRPDR sel
547         - 23  # NDRPDR sel
548         - 26  # NDRPDR sel
549
550     vpp-nic-comparison-3n-skx-mrr:
551       # TODO: Replace
552       # csit-vpp-perf-verify-2001-3n-skx:
553       csit-vpp-perf-verify-1908-3n-skx:
554         - 36  # MRR sel
555
556     vpp-nic-comparison-2n-skx-mrr:
557       # TODO: Replace
558       # csit-vpp-perf-verify-2001-2n-skx:
559       csit-vpp-perf-verify-1908-2n-skx:
560         - 69  # MRR sel
561
562     # Results
563
564     vpp-perf-results-3n-hsw:
565       csit-vpp-perf-verify-2001-3n-hsw:
566         - 18  # NDRPDR full
567         - 20  # NDRPDR full
568         - 28  # NDRPDR full
569         - 35  # NDRPDR full
570         - 42  # NDRPDR full
571         - 46  # NDRPDR full
572         - 47  # NDRPDR full
573         - 48  # NDRPDR full
574         - 49  # NDRPDR full
575         - 50  # NDRPDR full
576         - 51  # NDRPDR full
577         - 52  # NDRPDR full
578         - 53  # NDRPDR full
579         - 54  # NDRPDR full
580         - 55  # NDRPDR full
581         - 56  # NDRPDR full
582         - 57  # NDRPDR full
583         - 58  # NDRPDR full
584         - 59  # NDRPDR full
585         - 61  # NDRPDR full
586         - 62  # NDRPDR full
587         - 63  # NDRPDR full
588         - 64  # NDRPDR full
589         - 65  # NDRPDR full
590         - 67  # NDRPDR full
591         - 70  # NDRPDR full
592         - 72  # NDRPDR full
593         - 73  # NDRPDR full
594         - 76  # NDRPDR full
595         - 77  # NDRPDR full
596         - 78  # NDRPDR full
597         - 79  # NDRPDR full
598         - 81  # NDRPDR full
599         - 82  # NDRPDR full
600         - 84  # NDRPDR full
601         - 85  # NDRPDR full
602
603     vpp-perf-results-3n-skx:
604       # TODO: Replace
605       csit-vpp-perf-verify-2001-3n-skx:
606         - 14  # NDRPDR sel
607
608     vpp-perf-results-2n-skx:
609       csit-vpp-perf-verify-2001-2n-skx:
610         - 32  # NDRPDR full
611         - 33  # NDRPDR full
612
613     vpp-perf-results-2n-clx:
614       # TODO: Add data
615       csit-vpp-perf-verify-2001-2n-clx:
616         - 34  # NDRPDR full
617         - 35  # NDRPDR full
618         - 36  # NDRPDR full
619         - 38  # NDRPDR full
620         - 41  # NDRPDR full
621         - 42  # NDRPDR full
622
623     vpp-perf-results-3n-tsh:
624       csit-vpp-perf-verify-2001-3n-tsh:
625         - 10  # NDRPDR sel
626
627     vpp-perf-results-3n-dnv:
628       csit-vpp-perf-verify-2001-3n-dnv:
629         - 19  # NDRPDR full
630         - 20  # NDRPDR full
631         - 21  # NDRPDR full
632         - 22  # NDRPDR full
633         - 23  # NDRPDR full
634         - 24  # NDRPDR full
635         - 25  # NDRPDR full
636         - 26  # NDRPDR full
637         - 37  # NDRPDR full
638         - 38  # NDRPDR full
639         - 39  # NDRPDR full
640
641     vpp-perf-results-2n-dnv:
642       csit-vpp-perf-verify-2001-2n-dnv:
643         - 21  # NDRPDR full
644         - 22  # NDRPDR full
645         - 25  # NDRPDR full
646         - 26  # NDRPDR full
647         - 27  # NDRPDR full
648         - 28  # NDRPDR full
649
650     vpp-mrr-results-3n-hsw:
651       csit-vpp-perf-verify-2001-3n-hsw:
652         - 17  # MRR sel
653
654     vpp-mrr-results-3n-skx:
655       # TODO: Replace
656       # csit-vpp-perf-verify-2001-3n-skx:
657       csit-vpp-perf-verify-1908-3n-skx:
658         - 36  # MRR sel
659
660     vpp-mrr-results-2n-skx:
661       # TODO: Replace
662       # csit-vpp-perf-verify-2001-2n-skx:
663       csit-vpp-perf-verify-1908-2n-skx:
664         - 69  # MRR sel
665
666     vpp-mrr-results-2n-clx:
667       csit-vpp-perf-verify-2001-2n-clx:
668         - 39  # MRR
669
670     vpp-mrr-results-3n-tsh:
671       csit-vpp-perf-verify-2001-3n-tsh:
672         - 9   # MRR sel
673
674     vpp-mrr-results-3n-dnv:
675       csit-vpp-perf-verify-2001-3n-dnv:
676         - 11  # MRR sel
677
678     vpp-mrr-results-2n-dnv:
679       csit-vpp-perf-verify-2001-2n-dnv:
680         - 12  # MRR sel
681
682     vpp-device-results-ubuntu:
683       csit-vpp-device-2001-ubuntu1804-1n-skx:
684         - 57
685
686     dpdk-perf-results-3n-hsw:
687       csit-dpdk-perf-verify-2001-3n-hsw:
688         - 25  # NDRPDR full
689         - 26  # NDRPDR full
690
691     dpdk-perf-results-3n-skx:
692       csit-dpdk-perf-verify-2001-3n-skx:
693         - 1   # NDRPDR sel
694
695     dpdk-perf-results-2n-skx:
696       csit-dpdk-perf-verify-2001-2n-skx:
697         - 1   # NDRPDR sel
698
699     dpdk-perf-results-2n-clx:
700       csit-dpdk-perf-verify-2001-2n-clx:
701         - 15  # NDRPDR sel
702         - 34  # NDRPDR sel
703
704     dpdk-perf-results-2n-dnv:
705       csit-dpdk-perf-verify-2001-2n-dnv:
706         - 16  # NDRPDR sel
707
708     dpdk-perf-results-3n-dnv:
709       csit-dpdk-perf-verify-2001-3n-dnv:
710         - 12  # NDRPDR sel
711
712     dpdk-perf-results-3n-tsh:
713       csit-dpdk-perf-verify-2001-3n-tsh:
714         - 3   # NDRPDR sel
715
716 ###########################################################################
717     # Tables (more than one data set)
718
719     # Performance changes
720
721     vpp-performance-changes-3n-hsw-h1:
722       csit-vpp-perf-verify-1904-3n-hsw:
723         - 11  # NDRPDR sel
724         - 12  # NDRPDR sel
725         - 20  # NDRPDR sel
726         - 21  # NDRPDR sel
727         - 23  # NDRPDR sel
728         - 24  # NDRPDR sel
729         - 25  # NDRPDR sel
730         - 26  # NDRPDR sel
731         - 29  # NDRPDR sel
732         - 30  # NDRPDR sel
733     vpp-performance-changes-3n-hsw-ref:
734       csit-vpp-perf-verify-1908-3n-hsw:
735         - 12  # NDRPDR sel
736         - 13  # NDRPDR sel
737         - 14  # NDRPDR sel
738         - 15  # NDRPDR sel
739         - 16  # NDRPDR sel
740         - 17  # NDRPDR sel
741         - 18  # NDRPDR sel
742         - 19  # NDRPDR sel
743         - 20  # NDRPDR sel
744         - 21  # NDRPDR sel
745     vpp-performance-changes-3n-hsw-cmp:
746       csit-vpp-perf-verify-2001-3n-hsw:
747         - 21  # NDRPDR sel
748         - 22  # NDRPDR sel
749         - 23  # NDRPDR sel
750         - 24  # NDRPDR sel
751         - 25  # NDRPDR sel
752         - 29  # NDRPDR sel
753         - 30  # NDRPDR sel
754         - 31  # NDRPDR sel
755         - 32  # NDRPDR sel
756         - 34  # NDRPDR sel
757     vpp-performance-changes-3n-hsw:
758       - "vpp-performance-changes-3n-hsw-h1"
759       - "vpp-performance-changes-3n-hsw-ref"
760       - "vpp-performance-changes-3n-hsw-cmp"
761
762     vpp-performance-changes-3n-skx-h1:
763       csit-vpp-perf-verify-1904-3n-skx:
764         - 8   # NDRPDR sel
765         - 9   # NDRPDR sel
766         - 10  # NDRPDR sel
767         - 11  # NDRPDR sel
768         - 12  # NDRPDR sel
769         - 14  # NDRPDR sel
770         - 16  # NDRPDR sel
771         - 21  # NDRPDR sel
772         - 23  # NDRPDR sel
773         - 25  # NDRPDR sel
774     vpp-performance-changes-3n-skx-ref:
775       csit-vpp-perf-verify-1908-3n-skx:
776         - 14  # NDRPDR sel
777         - 16  # NDRPDR sel
778         - 19  # NDRPDR sel
779         - 20  # NDRPDR sel
780         - 22  # NDRPDR sel
781         - 23  # NDRPDR sel
782         - 24  # NDRPDR sel
783         - 25  # NDRPDR sel
784         - 26  # NDRPDR sel
785         - 29  # NDRPDR sel
786     vpp-performance-changes-3n-skx-cmp:
787       # TODO: Add the data
788       csit-vpp-perf-verify-2001-3n-skx:
789         - 14  # NDRPDR sel
790         - 15  # NDRPDR sel
791         - 16  # NDRPDR sel
792     vpp-performance-changes-3n-skx:
793       - "vpp-performance-changes-3n-skx-h1"
794       - "vpp-performance-changes-3n-skx-ref"
795       - "vpp-performance-changes-3n-skx-cmp"
796
797     vpp-performance-changes-2n-skx-h1:
798       csit-vpp-perf-verify-1904-2n-skx:
799         - 12  # NDRPDR sel
800         - 14  # NDRPDR sel
801         - 16  # NDRPDR sel
802         - 17  # NDRPDR sel
803         - 18  # NDRPDR sel
804         - 21  # NDRPDR sel
805         - 27  # NDRPDR sel
806         - 30  # NDRPDR sel
807         - 31  # NDRPDR sel
808         - 32  # NDRPDR sel
809     vpp-performance-changes-2n-skx-ref:
810       csit-vpp-perf-verify-1908-2n-skx:
811         - 26  # NDRPDR sel
812         - 27  # NDRPDR sel
813         - 34  # NDRPDR sel
814         - 35  # NDRPDR sel
815         - 36  # NDRPDR sel
816         - 42  # NDRPDR sel
817         - 43  # NDRPDR sel
818         - 44  # NDRPDR sel
819         - 45  # NDRPDR sel
820         - 46  # NDRPDR sel
821     vpp-performance-changes-2n-skx-cmp:
822       # TODO: Add the data
823       csit-vpp-perf-verify-2001-2n-skx:
824         - 21  # NDRPDR sel
825         - 22  # NDRPDR sel
826         - 23  # NDRPDR sel
827         - 26  # NDRPDR sel
828         - 27  # NDRPDR sel
829         - 29  # NDRPDR sel
830     vpp-performance-changes-2n-skx:
831       - "vpp-performance-changes-2n-skx-h1"
832       - "vpp-performance-changes-2n-skx-ref"
833       - "vpp-performance-changes-2n-skx-cmp"
834
835     vpp-performance-changes-nfv-2n-skx-ref:
836       csit-vpp-perf-verify-1908-2n-skx:
837         - 22  # NFV
838         - 31  # NFV
839         - 32  # NFV
840     vpp-performance-changes-nfv-2n-skx-cmp:
841       # TODO: Add the data
842       csit-vpp-perf-verify-2001-2n-skx:
843         - 30  # NFV
844         - 31  # NFV
845     vpp-performance-changes-nfv-2n-skx:
846       - "vpp-performance-changes-nfv-2n-skx-ref"
847       - "vpp-performance-changes-nfv-2n-skx-cmp"
848
849     vpp-performance-changes-2n-dnv-ref:
850       csit-vpp-perf-verify-1908-2n-dnv:
851         - 1   # NDRPDR sel
852         - 2   # NDRPDR sel
853         - 3   # NDRPDR sel
854         - 4   # NDRPDR sel
855         - 5   # NDRPDR sel
856         - 6   # NDRPDR sel
857         - 7   # NDRPDR sel
858         - 8   # NDRPDR sel
859         - 9   # NDRPDR sel
860         - 10  # NDRPDR sel
861     vpp-performance-changes-2n-dnv-cmp:
862       csit-vpp-perf-verify-2001-2n-dnv:
863         - 4   # NDRPDR sel
864         - 5   # NDRPDR sel
865         - 6   # NDRPDR sel
866         - 7   # NDRPDR sel
867         - 8   # NDRPDR sel
868         - 9   # NDRPDR sel
869         - 10  # NDRPDR sel
870         - 11  # NDRPDR sel
871         - 13  # NDRPDR sel
872         - 16  # NDRPDR sel
873     vpp-performance-changes-2n-dnv:
874       - "vpp-performance-changes-2n-dnv-ref"
875       - "vpp-performance-changes-2n-dnv-cmp"
876
877     vpp-performance-changes-3n-dnv-ref:
878       csit-vpp-perf-verify-1908-3n-dnv:
879         - 6   # NDRPDR sel
880         - 7   # NDRPDR sel
881         - 8   # NDRPDR sel
882         - 9   # NDRPDR sel
883         - 10  # NDRPDR sel
884         - 12  # NDRPDR sel
885         - 13  # NDRPDR sel
886         - 14  # NDRPDR sel
887         - 15  # NDRPDR sel
888         - 16  # NDRPDR sel
889     vpp-performance-changes-3n-dnv-cmp:
890       csit-vpp-perf-verify-2001-3n-dnv:
891         - 5   # NDRPDR sel
892         - 6   # NDRPDR sel
893         - 7   # NDRPDR sel
894         - 8   # NDRPDR sel
895         - 9   # NDRPDR sel
896         - 10  # NDRPDR sel
897         - 12  # NDRPDR sel
898         - 16  # NDRPDR sel
899         - 17  # NDRPDR sel
900         - 18  # NDRPDR sel
901     vpp-performance-changes-3n-dnv:
902       - "vpp-performance-changes-3n-dnv-ref"
903       - "vpp-performance-changes-3n-dnv-cmp"
904
905     vpp-performance-changes-3n-tsh-ref:
906       csit-vpp-perf-verify-1908-3n-tsh:
907         - 7   # NDRPDR sel
908         - 8   # NDRPDR sel
909         - 9   # NDRPDR sel
910         - 10  # NDRPDR sel
911         - 11  # NDRPDR sel
912         - 12  # NDRPDR sel
913         - 13  # NDRPDR sel
914         - 14  # NDRPDR sel
915         - 15  # NDRPDR sel
916         - 16  # NDRPDR sel
917     vpp-performance-changes-3n-tsh-cmp:
918       # TODO: Add the data
919       csit-vpp-perf-verify-2001-3n-tsh:
920         - 3   # NDRPDR sel
921         - 4   # NDRPDR sel
922         - 7   # NDRPDR sel
923         - 8   # NDRPDR sel
924         - 10  # NDRPDR sel
925         - 12  # NDRPDR sel
926         - 13  # NDRPDR sel
927         - 14  # NDRPDR sel
928         - 15  # NDRPDR sel
929     vpp-performance-changes-3n-tsh:
930       - "vpp-performance-changes-3n-tsh-ref"
931       - "vpp-performance-changes-3n-tsh-cmp"
932
933     vpp-soak-vs-ndr-2n-skx-ref:
934       # TODO: Replace
935       # csit-vpp-perf-verify-2001-2n-skx:
936       csit-vpp-perf-verify-1908-2n-skx:
937         - 26  # NDRPDR sel
938         - 27  # NDRPDR sel
939         - 34  # NDRPDR sel
940     vpp-soak-vs-ndr-2n-skx-cmp:
941       # TODO: Replace
942       # csit-vpp-perf-verify-2001-2n-skx:
943       csit-vpp-perf-verify-1908-2n-skx:
944         - 83  # SOAK
945         - 86  # SOAK
946     vpp-soak-vs-ndr-2n-skx:
947       # TODO: Replace
948       # csit-vpp-perf-verify-2001-2n-skx:
949       csit-vpp-perf-verify-1908-2n-skx:
950         - 26  # NDRPDR sel
951         - 27  # NDRPDR sel
952         - 34  # NDRPDR sel
953         - 83  # SOAK
954         - 86  # SOAK
955
956     vpp-performance-changes-3n-hsw-mrr-h1:
957       csit-vpp-perf-verify-1904-3n-hsw:
958         - 9   # MRR sel
959     vpp-performance-changes-3n-hsw-mrr-ref:
960       csit-vpp-perf-verify-1908-3n-hsw:
961         - 39  # MRR sel
962     vpp-performance-changes-3n-hsw-mrr-cmp:
963       csit-vpp-perf-verify-2001-3n-hsw:
964         - 17  # MRR sel
965     vpp-performance-changes-3n-hsw-mrr:
966       - "vpp-performance-changes-3n-hsw-mrr-h1"
967       - "vpp-performance-changes-3n-hsw-mrr-ref"
968       - "vpp-performance-changes-3n-hsw-mrr-cmp"
969
970     vpp-performance-changes-3n-skx-mrr-h1:
971       csit-vpp-perf-verify-1904-3n-skx:
972         - 7   # MRR sel
973     vpp-performance-changes-3n-skx-mrr-ref:
974       csit-vpp-perf-verify-1908-3n-skx:
975         - 36  # MRR sel
976     vpp-performance-changes-3n-skx-mrr-cmp:
977       # TODO: Replace
978       # csit-vpp-perf-verify-2001-3n-skx:
979       csit-vpp-perf-verify-1908-3n-skx:
980         - 36  # MRR sel
981     vpp-performance-changes-3n-skx-mrr:
982       - "vpp-performance-changes-3n-skx-mrr-h1"
983       - "vpp-performance-changes-3n-skx-mrr-ref"
984       - "vpp-performance-changes-3n-skx-mrr-cmp"
985
986     vpp-performance-changes-2n-skx-mrr-h1:
987       csit-vpp-perf-verify-1904-2n-skx:
988         - 11  # MRR sel
989     vpp-performance-changes-2n-skx-mrr-ref:
990       csit-vpp-perf-verify-1908-2n-skx:
991         - 69  # MRR sel
992     vpp-performance-changes-2n-skx-mrr-cmp:
993       # TODO: Replace
994       # csit-vpp-perf-verify-2001-2n-skx:
995       csit-vpp-perf-verify-1908-2n-skx:
996         - 69  # MRR sel
997     vpp-performance-changes-2n-skx-mrr:
998       - "vpp-performance-changes-2n-skx-mrr-h1"
999       - "vpp-performance-changes-2n-skx-mrr-ref"
1000       - "vpp-performance-changes-2n-skx-mrr-cmp"
1001
1002     vpp-performance-changes-nfv-2n-skx-mrr-ref:
1003       csit-vpp-perf-verify-1908-2n-skx:
1004         - 71  # NFV MRR
1005     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1006       # TODO: Replace
1007       # csit-vpp-perf-verify-2001-2n-skx:
1008       csit-vpp-perf-verify-1908-2n-skx:
1009         - 71  # NFV MRR
1010     vpp-performance-changes-nfv-2n-skx-mrr:
1011       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
1012       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
1013
1014     vpp-performance-changes-2n-dnv-mrr-ref:
1015       csit-vpp-perf-verify-1908-2n-dnv:
1016         - 11  # MRR sel
1017     vpp-performance-changes-2n-dnv-mrr-cmp:
1018       csit-vpp-perf-verify-2001-2n-dnv:
1019         - 12  # MRR sel
1020     vpp-performance-changes-2n-dnv-mrr:
1021       - "vpp-performance-changes-2n-dnv-mrr-ref"
1022       - "vpp-performance-changes-2n-dnv-mrr-cmp"
1023
1024     vpp-performance-changes-3n-dnv-mrr-ref:
1025       csit-vpp-perf-verify-1908-3n-dnv:
1026         - 17  # MRR sel
1027     vpp-performance-changes-3n-dnv-mrr-cmp:
1028       csit-vpp-perf-verify-2001-3n-dnv:
1029         - 11  # MRR sel
1030     vpp-performance-changes-3n-dnv-mrr:
1031       - "vpp-performance-changes-3n-dnv-mrr-ref"
1032       - "vpp-performance-changes-3n-dnv-mrr-cmp"
1033
1034     vpp-performance-changes-3n-tsh-mrr-ref:
1035       csit-vpp-perf-verify-1908-3n-tsh:
1036         - 17  # MRR sel
1037     vpp-performance-changes-3n-tsh-mrr-cmp:
1038       csit-vpp-perf-verify-2001-3n-tsh:
1039         - 9   # MRR sel
1040     vpp-performance-changes-3n-tsh-mrr:
1041       - "vpp-performance-changes-3n-tsh-mrr-ref"
1042       - "vpp-performance-changes-3n-tsh-mrr-cmp"
1043
1044     dpdk-performance-changes-3n-hsw-h1:
1045       csit-dpdk-perf-verify-1904-3n-hsw:
1046         - 2   # NDRPDR sel
1047         - 3   # NDRPDR sel
1048         - 5   # NDRPDR sel
1049         - 6   # NDRPDR sel
1050         - 13  # NDRPDR sel
1051         - 14  # NDRPDR sel
1052         - 15  # NDRPDR sel
1053         - 18  # NDRPDR sel
1054         - 19  # NDRPDR sel
1055         - 20  # NDRPDR sel
1056     dpdk-performance-changes-3n-hsw-ref:
1057       csit-dpdk-perf-verify-1908-3n-hsw:
1058         - 2   # NDRPDR sel
1059         - 3   # NDRPDR sel
1060         - 4   # NDRPDR sel
1061         - 5   # NDRPDR sel
1062         - 6   # NDRPDR sel
1063         - 7   # NDRPDR sel
1064         - 8   # NDRPDR sel
1065         - 9   # NDRPDR sel
1066         - 10  # NDRPDR sel
1067         - 11  # NDRPDR sel
1068     dpdk-performance-changes-3n-hsw-cmp:
1069       csit-dpdk-perf-verify-2001-3n-hsw:
1070 #        - 4   # NDRPDR sel
1071 #        - 5   # NDRPDR sel
1072 #        - 6   # NDRPDR sel
1073 #        - 7   # NDRPDR sel
1074 #        - 8   # NDRPDR sel
1075 #        - 9   # NDRPDR sel
1076 #        - 10  # NDRPDR sel
1077 #        - 11  # NDRPDR sel
1078 #        - 12  # NDRPDR sel
1079 #        - 13  # NDRPDR sel
1080         - 15  # NDRPDR sel
1081         - 16  # NDRPDR sel
1082         - 17  # NDRPDR sel
1083         - 18  # NDRPDR sel
1084         - 19  # NDRPDR sel
1085         - 20  # NDRPDR sel
1086         - 21  # NDRPDR sel
1087         - 22  # NDRPDR sel
1088         - 23  # NDRPDR sel
1089         - 24  # NDRPDR sel
1090     dpdk-performance-changes-3n-hsw:
1091       - "dpdk-performance-changes-3n-hsw-h1"
1092       - "dpdk-performance-changes-3n-hsw-ref"
1093       - "dpdk-performance-changes-3n-hsw-cmp"
1094
1095     dpdk-performance-changes-3n-skx-h1:
1096       csit-dpdk-perf-verify-1904-3n-skx:
1097         - 2   # NDRPDR sel
1098         - 3   # NDRPDR sel
1099         - 4   # NDRPDR sel
1100         - 5   # NDRPDR sel
1101         - 6   # NDRPDR sel
1102         - 7   # NDRPDR sel
1103         - 11  # NDRPDR sel
1104         - 12  # NDRPDR sel
1105         - 13  # NDRPDR sel
1106         - 14  # NDRPDR sel
1107     dpdk-performance-changes-3n-skx-ref:
1108       csit-dpdk-perf-verify-1908-3n-skx:
1109         - 3   # NDRPDR sel
1110         - 4   # NDRPDR sel
1111         - 5   # NDRPDR sel
1112         - 6   # NDRPDR sel
1113         - 7   # NDRPDR sel
1114         - 8   # NDRPDR sel
1115         - 9   # NDRPDR sel
1116         - 10  # NDRPDR sel
1117         - 11  # NDRPDR sel
1118         - 12  # NDRPDR sel
1119     dpdk-performance-changes-3n-skx-cmp:
1120       csit-dpdk-perf-verify-2001-3n-skx:
1121         - 1   # NDRPDR sel
1122         - 2   # NDRPDR sel
1123         - 3   # NDRPDR sel
1124         - 4   # NDRPDR sel
1125         - 5   # NDRPDR sel
1126         - 6   # NDRPDR sel
1127         - 7   # NDRPDR sel
1128         - 8   # NDRPDR sel
1129         - 9   # NDRPDR sel
1130         - 10  # NDRPDR sel
1131     dpdk-performance-changes-3n-skx:
1132       - "dpdk-performance-changes-3n-skx-h1"
1133       - "dpdk-performance-changes-3n-skx-ref"
1134       - "dpdk-performance-changes-3n-skx-cmp"
1135
1136     dpdk-performance-changes-2n-skx-h1:
1137       csit-dpdk-perf-verify-1904-2n-skx:
1138         - 2   # NDRPDR sel
1139         - 3   # NDRPDR sel
1140         - 4   # NDRPDR sel
1141         - 5   # NDRPDR sel
1142         - 7   # NDRPDR sel
1143         - 8   # NDRPDR sel
1144         - 9   # NDRPDR sel
1145         - 10  # NDRPDR sel
1146         - 11  # NDRPDR sel
1147         - 12  # NDRPDR sel
1148     dpdk-performance-changes-2n-skx-ref:
1149       csit-dpdk-perf-verify-1908-2n-skx:
1150         - 2   # NDRPDR sel
1151         - 3   # NDRPDR sel
1152         - 4   # NDRPDR sel
1153         - 5   # NDRPDR sel
1154         - 7   # NDRPDR sel
1155         - 8   # NDRPDR sel
1156         - 9   # NDRPDR sel
1157         - 10  # NDRPDR sel
1158         - 11  # NDRPDR sel
1159         - 12  # NDRPDR sel
1160     dpdk-performance-changes-2n-skx-cmp:
1161       csit-dpdk-perf-verify-2001-2n-skx:
1162         - 1   # NDRPDR sel
1163         - 2   # NDRPDR sel
1164         - 3   # NDRPDR sel
1165         - 4   # NDRPDR sel
1166         - 5   # NDRPDR sel
1167         - 6   # NDRPDR sel
1168         - 7   # NDRPDR sel
1169         - 8   # NDRPDR sel
1170         - 9   # NDRPDR sel
1171         - 10  # NDRPDR sel
1172         - 11  # NDRPDR sel
1173         - 13  # NDRPDR sel
1174         - 26  # NDRPDR sel
1175         - 16  # NDRPDR sel
1176         - 17  # NDRPDR sel
1177         - 18  # NDRPDR sel
1178         - 19  # NDRPDR sel
1179         - 27  # NDRPDR sel
1180         - 21  # NDRPDR sel
1181         - 25  # NDRPDR sel
1182     dpdk-performance-changes-2n-skx:
1183       - "dpdk-performance-changes-2n-skx-h1"
1184       - "dpdk-performance-changes-2n-skx-ref"
1185       - "dpdk-performance-changes-2n-skx-cmp"
1186
1187     # Compare testbeds
1188
1189     vpp-compare-testbeds-ref:
1190       csit-vpp-perf-verify-2001-3n-hsw:
1191         - 21  # NDRPDR sel
1192         - 22  # NDRPDR sel
1193         - 23  # NDRPDR sel
1194         - 24  # NDRPDR sel
1195         - 25  # NDRPDR sel
1196         - 29  # NDRPDR sel
1197         - 30  # NDRPDR sel
1198         - 31  # NDRPDR sel
1199         - 32  # NDRPDR sel
1200         - 34  # NDRPDR sel
1201     vpp-compare-testbeds-cmp:
1202       # TODO: Add the data
1203       csit-vpp-perf-verify-2001-3n-skx:
1204         - 14  # NDRPDR sel
1205         - 15  # NDRPDR sel
1206         - 16  # NDRPDR sel
1207     vpp-compare-testbeds:
1208       - "vpp-compare-testbeds-ref"
1209       - "vpp-compare-testbeds-cmp"
1210
1211     vpp-compare-testbeds-skx-clx-ref:
1212       # TODO: Add the data
1213       csit-vpp-perf-verify-2001-2n-skx:
1214         - 21  # NDRPDR sel
1215         - 22  # NDRPDR sel
1216         - 23  # NDRPDR sel
1217         - 26  # NDRPDR sel
1218         - 27  # NDRPDR sel
1219         - 29  # NDRPDR sel
1220     vpp-compare-testbeds-skx-clx-cmp:
1221       # TODO: Add the data
1222       csit-vpp-perf-verify-2001-2n-clx:
1223         - 28  # NDRPDR sel
1224         - 29  # NDRPDR sel
1225         - 32  # NDRPDR sel
1226         - 40  # NDRPDR sel
1227         - 43  # NDRPDR sel
1228         - 44  # NDRPDR sel
1229         - 45  # NDRPDR sel
1230     vpp-compare-testbeds-skx-clx:
1231       - "vpp-compare-testbeds-skx-clx-ref"
1232       - "vpp-compare-testbeds-skx-clx-cmp"
1233
1234     vpp-compare-testbeds-hsw-clx-ref:
1235       csit-vpp-perf-verify-2001-3n-hsw:
1236         - 21  # NDRPDR sel
1237         - 22  # NDRPDR sel
1238         - 23  # NDRPDR sel
1239         - 24  # NDRPDR sel
1240         - 25  # NDRPDR sel
1241         - 29  # NDRPDR sel
1242         - 30  # NDRPDR sel
1243         - 31  # NDRPDR sel
1244         - 32  # NDRPDR sel
1245         - 34  # NDRPDR sel
1246     vpp-compare-testbeds-hsw-clx-cmp:
1247       # TODO: Add the data
1248       csit-vpp-perf-verify-2001-2n-clx:
1249         - 28  # NDRPDR sel
1250         - 29  # NDRPDR sel
1251         - 32  # NDRPDR sel
1252         - 40  # NDRPDR sel
1253         - 43  # NDRPDR sel
1254         - 44  # NDRPDR sel
1255         - 45  # NDRPDR sel
1256     vpp-compare-testbeds-hsw-clx:
1257       - "vpp-compare-testbeds-hsw-clx-ref"
1258       - "vpp-compare-testbeds-hsw-clx-cmp"
1259
1260     vpp-compare-testbeds-mrr-ref:
1261       csit-vpp-perf-verify-2001-3n-hsw:
1262         - 17  # MRR sel
1263     vpp-compare-testbeds-mrr-cmp:
1264       # TODO: Replace
1265       # csit-vpp-perf-verify-2001-3n-skx:
1266       csit-vpp-perf-verify-1908-3n-skx:
1267         - 36  # MRR sel
1268     vpp-compare-testbeds-mrr:
1269       - "vpp-compare-testbeds-mrr-ref"
1270       - "vpp-compare-testbeds-mrr-cmp"
1271
1272     vpp-compare-testbeds-mrr-skx-clx-ref:
1273       # TODO: Replace
1274       # csit-vpp-perf-verify-2001-2n-skx:
1275       csit-vpp-perf-verify-1908-2n-skx:
1276         - 69  # MRR sel
1277     vpp-compare-testbeds-mrr-skx-clx-cmp:
1278       csit-vpp-perf-verify-2001-2n-clx:
1279         - 39  # MRR
1280     vpp-compare-testbeds-mrr-skx-clx:
1281       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1282       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1283
1284     vpp-compare-testbeds-mrr-hsw-clx-ref:
1285       csit-vpp-perf-verify-2001-3n-hsw:
1286         - 17  # MRR sel
1287     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1288       csit-vpp-perf-verify-2001-2n-clx:
1289         - 39  # MRR
1290     vpp-compare-testbeds-mrr-hsw-clx:
1291       - "vpp-compare-testbeds-mrr-hsw-clx-ref"
1292       - "vpp-compare-testbeds-mrr-hsw-clx-cmp"
1293
1294     dpdk-compare-testbeds-ref:
1295       csit-dpdk-perf-verify-2001-3n-hsw:
1296         - 4   # NDRPDR sel
1297         - 5   # NDRPDR sel
1298         - 6   # NDRPDR sel
1299         - 7   # NDRPDR sel
1300         - 8   # NDRPDR sel
1301         - 9   # NDRPDR sel
1302         - 10  # NDRPDR sel
1303         - 11  # NDRPDR sel
1304         - 12  # NDRPDR sel
1305         - 13  # NDRPDR sel
1306         - 15  # NDRPDR sel
1307         - 16  # NDRPDR sel
1308         - 17  # NDRPDR sel
1309         - 18  # NDRPDR sel
1310         - 19  # NDRPDR sel
1311         - 20  # NDRPDR sel
1312         - 21  # NDRPDR sel
1313         - 22  # NDRPDR sel
1314         - 23  # NDRPDR sel
1315         - 24  # NDRPDR sel
1316     dpdk-compare-testbeds-cmp:
1317       csit-dpdk-perf-verify-2001-3n-skx:
1318         - 1   # NDRPDR sel
1319         - 2   # NDRPDR sel
1320         - 3   # NDRPDR sel
1321         - 4   # NDRPDR sel
1322         - 5   # NDRPDR sel
1323         - 6   # NDRPDR sel
1324         - 7   # NDRPDR sel
1325         - 8   # NDRPDR sel
1326         - 9   # NDRPDR sel
1327         - 10  # NDRPDR sel
1328     dpdk-compare-testbeds:
1329       - "dpdk-compare-testbeds-ref"
1330       - "dpdk-compare-testbeds-cmp"
1331
1332     dpdk-compare-testbeds-skx-clx-ref:
1333       csit-dpdk-perf-verify-2001-2n-skx:
1334         - 1   # NDRPDR sel
1335         - 2   # NDRPDR sel
1336         - 3   # NDRPDR sel
1337         - 4   # NDRPDR sel
1338         - 5   # NDRPDR sel
1339         - 6   # NDRPDR sel
1340         - 7   # NDRPDR sel
1341         - 8   # NDRPDR sel
1342         - 9   # NDRPDR sel
1343         - 10  # NDRPDR sel
1344         - 11  # NDRPDR sel
1345         - 13  # NDRPDR sel
1346         - 26  # NDRPDR sel
1347         - 16  # NDRPDR sel
1348         - 17  # NDRPDR sel
1349         - 18  # NDRPDR sel
1350         - 19  # NDRPDR sel
1351         - 27  # NDRPDR sel
1352         - 21  # NDRPDR sel
1353         - 25  # NDRPDR sel
1354     dpdk-compare-testbeds-skx-clx-cmp:
1355       csit-dpdk-perf-verify-2001-2n-clx:
1356         - 15  # NDRPDR sel
1357         - 16  # NDRPDR sel
1358         - 17  # NDRPDR sel
1359         - 18  # NDRPDR sel
1360         - 19  # NDRPDR sel
1361         - 20  # NDRPDR sel
1362         - 21  # NDRPDR sel
1363         - 22  # NDRPDR sel
1364         - 23  # NDRPDR sel
1365         - 24  # NDRPDR sel
1366         - 25  # NDRPDR sel
1367         - 26  # NDRPDR sel
1368         - 27  # NDRPDR sel
1369         - 28  # NDRPDR sel
1370         - 29  # NDRPDR sel
1371         - 30  # NDRPDR sel
1372         - 31  # NDRPDR sel
1373         - 32  # NDRPDR sel
1374         - 33  # NDRPDR sel
1375         - 34  # NDRPDR sel
1376
1377     dpdk-compare-testbeds-skx-clx:
1378       - "dpdk-compare-testbeds-skx-clx-ref"
1379       - "dpdk-compare-testbeds-skx-clx-cmp"
1380
1381     # Compare topologies
1382
1383     vpp-compare-topologies-ref:
1384       # TODO: Add the data
1385       csit-vpp-perf-verify-2001-3n-skx:
1386         - 14  # NDRPDR sel
1387         - 15  # NDRPDR sel
1388         - 16  # NDRPDR sel
1389     vpp-compare-topologies-cmp:
1390       # TODO: Add the data
1391       csit-vpp-perf-verify-2001-2n-skx:
1392         - 21  # NDRPDR sel
1393         - 22  # NDRPDR sel
1394         - 23  # NDRPDR sel
1395         - 26  # NDRPDR sel
1396         - 27  # NDRPDR sel
1397         - 29  # NDRPDR sel
1398     vpp-compare-topologies:
1399       - "vpp-compare-topologies-ref"
1400       - "vpp-compare-topologies-cmp"
1401
1402     vpp-compare-topologies-mrr-ref:
1403       # TODO: Replace
1404       # csit-vpp-perf-verify-2001-3n-skx:
1405       csit-vpp-perf-verify-1908-3n-skx:
1406         - 36  # MRR sel
1407     vpp-compare-topologies-mrr-cmp:
1408       # TODO: Replace
1409       # csit-vpp-perf-verify-2001-2n-skx:
1410       csit-vpp-perf-verify-1908-2n-skx:
1411         - 69  # MRR sel
1412     vpp-compare-topologies-mrr:
1413       - "vpp-compare-topologies-mrr-ref"
1414       - "vpp-compare-topologies-mrr-cmp"
1415
1416     dpdk-compare-topologies-ref:
1417       csit-dpdk-perf-verify-2001-3n-skx:
1418         - 1   # NDRPDR sel
1419         - 2   # NDRPDR sel
1420         - 3   # NDRPDR sel
1421         - 4   # NDRPDR sel
1422         - 5   # NDRPDR sel
1423         - 6   # NDRPDR sel
1424         - 7   # NDRPDR sel
1425         - 8   # NDRPDR sel
1426         - 9   # NDRPDR sel
1427         - 10  # NDRPDR sel
1428     dpdk-compare-topologies-cmp:
1429       csit-dpdk-perf-verify-2001-2n-skx:
1430         - 1   # NDRPDR sel
1431         - 2   # NDRPDR sel
1432         - 3   # NDRPDR sel
1433         - 4   # NDRPDR sel
1434         - 5   # NDRPDR sel
1435         - 6   # NDRPDR sel
1436         - 7   # NDRPDR sel
1437         - 8   # NDRPDR sel
1438         - 9   # NDRPDR sel
1439         - 10  # NDRPDR sel
1440         - 11  # NDRPDR sel
1441         - 13  # NDRPDR sel
1442         - 26  # NDRPDR sel
1443         - 16  # NDRPDR sel
1444         - 17  # NDRPDR sel
1445         - 18  # NDRPDR sel
1446         - 19  # NDRPDR sel
1447         - 27  # NDRPDR sel
1448         - 21  # NDRPDR sel
1449         - 25  # NDRPDR sel
1450     dpdk-compare-topologies:
1451       - "dpdk-compare-topologies-ref"
1452       - "dpdk-compare-topologies-cmp"
1453
1454   plot-layouts:
1455
1456     plot-soak-throughput:
1457       titlefont:
1458         size: 18
1459       xaxis:
1460         title: "<b>Test Cases [Index]</b>"
1461         titlefont:
1462           size: 16
1463         autorange: True
1464         fixedrange: False
1465         gridcolor: "rgb(230, 230, 230)"
1466         linecolor: "rgb(220, 220, 220)"
1467         linewidth: 1
1468         showgrid: True
1469         showline: True
1470         showticklabels: True
1471         tickcolor: "rgb(220, 220, 220)"
1472         tickmode: "linear"
1473         tickfont:
1474           size: 16
1475         zeroline: False
1476       yaxis:
1477         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1478         titlefont:
1479           size: 16
1480         gridcolor: "rgb(230, 230, 230)"
1481         hoverformat: ".4r"
1482         tickformat: ".3r"
1483         linecolor: "rgb(220, 220, 220)"
1484         linewidth: 1
1485         showgrid: True
1486         showline: True
1487         showticklabels: True
1488         tickcolor: "rgb(220, 220, 220)"
1489         tickfont:
1490           size: 16
1491         zeroline: False
1492         range: [0,50]
1493       autosize: False
1494       margin:
1495         t: 50
1496         b: 0
1497         l: 80
1498         r: 20
1499       showlegend: True
1500       legend:
1501         orientation: "h"
1502         font:
1503           size: 16
1504       width: 700
1505       height: 900
1506       paper_bgcolor: "#fff"
1507       plot_bgcolor: "#fff"
1508       hoverlabel:
1509         namelength: -1
1510
1511     plot-service-density:
1512       titlefont:
1513         size: 18
1514       xaxis:
1515         side: "top"
1516         autorange: True
1517         fixedrange: False
1518         showgrid: False
1519         showline: False
1520         showticklabels: False
1521         ticks: ""
1522         ticklen: 0
1523         tickwidth: 0
1524         zeroline: False
1525       yaxis:
1526         autorange: "reversed"
1527         showgrid: False
1528         showline: False
1529         showticklabels: False
1530         ticks: ""
1531         ticklen: 0
1532         tickwidth: 0
1533         zeroline: False
1534       showlegend: False
1535       paper_bgcolor: "#fff"
1536       plot_bgcolor: "#fff"
1537       width: 700
1538       height: 700
1539       hoverlabel:
1540         namelength: -1
1541
1542     plot-cps:
1543       titlefont:
1544         size: 18
1545       xaxis:
1546         title: "<b>Test Cases [Index]</b>"
1547         titlefont:
1548           size: 16
1549         autorange: True
1550         fixedrange: False
1551         gridcolor: "rgb(230, 230, 230)"
1552         linecolor: "rgb(220, 220, 220)"
1553         linewidth: 1
1554         showgrid: True
1555         showline: True
1556         showticklabels: True
1557         tickcolor: "rgb(220, 220, 220)"
1558         tickmode: "linear"
1559         tickfont:
1560           size: 16
1561         zeroline: False
1562       yaxis:
1563         title: "<b>Connections Per Second [cps]</b>"
1564         titlefont:
1565           size: 16
1566         gridcolor: "rgb(230, 230, 230)"
1567         hoverformat: ".4s"
1568         linecolor: "rgb(220, 220, 220)"
1569         linewidth: 1
1570         rangemode: "tozero"
1571         showgrid: True
1572         showline: True
1573         showticklabels: True
1574         tickcolor: "rgb(220, 220, 220)"
1575         tickformat: ".3s"
1576         tickfont:
1577           size: 16
1578         zeroline: False
1579       boxmode: "group"
1580       boxgroupgap: 0.5
1581       autosize: False
1582       margin:
1583         t: 50
1584         b: 20
1585         l: 80
1586         r: 20
1587       showlegend: True
1588       legend:
1589         orientation: "h"
1590         font:
1591           size: 16
1592       width: 700
1593       height: 800
1594       paper_bgcolor: "#fff"
1595       plot_bgcolor: "#fff"
1596       hoverlabel:
1597         namelength: -1
1598
1599     plot-rps:
1600       titlefont:
1601         size: 18
1602       xaxis:
1603         title: "<b>Test Cases [Index]</b>"
1604         titlefont:
1605           size: 16
1606         autorange: True
1607         fixedrange: False
1608         gridcolor: "rgb(230, 230, 230)"
1609         linecolor: "rgb(220, 220, 220)"
1610         linewidth: 1
1611         showgrid: True
1612         showline: True
1613         showticklabels: True
1614         tickcolor: "rgb(220, 220, 220)"
1615         tickmode: "linear"
1616         tickfont:
1617           size: 16
1618         zeroline: False
1619       yaxis:
1620         title: "<b>Requests Per Second [rps]</b>"
1621         titlefont:
1622           size: 16
1623         gridcolor: "rgb(230, 230, 230)"
1624         hoverformat: ".4s"
1625         linecolor: "rgb(220, 220, 220)"
1626         linewidth: 1
1627         rangemode: "tozero"
1628         showgrid: True
1629         showline: True
1630         showticklabels: True
1631         tickcolor: "rgb(230, 230, 230)"
1632         tickformat: ".3s"
1633         tickfont:
1634           size: 16
1635         zeroline: False
1636       boxmode: "group"
1637       boxgroupgap: 0.5
1638       autosize: False
1639       margin:
1640         t: 50
1641         b: 20
1642         l: 80
1643         r: 20
1644       showlegend: True
1645       legend:
1646         orientation: "h"
1647         font:
1648           size: 16
1649       width: 700
1650       height: 800
1651       paper_bgcolor: "#fff"
1652       plot_bgcolor: "#fff"
1653       hoverlabel:
1654         namelength: -1
1655
1656     plot-throughput:
1657       titlefont:
1658         size: 18
1659       xaxis:
1660         title: "<b>Test Cases [Index]</b>"
1661         titlefont:
1662           size: 16
1663         autorange: True
1664         fixedrange: False
1665         gridcolor: "rgb(230, 230, 230)"
1666         linecolor: "rgb(220, 220, 220)"
1667         linewidth: 1
1668         showgrid: True
1669         showline: True
1670         showticklabels: True
1671         tickcolor: "rgb(220, 220, 220)"
1672         tickmode: "linear"
1673         tickfont:
1674           size: 16
1675         zeroline: False
1676       yaxis:
1677         title: "<b>Packet Throughput [Mpps]</b>"
1678         titlefont:
1679           size: 16
1680         gridcolor: "rgb(230, 230, 230)"
1681         hoverformat: ".4r"
1682         tickformat: ".3r"
1683         linecolor: "rgb(220, 220, 220)"
1684         linewidth: 1
1685         showgrid: True
1686         showline: True
1687         showticklabels: True
1688         tickcolor: "rgb(220, 220, 220)"
1689         tickfont:
1690           size: 16
1691         zeroline: False
1692         range: [0,50]
1693       autosize: False
1694       margin:
1695         t: 50
1696         b: 0
1697         l: 80
1698         r: 20
1699       showlegend: True
1700       legend:
1701         orientation: "h"
1702         font:
1703           size: 16
1704       width: 700
1705       height: 900
1706       paper_bgcolor: "#fff"
1707       plot_bgcolor: "#fff"
1708       hoverlabel:
1709         namelength: -1
1710
1711     plot-throughput-speedup-analysis:
1712       titlefont:
1713         size: 18
1714       xaxis:
1715         title: "<b>Number of Cores [Qty]</b>"
1716         titlefont:
1717           size: 16
1718         autorange: True
1719         fixedrange: False
1720         gridcolor: "rgb(230, 230, 230)"
1721         linecolor: "rgb(220, 220, 220)"
1722         linewidth: 1
1723         showgrid: True
1724         showline: True
1725         showticklabels: True
1726         tickcolor: "rgb(238, 238, 238)"
1727         tickmode: "linear"
1728         tickfont:
1729           size: 16
1730         zeroline: False
1731       yaxis:
1732         title: "<b>Packet Throughput [Mpps]</b>"
1733         titlefont:
1734           size: 16
1735         type: "linear"
1736         gridcolor: "rgb(230, 230, 230)"
1737         hoverformat: ".4s"
1738         linecolor: "rgb(220, 220, 220)"
1739         linewidth: 1
1740         showgrid: True
1741         showline: True
1742         showticklabels: True
1743         tickcolor: "rgb(220, 220, 220)"
1744         tickformat: ".4s"
1745         tickfont:
1746           size: 16
1747         zeroline: True
1748         rangemode: "tozero"
1749         range: [0,100]
1750       legend:
1751         orientation: "h"
1752         font:
1753           size: 16
1754         xanchor: "left"
1755         yanchor: "top"
1756         x: 0
1757         y: -0.2
1758         bgcolor: "rgba(255, 255, 255, 0)"
1759         bordercolor: "rgba(255, 255, 255, 0)"
1760         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1761       autosize: False
1762       margin:
1763           't': 50
1764           'b': 150
1765           'l': 85
1766           'r': 10
1767       showlegend: True
1768       width: 700
1769       height: 700
1770       paper_bgcolor: "#fff"
1771       plot_bgcolor: "#fff"
1772       hoverlabel:
1773         namelength: -1
1774       annotations: [
1775         {
1776           text: "_ _          __          ...",
1777           align: "left",
1778           showarrow: False,
1779           xref: "paper",
1780           yref: "paper",
1781           xanchor: "left",
1782           yanchor: "top",
1783           x: 0,
1784           y: -0.13,
1785           font: {
1786             family: "Consolas, Courier New",
1787             size: 15
1788           },
1789         },
1790         {
1791           text: "    Perfect     Measured     Limit",
1792           align: "left",
1793           showarrow: False,
1794           xref: "paper",
1795           yref: "paper",
1796           xanchor: "left",
1797           yanchor: "top",
1798           x: 0,
1799           y: -0.15,
1800           font: {
1801             family: "Consolas, Courier New",
1802             size: 15
1803           },
1804         },
1805       ]
1806
1807     plot-latency:
1808       titlefont:
1809         size: 18
1810       xaxis:
1811         title: "<b>Direction</b>"
1812         titlefont:
1813           size: 16
1814         autorange: True
1815         fixedrange: False
1816         gridcolor: "rgb(230, 230, 230)"
1817         linecolor: "rgb(220, 220, 220)"
1818         linewidth: 1
1819         showgrid: True
1820         showline: True
1821         showticklabels: False
1822         tickcolor: "rgb(220, 220, 220)"
1823         tickmode: "linear"
1824         tickfont:
1825           size: 16
1826         zeroline: False
1827       yaxis:
1828         title: "<b>Packet Latency [uSec]</b>"
1829         titlefont:
1830           size: 16
1831         type: "linear"
1832         gridcolor: "rgb(230, 230, 230)"
1833         hoverformat: ".4s"
1834         linecolor: "rgb(220, 220, 220)"
1835         linewidth: 1
1836         showgrid: True
1837         showline: True
1838         showticklabels: True
1839         tickcolor: "rgb(220, 220, 220)"
1840         tickformat: ".4s"
1841         tickfont:
1842           size: 16
1843         zeroline: True
1844         rangemode: "tozero"
1845       legend:
1846         orientation: "h"
1847         font:
1848           size: 16
1849         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1850       autosize: False
1851       margin:
1852           't': 50
1853           'b': 150
1854           'l': 80
1855           'r': 10
1856       showlegend: True
1857       width: 700
1858       height: 700
1859       paper_bgcolor: "#fff"
1860       plot_bgcolor: "#fff"
1861       hoverlabel:
1862         namelength: -1
1863
1864     plot-hdrh-latency:
1865       title:
1866         text: ""
1867         xanchor: "center"
1868         x: 0.5
1869         font:
1870           size: 16
1871       width: 700
1872       plot_bgcolor: "white"
1873       annotations:
1874         - font:
1875             size: 14
1876           showarrow: False
1877           text: "<b>Packet Latency [uSec]</b>"
1878           x: 1
1879           xanchor: "right"
1880           xref: "paper"
1881           y: -0.045
1882           yanchor: "top"
1883           yref: "paper"
1884         - font:
1885             size: 14
1886           showarrow: False
1887           text: "<b>Probability [%]</b>"
1888           textangle: 270
1889           x: -0.06
1890           xanchor: "center"
1891           xref: "paper"
1892           y: 0.5
1893           yanchor: "middle"
1894           yref: "paper"
1895         - font:
1896             size: 14
1897           showarrow: False
1898           text: "<b>Direction: E-W</b>"
1899           x: 0.24
1900           xanchor: "center"
1901           xref: "paper"
1902           y: 1.05
1903           yanchor: "bottom"
1904           yref: "paper"
1905         - font:
1906             size: 14
1907           showarrow: False
1908           text: "<b>Direction: W-E</b>"
1909           x: 0.74
1910           xanchor: "center"
1911           xref: "paper"
1912           y: 1.05
1913           yanchor: "bottom"
1914           yref: "paper"
1915
1916     plot-hdrh-latency-percentile:
1917       title:
1918         text: ""
1919         xanchor: "center"
1920         x: 0.5
1921         font:
1922           size: 18
1923       xaxis:
1924         type: "log"
1925         title: "<b>Percentile [%]</b>"
1926         titlefont:
1927           size: 16
1928         autorange: True
1929         fixedrange: False
1930         gridcolor: "rgb(230, 230, 230)"
1931         linecolor: "rgb(220, 220, 220)"
1932         linewidth: 1
1933         showgrid: True
1934         showline: True
1935         showticklabels: True
1936         tickcolor: "rgb(220, 220, 220)"
1937         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
1938         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
1939         tickfont:
1940           size: 16
1941       yaxis:
1942         title: "<b>Packet Latency [uSec]</b>"
1943         titlefont:
1944           size: 16
1945         gridcolor: "rgb(230, 230, 230)"
1946         linecolor: "rgb(220, 220, 220)"
1947         linewidth: 1
1948         showgrid: True
1949         showline: True
1950         showticklabels: True
1951         tickcolor: "rgb(220, 220, 220)"
1952         tickfont:
1953           size: 16
1954       autosize: False
1955       showlegend: True
1956       legend:
1957         traceorder: "normal"
1958         orientation: "h"
1959         font:
1960           size: 16
1961         xanchor: "left"
1962         yanchor: "top"
1963         x: 0
1964         y: -0.15
1965         bgcolor: "rgba(255, 255, 255, 0)"
1966         bordercolor: "rgba(255, 255, 255, 0)"
1967       width: 700
1968       height: 700
1969       paper_bgcolor: "white"
1970       plot_bgcolor: "white"
1971
1972     plot-hdrh-latency-by-percentile:
1973       title:
1974         text: "<b>Latency by Percentile Distribution</b>"
1975         xanchor: "center"
1976         x: 0.5
1977         font:
1978           size: 18
1979       showlegend: True
1980       legend:
1981         traceorder: "normal"
1982         orientation: "h"
1983         font:
1984           size: 16
1985         xanchor: "left"
1986         yanchor: "top"
1987         x: 0
1988         y: -0.2
1989         bgcolor: "rgba(255, 255, 255, 0)"
1990         bordercolor: "rgba(255, 255, 255, 0)"
1991       xaxis:
1992         type: "linear"
1993         title: "<b>Percentile [%]</b>"
1994         titlefont:
1995           size: 14
1996         autorange: False
1997         fixedrange: False
1998         range: [0, 100]
1999         gridcolor: "rgb(230, 230, 230)"
2000         linecolor: "rgb(220, 220, 220)"
2001         linewidth: 1
2002         showgrid: True
2003         showline: True
2004         showticklabels: True
2005         tickcolor: "rgb(220, 220, 220)"
2006         tickvals: [0, 25, 50, 75, 100]
2007         ticktext: [0, 25, 50, 75, 100]
2008         tickfont:
2009           size: 14
2010       yaxis:
2011         title: "<b>One-Way Latency per Direction [uSec]</b>"
2012         titlefont:
2013           size: 14
2014         gridcolor: "rgb(230, 230, 230)"
2015         linecolor: "rgb(220, 220, 220)"
2016         linewidth: 1
2017         showgrid: True
2018         showline: True
2019         showticklabels: True
2020         tickcolor: "rgb(220, 220, 220)"
2021         tickfont:
2022           size: 14
2023       width: 700
2024       height: 700
2025       paper_bgcolor: "white"
2026       plot_bgcolor: "white"
2027
2028 - type: "static"
2029   src-path: "{DIR[RST]}"
2030   dst-path: "{DIR[WORKING,SRC]}"
2031
2032 - type: "input"
2033   general:
2034     file-name: "output_info.xml.gz"
2035     file-format: ".gz"
2036     arch-file-format:
2037       - ".gz"
2038       - ".zip"
2039     download-path: "{job}/{build}/archives/{filename}"
2040     extract: "output.xml"
2041
2042     zip-file-name: "robot-plugin.zip"
2043     zip-file-format: ".zip"
2044     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2045     zip-extract: "robot-plugin/output.xml"
2046
2047   builds:
2048
2049     csit-vpp-perf-verify-1904-3n-hsw:
2050       - 9   # MRR sel
2051       - 11  # NDRPDR sel
2052       - 12  # NDRPDR sel
2053       - 20  # NDRPDR sel
2054       - 21  # NDRPDR sel
2055       - 23  # NDRPDR sel
2056       - 24  # NDRPDR sel
2057       - 25  # NDRPDR sel
2058       - 26  # NDRPDR sel
2059       - 29  # NDRPDR sel
2060       - 30  # NDRPDR sel
2061     csit-vpp-perf-verify-1908-3n-hsw:
2062       - 12  # NDRPDR sel
2063       - 13  # NDRPDR sel
2064       - 14  # NDRPDR sel
2065       - 15  # NDRPDR sel
2066       - 16  # NDRPDR sel
2067       - 17  # NDRPDR sel
2068       - 18  # NDRPDR sel
2069       - 19  # NDRPDR sel
2070       - 20  # NDRPDR sel
2071       - 21  # NDRPDR sel
2072       - 48  # NDRPDR sel vhost
2073       - 49  # NDRPDR sel vhost
2074       - 52  # NDRPDR sel vhost
2075       - 53  # NDRPDR sel vhost
2076       - 54  # NDRPDR sel vhost
2077       - 55  # NDRPDR sel vhost
2078       - 56  # NDRPDR sel vhost
2079       - 57  # NDRPDR sel vhost
2080       - 58  # NDRPDR sel vhost
2081       - 59  # NDRPDR sel vhost
2082       - 39  # MRR sel
2083     csit-vpp-perf-verify-2001-3n-hsw:
2084       - 21  # NDRPDR sel
2085       - 22  # NDRPDR sel
2086       - 23  # NDRPDR sel
2087       - 24  # NDRPDR sel
2088       - 25  # NDRPDR sel
2089       - 29  # NDRPDR sel
2090       - 30  # NDRPDR sel
2091       - 31  # NDRPDR sel
2092       - 32  # NDRPDR sel
2093       - 34  # NDRPDR sel
2094       - 17  # MRR sel
2095       - 18  # NDRPDR full
2096       - 20  # NDRPDR full
2097       - 28  # NDRPDR full
2098       - 35  # NDRPDR full
2099       - 42  # NDRPDR full
2100       - 46  # NDRPDR full
2101       - 47  # NDRPDR full
2102       - 48  # NDRPDR full
2103       - 49  # NDRPDR full
2104       - 50  # NDRPDR full
2105       - 51  # NDRPDR full
2106       - 52  # NDRPDR full
2107       - 53  # NDRPDR full
2108       - 54  # NDRPDR full
2109       - 55  # NDRPDR full
2110       - 56  # NDRPDR full
2111       - 57  # NDRPDR full
2112       - 58  # NDRPDR full
2113       - 59  # NDRPDR full
2114       - 61  # NDRPDR full
2115       - 62  # NDRPDR full
2116       - 63  # NDRPDR full
2117       - 64  # NDRPDR full
2118       - 65  # NDRPDR full
2119       - 67  # NDRPDR full
2120       - 70  # NDRPDR full
2121       - 72  # NDRPDR full
2122       - 73  # NDRPDR full
2123       - 76  # NDRPDR full
2124       - 77  # NDRPDR full
2125       - 78  # NDRPDR full
2126       - 79  # NDRPDR full
2127       - 81  # NDRPDR full
2128       - 82  # NDRPDR full
2129       - 84  # NDRPDR full
2130       - 85  # NDRPDR full
2131
2132 #    csit-vpp-perf-verify-1904-3n-skx:
2133 #      - 7   # MRR sel
2134 #      - 8   # NDRPDR sel
2135 #      - 9   # NDRPDR sel
2136 #      - 10  # NDRPDR sel
2137 #      - 11  # NDRPDR sel
2138 #      - 12  # NDRPDR sel
2139 #      - 14  # NDRPDR sel
2140 #      - 16  # NDRPDR sel
2141 #      - 21  # NDRPDR sel
2142 #      - 23  # NDRPDR sel
2143 #      - 25  # NDRPDR sel
2144 #    csit-vpp-perf-verify-1908-3n-skx:
2145 #      - 14  # NDRPDR sel
2146 #      - 16  # NDRPDR sel
2147 #      - 19  # NDRPDR sel
2148 #      - 20  # NDRPDR sel
2149 #      - 22  # NDRPDR sel
2150 #      - 23  # NDRPDR sel
2151 #      - 24  # NDRPDR sel
2152 #      - 25  # NDRPDR sel
2153 #      - 26  # NDRPDR sel
2154 #      - 29  # NDRPDR sel
2155 #      - 52  # NDRPDR sel vhost
2156 #      - 53  # NDRPDR sel vhost
2157 #      - 55  # NDRPDR sel vhost
2158 #      - 61  # NDRPDR sel vhost
2159 #      - 62  # NDRPDR sel vhost
2160 #      - 63  # NDRPDR sel vhost
2161 #      - 64  # NDRPDR sel vhost
2162 #      - 65  # NDRPDR sel vhost
2163 #      - 66  # NDRPDR sel vhost
2164 #      - 67  # NDRPDR sel vhost
2165 #      - 36  # MRR sel
2166 #    csit-vpp-perf-verify-2001-3n-skx:
2167 #      - 14  # NDRPDR sel
2168 #      - 15  # NDRPDR sel
2169 #      - 16  # NDRPDR sel
2170
2171 #    csit-vpp-perf-verify-1904-2n-skx:
2172 #      - 11  # MRR sel
2173 #      - 12  # NDRPDR sel
2174 #      - 14  # NDRPDR sel
2175 #      - 16  # NDRPDR sel
2176 #      - 17  # NDRPDR sel
2177 #      - 18  # NDRPDR sel
2178 #      - 21  # NDRPDR sel
2179 #      - 27  # NDRPDR sel
2180 #      - 30  # NDRPDR sel
2181 #      - 31  # NDRPDR sel
2182 #      - 32  # NDRPDR sel
2183 #    csit-vpp-perf-verify-1908-2n-skx:
2184 #      - 26  # NDRPDR sel
2185 #      - 27  # NDRPDR sel
2186 #      - 34  # NDRPDR sel
2187 #      - 35  # NDRPDR sel
2188 #      - 36  # NDRPDR sel
2189 #      - 42  # NDRPDR sel
2190 #      - 43  # NDRPDR sel
2191 #      - 44  # NDRPDR sel
2192 #      - 45  # NDRPDR sel
2193 #      - 46  # NDRPDR sel
2194 #      - 88  # NDRPDR sel vhost
2195 #      - 89  # NDRPDR sel vhost
2196 #      - 91  # NDRPDR sel vhost
2197 #      - 92  # NDRPDR sel vhost
2198 #      - 93  # NDRPDR sel vhost
2199 #      - 94  # NDRPDR sel vhost
2200 #      - 95  # NDRPDR sel vhost
2201 #      - 96  # NDRPDR sel vhost
2202 #      - 97  # NDRPDR sel vhost
2203 #      - 98  # NDRPDR sel vhost
2204 #      - 69  # MRR sel
2205 #      - 29  # TCP
2206 #      - 30  # TCP
2207 #      - 58  # TCP
2208 #      - 22  # NFV
2209 #      - 31  # NFV
2210 #      - 32  # NFV
2211 #      - 71  # NFV MRR
2212 #      - 113 # NFV reconf sel
2213 #      - 114 # NFV reconf sel
2214 #      - 115 # NFV reconf sel
2215 #      - 83  # SOAK
2216 #      - 86  # SOAK
2217 #    csit-vpp-perf-verify-2001-2n-skx:
2218 #      - 21  # NDRPDR sel
2219 #      - 22  # NDRPDR sel
2220 #      - 23  # NDRPDR sel
2221 #      - 26  # NDRPDR sel
2222 #      - 27  # NDRPDR sel
2223 #      - 29  # NDRPDR sel
2224 #      - 32  # NDRPDR full
2225 #      - 33  # NDRPDR full
2226 #      - 30  # NFV
2227 #      - 31  # NFV
2228
2229     csit-vpp-perf-verify-2001-2n-clx:
2230       - 28  # NDRPDR sel
2231       - 29  # NDRPDR sel
2232       - 32  # NDRPDR sel
2233       - 40  # NDRPDR sel
2234       - 43  # NDRPDR sel
2235       - 44  # NDRPDR sel
2236       - 45  # NDRPDR sel
2237       - 39  # MRR
2238       - 34  # NDRPDR full
2239       - 35  # NDRPDR full
2240       - 36  # NDRPDR full
2241       - 38  # NDRPDR full
2242       - 41  # NDRPDR full
2243       - 42  # NDRPDR full
2244
2245     csit-vpp-perf-verify-1908-3n-tsh:
2246       - 7   # NDRPDR sel
2247       - 8   # NDRPDR sel
2248       - 9   # NDRPDR sel
2249       - 10  # NDRPDR sel
2250       - 11  # NDRPDR sel
2251       - 12  # NDRPDR sel
2252       - 13  # NDRPDR sel
2253       - 14  # NDRPDR sel
2254       - 15  # NDRPDR sel
2255       - 16  # NDRPDR sel
2256       - 17  # MRR sel
2257     csit-vpp-perf-verify-2001-3n-tsh:
2258       - 3   # NDRPDR sel
2259       - 4   # NDRPDR sel
2260       - 7   # NDRPDR sel
2261       - 8   # NDRPDR sel
2262       - 10  # NDRPDR sel
2263       - 12  # NDRPDR sel
2264       - 13  # NDRPDR sel
2265       - 14  # NDRPDR sel
2266       - 15  # NDRPDR sel
2267       - 9   # MRR sel
2268
2269     csit-vpp-perf-verify-1908-3n-dnv:
2270       - 6   # NDRPDR sel
2271       - 7   # NDRPDR sel
2272       - 8   # NDRPDR sel
2273       - 9   # NDRPDR sel
2274       - 10  # NDRPDR sel
2275       - 12  # NDRPDR sel
2276       - 13  # NDRPDR sel
2277       - 14  # NDRPDR sel
2278       - 15  # NDRPDR sel
2279       - 16  # NDRPDR sel
2280       - 17  # MRR sel
2281     csit-vpp-perf-verify-2001-3n-dnv:
2282       - 5   # NDRPDR sel
2283       - 6   # NDRPDR sel
2284       - 7   # NDRPDR sel
2285       - 8   # NDRPDR sel
2286       - 9   # NDRPDR sel
2287       - 10  # NDRPDR sel
2288       - 12  # NDRPDR sel
2289       - 16  # NDRPDR sel
2290       - 17  # NDRPDR sel
2291       - 18  # NDRPDR sel
2292       - 11  # MRR sel
2293       - 19  # NDRPDR full
2294       - 20  # NDRPDR full
2295       - 21  # NDRPDR full
2296       - 22  # NDRPDR full
2297       - 23  # NDRPDR full
2298       - 24  # NDRPDR full
2299       - 25  # NDRPDR full
2300       - 26  # NDRPDR full
2301       - 37  # NDRPDR full
2302       - 38  # NDRPDR full
2303       - 39  # NDRPDR full
2304
2305     csit-vpp-perf-verify-1908-2n-dnv:
2306       - 1   # NDRPDR sel
2307       - 2   # NDRPDR sel
2308       - 3   # NDRPDR sel
2309       - 4   # NDRPDR sel
2310       - 5   # NDRPDR sel
2311       - 6   # NDRPDR sel
2312       - 7   # NDRPDR sel
2313       - 8   # NDRPDR sel
2314       - 9   # NDRPDR sel
2315       - 10  # NDRPDR sel
2316       - 11  # MRR sel
2317     csit-vpp-perf-verify-2001-2n-dnv:
2318       - 4   # NDRPDR sel
2319       - 5   # NDRPDR sel
2320       - 6   # NDRPDR sel
2321       - 7   # NDRPDR sel
2322       - 8   # NDRPDR sel
2323       - 9   # NDRPDR sel
2324       - 10  # NDRPDR sel
2325       - 11  # NDRPDR sel
2326       - 13  # NDRPDR sel
2327       - 16  # NDRPDR sel
2328       - 12  # MRR sel
2329       - 21  # NDRPDR full
2330       - 22  # NDRPDR full
2331       - 25  # NDRPDR full
2332       - 26  # NDRPDR full
2333       - 27  # NDRPDR full
2334       - 28  # NDRPDR full
2335
2336     csit-dpdk-perf-verify-1904-3n-hsw:
2337       - 2   # NDRPDR sel
2338       - 3   # NDRPDR sel
2339       - 5   # NDRPDR sel
2340       - 6   # NDRPDR sel
2341       - 13  # NDRPDR sel
2342       - 14  # NDRPDR sel
2343       - 15  # NDRPDR sel
2344       - 18  # NDRPDR sel
2345       - 19  # NDRPDR sel
2346       - 20  # NDRPDR sel
2347     csit-dpdk-perf-verify-1908-3n-hsw:
2348       - 2   # NDRPDR sel
2349       - 3   # NDRPDR sel
2350       - 4   # NDRPDR sel
2351       - 5   # NDRPDR sel
2352       - 6   # NDRPDR sel
2353       - 7   # NDRPDR sel
2354       - 8   # NDRPDR sel
2355       - 9   # NDRPDR sel
2356       - 10  # NDRPDR sel
2357       - 11  # NDRPDR sel
2358     csit-dpdk-perf-verify-2001-3n-hsw:
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  # NDRPDR sel
2367       - 12  # NDRPDR sel
2368       - 13  # NDRPDR sel
2369       - 15  # NDRPDR sel
2370       - 16  # NDRPDR sel
2371       - 17  # NDRPDR sel
2372       - 18  # NDRPDR sel
2373       - 19  # NDRPDR sel
2374       - 20  # NDRPDR sel
2375       - 21  # NDRPDR sel
2376       - 22  # NDRPDR sel
2377       - 23  # NDRPDR sel
2378       - 24  # NDRPDR sel
2379       - 25  # NDRPDR full
2380       - 26  # NDRPDR full
2381
2382 #    csit-dpdk-perf-verify-1904-3n-skx:
2383 #      - 2   # NDRPDR sel
2384 #      - 3   # NDRPDR sel
2385 #      - 4   # NDRPDR sel
2386 #      - 5   # NDRPDR sel
2387 #      - 6   # NDRPDR sel
2388 #      - 7   # NDRPDR sel
2389 #      - 11  # NDRPDR sel
2390 #      - 12  # NDRPDR sel
2391 #      - 13  # NDRPDR sel
2392 #      - 14  # NDRPDR sel
2393 #    csit-dpdk-perf-verify-1908-3n-skx:
2394 #      - 3   # NDRPDR sel
2395 #      - 4   # NDRPDR sel
2396 #      - 5   # NDRPDR sel
2397 #      - 6   # NDRPDR sel
2398 #      - 7   # NDRPDR sel
2399 #      - 8   # NDRPDR sel
2400 #      - 9   # NDRPDR sel
2401 #      - 10  # NDRPDR sel
2402 #      - 11  # NDRPDR sel
2403 #      - 12  # NDRPDR sel
2404 #    csit-dpdk-perf-verify-2001-3n-skx:
2405 #      - 1   # NDRPDR sel
2406 #      - 2   # NDRPDR sel
2407 #      - 3   # NDRPDR sel
2408 #      - 4   # NDRPDR sel
2409 #      - 5   # NDRPDR sel
2410 #      - 6   # NDRPDR sel
2411 #      - 7   # NDRPDR sel
2412 #      - 8   # NDRPDR sel
2413 #      - 9   # NDRPDR sel
2414 #      - 10  # NDRPDR sel
2415
2416 #    csit-dpdk-perf-verify-1904-2n-skx:
2417 #      - 2   # NDRPDR sel
2418 #      - 3   # NDRPDR sel
2419 #      - 4   # NDRPDR sel
2420 #      - 5   # NDRPDR sel
2421 #      - 7   # NDRPDR sel
2422 #      - 8   # NDRPDR sel
2423 #      - 9   # NDRPDR sel
2424 #      - 10  # NDRPDR sel
2425 #      - 11  # NDRPDR sel
2426 #      - 12  # NDRPDR sel
2427 #    csit-dpdk-perf-verify-1908-2n-skx:
2428 #      - 2   # NDRPDR sel
2429 #      - 3   # NDRPDR sel
2430 #      - 4   # NDRPDR sel
2431 #      - 5   # NDRPDR sel
2432 #      - 7   # NDRPDR sel
2433 #      - 8   # NDRPDR sel
2434 #      - 9   # NDRPDR sel
2435 #      - 10  # NDRPDR sel
2436 #      - 11  # NDRPDR sel
2437 #      - 12  # NDRPDR sel
2438 #    csit-dpdk-perf-verify-2001-2n-skx:
2439 #      - 1   # NDRPDR sel
2440 #      - 2   # NDRPDR sel
2441 #      - 3   # NDRPDR sel
2442 #      - 4   # NDRPDR sel
2443 #      - 5   # NDRPDR sel
2444 #      - 6   # NDRPDR sel
2445 #      - 7   # NDRPDR sel
2446 #      - 8   # NDRPDR sel
2447 #      - 9   # NDRPDR sel
2448 #      - 10  # NDRPDR sel
2449 #      - 11  # NDRPDR sel
2450 #      - 13  # NDRPDR sel
2451 #      - 26  # NDRPDR sel
2452 #      - 16  # NDRPDR sel
2453 #      - 17  # NDRPDR sel
2454 #      - 18  # NDRPDR sel
2455 #      - 19  # NDRPDR sel
2456 #      - 27  # NDRPDR sel
2457 #      - 21  # NDRPDR sel
2458 #      - 25  # NDRPDR sel
2459
2460     csit-dpdk-perf-verify-2001-2n-clx:
2461       - 15  # NDRPDR sel
2462       - 16  # NDRPDR sel
2463       - 17  # NDRPDR sel
2464       - 18  # NDRPDR sel
2465       - 19  # NDRPDR sel
2466       - 20  # NDRPDR sel
2467       - 21  # NDRPDR sel
2468       - 22  # NDRPDR sel
2469       - 23  # NDRPDR sel
2470       - 24  # NDRPDR sel
2471       - 25  # NDRPDR sel
2472       - 26  # NDRPDR sel
2473       - 27  # NDRPDR sel
2474       - 28  # NDRPDR sel
2475       - 29  # NDRPDR sel
2476       - 30  # NDRPDR sel
2477       - 31  # NDRPDR sel
2478       - 32  # NDRPDR sel
2479       - 33  # NDRPDR sel
2480       - 34  # NDRPDR sel
2481
2482     csit-dpdk-perf-verify-2001-2n-dnv:
2483       - 9   # NDRPDR sel
2484       - 10  # NDRPDR sel
2485       - 11  # NDRPDR sel
2486       - 12  # NDRPDR sel
2487       - 13  # NDRPDR sel
2488       - 14  # NDRPDR sel
2489       - 15  # NDRPDR sel
2490       - 16  # NDRPDR sel
2491       - 17  # NDRPDR sel
2492       - 18  # NDRPDR sel
2493
2494     csit-dpdk-perf-verify-2001-3n-dnv:
2495       - 12  # NDRPDR sel
2496       - 13  # NDRPDR sel
2497       - 14  # NDRPDR sel
2498       - 15  # NDRPDR sel
2499       - 16  # NDRPDR sel
2500       - 17  # NDRPDR sel
2501       - 18  # NDRPDR sel
2502       - 19  # NDRPDR sel
2503       - 20  # NDRPDR sel
2504       - 22  # NDRPDR sel
2505
2506     csit-dpdk-perf-verify-2001-3n-tsh:
2507       - 3   # NDRPDR sel
2508       - 4   # NDRPDR sel
2509       - 5   # NDRPDR sel
2510       - 9   # NDRPDR sel
2511       - 10  # NDRPDR sel
2512       - 11  # NDRPDR sel
2513       - 12  # NDRPDR sel
2514       - 14  # NDRPDR sel
2515       - 15  # NDRPDR sel
2516       - 18  # NDRPDR sel
2517
2518     csit-vpp-device-2001-ubuntu1804-1n-skx:
2519       - 57
2520
2521 - type: "output"
2522   output: "report"
2523   format:
2524     html:
2525     - full
2526 #    pdf:
2527 #    - minimal
2528
2529 ################################################################################
2530 ###                               T A B L E S                                ###
2531 ################################################################################
2532
2533 ## VPP Soak vs NDR
2534 #- type: "table"
2535 #  title: "VPP Soak vs NDR 2n-skx"
2536 #  algorithm: "table_soak_vs_ndr"
2537 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2538 #  reference:
2539 #    title: "NDR"
2540 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
2541 #  compare:
2542 #    title: "Soak"
2543 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
2544 #  data: "vpp-soak-vs-ndr-2n-skx"
2545 #  include-tests: "NDR"
2546 #  filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2547 #  parameters:
2548 #    - "throughput"
2549 #    - "name"
2550 #    - "parent"
2551
2552 ################################################################################
2553
2554 ## VPP Compare NICs 3n-skx 2t1c ndr
2555 #- type: "table"
2556 #  title: "VPP Compare NICs 3n-skx 2t1c ndr"
2557 #  algorithm: "table_nics_comparison"
2558 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2559 #  reference:
2560 #    title: "x710"
2561 #    nic: "NIC_Intel-X710"
2562 #  compare:
2563 #    title: "xxv710"
2564 #    nic: "NIC_Intel-XXV710"
2565 #  data: "vpp-nic-comparison-3n-skx"
2566 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2567 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2568 #  parameters:
2569 #  - "name"
2570 #  - "parent"
2571 #  - "throughput"
2572 #  - "tags"
2573 #
2574 ## VPP Compare NICs 3n-skx 4t2c ndr
2575 #- type: "table"
2576 #  title: "VPP Compare NICs 3n-skx 4t2c ndr"
2577 #  algorithm: "table_nics_comparison"
2578 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2579 #  reference:
2580 #    title: "x710"
2581 #    nic: "NIC_Intel-X710"
2582 #  compare:
2583 #    title: "xxv710"
2584 #    nic: "NIC_Intel-XXV710"
2585 #  data: "vpp-nic-comparison-3n-skx"
2586 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2587 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2588 #  parameters:
2589 #  - "name"
2590 #  - "parent"
2591 #  - "throughput"
2592 #  - "tags"
2593 #
2594 ## VPP Compare NICs 3n-skx 2t1c pdr
2595 #- type: "table"
2596 #  title: "VPP Compare NICs 3n-skx 2t1c pdr"
2597 #  algorithm: "table_nics_comparison"
2598 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2599 #  reference:
2600 #    title: "x710"
2601 #    nic: "NIC_Intel-X710"
2602 #  compare:
2603 #    title: "xxv710"
2604 #    nic: "NIC_Intel-XXV710"
2605 #  data: "vpp-nic-comparison-3n-skx"
2606 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2607 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2608 #  parameters:
2609 #  - "name"
2610 #  - "parent"
2611 #  - "throughput"
2612 #  - "tags"
2613 #
2614 # # VPP Compare NICs 3n-skx 4t2c pdr
2615 #- type: "table"
2616 #  title: "VPP Compare NICs 3n-skx 4t2c pdr"
2617 #  algorithm: "table_nics_comparison"
2618 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2619 #  reference:
2620 #    title: "x710"
2621 #    nic: "NIC_Intel-X710"
2622 #  compare:
2623 #    title: "xxv710"
2624 #    nic: "NIC_Intel-XXV710"
2625 #  data: "vpp-nic-comparison-3n-skx"
2626 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2627 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2628 #  parameters:
2629 #  - "name"
2630 #  - "parent"
2631 #  - "throughput"
2632 #  - "tags"
2633 #
2634 ## VPP Compare NICs 3n-skx 2t1c mrr
2635 #- type: "table"
2636 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2637 #  algorithm: "table_nics_comparison"
2638 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2639 #  reference:
2640 #    title: "x710"
2641 #    nic: "NIC_Intel-X710"
2642 #  compare:
2643 #    title: "xxv710"
2644 #    nic: "NIC_Intel-XXV710"
2645 #  data: "vpp-nic-comparison-3n-skx-mrr"
2646 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2647 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2648 #  parameters:
2649 #  - "name"
2650 #  - "parent"
2651 #  - "result"
2652 #  - "tags"
2653 #
2654 ## VPP Compare NICs 3n-skx 4t2c mrr
2655 #- type: "table"
2656 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2657 #  algorithm: "table_nics_comparison"
2658 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2659 #  reference:
2660 #    title: "x710"
2661 #    nic: "NIC_Intel-X710"
2662 #  compare:
2663 #    title: "xxv710"
2664 #    nic: "NIC_Intel-XXV710"
2665 #  data: "vpp-nic-comparison-3n-skx-mrr"
2666 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2667 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2668 #  parameters:
2669 #  - "name"
2670 #  - "parent"
2671 #  - "result"
2672 #  - "tags"
2673 #
2674 # # VPP Compare NICs 3n-skx 8t4c mrr
2675 #- type: "table"
2676 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2677 #  algorithm: "table_nics_comparison"
2678 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2679 #  reference:
2680 #    title: "x710"
2681 #    nic: "NIC_Intel-X710"
2682 #  compare:
2683 #    title: "xxv710"
2684 #    nic: "NIC_Intel-XXV710"
2685 #  data: "vpp-nic-comparison-3n-skx-mrr"
2686 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2687 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2688 #  parameters:
2689 #  - "name"
2690 #  - "parent"
2691 #  - "result"
2692 #  - "tags"
2693 #
2694 ## VPP Compare NICs 2n-skx 2t1c ndr
2695 #- type: "table"
2696 #  title: "VPP Compare NICs 2n-skx 2t1c ndr"
2697 #  algorithm: "table_nics_comparison"
2698 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2699 #  reference:
2700 #    title: "x710"
2701 #    nic: "NIC_Intel-X710"
2702 #  compare:
2703 #    title: "xxv710"
2704 #    nic: "NIC_Intel-XXV710"
2705 #  data: "vpp-nic-comparison-2n-skx"
2706 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2707 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2708 #  parameters:
2709 #  - "name"
2710 #  - "parent"
2711 #  - "throughput"
2712 #  - "tags"
2713 #
2714 ## VPP Compare NICs 2n-skx 4t2c ndr
2715 #- type: "table"
2716 #  title: "VPP Compare NICs 2n-skx 4t2c ndr"
2717 #  algorithm: "table_nics_comparison"
2718 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2719 #  reference:
2720 #    title: "x710"
2721 #    nic: "NIC_Intel-X710"
2722 #  compare:
2723 #    title: "xxv710"
2724 #    nic: "NIC_Intel-XXV710"
2725 #  data: "vpp-nic-comparison-2n-skx"
2726 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2727 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2728 #  parameters:
2729 #  - "name"
2730 #  - "parent"
2731 #  - "throughput"
2732 #  - "tags"
2733 #
2734 # # VPP Compare NICs 2n-skx 2t1c pdr
2735 #- type: "table"
2736 #  title: "VPP Compare NICs 2n-skx 2t1c pdr"
2737 #  algorithm: "table_nics_comparison"
2738 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2739 #  reference:
2740 #    title: "x710"
2741 #    nic: "NIC_Intel-X710"
2742 #  compare:
2743 #    title: "xxv710"
2744 #    nic: "NIC_Intel-XXV710"
2745 #  data: "vpp-nic-comparison-2n-skx"
2746 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2747 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2748 #  parameters:
2749 #  - "name"
2750 #  - "parent"
2751 #  - "throughput"
2752 #  - "tags"
2753 #
2754 ## VPP Compare NICs 2n-skx 4t2c pdr
2755 #- type: "table"
2756 #  title: "VPP Compare NICs 2n-skx 4t2c pdr"
2757 #  algorithm: "table_nics_comparison"
2758 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2759 #  reference:
2760 #    title: "x710"
2761 #    nic: "NIC_Intel-X710"
2762 #  compare:
2763 #    title: "xxv710"
2764 #    nic: "NIC_Intel-XXV710"
2765 #  data: "vpp-nic-comparison-2n-skx"
2766 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2767 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2768 #  parameters:
2769 #  - "name"
2770 #  - "parent"
2771 #  - "throughput"
2772 #  - "tags"
2773 #
2774 ## VPP Compare NICs 2n-skx 2t1c mrr
2775 #- type: "table"
2776 #  title: "VPP Compare NICs 2n-skx 2t1c mrr"
2777 #  algorithm: "table_nics_comparison"
2778 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2779 #  reference:
2780 #    title: "x710"
2781 #    nic: "NIC_Intel-X710"
2782 #  compare:
2783 #    title: "xxv710"
2784 #    nic: "NIC_Intel-XXV710"
2785 #  data: "vpp-nic-comparison-2n-skx-mrr"
2786 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2787 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2788 #  parameters:
2789 #  - "name"
2790 #  - "parent"
2791 #  - "result"
2792 #  - "tags"
2793 #
2794 ## VPP Compare NICs 2n-skx 4t2c mrr
2795 #- type: "table"
2796 #  title: "VPP Compare NICs 2n-skx 4t2c mrr"
2797 #  algorithm: "table_nics_comparison"
2798 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2799 #  reference:
2800 #    title: "x710"
2801 #    nic: "NIC_Intel-X710"
2802 #  compare:
2803 #    title: "xxv710"
2804 #    nic: "NIC_Intel-XXV710"
2805 #  data: "vpp-nic-comparison-2n-skx-mrr"
2806 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2807 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2808 #  parameters:
2809 #  - "name"
2810 #  - "parent"
2811 #  - "result"
2812 #  - "tags"
2813 #
2814 ## VPP Compare NICs 2n-skx 8t4c mrr
2815 #- type: "table"
2816 #  title: "VPP Compare NICs 2n-skx 8t4c mrr"
2817 #  algorithm: "table_nics_comparison"
2818 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2819 #  reference:
2820 #    title: "x710"
2821 #    nic: "NIC_Intel-X710"
2822 #  compare:
2823 #    title: "xxv710"
2824 #    nic: "NIC_Intel-XXV710"
2825 #  data: "vpp-nic-comparison-2n-skx-mrr"
2826 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2827 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2828 #  parameters:
2829 #  - "name"
2830 #  - "parent"
2831 #  - "result"
2832 #  - "tags"
2833
2834 ################################################################################
2835 # VPP
2836
2837 # VPP Performance Changes 3n-hsw 1t1c pdr
2838 - type: "table"
2839   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2840   algorithm: "table_perf_comparison"
2841   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2842   history:
2843     - title: "rls1904"
2844       data: "vpp-performance-changes-3n-hsw-h1"
2845   reference:
2846     title: "rls1908"
2847     data: "vpp-performance-changes-3n-hsw-ref"
2848     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2849   compare:
2850     title: "rls2001"
2851     data: "vpp-performance-changes-3n-hsw-cmp"
2852   data: "vpp-performance-changes-3n-hsw"
2853   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2854   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2855   parameters:
2856   - "name"
2857   - "parent"
2858   - "throughput"
2859
2860 # VPP Performance Changes 3n-hsw 2t2c pdr
2861 - type: "table"
2862   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2863   algorithm: "table_perf_comparison"
2864   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2865   history:
2866     - title: "rls1904"
2867       data: "vpp-performance-changes-3n-hsw-h1"
2868   reference:
2869     title: "rls1908"
2870     data: "vpp-performance-changes-3n-hsw-ref"
2871     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2872   compare:
2873     title: "rls2001"
2874     data: "vpp-performance-changes-3n-hsw-cmp"
2875   data: "vpp-performance-changes-3n-hsw"
2876   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2877   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2878   parameters:
2879   - "name"
2880   - "parent"
2881   - "throughput"
2882
2883 # VPP Performance Changes 3n-hsw 1t1c ndr
2884 - type: "table"
2885   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2886   algorithm: "table_perf_comparison"
2887   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2888   history:
2889     - title: "rls1904"
2890       data: "vpp-performance-changes-3n-hsw-h1"
2891   reference:
2892     title: "rls1908"
2893     data: "vpp-performance-changes-3n-hsw-ref"
2894     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2895   compare:
2896     title: "rls2001"
2897     data: "vpp-performance-changes-3n-hsw-cmp"
2898   data: "vpp-performance-changes-3n-hsw"
2899   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2900   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2901   parameters:
2902   - "name"
2903   - "parent"
2904   - "throughput"
2905
2906 # VPP Performance Changes 3n-hsw 2t2c ndr
2907 - type: "table"
2908   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2909   algorithm: "table_perf_comparison"
2910   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2911   history:
2912     - title: "rls1904"
2913       data: "vpp-performance-changes-3n-hsw-h1"
2914   reference:
2915     title: "rls1908"
2916     data: "vpp-performance-changes-3n-hsw-ref"
2917     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2918   compare:
2919     title: "rls2001"
2920     data: "vpp-performance-changes-3n-hsw-cmp"
2921   data: "vpp-performance-changes-3n-hsw"
2922   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2923   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2924   parameters:
2925   - "name"
2926   - "parent"
2927   - "throughput"
2928
2929 ## VPP Performance Changes 3n-skx 2t1c pdr
2930 #- type: "table"
2931 #  title: "VPP Performance Changes 3n-skx 2t1c pdr"
2932 #  algorithm: "table_perf_comparison_nic"
2933 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2934 #  history:
2935 #    - title: "rls1904 x710"
2936 #      data: "vpp-performance-changes-3n-skx-h1"
2937 #      nic: "NIC_Intel-X710"
2938 #  reference:
2939 #    title: "rls1908 xxv710"
2940 #    data: "vpp-performance-changes-3n-skx-ref"
2941 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2942 #    nic: "NIC_Intel-XXV710"
2943 #  compare:
2944 #    title: "rls2001 xxv710"
2945 #    data: "vpp-performance-changes-3n-skx-cmp"
2946 #    nic: "NIC_Intel-XXV710"
2947 #  data: "vpp-performance-changes-3n-skx"
2948 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2949 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2950 #  parameters:
2951 #  - "name"
2952 #  - "parent"
2953 #  - "throughput"
2954 #  - "tags"
2955 #
2956 ## VPP Performance Changes 3n-skx 4t2c pdr
2957 #- type: "table"
2958 #  title: "VPP Performance Changes 3n-skx 4t2c pdr"
2959 #  algorithm: "table_perf_comparison_nic"
2960 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2961 #  history:
2962 #    - title: "rls1904 x710"
2963 #      data: "vpp-performance-changes-3n-skx-h1"
2964 #      nic: "NIC_Intel-X710"
2965 #  reference:
2966 #    title: "rls1908 x710"
2967 #    data: "vpp-performance-changes-3n-skx-ref"
2968 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2969 #    nic: "NIC_Intel-X710"
2970 #  compare:
2971 #    title: "rls2001 xxv710"
2972 #    data: "vpp-performance-changes-3n-skx-cmp"
2973 #    nic: "NIC_Intel-XXV710"
2974 #  data: "vpp-performance-changes-3n-skx"
2975 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2976 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2977 #  parameters:
2978 #  - "name"
2979 #  - "parent"
2980 #  - "throughput"
2981 #  - "tags"
2982 #
2983 ## VPP Performance Changes 3n-skx 2t1c ndr
2984 #- type: "table"
2985 #  title: "VPP Performance Changes 3n-skx 2t1c ndr"
2986 #  algorithm: "table_perf_comparison_nic"
2987 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2988 #  history:
2989 #    - title: "rls1904 x710"
2990 #      data: "vpp-performance-changes-3n-skx-h1"
2991 #      nic: "NIC_Intel-X710"
2992 #  reference:
2993 #    title: "rls1908 x710"
2994 #    data: "vpp-performance-changes-3n-skx-ref"
2995 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2996 #    nic: "NIC_Intel-X710"
2997 #  compare:
2998 #    title: "rls2001 xxv710"
2999 #    data: "vpp-performance-changes-3n-skx-cmp"
3000 #    nic: "NIC_Intel-XXV710"
3001 #  data: "vpp-performance-changes-3n-skx"
3002 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3003 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3004 #  parameters:
3005 #  - "name"
3006 #  - "parent"
3007 #  - "throughput"
3008 #  - "tags"
3009 #
3010 ## VPP Performance Changes 3n-skx 4t2c ndr
3011 #- type: "table"
3012 #  title: "VPP Performance Changes 3n-skx 4t2c ndr"
3013 #  algorithm: "table_perf_comparison_nic"
3014 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3015 #  history:
3016 #    - title: "rls1904 x710"
3017 #      data: "vpp-performance-changes-3n-skx-h1"
3018 #      nic: "NIC_Intel-X710"
3019 #  reference:
3020 #    title: "rls1908 x710"
3021 #    data: "vpp-performance-changes-3n-skx-ref"
3022 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3023 #    nic: "NIC_Intel-X710"
3024 #  compare:
3025 #    title: "rls2001 xxv710"
3026 #    data: "vpp-performance-changes-3n-skx-cmp"
3027 #    nic: "NIC_Intel-XXV710"
3028 #  data: "vpp-performance-changes-3n-skx"
3029 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3030 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3031 #  parameters:
3032 #  - "name"
3033 #  - "parent"
3034 #  - "throughput"
3035 #  - "tags"
3036 #
3037 ## VPP Performance Changes 2n-skx 2t1c pdr
3038 #- type: "table"
3039 #  title: "VPP Performance Changes 2n-skx 2t1c pdr"
3040 #  algorithm: "table_perf_comparison_nic"
3041 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3042 #  history:
3043 #    - title: "rls1904 x710"
3044 #      data: "vpp-performance-changes-2n-skx-h1"
3045 #      nic: "NIC_Intel-X710"
3046 #  reference:
3047 #    title: "rls1908 xxv710"
3048 #    data: "vpp-performance-changes-2n-skx-ref"
3049 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3050 #    nic: "NIC_Intel-XXV710"
3051 #  compare:
3052 #    title: "rls2001 xxv710"
3053 #    data: "vpp-performance-changes-2n-skx-cmp"
3054 #    nic: "NIC_Intel-XXV710"
3055 #  data: "vpp-performance-changes-2n-skx"
3056 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3057 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3058 #  parameters:
3059 #  - "name"
3060 #  - "parent"
3061 #  - "throughput"
3062 #  - "tags"
3063 #
3064 ## VPP Performance Changes 2n-skx 4t2c pdr
3065 #- type: "table"
3066 #  title: "VPP Performance Changes 2n-skx 4t2c pdr"
3067 #  algorithm: "table_perf_comparison_nic"
3068 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3069 #  history:
3070 #    - title: "rls1904 x710"
3071 #      data: "vpp-performance-changes-2n-skx-h1"
3072 #      nic: "NIC_Intel-X710"
3073 #  reference:
3074 #    title: "rls1908 xxv710"
3075 #    data: "vpp-performance-changes-2n-skx-ref"
3076 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3077 #    nic: "NIC_Intel-XXV710"
3078 #  compare:
3079 #    title: "rls2001 xxv710"
3080 #    data: "vpp-performance-changes-2n-skx-cmp"
3081 #    nic: "NIC_Intel-XXV710"
3082 #  data: "vpp-performance-changes-2n-skx"
3083 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3084 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3085 #  parameters:
3086 #  - "name"
3087 #  - "parent"
3088 #  - "throughput"
3089 #  - "tags"
3090 #
3091 ## VPP Performance Changes 2n-skx 2t1c ndr
3092 #- type: "table"
3093 #  title: "VPP Performance Changes 2n-skx 2t1c ndr"
3094 #  algorithm: "table_perf_comparison_nic"
3095 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3096 #  history:
3097 #    - title: "rls1904 x710"
3098 #      data: "vpp-performance-changes-2n-skx-h1"
3099 #      nic: "NIC_Intel-X710"
3100 #  reference:
3101 #    title: "rls1908 xxv710"
3102 #    data: "vpp-performance-changes-2n-skx-ref"
3103 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3104 #    nic: "NIC_Intel-XXV710"
3105 #  compare:
3106 #    title: "rls2001 xxv710"
3107 #    data: "vpp-performance-changes-2n-skx-cmp"
3108 #    nic: "NIC_Intel-XXV710"
3109 #  data: "vpp-performance-changes-2n-skx"
3110 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3111 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3112 #  parameters:
3113 #  - "name"
3114 #  - "parent"
3115 #  - "throughput"
3116 #  - "tags"
3117 #
3118 ## VPP Performance Changes 2n-skx 4t2c ndr
3119 #- type: "table"
3120 #  title: "VPP Performance Changes 2n-skx 4t2c ndr"
3121 #  algorithm: "table_perf_comparison_nic"
3122 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3123 #  history:
3124 #    - title: "rls1904 x710"
3125 #      data: "vpp-performance-changes-2n-skx-h1"
3126 #      nic: "NIC_Intel-X710"
3127 #  reference:
3128 #    title: "rls1908 xxv710"
3129 #    data: "vpp-performance-changes-2n-skx-ref"
3130 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3131 #    nic: "NIC_Intel-XXV710"
3132 #  compare:
3133 #    title: "rls2001 xxv710"
3134 #    data: "vpp-performance-changes-2n-skx-cmp"
3135 #    nic: "NIC_Intel-XXV710"
3136 #  data: "vpp-performance-changes-2n-skx"
3137 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3138 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3139 #  parameters:
3140 #  - "name"
3141 #  - "parent"
3142 #  - "throughput"
3143 #  - "tags"
3144 #
3145 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
3146 #- type: "table"
3147 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
3148 #  algorithm: "table_perf_comparison"
3149 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
3150 #  reference:
3151 #    title: "rls1908"
3152 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3153 #  compare:
3154 #    title: "rls2001"
3155 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3156 #  data: "vpp-performance-changes-nfv-2n-skx"
3157 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3158 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3159 #  parameters:
3160 #  - "name"
3161 #  - "parent"
3162 #  - "throughput"
3163 #  - "tags"
3164 #
3165 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
3166 #- type: "table"
3167 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
3168 #  algorithm: "table_perf_comparison"
3169 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
3170 #  reference:
3171 #    title: "rls1908"
3172 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3173 #  compare:
3174 #    title: "rls2001"
3175 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3176 #  data: "vpp-performance-changes-nfv-2n-skx"
3177 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3178 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3179 #  parameters:
3180 #  - "name"
3181 #  - "parent"
3182 #  - "throughput"
3183 #  - "tags"
3184 #
3185 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
3186 #- type: "table"
3187 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
3188 #  algorithm: "table_perf_comparison"
3189 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
3190 #  reference:
3191 #    title: "rls1908"
3192 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3193 #  compare:
3194 #    title: "rls2001"
3195 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3196 #  data: "vpp-performance-changes-nfv-2n-skx"
3197 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3198 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3199 #  parameters:
3200 #  - "name"
3201 #  - "parent"
3202 #  - "throughput"
3203 #  - "tags"
3204 #
3205 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
3206 #- type: "table"
3207 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
3208 #  algorithm: "table_perf_comparison"
3209 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
3210 #  reference:
3211 #    title: "rls1908"
3212 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3213 #  compare:
3214 #    title: "rls2001"
3215 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3216 #  data: "vpp-performance-changes-nfv-2n-skx"
3217 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3218 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3219 #  parameters:
3220 #  - "name"
3221 #  - "parent"
3222 #  - "throughput"
3223 #  - "tags"
3224
3225 # VPP Performance Changes 2n-dnv 1t1c pdr
3226 - type: "table"
3227   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3228   algorithm: "table_perf_comparison"
3229   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3230   reference:
3231     title: "rls1908"
3232     data: "vpp-performance-changes-2n-dnv-ref"
3233   compare:
3234     title: "rls2001"
3235     data: "vpp-performance-changes-2n-dnv-cmp"
3236   data: "vpp-performance-changes-2n-dnv"
3237   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3238   filter: "'1T1C'"
3239   parameters:
3240   - "name"
3241   - "parent"
3242   - "throughput"
3243   - "tags"
3244
3245 # VPP Performance Changes 2n-dnv 2t2c pdr
3246 - type: "table"
3247   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3248   algorithm: "table_perf_comparison"
3249   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3250   reference:
3251     title: "rls1908"
3252     data: "vpp-performance-changes-2n-dnv-ref"
3253   compare:
3254     title: "rls2001"
3255     data: "vpp-performance-changes-2n-dnv-cmp"
3256   data: "vpp-performance-changes-2n-dnv"
3257   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3258   filter: "'2T2C'"
3259   parameters:
3260   - "name"
3261   - "parent"
3262   - "throughput"
3263   - "tags"
3264
3265 # VPP Performance Changes 2n-dnv 1t1c ndr
3266 - type: "table"
3267   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3268   algorithm: "table_perf_comparison"
3269   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3270   reference:
3271     title: "rls1908"
3272     data: "vpp-performance-changes-2n-dnv-ref"
3273   compare:
3274     title: "rls2001"
3275     data: "vpp-performance-changes-2n-dnv-cmp"
3276   data: "vpp-performance-changes-2n-dnv"
3277   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3278   filter: "'1T1C'"
3279   parameters:
3280   - "name"
3281   - "parent"
3282   - "throughput"
3283   - "tags"
3284
3285 # VPP Performance Changes 2n-dnv 2t2c ndr
3286 - type: "table"
3287   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3288   algorithm: "table_perf_comparison"
3289   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3290   reference:
3291     title: "rls1908 "
3292     data: "vpp-performance-changes-2n-dnv-ref"
3293   compare:
3294     title: "rls2001"
3295     data: "vpp-performance-changes-2n-dnv-cmp"
3296   data: "vpp-performance-changes-2n-dnv"
3297   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3298   filter: "'2T2C'"
3299   parameters:
3300   - "name"
3301   - "parent"
3302   - "throughput"
3303   - "tags"
3304
3305 # VPP Performance Changes 3n-dnv 1t1c pdr
3306 - type: "table"
3307   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3308   algorithm: "table_perf_comparison"
3309   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3310   reference:
3311     title: "rls1908"
3312     data: "vpp-performance-changes-3n-dnv-ref"
3313   compare:
3314     title: "rls2001"
3315     data: "vpp-performance-changes-3n-dnv-cmp"
3316   data: "vpp-performance-changes-3n-dnv"
3317   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3318   filter: "'1T1C'"
3319   parameters:
3320   - "name"
3321   - "parent"
3322   - "throughput"
3323   - "tags"
3324
3325 # VPP Performance Changes 3n-dnv 2t2c pdr
3326 - type: "table"
3327   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3328   algorithm: "table_perf_comparison"
3329   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3330   reference:
3331     title: "rls1908"
3332     data: "vpp-performance-changes-3n-dnv-ref"
3333   compare:
3334     title: "rls2001"
3335     data: "vpp-performance-changes-3n-dnv-cmp"
3336   data: "vpp-performance-changes-3n-dnv"
3337   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3338   filter: "'2T2C'"
3339   parameters:
3340   - "name"
3341   - "parent"
3342   - "throughput"
3343   - "tags"
3344
3345 # VPP Performance Changes 3n-dnv 1t1c ndr
3346 - type: "table"
3347   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3348   algorithm: "table_perf_comparison"
3349   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3350   reference:
3351     title: "rls1908"
3352     data: "vpp-performance-changes-3n-dnv-ref"
3353   compare:
3354     title: "rls2001"
3355     data: "vpp-performance-changes-3n-dnv-cmp"
3356   data: "vpp-performance-changes-3n-dnv"
3357   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3358   filter: "'1T1C'"
3359   parameters:
3360   - "name"
3361   - "parent"
3362   - "throughput"
3363   - "tags"
3364
3365 # VPP Performance Changes 3n-dnv 2t2c ndr
3366 - type: "table"
3367   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3368   algorithm: "table_perf_comparison"
3369   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3370   reference:
3371     title: "rls1908"
3372     data: "vpp-performance-changes-3n-dnv-ref"
3373   compare:
3374     title: "rls2001"
3375     data: "vpp-performance-changes-3n-dnv-cmp"
3376   data: "vpp-performance-changes-3n-dnv"
3377   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3378   filter: "'2T2C'"
3379   parameters:
3380   - "name"
3381   - "parent"
3382   - "throughput"
3383   - "tags"
3384
3385 # VPP Performance Changes 3n-tsh 1t1c pdr
3386 - type: "table"
3387   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3388   algorithm: "table_perf_comparison"
3389   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3390   reference:
3391     title: "rls1908"
3392     data: "vpp-performance-changes-3n-tsh-ref"
3393   compare:
3394     title: "rls2001"
3395     data: "vpp-performance-changes-3n-tsh-cmp"
3396   data: "vpp-performance-changes-3n-tsh"
3397   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3398   filter: "'1T1C'"
3399   parameters:
3400   - "name"
3401   - "parent"
3402   - "throughput"
3403   - "tags"
3404
3405 # VPP Performance Changes 3n-tsh 2t2c pdr
3406 - type: "table"
3407   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3408   algorithm: "table_perf_comparison"
3409   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3410   reference:
3411     title: "rls1908"
3412     data: "vpp-performance-changes-3n-tsh-ref"
3413   compare:
3414     title: "rls2001"
3415     data: "vpp-performance-changes-3n-tsh-cmp"
3416   data: "vpp-performance-changes-3n-tsh"
3417   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3418   filter: "'2T2C'"
3419   parameters:
3420   - "name"
3421   - "parent"
3422   - "throughput"
3423   - "tags"
3424
3425 # VPP Performance Changes 3n-tsh 1t1c ndr
3426 - type: "table"
3427   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3428   algorithm: "table_perf_comparison"
3429   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3430   reference:
3431     title: "rls1908"
3432     data: "vpp-performance-changes-3n-tsh-ref"
3433   compare:
3434     title: "rls2001"
3435     data: "vpp-performance-changes-3n-tsh-cmp"
3436   data: "vpp-performance-changes-3n-tsh"
3437   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3438   filter: "'1T1C'"
3439   parameters:
3440   - "name"
3441   - "parent"
3442   - "throughput"
3443   - "tags"
3444
3445 # VPP Performance Changes 3n-tsh 2t2c ndr
3446 - type: "table"
3447   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3448   algorithm: "table_perf_comparison"
3449   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3450   reference:
3451     title: "rls1908"
3452     data: "vpp-performance-changes-3n-tsh-ref"
3453   compare:
3454     title: "rls2001"
3455     data: "vpp-performance-changes-3n-tsh-cmp"
3456   data: "vpp-performance-changes-3n-tsh"
3457   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3458   filter: "'2T2C'"
3459   parameters:
3460   - "name"
3461   - "parent"
3462   - "throughput"
3463   - "tags"
3464
3465 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3466 #- type: "table"
3467 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3468 #  algorithm: "table_perf_comparison_nic"
3469 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3470 #  reference:
3471 #    title: "3n-hsw xl710"
3472 #    data: "vpp-compare-testbeds-ref"
3473 #    nic: "NIC_Intel-XL710"
3474 #  compare:
3475 #    title: "3n-skx xxv710"
3476 #    data: "vpp-compare-testbeds-cmp"
3477 #    nic: "NIC_Intel-XXV710"
3478 #  data: "vpp-compare-testbeds"
3479 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3480 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3481 #  parameters:
3482 #  - "name"
3483 #  - "parent"
3484 #  - "throughput"
3485 #  - "tags"
3486 #
3487 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3488 #- type: "table"
3489 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3490 #  algorithm: "table_perf_comparison_nic"
3491 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3492 #  reference:
3493 #    title: "3n-hsw xl710"
3494 #    data: "vpp-compare-testbeds-ref"
3495 #    nic: "NIC_Intel-XL710"
3496 #  compare:
3497 #    title: "3n-skx xxv710"
3498 #    data: "vpp-compare-testbeds-cmp"
3499 #    nic: "NIC_Intel-XXV710"
3500 #  data: "vpp-compare-testbeds"
3501 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3502 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3503 #  parameters:
3504 #  - "name"
3505 #  - "parent"
3506 #  - "throughput"
3507 #  - "tags"
3508 #
3509 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3510 #- type: "table"
3511 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3512 #  algorithm: "table_perf_comparison_nic"
3513 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3514 #  reference:
3515 #    title: "3n-hsw xl710"
3516 #    data: "vpp-compare-testbeds-ref"
3517 #    nic: "NIC_Intel-XL710"
3518 #  compare:
3519 #    title: "3n-skx xxv710"
3520 #    data: "vpp-compare-testbeds-cmp"
3521 #    nic: "NIC_Intel-XXV710"
3522 #  data: "vpp-compare-testbeds"
3523 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3524 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3525 #  parameters:
3526 #  - "name"
3527 #  - "parent"
3528 #  - "throughput"
3529 #  - "tags"
3530 #
3531 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3532 #- type: "table"
3533 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3534 #  algorithm: "table_perf_comparison_nic"
3535 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3536 #  reference:
3537 #    title: "3n-hsw xl710"
3538 #    data: "vpp-compare-testbeds-ref"
3539 #    nic: "NIC_Intel-XL710"
3540 #  compare:
3541 #    title: "3n-skx xxv710"
3542 #    data: "vpp-compare-testbeds-cmp"
3543 #    nic: "NIC_Intel-XXV710"
3544 #  data: "vpp-compare-testbeds"
3545 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3546 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3547 #  parameters:
3548 #  - "name"
3549 #  - "parent"
3550 #  - "throughput"
3551 #  - "tags"
3552
3553 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3554 #- type: "table"
3555 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3556 #  algorithm: "table_perf_comparison"
3557 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3558 #  reference:
3559 #    title: "2n-skx"
3560 #    data: "vpp-compare-testbeds-skx-clx-ref"
3561 #  compare:
3562 #    title: "2n-clx"
3563 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3564 #  data: "vpp-compare-testbeds-skx-clx"
3565 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3566 #  filter: "'2T1C'"
3567 #  parameters:
3568 #  - "name"
3569 #  - "parent"
3570 #  - "throughput"
3571 #  - "tags"
3572 #
3573 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3574 #- type: "table"
3575 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3576 #  algorithm: "table_perf_comparison"
3577 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3578 #  reference:
3579 #    title: "2n-skx"
3580 #    data: "vpp-compare-testbeds-skx-clx-ref"
3581 #  compare:
3582 #    title: "2n-clx"
3583 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3584 #  data: "vpp-compare-testbeds-skx-clx"
3585 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3586 #  filter: "'4T2C'"
3587 #  parameters:
3588 #  - "name"
3589 #  - "parent"
3590 #  - "throughput"
3591 #  - "tags"
3592 #
3593 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3594 #- type: "table"
3595 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3596 #  algorithm: "table_perf_comparison"
3597 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3598 #  reference:
3599 #    title: "2n-skx"
3600 #    data: "vpp-compare-testbeds-skx-clx-ref"
3601 #  compare:
3602 #    title: "2n-clx"
3603 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3604 #  data: "vpp-compare-testbeds-skx-clx"
3605 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3606 #  filter: "'2T1C'"
3607 #  parameters:
3608 #  - "name"
3609 #  - "parent"
3610 #  - "throughput"
3611 #  - "tags"
3612 #
3613 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3614 #- type: "table"
3615 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3616 #  algorithm: "table_perf_comparison"
3617 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3618 #  reference:
3619 #    title: "2n-skx"
3620 #    data: "vpp-compare-testbeds-skx-clx-ref"
3621 #  compare:
3622 #    title: "2n-clx"
3623 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3624 #  data: "vpp-compare-testbeds-skx-clx"
3625 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3626 #  filter: "'4T2C'"
3627 #  parameters:
3628 #  - "name"
3629 #  - "parent"
3630 #  - "throughput"
3631 #  - "tags"
3632
3633 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
3634 - type: "table"
3635   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
3636   algorithm: "table_perf_comparison_nic"
3637   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
3638   reference:
3639     title: "3n-hsw xl710"
3640     data: "vpp-compare-testbeds-hsw-clx-ref"
3641     nic: "NIC_Intel-XL710"
3642   compare:
3643     title: "2n-clx xxv710"
3644     data: "vpp-compare-testbeds-hsw-clx-cmp"
3645     nic: "NIC_Intel-XXV710"
3646   data: "vpp-compare-testbeds-hsw-clx"
3647   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3648   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3649   parameters:
3650   - "name"
3651   - "parent"
3652   - "throughput"
3653   - "tags"
3654
3655 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
3656 - type: "table"
3657   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
3658   algorithm: "table_perf_comparison_nic"
3659   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
3660   reference:
3661     title: "3n-hsw xl710"
3662     data: "vpp-compare-testbeds-hsw-clx-ref"
3663     nic: "NIC_Intel-XL710"
3664   compare:
3665     title: "2n-clx xxv710"
3666     data: "vpp-compare-testbeds-hsw-clx-cmp"
3667     nic: "NIC_Intel-XXV710"
3668   data: "vpp-compare-testbeds-hsw-clx"
3669   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3670   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3671   parameters:
3672   - "name"
3673   - "parent"
3674   - "throughput"
3675   - "tags"
3676
3677 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
3678 - type: "table"
3679   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
3680   algorithm: "table_perf_comparison_nic"
3681   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
3682   reference:
3683     title: "3n-hsw xl710"
3684     data: "vpp-compare-testbeds-hsw-clx-ref"
3685     nic: "NIC_Intel-XL710"
3686   compare:
3687     title: "2n-clx xxv710"
3688     data: "vpp-compare-testbeds-hsw-clx-cmp"
3689     nic: "NIC_Intel-XXV710"
3690   data: "vpp-compare-testbeds-hsw-clx"
3691   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3692   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3693   parameters:
3694   - "name"
3695   - "parent"
3696   - "throughput"
3697   - "tags"
3698
3699 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
3700 - type: "table"
3701   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
3702   algorithm: "table_perf_comparison_nic"
3703   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
3704   reference:
3705     title: "3n-hsw xl710"
3706     data: "vpp-compare-testbeds-hsw-clx-ref"
3707     nic: "NIC_Intel-XL710"
3708   compare:
3709     title: "2n-clx xxv710"
3710     data: "vpp-compare-testbeds-hsw-clx-cmp"
3711     nic: "NIC_Intel-XXV710"
3712   data: "vpp-compare-testbeds-hsw-clx"
3713   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3714   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3715   parameters:
3716   - "name"
3717   - "parent"
3718   - "throughput"
3719   - "tags"
3720
3721 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
3722 #- type: "table"
3723 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
3724 #  algorithm: "table_perf_comparison"
3725 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
3726 #  reference:
3727 #    title: "3-Node Skx"
3728 #    data: "vpp-compare-topologies-ref"
3729 #  compare:
3730 #    title: "2-Node Skx"
3731 #    data: "vpp-compare-topologies-cmp"
3732 #  data: "vpp-compare-topologies"
3733 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3734 #  filter: "'NDRPDR' and '1C'"
3735 #  parameters:
3736 #  - "name"
3737 #  - "parent"
3738 #  - "throughput"
3739 #
3740 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
3741 #- type: "table"
3742 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
3743 #  algorithm: "table_perf_comparison"
3744 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
3745 #  reference:
3746 #    title: "3-Node Skx"
3747 #    data: "vpp-compare-topologies-ref"
3748 #  compare:
3749 #    title: "2-Node Skx"
3750 #    data: "vpp-compare-topologies-cmp"
3751 #  data: "vpp-compare-topologies"
3752 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3753 #  filter: "'NDRPDR' and '2C'"
3754 #  parameters:
3755 #  - "name"
3756 #  - "parent"
3757 #  - "throughput"
3758 #
3759 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
3760 #- type: "table"
3761 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
3762 #  algorithm: "table_perf_comparison"
3763 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
3764 #  reference:
3765 #    title: "3-Node Skx"
3766 #    data: "vpp-compare-topologies-ref"
3767 #  compare:
3768 #    title: "2-Node Skx"
3769 #    data: "vpp-compare-topologies-cmp"
3770 #  data: "vpp-compare-topologies"
3771 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3772 #  filter: "'NDRPDR' and '1C'"
3773 #  parameters:
3774 #  - "name"
3775 #  - "parent"
3776 #  - "throughput"
3777 #
3778 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
3779 #- type: "table"
3780 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
3781 #  algorithm: "table_perf_comparison"
3782 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
3783 #  reference:
3784 #    title: "3-Node Skx"
3785 #    data: "vpp-compare-topologies-ref"
3786 #  compare:
3787 #    title: "2-Node Skx"
3788 #    data: "vpp-compare-topologies-cmp"
3789 #  data: "vpp-compare-topologies"
3790 #  include-tests: "PDR"
3791 #  filter: "'NDRPDR' and '2C'"
3792 #  parameters:
3793 #  - "name"
3794 #  - "parent"
3795 #  - "throughput"
3796
3797 # VPP Performance Changes 3n-hsw 1t1c MRR
3798 - type: "table"
3799   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
3800   algorithm: "table_perf_comparison"
3801   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
3802   history:
3803     - title: "rls1904"
3804       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3805   reference:
3806     title: "rls1908"
3807     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3808   compare:
3809     title: "rls2001"
3810     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3811   data: "vpp-performance-changes-3n-hsw-mrr"
3812   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3813   filter: "'1T1C' and 'MRR' and not 'NF_DENSITY'"
3814   parameters:
3815   - "name"
3816   - "parent"
3817   - "result"
3818
3819 # VPP Performance Changes 3n-hsw 2t2c MRR
3820 - type: "table"
3821   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
3822   algorithm: "table_perf_comparison"
3823   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
3824   history:
3825     - title: "rls1904"
3826       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3827   reference:
3828     title: "rls1908"
3829     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3830   compare:
3831     title: "rls2001"
3832     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3833   data: "vpp-performance-changes-3n-hsw-mrr"
3834   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3835   filter: "'2T2C' and 'MRR' and not 'NF_DENSITY'"
3836   parameters:
3837   - "name"
3838   - "parent"
3839   - "result"
3840
3841 # VPP Performance Changes 3n-hsw 4t4c MRR
3842 - type: "table"
3843   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
3844   algorithm: "table_perf_comparison"
3845   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
3846   history:
3847     - title: "rls1904"
3848       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3849   reference:
3850     title: "rls1908"
3851     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3852   compare:
3853     title: "rls2001"
3854     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3855   data: "vpp-performance-changes-3n-hsw-mrr"
3856   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3857   filter: "'4T4C' and 'MRR' and not 'NF_DENSITY'"
3858   parameters:
3859   - "name"
3860   - "parent"
3861   - "result"
3862
3863 ## VPP Performance Changes 3n-skx 2t1c MRR
3864 #- type: "table"
3865 #  title: "VPP Performance Changes 3n-skx 2t1c MRR"
3866 #  algorithm: "table_perf_comparison"
3867 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
3868 #  history:
3869 #    - title: "rls1904"
3870 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3871 #  reference:
3872 #    title: "rls1908"
3873 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3874 #  compare:
3875 #    title: "rls2001"
3876 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3877 #  data: "vpp-performance-changes-3n-skx-mrr"
3878 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3879 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3880 #  parameters:
3881 #  - "name"
3882 #  - "parent"
3883 #  - "result"
3884 #
3885 ## VPP Performance Changes 3n-skx 4t2c MRR
3886 #- type: "table"
3887 #  title: "VPP Performance Changes 3n-skx 4t2c MRR"
3888 #  algorithm: "table_perf_comparison"
3889 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
3890 #  history:
3891 #    - title: "rls1904"
3892 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3893 #  reference:
3894 #    title: "rls1908"
3895 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3896 #  compare:
3897 #    title: "rls2001"
3898 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3899 #  data: "vpp-performance-changes-3n-skx-mrr"
3900 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3901 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3902 #  parameters:
3903 #  - "name"
3904 #  - "parent"
3905 #  - "result"
3906 #
3907 ## VPP Performance Changes 3n-skx 8t4c MRR
3908 #- type: "table"
3909 #  title: "VPP Performance Changes 3n-skx 8t4c MRR"
3910 #  algorithm: "table_perf_comparison"
3911 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
3912 #  history:
3913 #    - title: "rls1904"
3914 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3915 #  reference:
3916 #    title: "rls1908"
3917 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3918 #  compare:
3919 #    title: "rls2001"
3920 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3921 #  data: "vpp-performance-changes-3n-skx-mrr"
3922 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3923 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3924 #  parameters:
3925 #  - "name"
3926 #  - "parent"
3927 #  - "result"
3928 #
3929 ## VPP Performance Changes 2n-skx 2t1c MRR
3930 #- type: "table"
3931 #  title: "VPP Performance Changes 2n-skx 2t1c MRR"
3932 #  algorithm: "table_perf_comparison"
3933 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
3934 #  history:
3935 #    - title: "rls1904"
3936 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3937 #  reference:
3938 #    title: "rls1908"
3939 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3940 #  compare:
3941 #    title: "rls2001"
3942 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3943 #  data: "vpp-performance-changes-2n-skx-mrr"
3944 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3945 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3946 #  parameters:
3947 #  - "name"
3948 #  - "parent"
3949 #  - "result"
3950 #
3951 ## VPP Performance Changes 2n-skx 4t2c MRR
3952 #- type: "table"
3953 #  title: "VPP Performance Changes 2n-skx 4t2c MRR"
3954 #  algorithm: "table_perf_comparison"
3955 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
3956 #  history:
3957 #    - title: "rls1904"
3958 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3959 #  reference:
3960 #    title: "rls1908"
3961 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3962 #  compare:
3963 #    title: "rls2001"
3964 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3965 #  data: "vpp-performance-changes-2n-skx-mrr"
3966 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3967 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3968 #  parameters:
3969 #  - "name"
3970 #  - "parent"
3971 #  - "result"
3972 #
3973 ## VPP Performance Changes 2n-skx 8t4c MRR
3974 #- type: "table"
3975 #  title: "VPP Performance Changes 2n-skx 8t4c MRR"
3976 #  algorithm: "table_perf_comparison"
3977 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
3978 #  history:
3979 #    - title: "rls1904"
3980 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3981 #  reference:
3982 #    title: "rls1908"
3983 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3984 #  compare:
3985 #    title: "rls2001"
3986 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3987 #  data: "vpp-performance-changes-2n-skx-mrr"
3988 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3989 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3990 #  parameters:
3991 #  - "name"
3992 #  - "parent"
3993 #  - "result"
3994 #
3995 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
3996 #- type: "table"
3997 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
3998 #  algorithm: "table_perf_comparison"
3999 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
4000 #  reference:
4001 #    title: "rls1908"
4002 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4003 #  compare:
4004 #    title: "rls2001"
4005 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4006 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4007 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4008 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
4009 #  parameters:
4010 #  - "name"
4011 #  - "parent"
4012 #  - "result"
4013 #
4014 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
4015 #- type: "table"
4016 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
4017 #  algorithm: "table_perf_comparison"
4018 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
4019 #  reference:
4020 #    title: "rls1908"
4021 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4022 #  compare:
4023 #    title: "rls2001"
4024 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4025 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4026 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4027 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
4028 #  parameters:
4029 #  - "name"
4030 #  - "parent"
4031 #  - "result"
4032 #
4033 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
4034 #- type: "table"
4035 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
4036 #  algorithm: "table_perf_comparison"
4037 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
4038 #  reference:
4039 #    title: "rls1908"
4040 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4041 #  compare:
4042 #    title: "rls2001"
4043 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4044 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4045 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4046 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
4047 #  parameters:
4048 #  - "name"
4049 #  - "parent"
4050 #  - "result"
4051
4052 # VPP Performance Changes 2n-dnv 1t1c MRR
4053 - type: "table"
4054   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
4055   algorithm: "table_perf_comparison"
4056   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4057   reference:
4058     title: "rls1908"
4059     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4060   compare:
4061     title: "rls2001"
4062     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4063   data: "vpp-performance-changes-2n-dnv-mrr"
4064   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4065   filter: "'1T1C' and 'MRR'"
4066   parameters:
4067   - "name"
4068   - "parent"
4069   - "result"
4070
4071 # VPP Performance Changes 2n-dnv 2t2c MRR
4072 - type: "table"
4073   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
4074   algorithm: "table_perf_comparison"
4075   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4076   reference:
4077     title: "rls1908"
4078     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4079   compare:
4080     title: "rls2001"
4081     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4082   data: "vpp-performance-changes-2n-dnv-mrr"
4083   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4084   filter: "'2T2C' and 'MRR'"
4085   parameters:
4086   - "name"
4087   - "parent"
4088   - "result"
4089
4090 # VPP Performance Changes 2n-dnv 4t4c MRR
4091 - type: "table"
4092   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
4093   algorithm: "table_perf_comparison"
4094   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4095   reference:
4096     title: "rls1908"
4097     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4098   compare:
4099     title: "rls2001"
4100     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4101   data: "vpp-performance-changes-2n-dnv-mrr"
4102   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4103   filter: "'4T4C' and 'MRR'"
4104   parameters:
4105   - "name"
4106   - "parent"
4107   - "result"
4108
4109 # VPP Performance Changes 3n-dnv 1t1c MRR
4110 - type: "table"
4111   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
4112   algorithm: "table_perf_comparison"
4113   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4114   reference:
4115     title: "rls1908"
4116     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4117   compare:
4118     title: "rls2001"
4119     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4120   data: "vpp-performance-changes-3n-dnv-mrr"
4121   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4122   filter: "'1T1C' and 'MRR'"
4123   parameters:
4124   - "name"
4125   - "parent"
4126   - "result"
4127
4128 # VPP Performance Changes 3n-dnv 2t2c MRR
4129 - type: "table"
4130   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
4131   algorithm: "table_perf_comparison"
4132   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4133   reference:
4134     title: "rls1908"
4135     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4136   compare:
4137     title: "rls2001"
4138     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4139   data: "vpp-performance-changes-3n-dnv-mrr"
4140   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4141   filter: "'2T2C' and 'MRR'"
4142   parameters:
4143   - "name"
4144   - "parent"
4145   - "result"
4146
4147 # VPP Performance Changes 3n-dnv 4t4c MRR
4148 - type: "table"
4149   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
4150   algorithm: "table_perf_comparison"
4151   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4152   reference:
4153     title: "rls1908"
4154     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4155   compare:
4156     title: "rls2001"
4157     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4158   data: "vpp-performance-changes-3n-dnv-mrr"
4159   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4160   filter: "'4T4C' and 'MRR'"
4161   parameters:
4162   - "name"
4163   - "parent"
4164   - "result"
4165
4166 # VPP Performance Changes 3n-tsh 1t1c MRR
4167 - type: "table"
4168   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
4169   algorithm: "table_perf_comparison"
4170   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4171   reference:
4172     title: "rls1908"
4173     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4174   compare:
4175     title: "rls2001"
4176     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4177   data: "vpp-performance-changes-3n-tsh-mrr"
4178   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4179   filter: "'1T1C' and 'MRR'"
4180   parameters:
4181   - "name"
4182   - "parent"
4183   - "result"
4184
4185 # VPP Performance Changes 3n-tsh 2t2c MRR
4186 - type: "table"
4187   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
4188   algorithm: "table_perf_comparison"
4189   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4190   reference:
4191     title: "rls1908"
4192     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4193   compare:
4194     title: "rls2001"
4195     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4196   data: "vpp-performance-changes-3n-tsh-mrr"
4197   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4198   filter: "'2T2C' and 'MRR'"
4199   parameters:
4200   - "name"
4201   - "parent"
4202   - "result"
4203
4204 # VPP Performance Changes 3n-tsh 4t4c MRR
4205 - type: "table"
4206   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
4207   algorithm: "table_perf_comparison"
4208   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4209   reference:
4210     title: "rls1908"
4211     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4212   compare:
4213     title: "rls2001"
4214     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4215   data: "vpp-performance-changes-3n-tsh-mrr"
4216   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4217   filter: "'4T4C' and 'MRR'"
4218   parameters:
4219   - "name"
4220   - "parent"
4221   - "result"
4222
4223 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4224 #- type: "table"
4225 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4226 #  algorithm: "table_perf_comparison_nic"
4227 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4228 #  reference:
4229 #    title: "3n-hsw xl710"
4230 #    data: "vpp-compare-testbeds-mrr-ref"
4231 #    nic: "NIC_Intel-XL710"
4232 #  compare:
4233 #    title: "3n-skx xxv710"
4234 #    data: "vpp-compare-testbeds-mrr-cmp"
4235 #    nic: "NIC_Intel-XXV710"
4236 #  data: "vpp-compare-testbeds-mrr"
4237 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4238 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4239 #  parameters:
4240 #  - "name"
4241 #  - "parent"
4242 #  - "result"
4243 #  - "tags"
4244 #
4245 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4246 #- type: "table"
4247 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4248 #  algorithm: "table_perf_comparison_nic"
4249 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4250 #  reference:
4251 #    title: "3n-hsw xl710"
4252 #    data: "vpp-compare-testbeds-mrr-ref"
4253 #    nic: "NIC_Intel-XL710"
4254 #  compare:
4255 #    title: "3n-skx xxv710"
4256 #    data: "vpp-compare-testbeds-mrr-cmp"
4257 #    nic: "NIC_Intel-XXV710"
4258 #  data: "vpp-compare-testbeds-mrr"
4259 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4260 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4261 #  parameters:
4262 #  - "name"
4263 #  - "parent"
4264 #  - "result"
4265 #  - "tags"
4266 #
4267 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4268 #- type: "table"
4269 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4270 #  algorithm: "table_perf_comparison_nic"
4271 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4272 #  reference:
4273 #    title: "3n-hsw xl710"
4274 #    data: "vpp-compare-testbeds-mrr-ref"
4275 #    nic: "NIC_Intel-XL710"
4276 #  compare:
4277 #    title: "3n-skx xxv710"
4278 #    data: "vpp-compare-testbeds-mrr-cmp"
4279 #    nic: "NIC_Intel-XXV710"
4280 #  data: "vpp-compare-testbeds-mrr"
4281 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4282 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4283 #  parameters:
4284 #  - "name"
4285 #  - "parent"
4286 #  - "result"
4287 #  - "tags"
4288
4289 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4290 #- type: "table"
4291 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4292 #  algorithm: "table_perf_comparison"
4293 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4294 #  reference:
4295 #    title: "2n-skx"
4296 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4297 #  compare:
4298 #    title: "2n-clx"
4299 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4300 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4301 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4302 #  filter: "'2T1C'"
4303 #  parameters:
4304 #  - "name"
4305 #  - "parent"
4306 #  - "result"
4307 #  - "tags"
4308 #
4309 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4310 #- type: "table"
4311 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4312 #  algorithm: "table_perf_comparison"
4313 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4314 #  reference:
4315 #    title: "2n-skx"
4316 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4317 #  compare:
4318 #    title: "2n-clx"
4319 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4320 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4321 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4322 #  filter: "'4T2C'"
4323 #  parameters:
4324 #  - "name"
4325 #  - "parent"
4326 #  - "result"
4327 #  - "tags"
4328 #
4329 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4330 #- type: "table"
4331 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4332 #  algorithm: "table_perf_comparison"
4333 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4334 #  reference:
4335 #    title: "2n-skx"
4336 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4337 #  compare:
4338 #    title: "2n-clx"
4339 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4340 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4341 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4342 #  filter: "'8T4C'"
4343 #  parameters:
4344 #  - "name"
4345 #  - "parent"
4346 #  - "result"
4347 #  - "tags"
4348 #
4349 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4350 #- type: "table"
4351 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4352 #  algorithm: "table_perf_comparison"
4353 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4354 #  reference:
4355 #    title: "3-Node Skx"
4356 #    data: "vpp-compare-topologies-mrr-ref"
4357 #  compare:
4358 #    title: "2-Node Skx"
4359 #    data: "vpp-compare-topologies-mrr-cmp"
4360 #  data: "vpp-compare-topologies-mrr"
4361 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4362 #  filter: "'MRR' and '1C'"
4363 #  parameters:
4364 #  - "name"
4365 #  - "parent"
4366 #  - "result"
4367 #
4368 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4369 #- type: "table"
4370 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4371 #  algorithm: "table_perf_comparison"
4372 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4373 #  reference:
4374 #    title: "3-Node Skx"
4375 #    data: "vpp-compare-topologies-mrr-ref"
4376 #  compare:
4377 #    title: "2-Node Skx"
4378 #    data: "vpp-compare-topologies-mrr-cmp"
4379 #  data: "vpp-compare-topologies-mrr"
4380 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4381 #  filter: "'MRR' and '2C'"
4382 #  parameters:
4383 #  - "name"
4384 #  - "parent"
4385 #  - "result"
4386 #
4387 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4388 #- type: "table"
4389 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4390 #  algorithm: "table_perf_comparison"
4391 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4392 #  reference:
4393 #    title: "3-Node Skx"
4394 #    data: "vpp-compare-topologies-mrr-ref"
4395 #  compare:
4396 #    title: "2-Node Skx"
4397 #    data: "vpp-compare-topologies-mrr-cmp"
4398 #  data: "vpp-compare-topologies-mrr"
4399 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4400 #  filter: "'MRR' and '4C'"
4401 #  parameters:
4402 #  - "name"
4403 #  - "parent"
4404 #  - "result"
4405
4406 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
4407 - type: "table"
4408   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
4409   algorithm: "table_perf_comparison_nic"
4410   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
4411   reference:
4412     title: "3n-hsw xl710"
4413     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4414     nic: "NIC_Intel-XL710"
4415   compare:
4416     title: "2n-clx xxv710"
4417     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4418     nic: "NIC_Intel-XXV710"
4419   data: "vpp-compare-testbeds-mrr-hsw-clx"
4420   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4421   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4422   parameters:
4423   - "name"
4424   - "parent"
4425   - "result"
4426   - "tags"
4427
4428 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
4429 - type: "table"
4430   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
4431   algorithm: "table_perf_comparison_nic"
4432   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
4433   reference:
4434     title: "3n-hsw xl710"
4435     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4436     nic: "NIC_Intel-XL710"
4437   compare:
4438     title: "2n-clx xxv710"
4439     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4440     nic: "NIC_Intel-XXV710"
4441   data: "vpp-compare-testbeds-mrr-hsw-clx"
4442   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4443   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4444   parameters:
4445   - "name"
4446   - "parent"
4447   - "result"
4448   - "tags"
4449
4450 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
4451 - type: "table"
4452   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
4453   algorithm: "table_perf_comparison_nic"
4454   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
4455   reference:
4456     title: "3n-hsw xl710"
4457     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4458     nic: "NIC_Intel-XL710"
4459   compare:
4460     title: "2n-clx xxv710"
4461     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4462     nic: "NIC_Intel-XXV710"
4463   data: "vpp-compare-testbeds-mrr-hsw-clx"
4464   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4465   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4466   parameters:
4467   - "name"
4468   - "parent"
4469   - "result"
4470   - "tags"
4471
4472 # Detailed Test Results - VPP Performance Results 3n-hsw
4473 - type: "table"
4474   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4475   algorithm: "table_merged_details"
4476   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4477   columns:
4478   - title: " |prein| Test Name |preout| "
4479     data: "data name"
4480   - 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| "
4481     data: "data msg"
4482   data: "vpp-perf-results-3n-hsw"
4483   filter: "all"
4484   parameters:
4485   - "name"
4486   - "parent"
4487   - "msg"
4488
4489 ## Detailed Test Results - VPP Performance Results 3n-skx
4490 #- type: "table"
4491 #  title: "Detailed Test Results - VPP Performance Results 3n-skx"
4492 #  algorithm: "table_merged_details"
4493 #  output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4494 #  columns:
4495 #  - title: " |prein| Test Name |preout| "
4496 #    data: "data name"
4497 #  - 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| "
4498 #    data: "data msg"
4499 #  data: "vpp-perf-results-3n-skx"
4500 #  filter: "all"
4501 #  parameters:
4502 #  - "name"
4503 #  - "parent"
4504 #  - "msg"
4505 #
4506 ## Detailed Test Results - VPP Performance Results 2n-skx
4507 #- type: "table"
4508 #  title: "Detailed Test Results - VPP Performance Results 2n-skx"
4509 #  algorithm: "table_merged_details"
4510 #  output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4511 #  columns:
4512 #  - title: " |prein| Test Name |preout| "
4513 #    data: "data name"
4514 #  - 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| "
4515 #    data: "data msg"
4516 #  data: "vpp-perf-results-2n-skx"
4517 #  filter: "all"
4518 #  parameters:
4519 #  - "name"
4520 #  - "parent"
4521 #  - "msg"
4522
4523 # Detailed Test Results - VPP Performance Results 2n-clx
4524 - type: "table"
4525   title: "Detailed Test Results - VPP Performance Results 2n-clx"
4526   algorithm: "table_merged_details"
4527   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/vpp_performance_results_2n_clx"
4528   columns:
4529   - title: " |prein| Test Name |preout| "
4530     data: "data name"
4531   - 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| "
4532     data: "data msg"
4533   data: "vpp-perf-results-2n-clx"
4534   filter: "all"
4535   parameters:
4536   - "name"
4537   - "parent"
4538   - "msg"
4539
4540 # Detailed Test Results - VPP Performance Results 3n-tsh
4541 - type: "table"
4542   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4543   algorithm: "table_merged_details"
4544   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
4545   columns:
4546   - title: " |prein| Test Name |preout| "
4547     data: "data name"
4548   - 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| "
4549     data: "data msg"
4550   data: "vpp-perf-results-3n-tsh"
4551   filter: "all"
4552   parameters:
4553   - "name"
4554   - "parent"
4555   - "msg"
4556
4557 # Detailed Test Results - VPP Performance Results 3n-dnv
4558 - type: "table"
4559   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4560   algorithm: "table_merged_details"
4561   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
4562   columns:
4563   - title: " |prein| Test Name |preout| "
4564     data: "data name"
4565   - 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| "
4566     data: "data msg"
4567   data: "vpp-perf-results-3n-dnv"
4568   filter: "all"
4569   parameters:
4570   - "name"
4571   - "parent"
4572   - "msg"
4573
4574 # Detailed Test Results - VPP Performance Results 2n-dnv
4575 - type: "table"
4576   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4577   algorithm: "table_merged_details"
4578   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4579   columns:
4580   - title: " |prein| Test Name |preout| "
4581     data: "data name"
4582   - 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| "
4583     data: "data msg"
4584   data: "vpp-perf-results-2n-dnv"
4585   filter: "all"
4586   parameters:
4587   - "name"
4588   - "parent"
4589   - "msg"
4590
4591 # Test configuration - VPP Performance Test Configs 3n-hsw
4592 - type: "table"
4593   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
4594   algorithm: "table_merged_details"
4595   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
4596   columns:
4597   - title: " |prein| Test Name |preout| "
4598     data: "data name"
4599   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4600     data: "data conf-history"
4601   data: "vpp-perf-results-3n-hsw"
4602   filter: "all"
4603   parameters:
4604   - "parent"
4605   - "name"
4606   - "conf-history"
4607
4608 ## Test configuration - VPP Performance Test Configs 3n-skx
4609 #- type: "table"
4610 #  title: "Test configuration - VPP Performance Test Configs 3n-skx"
4611 #  algorithm: "table_merged_details"
4612 #  output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
4613 #  columns:
4614 #  - title: " |prein| Test Name |preout| "
4615 #    data: "data name"
4616 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4617 #    data: "data conf-history"
4618 #  data: "vpp-perf-results-3n-skx"
4619 #  filter: "all"
4620 #  parameters:
4621 #  - "parent"
4622 #  - "name"
4623 #  - "conf-history"
4624 #
4625 ## Test configuration - VPP Performance Test Configs 2n-skx
4626 #- type: "table"
4627 #  title: "Test configuration - VPP Performance Test Configs 2n-skx"
4628 #  algorithm: "table_merged_details"
4629 #  output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
4630 #  columns:
4631 #  - title: " |prein| Test Name |preout| "
4632 #    data: "data name"
4633 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4634 #    data: "data conf-history"
4635 #  data: "vpp-perf-results-2n-skx"
4636 #  filter: "all"
4637 #  parameters:
4638 #  - "parent"
4639 #  - "name"
4640 #  - "conf-history"
4641
4642 # Test configuration - VPP Performance Test Configs 2n-clx
4643 - type: "table"
4644   title: "Test configuration - VPP Performance Test Configs 2n-clx"
4645   algorithm: "table_merged_details"
4646   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/vpp_test_configuration_2n_clx"
4647   columns:
4648   - title: " |prein| Test Name |preout| "
4649     data: "data name"
4650   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4651     data: "data conf-history"
4652   data: "vpp-perf-results-2n-clx"
4653   filter: "all"
4654   parameters:
4655   - "parent"
4656   - "name"
4657   - "conf-history"
4658
4659 # Test configuration - VPP Performance Test Configs 3n-tsh
4660 - type: "table"
4661   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
4662   algorithm: "table_merged_details"
4663   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_test_configuration_3n_tsh"
4664   columns:
4665   - title: " |prein| Test Name |preout| "
4666     data: "data name"
4667   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4668     data: "data conf-history"
4669   data: "vpp-perf-results-3n-tsh"
4670   filter: "all"
4671   parameters:
4672   - "parent"
4673   - "name"
4674   - "conf-history"
4675
4676 # Test configuration - VPP Performance Test Configs 3n-dnv
4677 - type: "table"
4678   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
4679   algorithm: "table_merged_details"
4680   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_test_configuration_3n_dnv"
4681   columns:
4682   - title: " |prein| Test Name |preout| "
4683     data: "data name"
4684   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4685     data: "data conf-history"
4686   data: "vpp-perf-results-3n-dnv"
4687   filter: "all"
4688   parameters:
4689   - "parent"
4690   - "name"
4691   - "conf-history"
4692
4693 # Test configuration - VPP Performance Test Configs 2n-dnv
4694 - type: "table"
4695   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
4696   algorithm: "table_merged_details"
4697   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
4698   columns:
4699   - title: " |prein| Test Name |preout| "
4700     data: "data name"
4701   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4702     data: "data conf-history"
4703   data: "vpp-perf-results-2n-dnv"
4704   filter: "all"
4705   parameters:
4706   - "parent"
4707   - "name"
4708   - "conf-history"
4709
4710 # Test Operational Data - VPP Performance Operational Data 3n-hsw
4711 - type: "table"
4712   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
4713   algorithm: "table_oper_data_html"
4714   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
4715   data: "vpp-perf-results-3n-hsw"
4716   filter: "all"
4717
4718 ## Test Operational Data - VPP Performance Operational Data 3n-skx
4719 #- type: "table"
4720 #  title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
4721 #  algorithm: "table_oper_data_html"
4722 #  output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
4723 #  data: "vpp-perf-results-3n-skx"
4724 #  filter: "all"
4725 #
4726 ## Test Operational Data - VPP Performance Operational Data 2n-skx
4727 #- type: "table"
4728 #  title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
4729 #  algorithm: "table_oper_data_html"
4730 #  output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
4731 #  data: "vpp-perf-results-2n-skx"
4732 #  filter: "all"
4733
4734 # Test Operational Data - VPP Performance Operational Data 2n-clx
4735 - type: "table"
4736   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
4737   algorithm: "table_oper_data_html"
4738   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/vpp_test_operational_2n_clx"
4739   data: "vpp-perf-results-2n-clx"
4740   filter: "all"
4741
4742 # Test Operational Data - VPP Performance Operational Data 3n-tsh
4743 - type: "table"
4744   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
4745   algorithm: "table_oper_data_html"
4746   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_test_operational_3n_tsh"
4747   data: "vpp-perf-results-3n-tsh"
4748   filter: "all"
4749
4750 # Test Operational Data - VPP Performance Operational Data 3n-dnv
4751 - type: "table"
4752   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
4753   algorithm: "table_oper_data_html"
4754   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_test_operational_3n_dnv"
4755   data: "vpp-perf-results-3n-dnv"
4756   filter: "all"
4757
4758 # Test Operational Data - VPP Performance Operational Data 2n-dnv
4759 - type: "table"
4760   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
4761   algorithm: "table_oper_data_html"
4762   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
4763   data: "vpp-perf-results-2n-dnv"
4764   filter: "all"
4765
4766 # Detailed Test Results - VPP MRR Results 3n-hsw
4767 - type: "table"
4768   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
4769   algorithm: "table_merged_details"
4770   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4771   columns:
4772   - title: " |prein| Test Name |preout| "
4773     data: "data name"
4774   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4775     data: "data msg"
4776   data: "vpp-mrr-results-3n-hsw"
4777   filter: "all"
4778   parameters:
4779   - "name"
4780   - "parent"
4781   - "msg"
4782
4783 ## Detailed Test Results - VPP MRR Results 3n-skx
4784 #- type: "table"
4785 #  title: "Detailed Test Results - VPP MRR Results 3n-skx"
4786 #  algorithm: "table_merged_details"
4787 #  output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4788 #  columns:
4789 #  - title: " |prein| Test Name |preout| "
4790 #    data: "data name"
4791 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4792 #    data: "data msg"
4793 #  data: "vpp-mrr-results-3n-skx"
4794 #  filter: "all"
4795 #  parameters:
4796 #  - "name"
4797 #  - "parent"
4798 #  - "msg"
4799 #
4800 ## Detailed Test Results - VPP MRR Results 2n-skx
4801 #- type: "table"
4802 #  title: "Detailed Test Results - VPP MRR Results 2n-skx"
4803 #  algorithm: "table_merged_details"
4804 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4805 #  columns:
4806 #  - title: " |prein| Test Name |preout| "
4807 #    data: "data name"
4808 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4809 #    data: "data msg"
4810 #  data: "vpp-mrr-results-2n-skx"
4811 #  filter: "all"
4812 #  parameters:
4813 #  - "name"
4814 #  - "parent"
4815 #  - "msg"
4816
4817 # Detailed Test Results - VPP MRR Results 2n-clx
4818 - type: "table"
4819   title: "Detailed Test Results - VPP MRR Results 2n-clx"
4820   algorithm: "table_merged_details"
4821   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/vpp_mrr_results_2n_clx"
4822   columns:
4823   - title: " |prein| Test Name |preout| "
4824     data: "data name"
4825   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4826     data: "data msg"
4827   data: "vpp-mrr-results-2n-clx"
4828   filter: "all"
4829   parameters:
4830   - "name"
4831   - "parent"
4832   - "msg"
4833
4834 # Detailed Test Results - VPP MRR Results 3n-tsh
4835 - type: "table"
4836   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
4837   algorithm: "table_merged_details"
4838   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
4839   columns:
4840   - title: " |prein| Test Name |preout| "
4841     data: "data name"
4842   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4843     data: "data msg"
4844   data: "vpp-mrr-results-3n-tsh"
4845   filter: "all"
4846   parameters:
4847   - "name"
4848   - "parent"
4849   - "msg"
4850
4851 # Detailed Test Results - VPP MRR Results 3n-dnv
4852 - type: "table"
4853   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
4854   algorithm: "table_merged_details"
4855   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
4856   columns:
4857   - title: " |prein| Test Name |preout| "
4858     data: "data name"
4859   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4860     data: "data msg"
4861   data: "vpp-mrr-results-3n-dnv"
4862   filter: "all"
4863   parameters:
4864   - "name"
4865   - "parent"
4866   - "msg"
4867
4868 # Detailed Test Results - VPP MRR Results 2n-dnv
4869 - type: "table"
4870   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
4871   algorithm: "table_merged_details"
4872   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4873   columns:
4874   - title: " |prein| Test Name |preout| "
4875     data: "data name"
4876   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4877     data: "data msg"
4878   data: "vpp-mrr-results-2n-dnv"
4879   filter: "all"
4880   parameters:
4881   - "name"
4882   - "parent"
4883   - "msg"
4884
4885 # Test configuration - VPP MRR Test Configs 3n-hsw
4886 - type: "table"
4887   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
4888   algorithm: "table_merged_details"
4889   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
4890   columns:
4891   - title: " |prein| Test Name |preout| "
4892     data: "data name"
4893   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4894     data: "data conf-history"
4895   data: "vpp-mrr-results-3n-hsw"
4896   filter: "all"
4897   parameters:
4898   - "parent"
4899   - "name"
4900   - "conf-history"
4901
4902 ## Test configuration - VPP MRR Test Configs 3n-skx
4903 #- type: "table"
4904 #  title: "Test configuration - VPP MRR Test Configs 3n-skx"
4905 #  algorithm: "table_merged_details"
4906 #  output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
4907 #  columns:
4908 #  - title: " |prein| Test Name |preout| "
4909 #    data: "data name"
4910 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4911 #    data: "data conf-history"
4912 #  data: "vpp-mrr-results-3n-skx"
4913 #  filter: "all"
4914 #  parameters:
4915 #  - "parent"
4916 #  - "name"
4917 #  - "conf-history"
4918 #
4919 ## Test configuration - VPP MRR Test Configs 2n-skx
4920 #- type: "table"
4921 #  title: "Test configuration - VPP MRR Test Configs 2n-skx"
4922 #  algorithm: "table_merged_details"
4923 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
4924 #  columns:
4925 #  - title: " |prein| Test Name |preout| "
4926 #    data: "data name"
4927 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4928 #    data: "data conf-history"
4929 #  data: "vpp-mrr-results-2n-skx"
4930 #  filter: "all"
4931 #  parameters:
4932 #  - "parent"
4933 #  - "name"
4934 #  - "conf-history"
4935
4936 # Test configuration - VPP MRR Test Configs 2n-clx
4937 - type: "table"
4938   title: "Test configuration - VPP MRR Test Configs 2n-clx"
4939   algorithm: "table_merged_details"
4940   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/vpp_mrr_test_configuration_2n_clx"
4941   columns:
4942   - title: " |prein| Test Name |preout| "
4943     data: "data name"
4944   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4945     data: "data conf-history"
4946   data: "vpp-mrr-results-2n-clx"
4947   filter: "all"
4948   parameters:
4949   - "parent"
4950   - "name"
4951   - "conf-history"
4952
4953 # Test configuration - VPP MRR Test Configs 3n-tsh
4954 - type: "table"
4955   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
4956   algorithm: "table_merged_details"
4957   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
4958   columns:
4959   - title: " |prein| Test Name |preout| "
4960     data: "data name"
4961   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4962     data: "data conf-history"
4963   data: "vpp-mrr-results-3n-tsh"
4964   filter: "all"
4965   parameters:
4966   - "parent"
4967   - "name"
4968   - "conf-history"
4969
4970 # Test configuration - VPP MRR Test Configs 3n-dnv
4971 - type: "table"
4972   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
4973   algorithm: "table_merged_details"
4974   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_test_configuration_3n_dnv"
4975   columns:
4976   - title: " |prein| Test Name |preout| "
4977     data: "data name"
4978   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4979     data: "data conf-history"
4980   data: "vpp-mrr-results-3n-dnv"
4981   filter: "all"
4982   parameters:
4983   - "parent"
4984   - "name"
4985   - "conf-history"
4986
4987 # Test configuration - VPP MRR Test Configs 2n-dnv
4988 - type: "table"
4989   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
4990   algorithm: "table_merged_details"
4991   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
4992   columns:
4993   - title: " |prein| Test Name |preout| "
4994     data: "data name"
4995   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4996     data: "data conf-history"
4997   data: "vpp-mrr-results-2n-dnv"
4998   filter: "all"
4999   parameters:
5000   - "parent"
5001   - "name"
5002   - "conf-history"
5003
5004 # Detailed Test Results - VPP Device Results - Ubuntu
5005 - type: "table"
5006   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5007   algorithm: "table_merged_details"
5008   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5009   columns:
5010   - title: " |prein| Test Name |preout| "
5011     data: "data name"
5012   - title: " |prein| Status |preout| "
5013     data: "data status"
5014   data: "vpp-device-results-ubuntu"
5015   filter: "all"
5016   parameters:
5017   - "name"
5018   - "parent"
5019   - "doc"
5020   - "status"
5021
5022 # Test configuration - VPP Device Test Configs - Ubuntu
5023 - type: "table"
5024   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5025   algorithm: "table_merged_details"
5026   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5027   columns:
5028   - title: " |prein| Test Name |preout| "
5029     data: "data name"
5030   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5031     data: "data conf-history"
5032   data: "vpp-device-results-ubuntu"
5033   filter: "all"
5034   parameters:
5035   - "parent"
5036   - "name"
5037   - "conf-history"
5038
5039 ################################################################################
5040
5041 # DPDK Performance Changes 3n-hsw 1t1c pdr
5042 - type: "table"
5043   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5044   algorithm: "table_perf_comparison"
5045   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5046   history:
5047     - title: "rls1904"
5048       data: "dpdk-performance-changes-3n-hsw-h1"
5049   reference:
5050     title: "rls1908"
5051     data: "dpdk-performance-changes-3n-hsw-ref"
5052   compare:
5053     title: "rls2001"
5054     data: "dpdk-performance-changes-3n-hsw-cmp"
5055   data: "dpdk-performance-changes-3n-hsw"
5056   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5057   filter: "'1T1C' and 'NDRPDR'"
5058   parameters:
5059   - "name"
5060   - "parent"
5061   - "throughput"
5062
5063 # DPDK Performance Changes 3n-hsw 2t2c pdr
5064 - type: "table"
5065   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5066   algorithm: "table_perf_comparison"
5067   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5068   history:
5069     - title: "rls1904"
5070       data: "dpdk-performance-changes-3n-hsw-h1"
5071   reference:
5072     title: "rls1908"
5073     data: "dpdk-performance-changes-3n-hsw-ref"
5074   compare:
5075     title: "rls2001"
5076     data: "dpdk-performance-changes-3n-hsw-cmp"
5077   data: "dpdk-performance-changes-3n-hsw"
5078   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5079   filter: "'2T2C' and 'NDRPDR'"
5080   parameters:
5081   - "name"
5082   - "parent"
5083   - "throughput"
5084
5085 # DPDK Performance Changes 3n-hsw 1t1c ndr
5086 - type: "table"
5087   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5088   algorithm: "table_perf_comparison"
5089   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5090   history:
5091     - title: "rls1904"
5092       data: "dpdk-performance-changes-3n-hsw-h1"
5093   reference:
5094     title: "rls1908"
5095     data: "dpdk-performance-changes-3n-hsw-ref"
5096   compare:
5097     title: "rls2001"
5098     data: "dpdk-performance-changes-3n-hsw-cmp"
5099   data: "dpdk-performance-changes-3n-hsw"
5100   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5101   filter: "'1T1C' and 'NDRPDR'"
5102   parameters:
5103   - "name"
5104   - "parent"
5105   - "throughput"
5106
5107 # DPDK Performance Changes 3n-hsw 2t2c ndr
5108 - type: "table"
5109   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5110   algorithm: "table_perf_comparison"
5111   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5112   history:
5113     - title: "rls1904"
5114       data: "dpdk-performance-changes-3n-hsw-h1"
5115   reference:
5116     title: "rls1908"
5117     data: "dpdk-performance-changes-3n-hsw-ref"
5118   compare:
5119     title: "rls2001"
5120     data: "dpdk-performance-changes-3n-hsw-cmp"
5121   data: "dpdk-performance-changes-3n-hsw"
5122   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5123   filter: "'2T2C' and 'NDRPDR'"
5124   parameters:
5125   - "name"
5126   - "parent"
5127   - "throughput"
5128
5129 ## DPDK Performance Changes 3n-skx 2t1c pdr
5130 #- type: "table"
5131 #  title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5132 #  algorithm: "table_perf_comparison"
5133 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5134 #  history:
5135 #    - title: "rls1904"
5136 #      data: "dpdk-performance-changes-3n-skx-h1"
5137 #  reference:
5138 #    title: "rls1908"
5139 #    data: "dpdk-performance-changes-3n-skx-ref"
5140 #  compare:
5141 #    title: "rls2001"
5142 #    data: "dpdk-performance-changes-3n-skx-cmp"
5143 #  data: "dpdk-performance-changes-3n-skx"
5144 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5145 #  filter: "'2T1C' and 'NDRPDR'"
5146 #  parameters:
5147 #  - "name"
5148 #  - "parent"
5149 #  - "throughput"
5150 #
5151 ## DPDK Performance Changes 3n-skx 4t2c pdr
5152 #- type: "table"
5153 #  title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5154 #  algorithm: "table_perf_comparison"
5155 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5156 #  history:
5157 #    - title: "rls1904"
5158 #      data: "dpdk-performance-changes-3n-skx-h1"
5159 #  reference:
5160 #    title: "rls1908"
5161 #    data: "dpdk-performance-changes-3n-skx-ref"
5162 #  compare:
5163 #    title: "rls2001"
5164 #    data: "dpdk-performance-changes-3n-skx-cmp"
5165 #  data: "dpdk-performance-changes-3n-skx"
5166 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5167 #  filter: "'4T2C' and 'NDRPDR'"
5168 #  parameters:
5169 #  - "name"
5170 #  - "parent"
5171 #  - "throughput"
5172 #
5173 ## DPDK Performance Changes 3n-skx 2t1c ndr
5174 #- type: "table"
5175 #  title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5176 #  algorithm: "table_perf_comparison"
5177 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5178 #  history:
5179 #    - title: "rls1904"
5180 #      data: "dpdk-performance-changes-3n-skx-h1"
5181 #  reference:
5182 #    title: "rls1908"
5183 #    data: "dpdk-performance-changes-3n-skx-ref"
5184 #  compare:
5185 #    title: "rls2001"
5186 #    data: "dpdk-performance-changes-3n-skx-cmp"
5187 #  data: "dpdk-performance-changes-3n-skx"
5188 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5189 #  filter: "'2T1C' and 'NDRPDR'"
5190 #  parameters:
5191 #  - "name"
5192 #  - "parent"
5193 #  - "throughput"
5194 #
5195 ## DPDK Performance Changes 3n-skx 4t2c ndr
5196 #- type: "table"
5197 #  title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5198 #  algorithm: "table_perf_comparison"
5199 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5200 #  history:
5201 #    - title: "rls1904"
5202 #      data: "dpdk-performance-changes-3n-skx-h1"
5203 #  reference:
5204 #    title: "rls1908"
5205 #    data: "dpdk-performance-changes-3n-skx-ref"
5206 #  compare:
5207 #    title: "rls2001"
5208 #    data: "dpdk-performance-changes-3n-skx-cmp"
5209 #  data: "dpdk-performance-changes-3n-skx"
5210 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5211 #  filter: "'4T2C' and 'NDRPDR'"
5212 #  parameters:
5213 #  - "name"
5214 #  - "parent"
5215 #  - "throughput"
5216 #
5217 ## DPDK Performance Changes 2n-skx 2t1c pdr
5218 #- type: "table"
5219 #  title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5220 #  algorithm: "table_perf_comparison"
5221 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5222 #  history:
5223 #    - title: "rls1904"
5224 #      data: "dpdk-performance-changes-2n-skx-h1"
5225 #  reference:
5226 #    title: "rls1908"
5227 #    data: "dpdk-performance-changes-2n-skx-ref"
5228 #  compare:
5229 #    title: "rls2001"
5230 #    data: "dpdk-performance-changes-2n-skx-cmp"
5231 #  data: "dpdk-performance-changes-2n-skx"
5232 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5233 #  filter: "'2T1C' and 'NDRPDR'"
5234 #  parameters:
5235 #  - "name"
5236 #  - "parent"
5237 #  - "throughput"
5238 #
5239 ## DPDK Performance Changes 2n-skx 4t2c pdr
5240 #- type: "table"
5241 #  title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5242 #  algorithm: "table_perf_comparison"
5243 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5244 #  history:
5245 #    - title: "rls1904"
5246 #      data: "dpdk-performance-changes-2n-skx-h1"
5247 #  reference:
5248 #    title: "rls1908"
5249 #    data: "dpdk-performance-changes-2n-skx-ref"
5250 #  compare:
5251 #    title: "rls2001"
5252 #    data: "dpdk-performance-changes-2n-skx-cmp"
5253 #  data: "dpdk-performance-changes-2n-skx"
5254 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5255 #  filter: "'4T2C' and 'NDRPDR'"
5256 #  parameters:
5257 #  - "name"
5258 #  - "parent"
5259 #  - "throughput"
5260 #
5261 ## DPDK Performance Changes 2n-skx 2t1c ndr
5262 #- type: "table"
5263 #  title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5264 #  algorithm: "table_perf_comparison"
5265 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5266 #  history:
5267 #    - title: "rls1904"
5268 #      data: "dpdk-performance-changes-2n-skx-h1"
5269 #  reference:
5270 #    title: "rls1908"
5271 #    data: "dpdk-performance-changes-2n-skx-ref"
5272 #  compare:
5273 #    title: "rls2001"
5274 #    data: "dpdk-performance-changes-2n-skx-cmp"
5275 #  data: "dpdk-performance-changes-2n-skx"
5276 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5277 #  filter: "'2T1C' and 'NDRPDR'"
5278 #  parameters:
5279 #  - "name"
5280 #  - "parent"
5281 #  - "throughput"
5282 #
5283 ## DPDK Performance Changes 2n-skx 4t2c ndr
5284 #- type: "table"
5285 #  title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5286 #  algorithm: "table_perf_comparison"
5287 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5288 #  history:
5289 #    - title: "rls1904"
5290 #      data: "dpdk-performance-changes-2n-skx-h1"
5291 #  reference:
5292 #    title: "rls1908"
5293 #    data: "dpdk-performance-changes-2n-skx-ref"
5294 #  compare:
5295 #    title: "rls2001"
5296 #    data: "dpdk-performance-changes-2n-skx-cmp"
5297 #  data: "dpdk-performance-changes-2n-skx"
5298 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5299 #  filter: "'4T2C' and 'NDRPDR'"
5300 #  parameters:
5301 #  - "name"
5302 #  - "parent"
5303 #  - "throughput"
5304 #
5305 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
5306 #- type: "table"
5307 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
5308 #  algorithm: "table_perf_comparison"
5309 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
5310 #  reference:
5311 #    title: "3-Node Hsw"
5312 #    data: "dpdk-compare-testbeds-ref"
5313 #  compare:
5314 #    title: "3-Node Skx"
5315 #    data: "dpdk-compare-testbeds-cmp"
5316 #  data: "dpdk-compare-testbeds"
5317 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5318 #  filter: "'NIC_Intel-X710'"
5319 #  parameters:
5320 #  - "name"
5321 #  - "parent"
5322 #  - "throughput"
5323 #
5324 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
5325 #- type: "table"
5326 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
5327 #  algorithm: "table_perf_comparison"
5328 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
5329 #  reference:
5330 #    title: "3-Node Hsw"
5331 #    data: "dpdk-compare-testbeds-ref"
5332 #  compare:
5333 #    title: "3-Node Skx"
5334 #    data: "dpdk-compare-testbeds-cmp"
5335 #  data: "dpdk-compare-testbeds"
5336 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5337 #  filter: "'NIC_Intel-X710'"
5338 #  parameters:
5339 #  - "name"
5340 #  - "parent"
5341 #  - "throughput"
5342 #
5343 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
5344 #- type: "table"
5345 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
5346 #  algorithm: "table_perf_comparison"
5347 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
5348 #  reference:
5349 #    title: "2-Node Skx"
5350 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5351 #  compare:
5352 #    title: "2-Node Clx"
5353 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5354 #  data: "dpdk-compare-testbeds-skx-clx"
5355 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5356 #  filter: "all"
5357 #  parameters:
5358 #  - "name"
5359 #  - "parent"
5360 #  - "throughput"
5361 #
5362 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
5363 #- type: "table"
5364 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
5365 #  algorithm: "table_perf_comparison"
5366 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
5367 #  reference:
5368 #    title: "2-Node Skx"
5369 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5370 #  compare:
5371 #    title: "2-Node Clx"
5372 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5373 #  data: "dpdk-compare-testbeds-skx-clx"
5374 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5375 #  filter: "all"
5376 #  parameters:
5377 #  - "name"
5378 #  - "parent"
5379 #  - "throughput"
5380 #
5381 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
5382 #- type: "table"
5383 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
5384 #  algorithm: "table_perf_comparison"
5385 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
5386 #  reference:
5387 #    title: "3-Node Skx"
5388 #    data: "dpdk-compare-topologies-ref"
5389 #  compare:
5390 #    title: "2-Node Skx"
5391 #    data: "dpdk-compare-topologies-cmp"
5392 #  data: "dpdk-compare-topologies"
5393 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5394 #  filter: "all"
5395 #  parameters:
5396 #  - "name"
5397 #  - "parent"
5398 #  - "throughput"
5399 #
5400 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5401 #- type: "table"
5402 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5403 #  algorithm: "table_perf_comparison"
5404 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5405 #  reference:
5406 #    title: "3-Node Skx"
5407 #    data: "dpdk-compare-topologies-ref"
5408 #  compare:
5409 #    title: "2-Node Skx"
5410 #    data: "dpdk-compare-topologies-cmp"
5411 #  data: "dpdk-compare-topologies"
5412 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5413 #  filter: "all"
5414 #  parameters:
5415 #  - "name"
5416 #  - "parent"
5417 #  - "throughput"
5418
5419 # Detailed Test Results - DPDK Performance Results 3n-hsw
5420 - type: "table"
5421   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5422   algorithm: "table_merged_details"
5423   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5424   columns:
5425   - title: " |prein| Test Name |preout| "
5426     data: "data name"
5427   - 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| "
5428     data: "data msg"
5429   data: "dpdk-perf-results-3n-hsw"
5430   filter: "all"
5431   parameters:
5432   - "name"
5433   - "parent"
5434   - "msg"
5435
5436 ## Detailed Test Results - DPDK Performance Results 3n-skx
5437 #- type: "table"
5438 #  title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5439 #  algorithm: "table_merged_details"
5440 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5441 #  columns:
5442 #  - title: " |prein| Test Name |preout| "
5443 #    data: "data name"
5444 #  - 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| "
5445 #    data: "data msg"
5446 #  data: "dpdk-perf-results-3n-skx"
5447 #  filter: "all"
5448 #  parameters:
5449 #  - "name"
5450 #  - "parent"
5451 #  - "msg"
5452 #
5453 ## Detailed Test Results - DPDK Performance Results 2n-skx
5454 #- type: "table"
5455 #  title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5456 #  algorithm: "table_merged_details"
5457 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5458 #  columns:
5459 #  - title: " |prein| Test Name |preout| "
5460 #    data: "data name"
5461 #  - 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| "
5462 #    data: "data msg"
5463 #  data: "dpdk-perf-results-2n-skx"
5464 #  filter: "all"
5465 #  parameters:
5466 #  - "name"
5467 #  - "parent"
5468 #  - "msg"
5469
5470 # Detailed Test Results - DPDK Performance Results 2n-clx
5471 - type: "table"
5472   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5473   algorithm: "table_merged_details"
5474   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5475   columns:
5476   - title: " |prein| Test Name |preout| "
5477     data: "data name"
5478   - 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| "
5479     data: "data msg"
5480   data: "dpdk-perf-results-2n-clx"
5481   filter: "all"
5482   parameters:
5483   - "name"
5484   - "parent"
5485   - "msg"
5486
5487 # Detailed Test Results - DPDK Performance Results 2n-dnv
5488 - type: "table"
5489   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
5490   algorithm: "table_merged_details"
5491   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5492   columns:
5493   - title: " |prein| Test Name |preout| "
5494     data: "data name"
5495   - 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| "
5496     data: "data msg"
5497   data: "dpdk-perf-results-2n-dnv"
5498   filter: "all"
5499   parameters:
5500   - "name"
5501   - "parent"
5502   - "msg"
5503
5504 # Detailed Test Results - DPDK Performance Results 3n-dnv
5505 - type: "table"
5506   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
5507   algorithm: "table_merged_details"
5508   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
5509   columns:
5510   - title: " |prein| Test Name |preout| "
5511     data: "data name"
5512   - 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| "
5513     data: "data msg"
5514   data: "dpdk-perf-results-3n-dnv"
5515   filter: "all"
5516   parameters:
5517   - "name"
5518   - "parent"
5519   - "msg"
5520
5521 # Detailed Test Results - DPDK Performance Results 3n-tsh
5522 - type: "table"
5523   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
5524   algorithm: "table_merged_details"
5525   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
5526   columns:
5527   - title: " |prein| Test Name |preout| "
5528     data: "data name"
5529   - 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| "
5530     data: "data msg"
5531   data: "dpdk-perf-results-3n-tsh"
5532   filter: "all"
5533   parameters:
5534   - "name"
5535   - "parent"
5536   - "msg"
5537
5538 ################################################################################
5539 ###                                F I L E S                                 ###
5540 ################################################################################
5541
5542 # VPP Performance Results
5543 - type: "file"
5544   title: "VPP Performance Results"
5545   algorithm: "file_details_split"
5546   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
5547   dir-tables:
5548 #    - "{DIR[DTR,PERF,VPP,2N,SKX]}"
5549 #    - "{DIR[DTR,PERF,VPP,3N,SKX]}"
5550     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
5551     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
5552     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
5553     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
5554     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
5555   data:
5556 #    - "vpp-perf-results-2n-skx"
5557 #    - "vpp-perf-results-3n-skx"
5558     - "vpp-perf-results-2n-clx"
5559     - "vpp-perf-results-3n-hsw"
5560     - "vpp-perf-results-3n-tsh"
5561     - "vpp-perf-results-2n-dnv"
5562     - "vpp-perf-results-3n-dnv"
5563   filter: "all"
5564   data-start-level: 4
5565   order-chapters:
5566     - "l2"
5567     - "ip4"
5568     - "ip6"
5569     - "srv6"
5570     - "ip4_tunnels"
5571     - "ip6_tunnels"
5572     - "vm_vhost"
5573     - "container_memif"
5574     - "crypto"
5575     - "vts"
5576     - "lb"
5577     - "nfv_density"
5578     - "hoststack"
5579   order-sub-chapters:
5580     - "2n-skx"
5581     - "3n-skx"
5582     - "2n-clx"
5583     - "3n-hsw"
5584     - "3n-tsh"
5585     - "2n-dnv"
5586     - "3n-dnv"
5587
5588 # VPP Performance Configuration
5589 - type: "file"
5590   title: "VPP Performance Configuration"
5591   algorithm: "file_details_split"
5592   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
5593   dir-tables:
5594 #    - "{DIR[DTC,PERF,VPP,2N,SKX]}"
5595 #    - "{DIR[DTC,PERF,VPP,3N,SKX]}"
5596     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
5597     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
5598     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
5599     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
5600     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
5601   data:
5602 #    - "vpp-perf-results-2n-skx"
5603 #    - "vpp-perf-results-3n-skx"
5604     - "vpp-perf-results-2n-clx"
5605     - "vpp-perf-results-3n-hsw"
5606     - "vpp-perf-results-3n-tsh"
5607     - "vpp-perf-results-2n-dnv"
5608     - "vpp-perf-results-3n-dnv"
5609   filter: "all"
5610   data-start-level: 4
5611   order-chapters:
5612     - "l2"
5613     - "ip4"
5614     - "ip6"
5615     - "srv6"
5616     - "ip4_tunnels"
5617     - "ip6_tunnels"
5618     - "vm_vhost"
5619     - "container_memif"
5620     - "crypto"
5621     - "vts"
5622     - "lb"
5623     - "nfv_density"
5624     - "hoststack"
5625   order-sub-chapters:
5626     - "2n-skx"
5627     - "3n-skx"
5628     - "2n-clx"
5629     - "3n-hsw"
5630     - "3n-tsh"
5631     - "2n-dnv"
5632     - "3n-dnv"
5633
5634 # VPP Performance Operational
5635 - type: "file"
5636   title: "VPP Performance Operational"
5637   algorithm: "file_details_split_html"
5638   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
5639   dir-tables:
5640 #    - "{DIR[DTO,PERF,VPP,2N,SKX]}"
5641 #    - "{DIR[DTO,PERF,VPP,3N,SKX]}"
5642     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
5643     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
5644     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
5645     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
5646     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
5647   data:
5648 #    - "vpp-perf-results-2n-skx"
5649 #    - "vpp-perf-results-3n-skx"
5650     - "vpp-perf-results-2n-clx"
5651     - "vpp-perf-results-3n-hsw"
5652     - "vpp-perf-results-3n-tsh"
5653     - "vpp-perf-results-2n-dnv"
5654     - "vpp-perf-results-3n-dnv"
5655   filter: "all"
5656   data-start-level: 4
5657   order-chapters:
5658     - "l2"
5659     - "ip4"
5660     - "ip6"
5661     - "srv6"
5662     - "ip4_tunnels"
5663     - "ip6_tunnels"
5664     - "vm_vhost"
5665     - "container_memif"
5666     - "crypto"
5667     - "vts"
5668     - "lb"
5669     - "nfv_density"
5670     - "hoststack"
5671   order-sub-chapters:
5672     - "2n-skx"
5673     - "3n-skx"
5674     - "2n-clx"
5675     - "3n-hsw"
5676     - "3n-tsh"
5677     - "2n-dnv"
5678     - "3n-dnv"
5679
5680 # VPP MRR Results
5681 - type: "file"
5682   title: "VPP MRR Results"
5683   algorithm: "file_details_split"
5684   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
5685   dir-tables:
5686 #    - "{DIR[DTR,MRR,VPP,2N,SKX]}"
5687 #    - "{DIR[DTR,MRR,VPP,3N,SKX]}"
5688     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
5689     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
5690     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
5691     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
5692     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
5693   data:
5694 #    - "vpp-mrr-results-2n-skx"
5695 #    - "vpp-mrr-results-3n-skx"
5696     - "vpp-mrr-results-2n-clx"
5697     - "vpp-mrr-results-3n-hsw"
5698     - "vpp-mrr-results-3n-tsh"
5699     - "vpp-mrr-results-2n-dnv"
5700     - "vpp-mrr-results-3n-dnv"
5701   filter: "all"
5702   data-start-level: 4
5703   order-chapters:
5704     - "l2"
5705     - "ip4"
5706     - "ip6"
5707     - "srv6"
5708     - "ip4_tunnels"
5709     - "ip6_tunnels"
5710     - "vm_vhost"
5711     - "container_memif"
5712     - "crypto"
5713     - "vts"
5714     - "lb"
5715     - "nfv_density"
5716     - "hoststack"
5717   order-sub-chapters:
5718     - "2n-skx"
5719     - "3n-skx"
5720     - "2n-clx"
5721     - "3n-hsw"
5722     - "3n-tsh"
5723     - "2n-dnv"
5724     - "3n-dnv"
5725
5726 # VPP MRR Configuration
5727 - type: "file"
5728   title: "VPP MRR Configuration"
5729   algorithm: "file_details_split"
5730   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
5731   dir-tables:
5732 #    - "{DIR[DTC,MRR,VPP,2N,SKX]}"
5733 #    - "{DIR[DTC,MRR,VPP,3N,SKX]}"
5734     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
5735     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
5736     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
5737     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
5738     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
5739   data:
5740 #    - "vpp-mrr-results-2n-skx"
5741 #    - "vpp-mrr-results-3n-skx"
5742     - "vpp-mrr-results-2n-clx"
5743     - "vpp-mrr-results-3n-hsw"
5744     - "vpp-mrr-results-3n-tsh"
5745     - "vpp-mrr-results-2n-dnv"
5746     - "vpp-mrr-results-3n-dnv"
5747   filter: "all"
5748   data-start-level: 4
5749   order-chapters:
5750     - "l2"
5751     - "ip4"
5752     - "ip6"
5753     - "srv6"
5754     - "ip4_tunnels"
5755     - "ip6_tunnels"
5756     - "vm_vhost"
5757     - "container_memif"
5758     - "crypto"
5759     - "vts"
5760     - "lb"
5761     - "nfv_density"
5762     - "hoststack"
5763   order-sub-chapters:
5764     - "2n-skx"
5765     - "3n-skx"
5766     - "2n-clx"
5767     - "3n-hsw"
5768     - "3n-tsh"
5769     - "2n-dnv"
5770     - "3n-dnv"
5771
5772 # VPP Device Results - Ubuntu
5773 - type: "file"
5774   title: "VPP Device Results - Ubuntu"
5775   algorithm: "file_test_results"
5776   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5777   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5778   data: "vpp-device-results-ubuntu"
5779   filter: "all"
5780   data-start-level: 4
5781
5782 # VPP Device Configuration - Ubuntu
5783 - type: "file"
5784   title: "VPP Device Configuration - Ubuntu"
5785   algorithm: "file_test_results"
5786   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5787   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5788   data: "vpp-device-results-ubuntu"
5789   filter: "all"
5790   data-start-level: 4
5791
5792 # DPDK Performance Results 3n-hsw
5793 - type: "file"
5794   title: "DPDK Performance Results 3n-hsw"
5795   algorithm: "file_test_results"
5796   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5797   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5798   data: "dpdk-perf-results-3n-hsw"
5799   filter: "all"
5800   data-start-level: 4
5801
5802 ## DPDK Performance Results 3n-skx
5803 #- type: "file"
5804 #  title: "DPDK Performance Results 3n-skx"
5805 #  algorithm: "file_test_results"
5806 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5807 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5808 #  data: "dpdk-perf-results-3n-skx"
5809 #  filter: "all"
5810 #  data-start-level: 4
5811 #
5812 ## DPDK Performance Results 2n-skx
5813 #- type: "file"
5814 #  title: "DPDK Performance Results 2n-skx"
5815 #  algorithm: "file_test_results"
5816 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5817 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5818 #  data: "dpdk-perf-results-2n-skx"
5819 #  filter: "all"
5820 #  data-start-level: 4
5821
5822 # DPDK Performance Results 2n-clx
5823 - type: "file"
5824   title: "DPDK Performance Results 2n-clx"
5825   algorithm: "file_test_results"
5826   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
5827   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
5828   data: "dpdk-perf-results-2n-clx"
5829   filter: "all"
5830   data-start-level: 4
5831
5832 # DPDK Performance Results 2n-dnv
5833 - type: "file"
5834   title: "DPDK Performance Results 2n-dnv"
5835   algorithm: "file_test_results"
5836   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
5837   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
5838   data: "dpdk-perf-results-2n-dnv"
5839   filter: "all"
5840   data-start-level: 4
5841
5842 # DPDK Performance Results 3n-dnv
5843 - type: "file"
5844   title: "DPDK Performance Results 3n-dnv"
5845   algorithm: "file_test_results"
5846   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
5847   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
5848   data: "dpdk-perf-results-3n-dnv"
5849   filter: "all"
5850   data-start-level: 4
5851
5852 # DPDK Performance Results 3n-tsh
5853 - type: "file"
5854   title: "DPDK Performance Results 3n-tsh"
5855   algorithm: "file_test_results"
5856   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
5857   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
5858   data: "dpdk-perf-results-3n-tsh"
5859   filter: "all"
5860   data-start-level: 4
5861
5862 ################################################################################
5863 ###                                P L O T S                                 ###
5864 ################################################################################
5865
5866 ## Plots VPP HTTP Server Performance
5867 #- type: "plot"
5868 #  title: "VPP HTTP Server Performance"
5869 #  algorithm: "plot_http_server_perf_box"
5870 #  output-file-type: ".html"
5871 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
5872 #  data:
5873 #    "plot-vpp-http-server-performance"
5874 #  # Keep this formatting, the filter is enclosed with " (quotation mark) and
5875 #  # each tag is enclosed with ' (apostrophe).
5876 #  filter: "'HTTP' and 'TCP_CPS'"
5877 #  parameters:
5878 #  - "result"
5879 #  - "name"
5880 #  traces:
5881 #    hoverinfo: "y+name"
5882 #    boxpoints: "outliers"
5883 #    whiskerwidth: 0
5884 #  layout:
5885 #    title: "VPP HTTP Server Performance"
5886 #    layout:
5887 #      "plot-cps"
5888 #
5889 #- type: "plot"
5890 #  title: "VPP HTTP Server Performance"
5891 #  algorithm: "plot_http_server_perf_box"
5892 #  output-file-type: ".html"
5893 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
5894 #  data:
5895 #    "plot-vpp-http-server-performance"
5896 #  filter: "'HTTP' and 'TCP_RPS'"
5897 #  parameters:
5898 #  - "result"
5899 #  - "name"
5900 #  traces:
5901 #    hoverinfo: "y+name"
5902 #    boxpoints: "outliers"
5903 #    whiskerwidth: 0
5904 #  layout:
5905 #    title: "VPP HTTP Server Performance"
5906 #    layout:
5907 #      "plot-rps"
5908
5909 ################################################################################
5910
5911 ## Soak Test (PLRsearch), boxes
5912 #- type: "plot"
5913 #  title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
5914 #  algorithm: "plot_perf_box_name"
5915 #  output-file-type: ".html"
5916 #  output-file: "{DIR[STATIC,VPP]}/soak-test-1"
5917 #  data: "plot-vpp-soak-2n-skx"
5918 #  include:
5919 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Soak.64B-2t1c-avf-eth-l2patch-soak"
5920 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
5921 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
5922 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Soak.64B-2t1c-eth-l2patch-soak"
5923 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
5924 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
5925 #  layout:
5926 #    title: "30 Minutes Soak Test (PLRsearch)"
5927 #    layout: "plot-soak-throughput"
5928 #
5929 ## Soak Test (PLRsearch), boxes
5930 #- type: "plot"
5931 #  title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
5932 #  algorithm: "plot_perf_box_name"
5933 #  output-file-type: ".html"
5934 #  output-file: "{DIR[STATIC,VPP]}/soak-test-2"
5935 #  data: "plot-vpp-soak-2n-skx"
5936 #  include:
5937 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-soak"
5938 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
5939 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
5940 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
5941 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
5942 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
5943 #  layout:
5944 #    title: "30 Minutes Soak Test (PLRsearch)"
5945 #    layout: "plot-soak-throughput"
5946
5947 ###############################################################################
5948
5949 #- type: "plot"
5950 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
5951 #  algorithm: "plot_nf_reconf_box_name"
5952 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
5953 #  data: "plot-vpp-nfv-reconf-2n-skx"
5954 #  include:
5955 #    - "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"
5956 #    - "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"
5957 #    - "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"
5958 #    - "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"
5959 #    - "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"
5960 #    - "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"
5961 #  layout:
5962 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
5963 #    layout: "plot-throughput"
5964 #
5965 #- type: "plot"
5966 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
5967 #  algorithm: "plot_nf_reconf_box_name"
5968 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
5969 #  data: "plot-vpp-nfv-reconf-2n-skx"
5970 #  include:
5971 #    - "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"
5972 #    - "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"
5973 #    - "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"
5974 #    - "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"
5975 #    - "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"
5976 #    - "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"
5977 #  layout:
5978 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
5979 #    layout: "plot-throughput"
5980 #
5981 #- type: "plot"
5982 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
5983 #  algorithm: "plot_nf_reconf_box_name"
5984 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
5985 #  data: "plot-vpp-nfv-reconf-2n-skx"
5986 #  include:
5987 #    - "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"
5988 #    - "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"
5989 #    - "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"
5990 #    - "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"
5991 #    - "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"
5992 #    - "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"
5993 #  layout:
5994 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
5995 #    layout: "plot-throughput"
5996 #
5997 ################################################################################
5998 ## Plots - NF Density - VSC - MRR 64b
5999 #- type: "plot"
6000 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6001 #  algorithm: "plot_nf_heatmap"
6002 #  output-file-type: ".html"
6003 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6004 #  data: "plot-vpp-nfv-2n-skx-mrr"
6005 #  filter: "'NIC_Intel-XXV710' and
6006 #           'NF_DENSITY' and
6007 #           'VHOST' and
6008 #           not 'VXLAN' and
6009 #           'CHAIN' and
6010 #           'NF_VPPIP4' and
6011 #           '64B' and
6012 #           '2T1C' and
6013 #           'MRR'"
6014 #  parameters:
6015 #  - "result"
6016 #  - "name"
6017 #  - "tags"
6018 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6019 #  x-axis: "X = VNFs per Service Chain"
6020 #  y-axis: "Y = Number of Service Chains"
6021 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6022 #  layout:
6023 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6024 #    layout: "plot-service-density"
6025 #
6026 #- type: "plot"
6027 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6028 #  algorithm: "plot_nf_heatmap"
6029 #  output-file-type: ".html"
6030 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6031 #  data: "plot-vpp-nfv-2n-skx-mrr"
6032 #  filter: "'NIC_Intel-XXV710' and
6033 #           'NF_DENSITY' and
6034 #           'VHOST' and
6035 #           not 'VXLAN' and
6036 #           'CHAIN' and
6037 #           'NF_VPPIP4' and
6038 #           '64B' and
6039 #           '4T2C' and
6040 #           'MRR'"
6041 #  parameters:
6042 #  - "result"
6043 #  - "name"
6044 #  - "tags"
6045 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6046 #  x-axis: "X = VNFs per Service Chain"
6047 #  y-axis: "Y = Number of Service Chains"
6048 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6049 #  layout:
6050 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6051 #    layout: "plot-service-density"
6052 #
6053 #- type: "plot"
6054 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6055 #  algorithm: "plot_nf_heatmap"
6056 #  output-file-type: ".html"
6057 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6058 #  data: "plot-vpp-nfv-2n-skx-mrr"
6059 #  filter: "'NIC_Intel-XXV710' and
6060 #           'NF_DENSITY' and
6061 #           'VHOST' and
6062 #           not 'VXLAN' and
6063 #           'CHAIN' and
6064 #           'NF_VPPIP4' and
6065 #           '64B' and
6066 #           '8T4C' and
6067 #           'MRR'"
6068 #  parameters:
6069 #  - "result"
6070 #  - "name"
6071 #  - "tags"
6072 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6073 #  x-axis: "X = VNFs per Service Chain"
6074 #  y-axis: "Y = Number of Service Chains"
6075 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6076 #  layout:
6077 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6078 #    layout: "plot-service-density"
6079 #
6080 ## Plots - NF Density - VSC - MRR IMIX
6081 #- type: "plot"
6082 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6083 #  algorithm: "plot_nf_heatmap"
6084 #  output-file-type: ".html"
6085 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6086 #  data: "plot-vpp-nfv-2n-skx-mrr"
6087 #  filter: "'NIC_Intel-XXV710' and
6088 #           'NF_DENSITY' and
6089 #           'VHOST' and
6090 #           not 'VXLAN' and
6091 #           'CHAIN' and
6092 #           'NF_VPPIP4' and
6093 #           'IMIX' and
6094 #           '2T1C' and
6095 #           'MRR'"
6096 #  parameters:
6097 #  - "result"
6098 #  - "name"
6099 #  - "tags"
6100 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6101 #  x-axis: "X = VNFs per Service Chain"
6102 #  y-axis: "Y = Number of Service Chains"
6103 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6104 #  layout:
6105 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6106 #    layout: "plot-service-density"
6107 #
6108 #- type: "plot"
6109 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6110 #  algorithm: "plot_nf_heatmap"
6111 #  output-file-type: ".html"
6112 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6113 #  data: "plot-vpp-nfv-2n-skx-mrr"
6114 #  filter: "'NIC_Intel-XXV710' and
6115 #           'NF_DENSITY' and
6116 #           'VHOST' and
6117 #           not 'VXLAN' and
6118 #           'CHAIN' and
6119 #           'NF_VPPIP4' and
6120 #           'IMIX' and
6121 #           '4T2C' and
6122 #           'MRR'"
6123 #  parameters:
6124 #  - "result"
6125 #  - "name"
6126 #  - "tags"
6127 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6128 #  x-axis: "X = VNFs per Service Chain"
6129 #  y-axis: "Y = Number of Service Chains"
6130 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6131 #  layout:
6132 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6133 #    layout: "plot-service-density"
6134 #
6135 #- type: "plot"
6136 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6137 #  algorithm: "plot_nf_heatmap"
6138 #  output-file-type: ".html"
6139 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6140 #  data: "plot-vpp-nfv-2n-skx-mrr"
6141 #  filter: "'NIC_Intel-XXV710' and
6142 #           'NF_DENSITY' and
6143 #           'VHOST' and
6144 #           not 'VXLAN' and
6145 #           'CHAIN' and
6146 #           'NF_VPPIP4' and
6147 #           'IMIX' and
6148 #           '8T4C' and
6149 #           'MRR'"
6150 #  parameters:
6151 #  - "result"
6152 #  - "name"
6153 #  - "tags"
6154 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6155 #  x-axis: "X = VNFs per Service Chain"
6156 #  y-axis: "Y = Number of Service Chains"
6157 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6158 #  layout:
6159 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6160 #    layout: "plot-service-density"
6161 #
6162 ## Plots - NF Density - VSC - NDR 64b
6163 #- type: "plot"
6164 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6165 #  algorithm: "plot_nf_heatmap"
6166 #  output-file-type: ".html"
6167 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6168 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6169 #  filter: "'NIC_Intel-XXV710' and
6170 #           'NF_DENSITY' and
6171 #           'VHOST' and
6172 #           not 'VXLAN' and
6173 #           'CHAIN' and
6174 #           'NF_VPPIP4' and
6175 #           '64B' and
6176 #           '2T1C' and
6177 #           'NDRPDR'"
6178 #  parameters:
6179 #  - "throughput"
6180 #  - "name"
6181 #  - "tags"
6182 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6183 #  x-axis: "X = VNFs per Service Chain"
6184 #  y-axis: "Y = Number of Service Chains"
6185 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6186 #  layout:
6187 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6188 #    layout: "plot-service-density"
6189 #
6190 #- type: "plot"
6191 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6192 #  algorithm: "plot_nf_heatmap"
6193 #  output-file-type: ".html"
6194 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6195 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6196 #  filter: "'NIC_Intel-XXV710' and
6197 #           'NF_DENSITY' and
6198 #           'VHOST' and
6199 #           not 'VXLAN' and
6200 #           'CHAIN' and
6201 #           'NF_VPPIP4' and
6202 #           '64B' and
6203 #           '4T2C' and
6204 #           'NDRPDR'"
6205 #  parameters:
6206 #  - "throughput"
6207 #  - "name"
6208 #  - "tags"
6209 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6210 #  x-axis: "X = VNFs per Service Chain"
6211 #  y-axis: "Y = Number of Service Chains"
6212 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6213 #  layout:
6214 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6215 #    layout: "plot-service-density"
6216 #
6217 #- type: "plot"
6218 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6219 #  algorithm: "plot_nf_heatmap"
6220 #  output-file-type: ".html"
6221 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6222 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6223 #  filter: "'NIC_Intel-XXV710' and
6224 #           'NF_DENSITY' and
6225 #           'VHOST' and
6226 #           not 'VXLAN' and
6227 #           'CHAIN' and
6228 #           'NF_VPPIP4' and
6229 #           '64B' and
6230 #           '8T4C' and
6231 #           'NDRPDR'"
6232 #  parameters:
6233 #  - "throughput"
6234 #  - "name"
6235 #  - "tags"
6236 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6237 #  x-axis: "X = VNFs per Service Chain"
6238 #  y-axis: "Y = Number of Service Chains"
6239 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6240 #  layout:
6241 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6242 #    layout: "plot-service-density"
6243 #
6244 ## Plots - NF Density - VSC - NDR IMIX
6245 #- type: "plot"
6246 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6247 #  algorithm: "plot_nf_heatmap"
6248 #  output-file-type: ".html"
6249 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6250 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6251 #  filter: "'NIC_Intel-XXV710' and
6252 #           'NF_DENSITY' and
6253 #           'VHOST' and
6254 #           not 'VXLAN' and
6255 #           'CHAIN' and
6256 #           'NF_VPPIP4' and
6257 #           'IMIX' and
6258 #           '2T1C' and
6259 #           'NDRPDR'"
6260 #  parameters:
6261 #  - "throughput"
6262 #  - "name"
6263 #  - "tags"
6264 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6265 #  x-axis: "X = VNFs per Service Chain"
6266 #  y-axis: "Y = Number of Service Chains"
6267 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6268 #  layout:
6269 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6270 #    layout: "plot-service-density"
6271 #
6272 #- type: "plot"
6273 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6274 #  algorithm: "plot_nf_heatmap"
6275 #  output-file-type: ".html"
6276 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6277 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6278 #  filter: "'NIC_Intel-XXV710' and
6279 #           'NF_DENSITY' and
6280 #           'VHOST' and
6281 #           not 'VXLAN' and
6282 #           'CHAIN' and
6283 #           'NF_VPPIP4' and
6284 #           'IMIX' and
6285 #           '4T2C' and
6286 #           'NDRPDR'"
6287 #  parameters:
6288 #  - "throughput"
6289 #  - "name"
6290 #  - "tags"
6291 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6292 #  x-axis: "X = VNFs per Service Chain"
6293 #  y-axis: "Y = Number of Service Chains"
6294 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6295 #  layout:
6296 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6297 #    layout: "plot-service-density"
6298 #
6299 #- type: "plot"
6300 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6301 #  algorithm: "plot_nf_heatmap"
6302 #  output-file-type: ".html"
6303 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6304 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6305 #  filter: "'NIC_Intel-XXV710' and
6306 #           'NF_DENSITY' and
6307 #           'VHOST' and
6308 #           not 'VXLAN' and
6309 #           'CHAIN' and
6310 #           'NF_VPPIP4' and
6311 #           'IMIX' and
6312 #           '8T4C' and
6313 #           'NDRPDR'"
6314 #  parameters:
6315 #  - "throughput"
6316 #  - "name"
6317 #  - "tags"
6318 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6319 #  x-axis: "X = VNFs per Service Chain"
6320 #  y-axis: "Y = Number of Service Chains"
6321 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6322 #  layout:
6323 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6324 #    layout: "plot-service-density"
6325 #
6326 ## Plots - NF Density - VSC - PDR 64b
6327 #- type: "plot"
6328 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6329 #  algorithm: "plot_nf_heatmap"
6330 #  output-file-type: ".html"
6331 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6332 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6333 #  filter: "'NIC_Intel-XXV710' and
6334 #           'NF_DENSITY' and
6335 #           'VHOST' and
6336 #           not 'VXLAN' and
6337 #           'CHAIN' and
6338 #           'NF_VPPIP4' and
6339 #           '64B' and
6340 #           '2T1C' and
6341 #           'NDRPDR'"
6342 #  parameters:
6343 #  - "throughput"
6344 #  - "name"
6345 #  - "tags"
6346 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6347 #  x-axis: "X = VNFs per Service Chain"
6348 #  y-axis: "Y = Number of Service Chains"
6349 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6350 #  layout:
6351 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6352 #    layout: "plot-service-density"
6353 #
6354 #- type: "plot"
6355 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6356 #  algorithm: "plot_nf_heatmap"
6357 #  output-file-type: ".html"
6358 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6359 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6360 #  filter: "'NIC_Intel-XXV710' and
6361 #           'NF_DENSITY' and
6362 #           'VHOST' and
6363 #           not 'VXLAN' and
6364 #           'CHAIN' and
6365 #           'NF_VPPIP4' and
6366 #           '64B' and
6367 #           '4T2C' and
6368 #           'NDRPDR'"
6369 #  parameters:
6370 #  - "throughput"
6371 #  - "name"
6372 #  - "tags"
6373 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6374 #  x-axis: "X = VNFs per Service Chain"
6375 #  y-axis: "Y = Number of Service Chains"
6376 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6377 #  layout:
6378 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6379 #    layout: "plot-service-density"
6380 #
6381 #- type: "plot"
6382 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6383 #  algorithm: "plot_nf_heatmap"
6384 #  output-file-type: ".html"
6385 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
6386 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6387 #  filter: "'NIC_Intel-XXV710' and
6388 #           'NF_DENSITY' and
6389 #           'VHOST' and
6390 #           not 'VXLAN' and
6391 #           'CHAIN' and
6392 #           'NF_VPPIP4' and
6393 #           '64B' and
6394 #           '8T4C' and
6395 #           'NDRPDR'"
6396 #  parameters:
6397 #  - "throughput"
6398 #  - "name"
6399 #  - "tags"
6400 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6401 #  x-axis: "X = VNFs per Service Chain"
6402 #  y-axis: "Y = Number of Service Chains"
6403 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6404 #  layout:
6405 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6406 #    layout: "plot-service-density"
6407 #
6408 ## Plots - NF Density - VSC - PDR IMIX
6409 #- type: "plot"
6410 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6411 #  algorithm: "plot_nf_heatmap"
6412 #  output-file-type: ".html"
6413 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6414 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6415 #  filter: "'NIC_Intel-XXV710' and
6416 #           'NF_DENSITY' and
6417 #           'VHOST' and
6418 #           not 'VXLAN' and
6419 #           'CHAIN' and
6420 #           'NF_VPPIP4' and
6421 #           'IMIX' and
6422 #           '2T1C' and
6423 #           'NDRPDR'"
6424 #  parameters:
6425 #  - "throughput"
6426 #  - "name"
6427 #  - "tags"
6428 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6429 #  x-axis: "X = VNFs per Service Chain"
6430 #  y-axis: "Y = Number of Service Chains"
6431 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6432 #  layout:
6433 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6434 #    layout: "plot-service-density"
6435 #
6436 #- type: "plot"
6437 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6438 #  algorithm: "plot_nf_heatmap"
6439 #  output-file-type: ".html"
6440 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
6441 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6442 #  filter: "'NIC_Intel-XXV710' and
6443 #           'NF_DENSITY' and
6444 #           'VHOST' and
6445 #           not 'VXLAN' and
6446 #           'CHAIN' and
6447 #           'NF_VPPIP4' and
6448 #           'IMIX' and
6449 #           '4T2C' and
6450 #           'NDRPDR'"
6451 #  parameters:
6452 #  - "throughput"
6453 #  - "name"
6454 #  - "tags"
6455 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6456 #  x-axis: "X = VNFs per Service Chain"
6457 #  y-axis: "Y = Number of Service Chains"
6458 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6459 #  layout:
6460 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6461 #    layout: "plot-service-density"
6462 #
6463 #- type: "plot"
6464 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6465 #  algorithm: "plot_nf_heatmap"
6466 #  output-file-type: ".html"
6467 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
6468 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6469 #  filter: "'NIC_Intel-XXV710' and
6470 #           'NF_DENSITY' and
6471 #           'VHOST' and
6472 #           not 'VXLAN' and
6473 #           'CHAIN' and
6474 #           'NF_VPPIP4' and
6475 #           'IMIX' and
6476 #           '8T4C' and
6477 #           'NDRPDR'"
6478 #  parameters:
6479 #  - "throughput"
6480 #  - "name"
6481 #  - "tags"
6482 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6483 #  x-axis: "X = VNFs per Service Chain"
6484 #  y-axis: "Y = Number of Service Chains"
6485 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6486 #  layout:
6487 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6488 #    layout: "plot-service-density"
6489 #
6490 ################################################################################
6491 ## Plots - NF Density - VSC - MRR 64b
6492 #- type: "plot"
6493 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6494 #  algorithm: "plot_nf_heatmap"
6495 #  output-file-type: ".html"
6496 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
6497 #  data: "plot-vpp-nfv-2n-skx-mrr"
6498 #  filter: "'NIC_Intel-XXV710' and
6499 #           'NF_DENSITY' and
6500 #           'VHOST' and
6501 #           'VXLAN' and
6502 #           'CHAIN' and
6503 #           '118' and
6504 #           '2T1C' and
6505 #           'MRR'"
6506 #  parameters:
6507 #  - "result"
6508 #  - "name"
6509 #  - "tags"
6510 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6511 #  x-axis: "X = VNFs per Service Chain"
6512 #  y-axis: "Y = Number of Service Chains"
6513 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6514 #  layout:
6515 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6516 #    layout: "plot-service-density"
6517 #
6518 #- type: "plot"
6519 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6520 #  algorithm: "plot_nf_heatmap"
6521 #  output-file-type: ".html"
6522 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
6523 #  data: "plot-vpp-nfv-2n-skx-mrr"
6524 #  filter: "'NIC_Intel-XXV710' and
6525 #           'NF_DENSITY' and
6526 #           'VHOST' and
6527 #           'VXLAN' and
6528 #           'CHAIN' and
6529 #           '118' and
6530 #           '4T2C' and
6531 #           'MRR'"
6532 #  parameters:
6533 #  - "result"
6534 #  - "name"
6535 #  - "tags"
6536 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6537 #  x-axis: "X = VNFs per Service Chain"
6538 #  y-axis: "Y = Number of Service Chains"
6539 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6540 #  layout:
6541 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6542 #    layout: "plot-service-density"
6543 #
6544 #- type: "plot"
6545 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6546 #  algorithm: "plot_nf_heatmap"
6547 #  output-file-type: ".html"
6548 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
6549 #  data: "plot-vpp-nfv-2n-skx-mrr"
6550 #  filter: "'NIC_Intel-XXV710' and
6551 #           'NF_DENSITY' and
6552 #           'VHOST' and
6553 #           'VXLAN' and
6554 #           'CHAIN' and
6555 #           '118' and
6556 #           '8T4C' and
6557 #           'MRR'"
6558 #  parameters:
6559 #  - "result"
6560 #  - "name"
6561 #  - "tags"
6562 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6563 #  x-axis: "X = VNFs per Service Chain"
6564 #  y-axis: "Y = Number of Service Chains"
6565 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6566 #  layout:
6567 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6568 #    layout: "plot-service-density"
6569 #
6570 ## Plots - NF Density - VSC - MRR IMIX
6571 #- type: "plot"
6572 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6573 #  algorithm: "plot_nf_heatmap"
6574 #  output-file-type: ".html"
6575 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
6576 #  data: "plot-vpp-nfv-2n-skx-mrr"
6577 #  filter: "'NIC_Intel-XXV710' and
6578 #           'NF_DENSITY' and
6579 #           'VHOST' and
6580 #           'VXLAN' and
6581 #           'CHAIN' and
6582 #           'IMIX' and
6583 #           '2T1C' and
6584 #           'MRR'"
6585 #  parameters:
6586 #  - "result"
6587 #  - "name"
6588 #  - "tags"
6589 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6590 #  x-axis: "X = VNFs per Service Chain"
6591 #  y-axis: "Y = Number of Service Chains"
6592 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6593 #  layout:
6594 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6595 #    layout: "plot-service-density"
6596 #
6597 #- type: "plot"
6598 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6599 #  algorithm: "plot_nf_heatmap"
6600 #  output-file-type: ".html"
6601 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
6602 #  data: "plot-vpp-nfv-2n-skx-mrr"
6603 #  filter: "'NIC_Intel-XXV710' and
6604 #           'NF_DENSITY' and
6605 #           'VHOST' and
6606 #           'VXLAN' and
6607 #           'CHAIN' and
6608 #           'IMIX' and
6609 #           '4T2C' and
6610 #           'MRR'"
6611 #  parameters:
6612 #  - "result"
6613 #  - "name"
6614 #  - "tags"
6615 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6616 #  x-axis: "X = VNFs per Service Chain"
6617 #  y-axis: "Y = Number of Service Chains"
6618 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6619 #  layout:
6620 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6621 #    layout: "plot-service-density"
6622 #
6623 #- type: "plot"
6624 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6625 #  algorithm: "plot_nf_heatmap"
6626 #  output-file-type: ".html"
6627 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
6628 #  data: "plot-vpp-nfv-2n-skx-mrr"
6629 #  filter: "'NIC_Intel-XXV710' and
6630 #           'NF_DENSITY' and
6631 #           'VHOST' and
6632 #           'VXLAN' and
6633 #           'CHAIN' and
6634 #           'IMIX' and
6635 #           '8T4C' and
6636 #           'MRR'"
6637 #  parameters:
6638 #  - "result"
6639 #  - "name"
6640 #  - "tags"
6641 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6642 #  x-axis: "X = VNFs per Service Chain"
6643 #  y-axis: "Y = Number of Service Chains"
6644 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6645 #  layout:
6646 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6647 #    layout: "plot-service-density"
6648 #
6649 ## Plots - NF Density - VSC - NDR 64b
6650 #- type: "plot"
6651 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6652 #  algorithm: "plot_nf_heatmap"
6653 #  output-file-type: ".html"
6654 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
6655 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6656 #  filter: "'NIC_Intel-XXV710' and
6657 #           'NF_DENSITY' and
6658 #           'VHOST' and
6659 #           'VXLAN' and
6660 #           'CHAIN' and
6661 #           '118' and
6662 #           '2T1C' and
6663 #           'NDRPDR'"
6664 #  parameters:
6665 #  - "throughput"
6666 #  - "name"
6667 #  - "tags"
6668 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6669 #  x-axis: "X = VNFs per Service Chain"
6670 #  y-axis: "Y = Number of Service Chains"
6671 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6672 #  layout:
6673 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6674 #    layout: "plot-service-density"
6675 #
6676 #- type: "plot"
6677 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6678 #  algorithm: "plot_nf_heatmap"
6679 #  output-file-type: ".html"
6680 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
6681 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6682 #  filter: "'NIC_Intel-XXV710' and
6683 #           'NF_DENSITY' and
6684 #           'VHOST' and
6685 #           'VXLAN' and
6686 #           'CHAIN' and
6687 #           '118' and
6688 #           '4T2C' and
6689 #           'NDRPDR'"
6690 #  parameters:
6691 #  - "throughput"
6692 #  - "name"
6693 #  - "tags"
6694 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6695 #  x-axis: "X = VNFs per Service Chain"
6696 #  y-axis: "Y = Number of Service Chains"
6697 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6698 #  layout:
6699 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6700 #    layout: "plot-service-density"
6701 #
6702 #- type: "plot"
6703 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6704 #  algorithm: "plot_nf_heatmap"
6705 #  output-file-type: ".html"
6706 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
6707 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6708 #  filter: "'NIC_Intel-XXV710' and
6709 #           'NF_DENSITY' and
6710 #           'VHOST' and
6711 #           'VXLAN' and
6712 #           'CHAIN' and
6713 #           '118' and
6714 #           '8T4C' and
6715 #           'NDRPDR'"
6716 #  parameters:
6717 #  - "throughput"
6718 #  - "name"
6719 #  - "tags"
6720 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6721 #  x-axis: "X = VNFs per Service Chain"
6722 #  y-axis: "Y = Number of Service Chains"
6723 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6724 #  layout:
6725 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6726 #    layout: "plot-service-density"
6727 #
6728 ## Plots - NF Density - VSC - NDR IMIX
6729 #- type: "plot"
6730 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6731 #  algorithm: "plot_nf_heatmap"
6732 #  output-file-type: ".html"
6733 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
6734 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6735 #  filter: "'NIC_Intel-XXV710' and
6736 #           'NF_DENSITY' and
6737 #           'VHOST' and
6738 #           'VXLAN' and
6739 #           'CHAIN' and
6740 #           'IMIX' and
6741 #           '2T1C' and
6742 #           'NDRPDR'"
6743 #  parameters:
6744 #  - "throughput"
6745 #  - "name"
6746 #  - "tags"
6747 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6748 #  x-axis: "X = VNFs per Service Chain"
6749 #  y-axis: "Y = Number of Service Chains"
6750 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6751 #  layout:
6752 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6753 #    layout: "plot-service-density"
6754 #
6755 #- type: "plot"
6756 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6757 #  algorithm: "plot_nf_heatmap"
6758 #  output-file-type: ".html"
6759 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
6760 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6761 #  filter: "'NIC_Intel-XXV710' and
6762 #           'NF_DENSITY' and
6763 #           'VHOST' and
6764 #           'VXLAN' and
6765 #           'CHAIN' and
6766 #           'IMIX' and
6767 #           '4T2C' and
6768 #           'NDRPDR'"
6769 #  parameters:
6770 #  - "throughput"
6771 #  - "name"
6772 #  - "tags"
6773 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6774 #  x-axis: "X = VNFs per Service Chain"
6775 #  y-axis: "Y = Number of Service Chains"
6776 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6777 #  layout:
6778 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6779 #    layout: "plot-service-density"
6780 #
6781 #- type: "plot"
6782 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6783 #  algorithm: "plot_nf_heatmap"
6784 #  output-file-type: ".html"
6785 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
6786 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6787 #  filter: "'NIC_Intel-XXV710' and
6788 #           'NF_DENSITY' and
6789 #           'VHOST' and
6790 #           'VXLAN' and
6791 #           'CHAIN' and
6792 #           'IMIX' and
6793 #           '8T4C' and
6794 #           'NDRPDR'"
6795 #  parameters:
6796 #  - "throughput"
6797 #  - "name"
6798 #  - "tags"
6799 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6800 #  x-axis: "X = VNFs per Service Chain"
6801 #  y-axis: "Y = Number of Service Chains"
6802 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6803 #  layout:
6804 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6805 #    layout: "plot-service-density"
6806 #
6807 ## Plots - NF Density - VSC - PDR 64b
6808 #- type: "plot"
6809 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6810 #  algorithm: "plot_nf_heatmap"
6811 #  output-file-type: ".html"
6812 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
6813 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6814 #  filter: "'NIC_Intel-XXV710' and
6815 #           'NF_DENSITY' and
6816 #           'VHOST' and
6817 #           'VXLAN' and
6818 #           'CHAIN' and
6819 #           '118' and
6820 #           '2T1C' and
6821 #           'NDRPDR'"
6822 #  parameters:
6823 #  - "throughput"
6824 #  - "name"
6825 #  - "tags"
6826 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6827 #  x-axis: "X = VNFs per Service Chain"
6828 #  y-axis: "Y = Number of Service Chains"
6829 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6830 #  layout:
6831 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6832 #    layout: "plot-service-density"
6833 #
6834 #- type: "plot"
6835 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6836 #  algorithm: "plot_nf_heatmap"
6837 #  output-file-type: ".html"
6838 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
6839 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6840 #  filter: "'NIC_Intel-XXV710' and
6841 #           'NF_DENSITY' and
6842 #           'VHOST' and
6843 #           'VXLAN' and
6844 #           'CHAIN' and
6845 #           '118' and
6846 #           '4T2C' and
6847 #           'NDRPDR'"
6848 #  parameters:
6849 #  - "throughput"
6850 #  - "name"
6851 #  - "tags"
6852 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6853 #  x-axis: "X = VNFs per Service Chain"
6854 #  y-axis: "Y = Number of Service Chains"
6855 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6856 #  layout:
6857 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6858 #    layout: "plot-service-density"
6859 #
6860 #- type: "plot"
6861 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6862 #  algorithm: "plot_nf_heatmap"
6863 #  output-file-type: ".html"
6864 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
6865 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6866 #  filter: "'NIC_Intel-XXV710' and
6867 #           'NF_DENSITY' and
6868 #           'VHOST' and
6869 #           'VXLAN' and
6870 #           'CHAIN' and
6871 #           '118' and
6872 #           '8T4C' and
6873 #           'NDRPDR'"
6874 #  parameters:
6875 #  - "throughput"
6876 #  - "name"
6877 #  - "tags"
6878 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6879 #  x-axis: "X = VNFs per Service Chain"
6880 #  y-axis: "Y = Number of Service Chains"
6881 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6882 #  layout:
6883 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6884 #    layout: "plot-service-density"
6885 #
6886 ## Plots - NF Density - VSC - PDR IMIX
6887 #- type: "plot"
6888 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6889 #  algorithm: "plot_nf_heatmap"
6890 #  output-file-type: ".html"
6891 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
6892 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6893 #  filter: "'NIC_Intel-XXV710' and
6894 #           'NF_DENSITY' and
6895 #           'VHOST' and
6896 #           'VXLAN' and
6897 #           'CHAIN' and
6898 #           'IMIX' and
6899 #           '2T1C' and
6900 #           'NDRPDR'"
6901 #  parameters:
6902 #  - "throughput"
6903 #  - "name"
6904 #  - "tags"
6905 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6906 #  x-axis: "X = VNFs per Service Chain"
6907 #  y-axis: "Y = Number of Service Chains"
6908 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6909 #  layout:
6910 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6911 #    layout: "plot-service-density"
6912 #
6913 #- type: "plot"
6914 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6915 #  algorithm: "plot_nf_heatmap"
6916 #  output-file-type: ".html"
6917 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
6918 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6919 #  filter: "'NIC_Intel-XXV710' and
6920 #           'NF_DENSITY' and
6921 #           'VHOST' and
6922 #           'VXLAN' and
6923 #           'CHAIN' and
6924 #           'IMIX' and
6925 #           '4T2C' and
6926 #           'NDRPDR'"
6927 #  parameters:
6928 #  - "throughput"
6929 #  - "name"
6930 #  - "tags"
6931 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6932 #  x-axis: "X = VNFs per Service Chain"
6933 #  y-axis: "Y = Number of Service Chains"
6934 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6935 #  layout:
6936 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6937 #    layout: "plot-service-density"
6938 #
6939 #- type: "plot"
6940 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6941 #  algorithm: "plot_nf_heatmap"
6942 #  output-file-type: ".html"
6943 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
6944 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6945 #  filter: "'NIC_Intel-XXV710' and
6946 #           'NF_DENSITY' and
6947 #           'VHOST' and
6948 #           'VXLAN' and
6949 #           'CHAIN' and
6950 #           'IMIX' and
6951 #           '8T4C' and
6952 #           'NDRPDR'"
6953 #  parameters:
6954 #  - "throughput"
6955 #  - "name"
6956 #  - "tags"
6957 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6958 #  x-axis: "X = VNFs per Service Chain"
6959 #  y-axis: "Y = Number of Service Chains"
6960 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6961 #  layout:
6962 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6963 #    layout: "plot-service-density"
6964 #
6965 ################################################################################
6966 ## Plots - NF Density - CSC - MRR 64b
6967 #- type: "plot"
6968 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6969 #  algorithm: "plot_nf_heatmap"
6970 #  output-file-type: ".html"
6971 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
6972 #  data: "plot-vpp-nfv-2n-skx-mrr"
6973 #  filter: "'NIC_Intel-XXV710' and
6974 #           'NF_DENSITY' and
6975 #           'DOCKER' and
6976 #           'CHAIN' and
6977 #           'NF_VPPIP4' and
6978 #           '64B' and
6979 #           '2T1C' and
6980 #           'MRR'"
6981 #  parameters:
6982 #  - "result"
6983 #  - "name"
6984 #  - "tags"
6985 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6986 #  x-axis: "X = CNFs per Service Chain"
6987 #  y-axis: "Y = Number of Service Chains"
6988 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6989 #  layout:
6990 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6991 #    layout: "plot-service-density"
6992 #
6993 #- type: "plot"
6994 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6995 #  algorithm: "plot_nf_heatmap"
6996 #  output-file-type: ".html"
6997 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
6998 #  data: "plot-vpp-nfv-2n-skx-mrr"
6999 #  filter: "'NIC_Intel-XXV710' and
7000 #           'NF_DENSITY' and
7001 #           'DOCKER' and
7002 #           'CHAIN' and
7003 #           'NF_VPPIP4' and
7004 #           '64B' and
7005 #           '4T2C' and
7006 #           'MRR'"
7007 #  parameters:
7008 #  - "result"
7009 #  - "name"
7010 #  - "tags"
7011 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7012 #  x-axis: "X = CNFs per Service Chain"
7013 #  y-axis: "Y = Number of Service Chains"
7014 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7015 #  layout:
7016 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7017 #    layout: "plot-service-density"
7018 #
7019 #- type: "plot"
7020 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7021 #  algorithm: "plot_nf_heatmap"
7022 #  output-file-type: ".html"
7023 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7024 #  data: "plot-vpp-nfv-2n-skx-mrr"
7025 #  filter: "'NIC_Intel-XXV710' and
7026 #           'NF_DENSITY' and
7027 #           'DOCKER' and
7028 #           'CHAIN' and
7029 #           'NF_VPPIP4' and
7030 #           '64B' and
7031 #           '8T4C' and
7032 #           'MRR'"
7033 #  parameters:
7034 #  - "result"
7035 #  - "name"
7036 #  - "tags"
7037 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7038 #  x-axis: "X = CNFs per Service Chain"
7039 #  y-axis: "Y = Number of Service Chains"
7040 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7041 #  layout:
7042 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7043 #    layout: "plot-service-density"
7044 #
7045 ## Plots - NF Density - CSC - MRR IMIX
7046 #- type: "plot"
7047 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7048 #  algorithm: "plot_nf_heatmap"
7049 #  output-file-type: ".html"
7050 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7051 #  data: "plot-vpp-nfv-2n-skx-mrr"
7052 #  filter: "'NIC_Intel-XXV710' and
7053 #           'NF_DENSITY' and
7054 #           'DOCKER' and
7055 #           'CHAIN' and
7056 #           'NF_VPPIP4' and
7057 #           'IMIX' and
7058 #           '2T1C' and
7059 #           'MRR'"
7060 #  parameters:
7061 #  - "result"
7062 #  - "name"
7063 #  - "tags"
7064 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7065 #  x-axis: "X = CNFs per Service Chain"
7066 #  y-axis: "Y = Number of Service Chains"
7067 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7068 #  layout:
7069 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7070 #    layout: "plot-service-density"
7071 #
7072 #- type: "plot"
7073 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7074 #  algorithm: "plot_nf_heatmap"
7075 #  output-file-type: ".html"
7076 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7077 #  data: "plot-vpp-nfv-2n-skx-mrr"
7078 #  filter: "'NIC_Intel-XXV710' and
7079 #           'NF_DENSITY' and
7080 #           'DOCKER' and
7081 #           'CHAIN' and
7082 #           'NF_VPPIP4' and
7083 #           'IMIX' and
7084 #           '4T2C' and
7085 #           'MRR'"
7086 #  parameters:
7087 #  - "result"
7088 #  - "name"
7089 #  - "tags"
7090 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7091 #  x-axis: "X = CNFs per Service Chain"
7092 #  y-axis: "Y = Number of Service Chains"
7093 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7094 #  layout:
7095 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7096 #    layout: "plot-service-density"
7097 #
7098 #- type: "plot"
7099 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7100 #  algorithm: "plot_nf_heatmap"
7101 #  output-file-type: ".html"
7102 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7103 #  data: "plot-vpp-nfv-2n-skx-mrr"
7104 #  filter: "'NIC_Intel-XXV710' and
7105 #           'NF_DENSITY' and
7106 #           'DOCKER' and
7107 #           'CHAIN' and
7108 #           'NF_VPPIP4' and
7109 #           'IMIX' and
7110 #           '8T4C' and
7111 #           'MRR'"
7112 #  parameters:
7113 #  - "result"
7114 #  - "name"
7115 #  - "tags"
7116 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7117 #  x-axis: "X = CNFs per Service Chain"
7118 #  y-axis: "Y = Number of Service Chains"
7119 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7120 #  layout:
7121 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7122 #    layout: "plot-service-density"
7123 #
7124 ## Plots - NF Density - CSC - NDR 64b
7125 #- type: "plot"
7126 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7127 #  algorithm: "plot_nf_heatmap"
7128 #  output-file-type: ".html"
7129 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7130 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7131 #  filter: "'NIC_Intel-XXV710' and
7132 #           'NF_DENSITY' and
7133 #           'DOCKER' and
7134 #           'CHAIN' and
7135 #           'NF_VPPIP4' and
7136 #           '64B' and
7137 #           '2T1C' and
7138 #           'NDRPDR'"
7139 #  parameters:
7140 #  - "throughput"
7141 #  - "name"
7142 #  - "tags"
7143 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7144 #  x-axis: "X = CNFs per Service Chain"
7145 #  y-axis: "Y = Number of Service Chains"
7146 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7147 #  layout:
7148 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7149 #    layout: "plot-service-density"
7150 #
7151 #- type: "plot"
7152 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7153 #  algorithm: "plot_nf_heatmap"
7154 #  output-file-type: ".html"
7155 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7156 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7157 #  filter: "'NIC_Intel-XXV710' and
7158 #           'NF_DENSITY' and
7159 #           'DOCKER' and
7160 #           'CHAIN' and
7161 #           'NF_VPPIP4' and
7162 #           '64B' and
7163 #           '4T2C' and
7164 #           'NDRPDR'"
7165 #  parameters:
7166 #  - "throughput"
7167 #  - "name"
7168 #  - "tags"
7169 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7170 #  x-axis: "X = CNFs per Service Chain"
7171 #  y-axis: "Y = Number of Service Chains"
7172 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7173 #  layout:
7174 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7175 #    layout: "plot-service-density"
7176 #
7177 #- type: "plot"
7178 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7179 #  algorithm: "plot_nf_heatmap"
7180 #  output-file-type: ".html"
7181 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7182 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7183 #  filter: "'NIC_Intel-XXV710' and
7184 #           'NF_DENSITY' and
7185 #           'DOCKER' and
7186 #           'CHAIN' and
7187 #           'NF_VPPIP4' and
7188 #           '64B' and
7189 #           '8T4C' and
7190 #           'NDRPDR'"
7191 #  parameters:
7192 #  - "throughput"
7193 #  - "name"
7194 #  - "tags"
7195 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7196 #  x-axis: "X = CNFs per Service Chain"
7197 #  y-axis: "Y = Number of Service Chains"
7198 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7199 #  layout:
7200 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7201 #    layout: "plot-service-density"
7202 #
7203 ## Plots - NF Density - CSC - NDR IMIX
7204 #- type: "plot"
7205 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7206 #  algorithm: "plot_nf_heatmap"
7207 #  output-file-type: ".html"
7208 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7209 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7210 #  filter: "'NIC_Intel-XXV710' and
7211 #           'NF_DENSITY' and
7212 #           'DOCKER' and
7213 #           'CHAIN' and
7214 #           'NF_VPPIP4' and
7215 #           'IMIX' and
7216 #           '2T1C' and
7217 #           'NDRPDR'"
7218 #  parameters:
7219 #  - "throughput"
7220 #  - "name"
7221 #  - "tags"
7222 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7223 #  x-axis: "X = CNFs per Service Chain"
7224 #  y-axis: "Y = Number of Service Chains"
7225 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7226 #  layout:
7227 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7228 #    layout: "plot-service-density"
7229 #
7230 #- type: "plot"
7231 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7232 #  algorithm: "plot_nf_heatmap"
7233 #  output-file-type: ".html"
7234 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7235 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7236 #  filter: "'NIC_Intel-XXV710' and
7237 #           'NF_DENSITY' and
7238 #           'DOCKER' and
7239 #           'CHAIN' and
7240 #           'NF_VPPIP4' and
7241 #           'IMIX' and
7242 #           '4T2C' and
7243 #           'NDRPDR'"
7244 #  parameters:
7245 #  - "throughput"
7246 #  - "name"
7247 #  - "tags"
7248 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7249 #  x-axis: "X = CNFs per Service Chain"
7250 #  y-axis: "Y = Number of Service Chains"
7251 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7252 #  layout:
7253 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7254 #    layout: "plot-service-density"
7255 #
7256 #- type: "plot"
7257 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7258 #  algorithm: "plot_nf_heatmap"
7259 #  output-file-type: ".html"
7260 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7261 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7262 #  filter: "'NIC_Intel-XXV710' and
7263 #           'NF_DENSITY' and
7264 #           'DOCKER' and
7265 #           'CHAIN' and
7266 #           'NF_VPPIP4' and
7267 #           'IMIX' and
7268 #           '8T4C' and
7269 #           'NDRPDR'"
7270 #  parameters:
7271 #  - "throughput"
7272 #  - "name"
7273 #  - "tags"
7274 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7275 #  x-axis: "X = CNFs per Service Chain"
7276 #  y-axis: "Y = Number of Service Chains"
7277 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7278 #  layout:
7279 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7280 #    layout: "plot-service-density"
7281 #
7282 ## Plots - NF Density - CSC - PDR 64b
7283 #- type: "plot"
7284 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7285 #  algorithm: "plot_nf_heatmap"
7286 #  output-file-type: ".html"
7287 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7288 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7289 #  filter: "'NIC_Intel-XXV710' and
7290 #           'NF_DENSITY' and
7291 #           'DOCKER' and
7292 #           'CHAIN' and
7293 #           'NF_VPPIP4' and
7294 #           '64B' and
7295 #           '2T1C' and
7296 #           'NDRPDR'"
7297 #  parameters:
7298 #  - "throughput"
7299 #  - "name"
7300 #  - "tags"
7301 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7302 #  x-axis: "X = CNFs per Service Chain"
7303 #  y-axis: "Y = Number of Service Chains"
7304 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7305 #  layout:
7306 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7307 #    layout: "plot-service-density"
7308 #
7309 #- type: "plot"
7310 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7311 #  algorithm: "plot_nf_heatmap"
7312 #  output-file-type: ".html"
7313 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7314 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7315 #  filter: "'NIC_Intel-XXV710' and
7316 #           'NF_DENSITY' and
7317 #           'DOCKER' and
7318 #           'CHAIN' and
7319 #           'NF_VPPIP4' and
7320 #           '64B' and
7321 #           '4T2C' and
7322 #           'NDRPDR'"
7323 #  parameters:
7324 #  - "throughput"
7325 #  - "name"
7326 #  - "tags"
7327 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7328 #  x-axis: "X = CNFs per Service Chain"
7329 #  y-axis: "Y = Number of Service Chains"
7330 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7331 #  layout:
7332 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7333 #    layout: "plot-service-density"
7334 #
7335 #- type: "plot"
7336 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7337 #  algorithm: "plot_nf_heatmap"
7338 #  output-file-type: ".html"
7339 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7340 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7341 #  filter: "'NIC_Intel-XXV710' and
7342 #           'NF_DENSITY' and
7343 #           'DOCKER' and
7344 #           'CHAIN' and
7345 #           'NF_VPPIP4' and
7346 #           '64B' and
7347 #           '8T4C' and
7348 #           'NDRPDR'"
7349 #  parameters:
7350 #  - "throughput"
7351 #  - "name"
7352 #  - "tags"
7353 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7354 #  x-axis: "X = CNFs per Service Chain"
7355 #  y-axis: "Y = Number of Service Chains"
7356 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7357 #  layout:
7358 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7359 #    layout: "plot-service-density"
7360 #
7361 ## Plots - NF Density - CSC - PDR IMIX
7362 #- type: "plot"
7363 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7364 #  algorithm: "plot_nf_heatmap"
7365 #  output-file-type: ".html"
7366 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7367 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7368 #  filter: "'NIC_Intel-XXV710' and
7369 #           'NF_DENSITY' and
7370 #           'DOCKER' and
7371 #           'CHAIN' and
7372 #           'NF_VPPIP4' and
7373 #           'IMIX' and
7374 #           '2T1C' and
7375 #           'NDRPDR'"
7376 #  parameters:
7377 #  - "throughput"
7378 #  - "name"
7379 #  - "tags"
7380 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7381 #  x-axis: "X = CNFs per Service Chain"
7382 #  y-axis: "Y = Number of Service Chains"
7383 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7384 #  layout:
7385 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7386 #    layout: "plot-service-density"
7387 #
7388 #- type: "plot"
7389 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7390 #  algorithm: "plot_nf_heatmap"
7391 #  output-file-type: ".html"
7392 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7393 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7394 #  filter: "'NIC_Intel-XXV710' and
7395 #           'NF_DENSITY' and
7396 #           'DOCKER' and
7397 #           'CHAIN' and
7398 #           'NF_VPPIP4' and
7399 #           'IMIX' and
7400 #           '4T2C' and
7401 #           'NDRPDR'"
7402 #  parameters:
7403 #  - "throughput"
7404 #  - "name"
7405 #  - "tags"
7406 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7407 #  x-axis: "X = CNFs per Service Chain"
7408 #  y-axis: "Y = Number of Service Chains"
7409 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7410 #  layout:
7411 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7412 #    layout: "plot-service-density"
7413 #
7414 #- type: "plot"
7415 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7416 #  algorithm: "plot_nf_heatmap"
7417 #  output-file-type: ".html"
7418 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7419 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7420 #  filter: "'NIC_Intel-XXV710' and
7421 #           'NF_DENSITY' and
7422 #           'DOCKER' and
7423 #           'CHAIN' and
7424 #           'NF_VPPIP4' and
7425 #           'IMIX' and
7426 #           '8T4C' and
7427 #           'NDRPDR'"
7428 #  parameters:
7429 #  - "throughput"
7430 #  - "name"
7431 #  - "tags"
7432 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7433 #  x-axis: "X = CNFs per Service Chain"
7434 #  y-axis: "Y = Number of Service Chains"
7435 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7436 #  layout:
7437 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7438 #    layout: "plot-service-density"
7439 #
7440 ################################################################################
7441 #
7442 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7443 #- type: "plot"
7444 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7445 #  algorithm: "plot_nf_heatmap"
7446 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7447 #  data: "plot-vpp-nfv-3n-skx-mrr"
7448 #  filter: "'NIC_Intel-XXV710' and
7449 #           'NF_DENSITY' and
7450 #           'DOCKER' and
7451 #           'CHAIN' and
7452 #           'NF_VPPIP4' and
7453 #           'IPSEC' and
7454 #           'TNL_4' and
7455 #           'IMIX' and
7456 #           '2T1C' and
7457 #           'MRR'"
7458 #  parameters:
7459 #  - "result"
7460 #  - "name"
7461 #  - "tags"
7462 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7463 #  x-axis: "X = CNFs per Service Chain"
7464 #  y-axis: "Y = Number of Service Chains"
7465 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7466 #  layout:
7467 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7468 #    layout: "plot-service-density"
7469 #
7470 #- type: "plot"
7471 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7472 #  algorithm: "plot_nf_heatmap"
7473 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
7474 #  data: "plot-vpp-nfv-3n-skx-mrr"
7475 #  filter: "'NIC_Intel-XXV710' and
7476 #           'NF_DENSITY' and
7477 #           'DOCKER' and
7478 #           'CHAIN' and
7479 #           'NF_VPPIP4' and
7480 #           'IPSEC' and
7481 #           'TNL_4' and
7482 #           'IMIX' and
7483 #           '4T2C' and
7484 #           'MRR'"
7485 #  parameters:
7486 #  - "result"
7487 #  - "name"
7488 #  - "tags"
7489 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7490 #  x-axis: "X = CNFs per Service Chain"
7491 #  y-axis: "Y = Number of Service Chains"
7492 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7493 #  layout:
7494 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7495 #    layout: "plot-service-density"
7496 #
7497 #- type: "plot"
7498 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7499 #  algorithm: "plot_nf_heatmap"
7500 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
7501 #  data: "plot-vpp-nfv-3n-skx-mrr"
7502 #  filter: "'NIC_Intel-XXV710' and
7503 #           'NF_DENSITY' and
7504 #           'DOCKER' and
7505 #           'CHAIN' and
7506 #           'NF_VPPIP4' and
7507 #           'IPSEC' and
7508 #           'TNL_4' and
7509 #           'IMIX' and
7510 #           '8T4C' and
7511 #           'MRR'"
7512 #  parameters:
7513 #  - "result"
7514 #  - "name"
7515 #  - "tags"
7516 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7517 #  x-axis: "X = CNFs per Service Chain"
7518 #  y-axis: "Y = Number of Service Chains"
7519 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7520 #  layout:
7521 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7522 #    layout: "plot-service-density"
7523 #
7524 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7525 #- type: "plot"
7526 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7527 #  algorithm: "plot_nf_heatmap"
7528 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
7529 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7530 #  filter: "'NIC_Intel-XXV710' and
7531 #           'NF_DENSITY' and
7532 #           'DOCKER' and
7533 #           'CHAIN' and
7534 #           'NF_VPPIP4' and
7535 #           'IPSEC' and
7536 #           'TNL_4' and
7537 #           'IMIX' and
7538 #           '2T1C' and
7539 #           'NDRPDR'"
7540 #  parameters:
7541 #  - "throughput"
7542 #  - "name"
7543 #  - "tags"
7544 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7545 #  x-axis: "X = CNFs per Service Chain"
7546 #  y-axis: "Y = Number of Service Chains"
7547 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7548 #  layout:
7549 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7550 #    layout: "plot-service-density"
7551 #
7552 #- type: "plot"
7553 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7554 #  algorithm: "plot_nf_heatmap"
7555 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
7556 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7557 #  filter: "'NIC_Intel-XXV710' and
7558 #           'NF_DENSITY' and
7559 #           'DOCKER' and
7560 #           'CHAIN' and
7561 #           'NF_VPPIP4' and
7562 #           'IPSEC' and
7563 #           'TNL_4' and
7564 #           'IMIX' and
7565 #           '4T2C' and
7566 #           'NDRPDR'"
7567 #  parameters:
7568 #  - "throughput"
7569 #  - "name"
7570 #  - "tags"
7571 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7572 #  x-axis: "X = CNFs per Service Chain"
7573 #  y-axis: "Y = Number of Service Chains"
7574 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7575 #  layout:
7576 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7577 #    layout: "plot-service-density"
7578 #
7579 #- type: "plot"
7580 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7581 #  algorithm: "plot_nf_heatmap"
7582 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
7583 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7584 #  filter: "'NIC_Intel-XXV710' and
7585 #           'NF_DENSITY' and
7586 #           'DOCKER' and
7587 #           'CHAIN' and
7588 #           'NF_VPPIP4' and
7589 #           'IPSEC' and
7590 #           'TNL_4' and
7591 #           'IMIX' and
7592 #           '8T4C' and
7593 #           'NDRPDR'"
7594 #  parameters:
7595 #  - "throughput"
7596 #  - "name"
7597 #  - "tags"
7598 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7599 #  x-axis: "X = CNFs per Service Chain"
7600 #  y-axis: "Y = Number of Service Chains"
7601 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7602 #  layout:
7603 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7604 #    layout: "plot-service-density"
7605 #
7606 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7607 #- type: "plot"
7608 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7609 #  algorithm: "plot_nf_heatmap"
7610 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
7611 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7612 #  filter: "'NIC_Intel-XXV710' and
7613 #           'NF_DENSITY' and
7614 #           'DOCKER' and
7615 #           'CHAIN' and
7616 #           'NF_VPPIP4' and
7617 #           'IPSEC' and
7618 #           'TNL_4' and
7619 #           'IMIX' and
7620 #           '2T1C' and
7621 #           'NDRPDR'"
7622 #  parameters:
7623 #  - "throughput"
7624 #  - "name"
7625 #  - "tags"
7626 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7627 #  x-axis: "X = CNFs per Service Chain"
7628 #  y-axis: "Y = Number of Service Chains"
7629 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7630 #  layout:
7631 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7632 #    layout: "plot-service-density"
7633 #
7634 #- type: "plot"
7635 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7636 #  algorithm: "plot_nf_heatmap"
7637 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
7638 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7639 #  filter: "'NIC_Intel-XXV710' and
7640 #           'NF_DENSITY' and
7641 #           'DOCKER' and
7642 #           'CHAIN' and
7643 #           'NF_VPPIP4' and
7644 #           'IPSEC' and
7645 #           'TNL_4' and
7646 #           'IMIX' and
7647 #           '4T2C' and
7648 #           'NDRPDR'"
7649 #  parameters:
7650 #  - "throughput"
7651 #  - "name"
7652 #  - "tags"
7653 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7654 #  x-axis: "X = CNFs per Service Chain"
7655 #  y-axis: "Y = Number of Service Chains"
7656 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7657 #  layout:
7658 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7659 #    layout: "plot-service-density"
7660 #
7661 #- type: "plot"
7662 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7663 #  algorithm: "plot_nf_heatmap"
7664 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
7665 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7666 #  filter: "'NIC_Intel-XXV710' and
7667 #           'NF_DENSITY' and
7668 #           'DOCKER' and
7669 #           'CHAIN' and
7670 #           'NF_VPPIP4' and
7671 #           'IPSEC' and
7672 #           'TNL_4' and
7673 #           'IMIX' and
7674 #           '8T4C' and
7675 #           'NDRPDR'"
7676 #  parameters:
7677 #  - "throughput"
7678 #  - "name"
7679 #  - "tags"
7680 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7681 #  x-axis: "X = CNFs per Service Chain"
7682 #  y-axis: "Y = Number of Service Chains"
7683 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7684 #  layout:
7685 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7686 #    layout: "plot-service-density"
7687
7688 ###############################################################################
7689
7690 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7691 - type: "plot"
7692   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7693   algorithm: "plot_nf_heatmap"
7694   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
7695   data: "plot-vpp-nfv-3n-hsw-mrr"
7696   filter: "'NIC_Intel-XL710' and
7697            'NF_DENSITY' and
7698            'DOCKER' and
7699            'CHAIN' and
7700            'NF_VPPIP4' and
7701            'IMIX' and
7702            'TNL_4' and
7703            '1T1C' and
7704            'MRR'"
7705   parameters:
7706   - "result"
7707   - "name"
7708   - "tags"
7709   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7710   x-axis: "X = CNFs per Service Chain"
7711   y-axis: "Y = Number of Service Chains"
7712   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7713   layout:
7714     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7715     layout: "plot-service-density"
7716
7717 - type: "plot"
7718   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7719   algorithm: "plot_nf_heatmap"
7720   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
7721   data: "plot-vpp-nfv-3n-hsw-mrr"
7722   filter: "'NIC_Intel-XL710' and
7723            'NF_DENSITY' and
7724            'DOCKER' and
7725            'CHAIN' and
7726            'NF_VPPIP4' and
7727            'IPSEC' and
7728            'TNL_4' and
7729            'IMIX' and
7730            '2T2C' and
7731            'MRR'"
7732   parameters:
7733   - "result"
7734   - "name"
7735   - "tags"
7736   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7737   x-axis: "X = CNFs per Service Chain"
7738   y-axis: "Y = Number of Service Chains"
7739   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7740   layout:
7741     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7742     layout: "plot-service-density"
7743
7744 - type: "plot"
7745   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7746   algorithm: "plot_nf_heatmap"
7747   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
7748   data: "plot-vpp-nfv-3n-hsw-mrr"
7749   filter: "'NIC_Intel-XL710' and
7750            'NF_DENSITY' and
7751            'DOCKER' and
7752            'CHAIN' and
7753            'NF_VPPIP4' and
7754            'IPSEC' and
7755            'TNL_4' and
7756            'IMIX' and
7757            '4T4C' and
7758            'MRR'"
7759   parameters:
7760   - "result"
7761   - "name"
7762   - "tags"
7763   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7764   x-axis: "X = CNFs per Service Chain"
7765   y-axis: "Y = Number of Service Chains"
7766   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7767   layout:
7768     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7769     layout: "plot-service-density"
7770
7771 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7772 - type: "plot"
7773   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7774   algorithm: "plot_nf_heatmap"
7775   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
7776   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7777   filter: "'NIC_Intel-XL710' and
7778            'NF_DENSITY' and
7779            'DOCKER' and
7780            'CHAIN' and
7781            'NF_VPPIP4' and
7782            'IPSEC' and
7783            'TNL_4' and
7784            'IMIX' and
7785            '1T1C' and
7786            'NDRPDR'"
7787   parameters:
7788   - "throughput"
7789   - "name"
7790   - "tags"
7791   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7792   x-axis: "X = CNFs per Service Chain"
7793   y-axis: "Y = Number of Service Chains"
7794   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7795   layout:
7796     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7797     layout: "plot-service-density"
7798
7799 - type: "plot"
7800   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7801   algorithm: "plot_nf_heatmap"
7802   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
7803   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7804   filter: "'NIC_Intel-XL710' and
7805            'NF_DENSITY' and
7806            'DOCKER' and
7807            'CHAIN' and
7808            'NF_VPPIP4' and
7809            'IPSEC' and
7810            'TNL_4' and
7811            'IMIX' and
7812            '2T2C' and
7813            'NDRPDR'"
7814   parameters:
7815   - "throughput"
7816   - "name"
7817   - "tags"
7818   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7819   x-axis: "X = CNFs per Service Chain"
7820   y-axis: "Y = Number of Service Chains"
7821   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7822   layout:
7823     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7824     layout: "plot-service-density"
7825
7826 - type: "plot"
7827   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7828   algorithm: "plot_nf_heatmap"
7829   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
7830   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7831   filter: "'NIC_Intel-XL710' and
7832            'NF_DENSITY' and
7833            'DOCKER' and
7834            'CHAIN' and
7835            'NF_VPPIP4' and
7836            'IPSEC' and
7837            'TNL_4' and
7838            'IMIX' and
7839            '4T4C' and
7840            'NDRPDR'"
7841   parameters:
7842   - "throughput"
7843   - "name"
7844   - "tags"
7845   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7846   x-axis: "X = CNFs per Service Chain"
7847   y-axis: "Y = Number of Service Chains"
7848   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7849   layout:
7850     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7851     layout: "plot-service-density"
7852
7853 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7854 - type: "plot"
7855   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7856   algorithm: "plot_nf_heatmap"
7857   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
7858   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7859   filter: "'NIC_Intel-XL710' and
7860            'NF_DENSITY' and
7861            'DOCKER' and
7862            'CHAIN' and
7863            'NF_VPPIP4' and
7864            'IPSEC' and
7865            'TNL_4' and
7866            'IMIX' and
7867            '1T1C' and
7868            'NDRPDR'"
7869   parameters:
7870   - "throughput"
7871   - "name"
7872   - "tags"
7873   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7874   x-axis: "X = CNFs per Service Chain"
7875   y-axis: "Y = Number of Service Chains"
7876   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7877   layout:
7878     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7879     layout: "plot-service-density"
7880
7881 - type: "plot"
7882   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7883   algorithm: "plot_nf_heatmap"
7884   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
7885   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7886   filter: "'NIC_Intel-XL710' and
7887            'NF_DENSITY' and
7888            'DOCKER' and
7889            'CHAIN' and
7890            'NF_VPPIP4' and
7891            'IPSEC' and
7892            'TNL_4' and
7893            'IMIX' and
7894            '2T2C' and
7895            'NDRPDR'"
7896   parameters:
7897   - "throughput"
7898   - "name"
7899   - "tags"
7900   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7901   x-axis: "X = CNFs per Service Chain"
7902   y-axis: "Y = Number of Service Chains"
7903   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7904   layout:
7905     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7906     layout: "plot-service-density"
7907
7908 - type: "plot"
7909   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7910   algorithm: "plot_nf_heatmap"
7911   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
7912   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7913   filter: "'NIC_Intel-XL710' and
7914            'NF_DENSITY' and
7915            'DOCKER' and
7916            'CHAIN' and
7917            'NF_VPPIP4' and
7918            'IPSEC' and
7919            'TNL_4' and
7920            'IMIX' and
7921            '4T4C' and
7922            'NDRPDR'"
7923   parameters:
7924   - "throughput"
7925   - "name"
7926   - "tags"
7927   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7928   x-axis: "X = CNFs per Service Chain"
7929   y-axis: "Y = Number of Service Chains"
7930   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7931   layout:
7932     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7933     layout: "plot-service-density"
7934
7935 ###############################################################################
7936
7937 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
7938 #- type: "plot"
7939 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7940 #  algorithm: "plot_nf_heatmap"
7941 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
7942 #  data: "plot-vpp-nfv-3n-skx-mrr"
7943 #  filter: "'NIC_Intel-XXV710' and
7944 #           'NF_DENSITY' and
7945 #           'DOCKER' and
7946 #           'CHAIN' and
7947 #           'NF_VPPIP4' and
7948 #           'IPSEC' and
7949 #           'TNL_1000' and
7950 #           'IMIX' and
7951 #           '2T1C' and
7952 #           'MRR'"
7953 #  parameters:
7954 #  - "result"
7955 #  - "name"
7956 #  - "tags"
7957 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7958 #  x-axis: "X = CNFs per Service Chain"
7959 #  y-axis: "Y = Number of Service Chains"
7960 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7961 #  layout:
7962 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7963 #    layout: "plot-service-density"
7964 #
7965 #- type: "plot"
7966 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7967 #  algorithm: "plot_nf_heatmap"
7968 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
7969 #  data: "plot-vpp-nfv-3n-skx-mrr"
7970 #  filter: "'NIC_Intel-XXV710' and
7971 #           'NF_DENSITY' and
7972 #           'DOCKER' and
7973 #           'CHAIN' and
7974 #           'NF_VPPIP4' and
7975 #           'IPSEC' and
7976 #           'TNL_1000' and
7977 #           'IMIX' and
7978 #           '4T2C' and
7979 #           'MRR'"
7980 #  parameters:
7981 #  - "result"
7982 #  - "name"
7983 #  - "tags"
7984 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7985 #  x-axis: "X = CNFs per Service Chain"
7986 #  y-axis: "Y = Number of Service Chains"
7987 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7988 #  layout:
7989 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7990 #    layout: "plot-service-density"
7991 #
7992 #- type: "plot"
7993 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7994 #  algorithm: "plot_nf_heatmap"
7995 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
7996 #  data: "plot-vpp-nfv-3n-skx-mrr"
7997 #  filter: "'NIC_Intel-XXV710' and
7998 #           'NF_DENSITY' and
7999 #           'DOCKER' and
8000 #           'CHAIN' and
8001 #           'NF_VPPIP4' and
8002 #           'IPSEC' and
8003 #           'TNL_1000' and
8004 #           'IMIX' and
8005 #           '8T4C' and
8006 #           'MRR'"
8007 #  parameters:
8008 #  - "result"
8009 #  - "name"
8010 #  - "tags"
8011 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8012 #  x-axis: "X = CNFs per Service Chain"
8013 #  y-axis: "Y = Number of Service Chains"
8014 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8015 #  layout:
8016 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8017 #    layout: "plot-service-density"
8018 #
8019 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8020 #- type: "plot"
8021 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8022 #  algorithm: "plot_nf_heatmap"
8023 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8024 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8025 #  filter: "'NIC_Intel-XXV710' and
8026 #           'NF_DENSITY' and
8027 #           'DOCKER' and
8028 #           'CHAIN' and
8029 #           'NF_VPPIP4' and
8030 #           'IPSEC' and
8031 #           'TNL_1000' and
8032 #           'IMIX' and
8033 #           '2T1C' and
8034 #           'NDRPDR'"
8035 #  parameters:
8036 #  - "throughput"
8037 #  - "name"
8038 #  - "tags"
8039 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8040 #  x-axis: "X = CNFs per Service Chain"
8041 #  y-axis: "Y = Number of Service Chains"
8042 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8043 #  layout:
8044 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8045 #    layout: "plot-service-density"
8046 #
8047 #- type: "plot"
8048 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8049 #  algorithm: "plot_nf_heatmap"
8050 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8051 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8052 #  filter: "'NIC_Intel-XXV710' and
8053 #           'NF_DENSITY' and
8054 #           'DOCKER' and
8055 #           'CHAIN' and
8056 #           'NF_VPPIP4' and
8057 #           'IPSEC' and
8058 #           'TNL_1000' and
8059 #           'IMIX' and
8060 #           '4T2C' and
8061 #           'NDRPDR'"
8062 #  parameters:
8063 #  - "throughput"
8064 #  - "name"
8065 #  - "tags"
8066 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8067 #  x-axis: "X = CNFs per Service Chain"
8068 #  y-axis: "Y = Number of Service Chains"
8069 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8070 #  layout:
8071 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8072 #    layout: "plot-service-density"
8073 #
8074 #- type: "plot"
8075 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8076 #  algorithm: "plot_nf_heatmap"
8077 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8078 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8079 #  filter: "'NIC_Intel-XXV710' and
8080 #           'NF_DENSITY' and
8081 #           'DOCKER' and
8082 #           'CHAIN' and
8083 #           'NF_VPPIP4' and
8084 #           'IPSEC' and
8085 #           'TNL_1000' and
8086 #           'IMIX' and
8087 #           '8T4C' and
8088 #           'NDRPDR'"
8089 #  parameters:
8090 #  - "throughput"
8091 #  - "name"
8092 #  - "tags"
8093 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8094 #  x-axis: "X = CNFs per Service Chain"
8095 #  y-axis: "Y = Number of Service Chains"
8096 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8097 #  layout:
8098 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8099 #    layout: "plot-service-density"
8100 #
8101 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8102 #- type: "plot"
8103 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8104 #  algorithm: "plot_nf_heatmap"
8105 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8106 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8107 #  filter: "'NIC_Intel-XXV710' and
8108 #           'NF_DENSITY' and
8109 #           'DOCKER' and
8110 #           'CHAIN' and
8111 #           'NF_VPPIP4' and
8112 #           'IPSEC' and
8113 #           'TNL_1000' and
8114 #           'IMIX' and
8115 #           '2T1C' and
8116 #           'NDRPDR'"
8117 #  parameters:
8118 #  - "throughput"
8119 #  - "name"
8120 #  - "tags"
8121 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8122 #  x-axis: "X = CNFs per Service Chain"
8123 #  y-axis: "Y = Number of Service Chains"
8124 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8125 #  layout:
8126 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8127 #    layout: "plot-service-density"
8128 #
8129 #- type: "plot"
8130 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8131 #  algorithm: "plot_nf_heatmap"
8132 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8133 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8134 #  filter: "'NIC_Intel-XXV710' and
8135 #           'NF_DENSITY' and
8136 #           'DOCKER' and
8137 #           'CHAIN' and
8138 #           'NF_VPPIP4' and
8139 #           'IPSEC' and
8140 #           'TNL_1000' and
8141 #           'IMIX' and
8142 #           '4T2C' and
8143 #           'NDRPDR'"
8144 #  parameters:
8145 #  - "throughput"
8146 #  - "name"
8147 #  - "tags"
8148 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8149 #  x-axis: "X = CNFs per Service Chain"
8150 #  y-axis: "Y = Number of Service Chains"
8151 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8152 #  layout:
8153 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8154 #    layout: "plot-service-density"
8155 #
8156 #- type: "plot"
8157 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8158 #  algorithm: "plot_nf_heatmap"
8159 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8160 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8161 #  filter: "'NIC_Intel-XXV710' and
8162 #           'NF_DENSITY' and
8163 #           'DOCKER' and
8164 #           'CHAIN' and
8165 #           'NF_VPPIP4' and
8166 #           'IPSEC' and
8167 #           'TNL_1000' and
8168 #           'IMIX' and
8169 #           '8T4C' and
8170 #           'NDRPDR'"
8171 #  parameters:
8172 #  - "throughput"
8173 #  - "name"
8174 #  - "tags"
8175 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8176 #  x-axis: "X = CNFs per Service Chain"
8177 #  y-axis: "Y = Number of Service Chains"
8178 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8179 #  layout:
8180 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8181 #    layout: "plot-service-density"
8182
8183 ###############################################################################
8184
8185 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8186 - type: "plot"
8187   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8188   algorithm: "plot_nf_heatmap"
8189   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8190   data: "plot-vpp-nfv-3n-hsw-mrr"
8191   filter: "'NIC_Intel-XL710' and
8192            'NF_DENSITY' and
8193            'DOCKER' and
8194            'CHAIN' and
8195            'NF_VPPIP4' and
8196            'IMIX' and
8197            'TNL_1000' and
8198            '1T1C' and
8199            'MRR'"
8200   parameters:
8201   - "result"
8202   - "name"
8203   - "tags"
8204   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8205   x-axis: "X = CNFs per Service Chain"
8206   y-axis: "Y = Number of Service Chains"
8207   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8208   layout:
8209     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8210     layout: "plot-service-density"
8211
8212 - type: "plot"
8213   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8214   algorithm: "plot_nf_heatmap"
8215   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8216   data: "plot-vpp-nfv-3n-hsw-mrr"
8217   filter: "'NIC_Intel-XL710' and
8218            'NF_DENSITY' and
8219            'DOCKER' and
8220            'CHAIN' and
8221            'NF_VPPIP4' and
8222            'IPSEC' and
8223            'TNL_1000' and
8224            'IMIX' and
8225            '2T2C' and
8226            'MRR'"
8227   parameters:
8228   - "result"
8229   - "name"
8230   - "tags"
8231   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8232   x-axis: "X = CNFs per Service Chain"
8233   y-axis: "Y = Number of Service Chains"
8234   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8235   layout:
8236     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8237     layout: "plot-service-density"
8238
8239 - type: "plot"
8240   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8241   algorithm: "plot_nf_heatmap"
8242   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8243   data: "plot-vpp-nfv-3n-hsw-mrr"
8244   filter: "'NIC_Intel-XL710' and
8245            'NF_DENSITY' and
8246            'DOCKER' and
8247            'CHAIN' and
8248            'NF_VPPIP4' and
8249            'IPSEC' and
8250            'TNL_1000' and
8251            'IMIX' and
8252            '4T4C' and
8253            'MRR'"
8254   parameters:
8255   - "result"
8256   - "name"
8257   - "tags"
8258   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8259   x-axis: "X = CNFs per Service Chain"
8260   y-axis: "Y = Number of Service Chains"
8261   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8262   layout:
8263     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8264     layout: "plot-service-density"
8265
8266 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8267 - type: "plot"
8268   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8269   algorithm: "plot_nf_heatmap"
8270   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8271   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8272   filter: "'NIC_Intel-XL710' and
8273            'NF_DENSITY' and
8274            'DOCKER' and
8275            'CHAIN' and
8276            'NF_VPPIP4' and
8277            'IPSEC' and
8278            'TNL_1000' and
8279            'IMIX' and
8280            '1T1C' and
8281            'NDRPDR'"
8282   parameters:
8283   - "throughput"
8284   - "name"
8285   - "tags"
8286   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8287   x-axis: "X = CNFs per Service Chain"
8288   y-axis: "Y = Number of Service Chains"
8289   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8290   layout:
8291     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8292     layout: "plot-service-density"
8293
8294 - type: "plot"
8295   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8296   algorithm: "plot_nf_heatmap"
8297   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8298   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8299   filter: "'NIC_Intel-XL710' and
8300            'NF_DENSITY' and
8301            'DOCKER' and
8302            'CHAIN' and
8303            'NF_VPPIP4' and
8304            'IPSEC' and
8305            'TNL_1000' and
8306            'IMIX' and
8307            '2T2C' and
8308            'NDRPDR'"
8309   parameters:
8310   - "throughput"
8311   - "name"
8312   - "tags"
8313   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8314   x-axis: "X = CNFs per Service Chain"
8315   y-axis: "Y = Number of Service Chains"
8316   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8317   layout:
8318     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8319     layout: "plot-service-density"
8320
8321 - type: "plot"
8322   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8323   algorithm: "plot_nf_heatmap"
8324   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8325   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8326   filter: "'NIC_Intel-XL710' and
8327            'NF_DENSITY' and
8328            'DOCKER' and
8329            'CHAIN' and
8330            'NF_VPPIP4' and
8331            'IPSEC' and
8332            'TNL_1000' and
8333            'IMIX' and
8334            '4T4C' and
8335            'NDRPDR'"
8336   parameters:
8337   - "throughput"
8338   - "name"
8339   - "tags"
8340   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8341   x-axis: "X = CNFs per Service Chain"
8342   y-axis: "Y = Number of Service Chains"
8343   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8344   layout:
8345     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8346     layout: "plot-service-density"
8347
8348 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8349 - type: "plot"
8350   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8351   algorithm: "plot_nf_heatmap"
8352   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8353   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8354   filter: "'NIC_Intel-XL710' and
8355            'NF_DENSITY' and
8356            'DOCKER' and
8357            'CHAIN' and
8358            'NF_VPPIP4' and
8359            'IPSEC' and
8360            'TNL_1000' and
8361            'IMIX' and
8362            '1T1C' and
8363            'NDRPDR'"
8364   parameters:
8365   - "throughput"
8366   - "name"
8367   - "tags"
8368   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8369   x-axis: "X = CNFs per Service Chain"
8370   y-axis: "Y = Number of Service Chains"
8371   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8372   layout:
8373     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8374     layout: "plot-service-density"
8375
8376 - type: "plot"
8377   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8378   algorithm: "plot_nf_heatmap"
8379   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8380   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8381   filter: "'NIC_Intel-XL710' and
8382            'NF_DENSITY' and
8383            'DOCKER' and
8384            'CHAIN' and
8385            'NF_VPPIP4' and
8386            'IPSEC' and
8387            'TNL_1000' and
8388            'IMIX' and
8389            '2T2C' and
8390            'NDRPDR'"
8391   parameters:
8392   - "throughput"
8393   - "name"
8394   - "tags"
8395   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8396   x-axis: "X = CNFs per Service Chain"
8397   y-axis: "Y = Number of Service Chains"
8398   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8399   layout:
8400     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8401     layout: "plot-service-density"
8402
8403 - type: "plot"
8404   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8405   algorithm: "plot_nf_heatmap"
8406   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8407   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8408   filter: "'NIC_Intel-XL710' and
8409            'NF_DENSITY' and
8410            'DOCKER' and
8411            'CHAIN' and
8412            'NF_VPPIP4' and
8413            'IPSEC' and
8414            'TNL_1000' and
8415            'IMIX' and
8416            '4T4C' and
8417            'NDRPDR'"
8418   parameters:
8419   - "throughput"
8420   - "name"
8421   - "tags"
8422   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8423   x-axis: "X = CNFs per Service Chain"
8424   y-axis: "Y = Number of Service Chains"
8425   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8426   layout:
8427     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8428     layout: "plot-service-density"
8429
8430 ###############################################################################
8431
8432 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8433 #- type: "plot"
8434 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8435 #  algorithm: "plot_nf_heatmap"
8436 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8437 #  data: "plot-vpp-nfv-3n-skx-mrr"
8438 #  filter: "'NIC_Intel-XXV710' and
8439 #           'NF_DENSITY' and
8440 #           'DOCKER' and
8441 #           'CHAIN' and
8442 #           'NF_VPPIP4' and
8443 #           'IPSEC' and
8444 #           'TNL_10000' and
8445 #           'IMIX' and
8446 #           '2T1C' and
8447 #           'MRR'"
8448 #  parameters:
8449 #  - "result"
8450 #  - "name"
8451 #  - "tags"
8452 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8453 #  x-axis: "X = CNFs per Service Chain"
8454 #  y-axis: "Y = Number of Service Chains"
8455 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8456 #  layout:
8457 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8458 #    layout: "plot-service-density"
8459 #
8460 #- type: "plot"
8461 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8462 #  algorithm: "plot_nf_heatmap"
8463 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
8464 #  data: "plot-vpp-nfv-3n-skx-mrr"
8465 #  filter: "'NIC_Intel-XXV710' and
8466 #           'NF_DENSITY' and
8467 #           'DOCKER' and
8468 #           'CHAIN' and
8469 #           'NF_VPPIP4' and
8470 #           'IPSEC' and
8471 #           'TNL_10000' and
8472 #           'IMIX' and
8473 #           '4T2C' and
8474 #           'MRR'"
8475 #  parameters:
8476 #  - "result"
8477 #  - "name"
8478 #  - "tags"
8479 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8480 #  x-axis: "X = CNFs per Service Chain"
8481 #  y-axis: "Y = Number of Service Chains"
8482 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8483 #  layout:
8484 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8485 #    layout: "plot-service-density"
8486 #
8487 #- type: "plot"
8488 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8489 #  algorithm: "plot_nf_heatmap"
8490 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
8491 #  data: "plot-vpp-nfv-3n-skx-mrr"
8492 #  filter: "'NIC_Intel-XXV710' and
8493 #           'NF_DENSITY' and
8494 #           'DOCKER' and
8495 #           'CHAIN' and
8496 #           'NF_VPPIP4' and
8497 #           'IPSEC' and
8498 #           'TNL_10000' and
8499 #           'IMIX' and
8500 #           '8T4C' and
8501 #           'MRR'"
8502 #  parameters:
8503 #  - "result"
8504 #  - "name"
8505 #  - "tags"
8506 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8507 #  x-axis: "X = CNFs per Service Chain"
8508 #  y-axis: "Y = Number of Service Chains"
8509 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8510 #  layout:
8511 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8512 #    layout: "plot-service-density"
8513 #
8514 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8515 #- type: "plot"
8516 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8517 #  algorithm: "plot_nf_heatmap"
8518 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
8519 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8520 #  filter: "'NIC_Intel-XXV710' and
8521 #           'NF_DENSITY' and
8522 #           'DOCKER' and
8523 #           'CHAIN' and
8524 #           'NF_VPPIP4' and
8525 #           'IPSEC' and
8526 #           'TNL_10000' and
8527 #           'IMIX' and
8528 #           '2T1C' and
8529 #           'NDRPDR'"
8530 #  parameters:
8531 #  - "throughput"
8532 #  - "name"
8533 #  - "tags"
8534 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8535 #  x-axis: "X = CNFs per Service Chain"
8536 #  y-axis: "Y = Number of Service Chains"
8537 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8538 #  layout:
8539 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8540 #    layout: "plot-service-density"
8541 #
8542 #- type: "plot"
8543 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8544 #  algorithm: "plot_nf_heatmap"
8545 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
8546 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8547 #  filter: "'NIC_Intel-XXV710' and
8548 #           'NF_DENSITY' and
8549 #           'DOCKER' and
8550 #           'CHAIN' and
8551 #           'NF_VPPIP4' and
8552 #           'IPSEC' and
8553 #           'TNL_10000' and
8554 #           'IMIX' and
8555 #           '4T2C' and
8556 #           'NDRPDR'"
8557 #  parameters:
8558 #  - "throughput"
8559 #  - "name"
8560 #  - "tags"
8561 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8562 #  x-axis: "X = CNFs per Service Chain"
8563 #  y-axis: "Y = Number of Service Chains"
8564 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8565 #  layout:
8566 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8567 #    layout: "plot-service-density"
8568 #
8569 #- type: "plot"
8570 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8571 #  algorithm: "plot_nf_heatmap"
8572 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
8573 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8574 #  filter: "'NIC_Intel-XXV710' and
8575 #           'NF_DENSITY' and
8576 #           'DOCKER' and
8577 #           'CHAIN' and
8578 #           'NF_VPPIP4' and
8579 #           'IPSEC' and
8580 #           'TNL_10000' and
8581 #           'IMIX' and
8582 #           '8T4C' and
8583 #           'NDRPDR'"
8584 #  parameters:
8585 #  - "throughput"
8586 #  - "name"
8587 #  - "tags"
8588 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8589 #  x-axis: "X = CNFs per Service Chain"
8590 #  y-axis: "Y = Number of Service Chains"
8591 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8592 #  layout:
8593 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8594 #    layout: "plot-service-density"
8595 #
8596 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8597 #- type: "plot"
8598 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8599 #  algorithm: "plot_nf_heatmap"
8600 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
8601 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8602 #  filter: "'NIC_Intel-XXV710' and
8603 #           'NF_DENSITY' and
8604 #           'DOCKER' and
8605 #           'CHAIN' and
8606 #           'NF_VPPIP4' and
8607 #           'IPSEC' and
8608 #           'TNL_10000' and
8609 #           'IMIX' and
8610 #           '2T1C' and
8611 #           'NDRPDR'"
8612 #  parameters:
8613 #  - "throughput"
8614 #  - "name"
8615 #  - "tags"
8616 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8617 #  x-axis: "X = CNFs per Service Chain"
8618 #  y-axis: "Y = Number of Service Chains"
8619 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8620 #  layout:
8621 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8622 #    layout: "plot-service-density"
8623 #
8624 #- type: "plot"
8625 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8626 #  algorithm: "plot_nf_heatmap"
8627 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
8628 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8629 #  filter: "'NIC_Intel-XXV710' and
8630 #           'NF_DENSITY' and
8631 #           'DOCKER' and
8632 #           'CHAIN' and
8633 #           'NF_VPPIP4' and
8634 #           'IPSEC' and
8635 #           'TNL_10000' and
8636 #           'IMIX' and
8637 #           '4T2C' and
8638 #           'NDRPDR'"
8639 #  parameters:
8640 #  - "throughput"
8641 #  - "name"
8642 #  - "tags"
8643 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8644 #  x-axis: "X = CNFs per Service Chain"
8645 #  y-axis: "Y = Number of Service Chains"
8646 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8647 #  layout:
8648 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8649 #    layout: "plot-service-density"
8650 #
8651 #- type: "plot"
8652 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8653 #  algorithm: "plot_nf_heatmap"
8654 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
8655 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8656 #  filter: "'NIC_Intel-XXV710' and
8657 #           'NF_DENSITY' and
8658 #           'DOCKER' and
8659 #           'CHAIN' and
8660 #           'NF_VPPIP4' and
8661 #           'IPSEC' and
8662 #           'TNL_10000' and
8663 #           'IMIX' and
8664 #           '8T4C' and
8665 #           'NDRPDR'"
8666 #  parameters:
8667 #  - "throughput"
8668 #  - "name"
8669 #  - "tags"
8670 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8671 #  x-axis: "X = CNFs per Service Chain"
8672 #  y-axis: "Y = Number of Service Chains"
8673 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8674 #  layout:
8675 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8676 #    layout: "plot-service-density"
8677
8678 ###############################################################################
8679
8680 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8681 - type: "plot"
8682   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8683   algorithm: "plot_nf_heatmap"
8684   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
8685   data: "plot-vpp-nfv-3n-hsw-mrr"
8686   filter: "'NIC_Intel-XL710' and
8687            'NF_DENSITY' and
8688            'DOCKER' and
8689            'CHAIN' and
8690            'NF_VPPIP4' and
8691            'IMIX' and
8692            'TNL_10000' and
8693            '1T1C' and
8694            'MRR'"
8695   parameters:
8696   - "result"
8697   - "name"
8698   - "tags"
8699   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8700   x-axis: "X = CNFs per Service Chain"
8701   y-axis: "Y = Number of Service Chains"
8702   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8703   layout:
8704     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8705     layout: "plot-service-density"
8706
8707 - type: "plot"
8708   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8709   algorithm: "plot_nf_heatmap"
8710   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
8711   data: "plot-vpp-nfv-3n-hsw-mrr"
8712   filter: "'NIC_Intel-XL710' and
8713            'NF_DENSITY' and
8714            'DOCKER' and
8715            'CHAIN' and
8716            'NF_VPPIP4' and
8717            'IPSEC' and
8718            'TNL_10000' and
8719            'IMIX' and
8720            '2T2C' and
8721            'MRR'"
8722   parameters:
8723   - "result"
8724   - "name"
8725   - "tags"
8726   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8727   x-axis: "X = CNFs per Service Chain"
8728   y-axis: "Y = Number of Service Chains"
8729   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8730   layout:
8731     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8732     layout: "plot-service-density"
8733
8734 - type: "plot"
8735   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8736   algorithm: "plot_nf_heatmap"
8737   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
8738   data: "plot-vpp-nfv-3n-hsw-mrr"
8739   filter: "'NIC_Intel-XL710' and
8740            'NF_DENSITY' and
8741            'DOCKER' and
8742            'CHAIN' and
8743            'NF_VPPIP4' and
8744            'IPSEC' and
8745            'TNL_10000' and
8746            'IMIX' and
8747            '4T4C' and
8748            'MRR'"
8749   parameters:
8750   - "result"
8751   - "name"
8752   - "tags"
8753   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8754   x-axis: "X = CNFs per Service Chain"
8755   y-axis: "Y = Number of Service Chains"
8756   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8757   layout:
8758     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8759     layout: "plot-service-density"
8760
8761 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8762 - type: "plot"
8763   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8764   algorithm: "plot_nf_heatmap"
8765   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
8766   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8767   filter: "'NIC_Intel-XL710' and
8768            'NF_DENSITY' and
8769            'DOCKER' and
8770            'CHAIN' and
8771            'NF_VPPIP4' and
8772            'IPSEC' and
8773            'TNL_10000' and
8774            'IMIX' and
8775            '1T1C' and
8776            'NDRPDR'"
8777   parameters:
8778   - "throughput"
8779   - "name"
8780   - "tags"
8781   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8782   x-axis: "X = CNFs per Service Chain"
8783   y-axis: "Y = Number of Service Chains"
8784   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8785   layout:
8786     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8787     layout: "plot-service-density"
8788
8789 - type: "plot"
8790   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8791   algorithm: "plot_nf_heatmap"
8792   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
8793   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8794   filter: "'NIC_Intel-XL710' and
8795            'NF_DENSITY' and
8796            'DOCKER' and
8797            'CHAIN' and
8798            'NF_VPPIP4' and
8799            'IPSEC' and
8800            'TNL_10000' and
8801            'IMIX' and
8802            '2T2C' and
8803            'NDRPDR'"
8804   parameters:
8805   - "throughput"
8806   - "name"
8807   - "tags"
8808   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8809   x-axis: "X = CNFs per Service Chain"
8810   y-axis: "Y = Number of Service Chains"
8811   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8812   layout:
8813     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8814     layout: "plot-service-density"
8815
8816 - type: "plot"
8817   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8818   algorithm: "plot_nf_heatmap"
8819   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
8820   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8821   filter: "'NIC_Intel-XL710' and
8822            'NF_DENSITY' and
8823            'DOCKER' and
8824            'CHAIN' and
8825            'NF_VPPIP4' and
8826            'IPSEC' and
8827            'TNL_10000' and
8828            'IMIX' and
8829            '4T4C' and
8830            'NDRPDR'"
8831   parameters:
8832   - "throughput"
8833   - "name"
8834   - "tags"
8835   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8836   x-axis: "X = CNFs per Service Chain"
8837   y-axis: "Y = Number of Service Chains"
8838   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8839   layout:
8840     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8841     layout: "plot-service-density"
8842
8843 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8844 - type: "plot"
8845   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8846   algorithm: "plot_nf_heatmap"
8847   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
8848   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8849   filter: "'NIC_Intel-XL710' and
8850            'NF_DENSITY' and
8851            'DOCKER' and
8852            'CHAIN' and
8853            'NF_VPPIP4' and
8854            'IPSEC' and
8855            'TNL_10000' and
8856            'IMIX' and
8857            '1T1C' and
8858            'NDRPDR'"
8859   parameters:
8860   - "throughput"
8861   - "name"
8862   - "tags"
8863   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8864   x-axis: "X = CNFs per Service Chain"
8865   y-axis: "Y = Number of Service Chains"
8866   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8867   layout:
8868     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8869     layout: "plot-service-density"
8870
8871 - type: "plot"
8872   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8873   algorithm: "plot_nf_heatmap"
8874   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
8875   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8876   filter: "'NIC_Intel-XL710' and
8877            'NF_DENSITY' and
8878            'DOCKER' and
8879            'CHAIN' and
8880            'NF_VPPIP4' and
8881            'IPSEC' and
8882            'TNL_10000' and
8883            'IMIX' and
8884            '2T2C' and
8885            'NDRPDR'"
8886   parameters:
8887   - "throughput"
8888   - "name"
8889   - "tags"
8890   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8891   x-axis: "X = CNFs per Service Chain"
8892   y-axis: "Y = Number of Service Chains"
8893   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8894   layout:
8895     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8896     layout: "plot-service-density"
8897
8898 - type: "plot"
8899   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8900   algorithm: "plot_nf_heatmap"
8901   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
8902   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8903   filter: "'NIC_Intel-XL710' and
8904            'NF_DENSITY' and
8905            'DOCKER' and
8906            'CHAIN' and
8907            'NF_VPPIP4' and
8908            'IPSEC' and
8909            'TNL_10000' and
8910            'IMIX' and
8911            '4T4C' and
8912            'NDRPDR'"
8913   parameters:
8914   - "throughput"
8915   - "name"
8916   - "tags"
8917   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8918   x-axis: "X = CNFs per Service Chain"
8919   y-axis: "Y = Number of Service Chains"
8920   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8921   layout:
8922     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8923     layout: "plot-service-density"
8924
8925 ###############################################################################
8926
8927 # Plots - NF Density - CSP - MRR 64b
8928
8929 #- type: "plot"
8930 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8931 #  algorithm: "plot_nf_heatmap"
8932 #  output-file-type: ".html"
8933 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
8934 #  data: "plot-vpp-nfv-2n-skx-mrr"
8935 #  filter: "'NIC_Intel-XXV710' and
8936 #           'NF_DENSITY' and
8937 #           'DOCKER' and
8938 #           'PIPELINE' and
8939 #           'NF_VPPIP4' and
8940 #           '64B' and
8941 #           '2T1C' and
8942 #           'MRR'"
8943 #  parameters:
8944 #  - "result"
8945 #  - "name"
8946 #  - "tags"
8947 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8948 #  x-axis: "X = CNFs per Service Pipeline"
8949 #  y-axis: "Y = Number of Service Pipelines"
8950 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8951 #  layout:
8952 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8953 #    layout: "plot-service-density"
8954 #
8955 #- type: "plot"
8956 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8957 #  algorithm: "plot_nf_heatmap"
8958 #  output-file-type: ".html"
8959 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
8960 #  data: "plot-vpp-nfv-2n-skx-mrr"
8961 #  filter: "'NIC_Intel-XXV710' and
8962 #           'NF_DENSITY' and
8963 #           'DOCKER' and
8964 #           'PIPELINE' and
8965 #           'NF_VPPIP4' and
8966 #           '64B' and
8967 #           '4T2C' and
8968 #           'MRR'"
8969 #  parameters:
8970 #  - "result"
8971 #  - "name"
8972 #  - "tags"
8973 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8974 #  x-axis: "X = CNFs per Service Pipeline"
8975 #  y-axis: "Y = Number of Service Pipelines"
8976 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8977 #  layout:
8978 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8979 #    layout: "plot-service-density"
8980 #
8981 #- type: "plot"
8982 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8983 #  algorithm: "plot_nf_heatmap"
8984 #  output-file-type: ".html"
8985 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
8986 #  data: "plot-vpp-nfv-2n-skx-mrr"
8987 #  filter: "'NIC_Intel-XXV710' and
8988 #           'NF_DENSITY' and
8989 #           'DOCKER' and
8990 #           'PIPELINE' and
8991 #           'NF_VPPIP4' and
8992 #           '64B' and
8993 #           '8T4C' and
8994 #           'MRR'"
8995 #  parameters:
8996 #  - "result"
8997 #  - "name"
8998 #  - "tags"
8999 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9000 #  x-axis: "X = CNFs per Service Pipeline"
9001 #  y-axis: "Y = Number of Service Pipelines"
9002 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9003 #  layout:
9004 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9005 #    layout: "plot-service-density"
9006 #
9007 ## Plots - NF Density - CSP - MRR IMIX
9008 #- type: "plot"
9009 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9010 #  algorithm: "plot_nf_heatmap"
9011 #  output-file-type: ".html"
9012 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9013 #  data: "plot-vpp-nfv-2n-skx-mrr"
9014 #  filter: "'NIC_Intel-XXV710' and
9015 #           'NF_DENSITY' and
9016 #           'DOCKER' and
9017 #           'PIPELINE' and
9018 #           'NF_VPPIP4' and
9019 #           'IMIX' and
9020 #           '2T1C' and
9021 #           'MRR'"
9022 #  parameters:
9023 #  - "result"
9024 #  - "name"
9025 #  - "tags"
9026 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9027 #  x-axis: "X = CNFs per Service Pipeline"
9028 #  y-axis: "Y = Number of Service Pipelines"
9029 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9030 #  layout:
9031 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9032 #    layout: "plot-service-density"
9033 #
9034 #- type: "plot"
9035 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9036 #  algorithm: "plot_nf_heatmap"
9037 #  output-file-type: ".html"
9038 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9039 #  data: "plot-vpp-nfv-2n-skx-mrr"
9040 #  filter: "'NIC_Intel-XXV710' and
9041 #           'NF_DENSITY' and
9042 #           'DOCKER' and
9043 #           'PIPELINE' and
9044 #           'NF_VPPIP4' and
9045 #           'IMIX' and
9046 #           '4T2C' and
9047 #           'MRR'"
9048 #  parameters:
9049 #  - "result"
9050 #  - "name"
9051 #  - "tags"
9052 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9053 #  x-axis: "X = CNFs per Service Pipeline"
9054 #  y-axis: "Y = Number of Service Pipelines"
9055 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9056 #  layout:
9057 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9058 #    layout: "plot-service-density"
9059 #
9060 #- type: "plot"
9061 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9062 #  algorithm: "plot_nf_heatmap"
9063 #  output-file-type: ".html"
9064 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9065 #  data: "plot-vpp-nfv-2n-skx-mrr"
9066 #  filter: "'NIC_Intel-XXV710' and
9067 #           'NF_DENSITY' and
9068 #           'DOCKER' and
9069 #           'PIPELINE' and
9070 #           'NF_VPPIP4' and
9071 #           'IMIX' and
9072 #           '8T4C' and
9073 #           'MRR'"
9074 #  parameters:
9075 #  - "result"
9076 #  - "name"
9077 #  - "tags"
9078 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9079 #  x-axis: "X = CNFs per Service Pipeline"
9080 #  y-axis: "Y = Number of Service Pipelines"
9081 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9082 #  layout:
9083 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9084 #    layout: "plot-service-density"
9085 #
9086 ## Plots - NF Density - CSP - NDR 64b
9087 #- type: "plot"
9088 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9089 #  algorithm: "plot_nf_heatmap"
9090 #  output-file-type: ".html"
9091 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9092 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9093 #  filter: "'NIC_Intel-XXV710' and
9094 #           'NF_DENSITY' and
9095 #           'DOCKER' and
9096 #           'PIPELINE' and
9097 #           'NF_VPPIP4' and
9098 #           '64B' and
9099 #           '2T1C' and
9100 #           'NDRPDR'"
9101 #  parameters:
9102 #  - "throughput"
9103 #  - "name"
9104 #  - "tags"
9105 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9106 #  x-axis: "X = CNFs per Service Pipeline"
9107 #  y-axis: "Y = Number of Service Pipelines"
9108 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9109 #  layout:
9110 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9111 #    layout: "plot-service-density"
9112 #
9113 #- type: "plot"
9114 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9115 #  algorithm: "plot_nf_heatmap"
9116 #  output-file-type: ".html"
9117 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9118 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9119 #  filter: "'NIC_Intel-XXV710' and
9120 #           'NF_DENSITY' and
9121 #           'DOCKER' and
9122 #           'PIPELINE' and
9123 #           'NF_VPPIP4' and
9124 #           '64B' and
9125 #           '4T2C' and
9126 #           'NDRPDR'"
9127 #  parameters:
9128 #  - "throughput"
9129 #  - "name"
9130 #  - "tags"
9131 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9132 #  x-axis: "X = CNFs per Service Pipeline"
9133 #  y-axis: "Y = Number of Service Pipelines"
9134 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9135 #  layout:
9136 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9137 #    layout: "plot-service-density"
9138 #
9139 #- type: "plot"
9140 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9141 #  algorithm: "plot_nf_heatmap"
9142 #  output-file-type: ".html"
9143 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9144 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9145 #  filter: "'NIC_Intel-XXV710' and
9146 #           'NF_DENSITY' and
9147 #           'DOCKER' and
9148 #           'PIPELINE' and
9149 #           'NF_VPPIP4' and
9150 #           '64B' and
9151 #           '8T4C' and
9152 #           'NDRPDR'"
9153 #  parameters:
9154 #  - "throughput"
9155 #  - "name"
9156 #  - "tags"
9157 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9158 #  x-axis: "X = CNFs per Service Pipeline"
9159 #  y-axis: "Y = Number of Service Pipelines"
9160 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9161 #  layout:
9162 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9163 #    layout: "plot-service-density"
9164 #
9165 ## Plots - NF Density - CSP - NDR IMIX
9166 #- type: "plot"
9167 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9168 #  algorithm: "plot_nf_heatmap"
9169 #  output-file-type: ".html"
9170 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9171 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9172 #  filter: "'NIC_Intel-XXV710' and
9173 #           'NF_DENSITY' and
9174 #           'DOCKER' and
9175 #           'PIPELINE' and
9176 #           'NF_VPPIP4' and
9177 #           'IMIX' and
9178 #           '2T1C' and
9179 #           'NDRPDR'"
9180 #  parameters:
9181 #  - "throughput"
9182 #  - "name"
9183 #  - "tags"
9184 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9185 #  x-axis: "X = CNFs per Service Pipeline"
9186 #  y-axis: "Y = Number of Service Pipelines"
9187 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9188 #  layout:
9189 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9190 #    layout: "plot-service-density"
9191 #
9192 #- type: "plot"
9193 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9194 #  algorithm: "plot_nf_heatmap"
9195 #  output-file-type: ".html"
9196 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9197 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9198 #  filter: "'NIC_Intel-XXV710' and
9199 #           'NF_DENSITY' and
9200 #           'DOCKER' and
9201 #           'PIPELINE' and
9202 #           'NF_VPPIP4' and
9203 #           'IMIX' and
9204 #           '4T2C' and
9205 #           'NDRPDR'"
9206 #  parameters:
9207 #  - "throughput"
9208 #  - "name"
9209 #  - "tags"
9210 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9211 #  x-axis: "X = CNFs per Service Pipeline"
9212 #  y-axis: "Y = Number of Service Pipelines"
9213 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9214 #  layout:
9215 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9216 #    layout: "plot-service-density"
9217 #
9218 #- type: "plot"
9219 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9220 #  algorithm: "plot_nf_heatmap"
9221 #  output-file-type: ".html"
9222 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9223 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9224 #  filter: "'NIC_Intel-XXV710' and
9225 #           'NF_DENSITY' and
9226 #           'DOCKER' and
9227 #           'PIPELINE' and
9228 #           'NF_VPPIP4' and
9229 #           'IMIX' and
9230 #           '8T4C' and
9231 #           'NDRPDR'"
9232 #  parameters:
9233 #  - "throughput"
9234 #  - "name"
9235 #  - "tags"
9236 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9237 #  x-axis: "X = CNFs per Service Pipeline"
9238 #  y-axis: "Y = Number of Service Pipelines"
9239 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9240 #  layout:
9241 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9242 #    layout: "plot-service-density"
9243 #
9244 ## Plots - NF Density - CSP - PDR 64b
9245 #- type: "plot"
9246 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9247 #  algorithm: "plot_nf_heatmap"
9248 #  output-file-type: ".html"
9249 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9250 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9251 #  filter: "'NIC_Intel-XXV710' and
9252 #           'NF_DENSITY' and
9253 #           'DOCKER' and
9254 #           'PIPELINE' and
9255 #           'NF_VPPIP4' and
9256 #           '64B' and
9257 #           '2T1C' and
9258 #           'NDRPDR'"
9259 #  parameters:
9260 #  - "throughput"
9261 #  - "name"
9262 #  - "tags"
9263 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9264 #  x-axis: "X = CNFs per Service Pipeline"
9265 #  y-axis: "Y = Number of Service Pipelines"
9266 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9267 #  layout:
9268 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9269 #    layout: "plot-service-density"
9270 #
9271 #- type: "plot"
9272 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9273 #  algorithm: "plot_nf_heatmap"
9274 #  output-file-type: ".html"
9275 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9276 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9277 #  filter: "'NIC_Intel-XXV710' and
9278 #           'NF_DENSITY' and
9279 #           'DOCKER' and
9280 #           'PIPELINE' and
9281 #           'NF_VPPIP4' and
9282 #           '64B' and
9283 #           '4T2C' and
9284 #           'NDRPDR'"
9285 #  parameters:
9286 #  - "throughput"
9287 #  - "name"
9288 #  - "tags"
9289 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9290 #  x-axis: "X = CNFs per Service Pipeline"
9291 #  y-axis: "Y = Number of Service Pipelines"
9292 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9293 #  layout:
9294 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9295 #    layout: "plot-service-density"
9296 #
9297 #- type: "plot"
9298 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9299 #  algorithm: "plot_nf_heatmap"
9300 #  output-file-type: ".html"
9301 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9302 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9303 #  filter: "'NIC_Intel-XXV710' and
9304 #           'NF_DENSITY' and
9305 #           'DOCKER' and
9306 #           'PIPELINE' and
9307 #           'NF_VPPIP4' and
9308 #           '64B' and
9309 #           '8T4C' and
9310 #           'NDRPDR'"
9311 #  parameters:
9312 #  - "throughput"
9313 #  - "name"
9314 #  - "tags"
9315 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9316 #  x-axis: "X = CNFs per Service Pipeline"
9317 #  y-axis: "Y = Number of Service Pipelines"
9318 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9319 #  layout:
9320 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9321 #    layout: "plot-service-density"
9322 #
9323 ## Plots - NF Density - CSP - PDR IMIX
9324 #- type: "plot"
9325 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9326 #  algorithm: "plot_nf_heatmap"
9327 #  output-file-type: ".html"
9328 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9329 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9330 #  filter: "'NIC_Intel-XXV710' and
9331 #           'NF_DENSITY' and
9332 #           'DOCKER' and
9333 #           'PIPELINE' and
9334 #           'NF_VPPIP4' and
9335 #           'IMIX' and
9336 #           '2T1C' and
9337 #           'NDRPDR'"
9338 #  parameters:
9339 #  - "throughput"
9340 #  - "name"
9341 #  - "tags"
9342 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9343 #  x-axis: "X = CNFs per Service Pipeline"
9344 #  y-axis: "Y = Number of Service Pipelines"
9345 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9346 #  layout:
9347 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9348 #    layout: "plot-service-density"
9349 #
9350 #- type: "plot"
9351 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9352 #  algorithm: "plot_nf_heatmap"
9353 #  output-file-type: ".html"
9354 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9355 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9356 #  filter: "'NIC_Intel-XXV710' and
9357 #           'NF_DENSITY' and
9358 #           'DOCKER' and
9359 #           'PIPELINE' and
9360 #           'NF_VPPIP4' and
9361 #           'IMIX' and
9362 #           '4T2C' and
9363 #           'NDRPDR'"
9364 #  parameters:
9365 #  - "throughput"
9366 #  - "name"
9367 #  - "tags"
9368 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9369 #  x-axis: "X = CNFs per Service Pipeline"
9370 #  y-axis: "Y = Number of Service Pipelines"
9371 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9372 #  layout:
9373 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9374 #    layout: "plot-service-density"
9375 #
9376 #- type: "plot"
9377 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9378 #  algorithm: "plot_nf_heatmap"
9379 #  output-file-type: ".html"
9380 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9381 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9382 #  filter: "'NIC_Intel-XXV710' and
9383 #           'NF_DENSITY' and
9384 #           'DOCKER' and
9385 #           'PIPELINE' and
9386 #           'NF_VPPIP4' and
9387 #           'IMIX' and
9388 #           '8T4C' and
9389 #           'NDRPDR'"
9390 #  parameters:
9391 #  - "throughput"
9392 #  - "name"
9393 #  - "tags"
9394 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9395 #  x-axis: "X = CNFs per Service Pipeline"
9396 #  y-axis: "Y = Number of Service Pipelines"
9397 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9398 #  layout:
9399 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9400 #    layout: "plot-service-density"
9401
9402 ###############################################################################
9403 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9404
9405 - type: "plot"
9406   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9407   algorithm: "plot_nf_heatmap"
9408   output-file-type: ".html"
9409   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9410   data: "plot-vpp-nfv-2n-clx-mrr"
9411   filter: "'NIC_Intel-XXV710' and
9412            'NF_DENSITY' and
9413            'VHOST' and
9414            not 'VXLAN' and
9415            'CHAIN' and
9416            'NF_VPPIP4' and
9417            'IMIX' and
9418            '2T1C' and
9419            'MRR'"
9420   parameters:
9421   - "result"
9422   - "name"
9423   - "tags"
9424   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9425   x-axis: "X = VNFs per Service Chain"
9426   y-axis: "Y = Number of Service Chains"
9427   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9428   layout:
9429     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9430     layout: "plot-service-density"
9431
9432 - type: "plot"
9433   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9434   algorithm: "plot_nf_heatmap"
9435   output-file-type: ".html"
9436   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9437   data: "plot-vpp-nfv-2n-clx-mrr"
9438   filter: "'NIC_Intel-XXV710' and
9439            'NF_DENSITY' and
9440            'VHOST' and
9441            not 'VXLAN' and
9442            'CHAIN' and
9443            'NF_VPPIP4' and
9444            'IMIX' and
9445            '4T2C' and
9446            'MRR'"
9447   parameters:
9448   - "result"
9449   - "name"
9450   - "tags"
9451   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9452   x-axis: "X = VNFs per Service Chain"
9453   y-axis: "Y = Number of Service Chains"
9454   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9455   layout:
9456     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9457     layout: "plot-service-density"
9458
9459 - type: "plot"
9460   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9461   algorithm: "plot_nf_heatmap"
9462   output-file-type: ".html"
9463   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9464   data: "plot-vpp-nfv-2n-clx-mrr"
9465   filter: "'NIC_Intel-XXV710' and
9466            'NF_DENSITY' and
9467            'VHOST' and
9468            not 'VXLAN' and
9469            'CHAIN' and
9470            'NF_VPPIP4' and
9471            'IMIX' and
9472            '8T4C' and
9473            'MRR'"
9474   parameters:
9475   - "result"
9476   - "name"
9477   - "tags"
9478   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9479   x-axis: "X = VNFs per Service Chain"
9480   y-axis: "Y = Number of Service Chains"
9481   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9482   layout:
9483     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9484     layout: "plot-service-density"
9485
9486 # Plots - NF Density - VSC - NDR IMIX
9487 - type: "plot"
9488   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9489   algorithm: "plot_nf_heatmap"
9490   output-file-type: ".html"
9491   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9492   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9493   filter: "'NIC_Intel-XXV710' and
9494            'NF_DENSITY' and
9495            'VHOST' and
9496            not 'VXLAN' and
9497            'CHAIN' and
9498            'NF_VPPIP4' and
9499            'IMIX' and
9500            '2T1C' and
9501            'NDRPDR'"
9502   parameters:
9503   - "throughput"
9504   - "name"
9505   - "tags"
9506   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9507   x-axis: "X = VNFs per Service Chain"
9508   y-axis: "Y = Number of Service Chains"
9509   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9510   layout:
9511     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9512     layout: "plot-service-density"
9513
9514 - type: "plot"
9515   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9516   algorithm: "plot_nf_heatmap"
9517   output-file-type: ".html"
9518   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9519   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9520   filter: "'NIC_Intel-XXV710' and
9521            'NF_DENSITY' and
9522            'VHOST' and
9523            not 'VXLAN' and
9524            'CHAIN' and
9525            'NF_VPPIP4' and
9526            'IMIX' and
9527            '4T2C' and
9528            'NDRPDR'"
9529   parameters:
9530   - "throughput"
9531   - "name"
9532   - "tags"
9533   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9534   x-axis: "X = VNFs per Service Chain"
9535   y-axis: "Y = Number of Service Chains"
9536   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9537   layout:
9538     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9539     layout: "plot-service-density"
9540
9541 - type: "plot"
9542   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9543   algorithm: "plot_nf_heatmap"
9544   output-file-type: ".html"
9545   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9546   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9547   filter: "'NIC_Intel-XXV710' and
9548            'NF_DENSITY' and
9549            'VHOST' and
9550            not 'VXLAN' and
9551            'CHAIN' and
9552            'NF_VPPIP4' and
9553            'IMIX' and
9554            '8T4C' and
9555            'NDRPDR'"
9556   parameters:
9557   - "throughput"
9558   - "name"
9559   - "tags"
9560   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9561   x-axis: "X = VNFs per Service Chain"
9562   y-axis: "Y = Number of Service Chains"
9563   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9564   layout:
9565     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9566     layout: "plot-service-density"
9567
9568 # Plots - NF Density - VSC - PDR IMIX
9569 - type: "plot"
9570   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9571   algorithm: "plot_nf_heatmap"
9572   output-file-type: ".html"
9573   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9574   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9575   filter: "'NIC_Intel-XXV710' and
9576            'NF_DENSITY' and
9577            'VHOST' and
9578            not 'VXLAN' and
9579            'CHAIN' and
9580            'NF_VPPIP4' and
9581            'IMIX' and
9582            '2T1C' and
9583            'NDRPDR'"
9584   parameters:
9585   - "throughput"
9586   - "name"
9587   - "tags"
9588   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9589   x-axis: "X = VNFs per Service Chain"
9590   y-axis: "Y = Number of Service Chains"
9591   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9592   layout:
9593     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9594     layout: "plot-service-density"
9595
9596 - type: "plot"
9597   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9598   algorithm: "plot_nf_heatmap"
9599   output-file-type: ".html"
9600   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
9601   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9602   filter: "'NIC_Intel-XXV710' and
9603            'NF_DENSITY' and
9604            'VHOST' and
9605            not 'VXLAN' and
9606            'CHAIN' and
9607            'NF_VPPIP4' and
9608            'IMIX' and
9609            '4T2C' and
9610            'NDRPDR'"
9611   parameters:
9612   - "throughput"
9613   - "name"
9614   - "tags"
9615   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9616   x-axis: "X = VNFs per Service Chain"
9617   y-axis: "Y = Number of Service Chains"
9618   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9619   layout:
9620     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9621     layout: "plot-service-density"
9622
9623 - type: "plot"
9624   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9625   algorithm: "plot_nf_heatmap"
9626   output-file-type: ".html"
9627   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
9628   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9629   filter: "'NIC_Intel-XXV710' and
9630            'NF_DENSITY' and
9631            'VHOST' and
9632            not 'VXLAN' and
9633            'CHAIN' and
9634            'NF_VPPIP4' and
9635            'IMIX' and
9636            '8T4C' and
9637            'NDRPDR'"
9638   parameters:
9639   - "throughput"
9640   - "name"
9641   - "tags"
9642   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9643   x-axis: "X = VNFs per Service Chain"
9644   y-axis: "Y = Number of Service Chains"
9645   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9646   layout:
9647     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9648     layout: "plot-service-density"
9649
9650 # Plots - NF Density - VSC - MRR IMIX
9651 - type: "plot"
9652   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9653   algorithm: "plot_nf_heatmap"
9654   output-file-type: ".html"
9655   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
9656   data: "plot-vpp-nfv-2n-clx-mrr"
9657   filter: "'NIC_Intel-XXV710' and
9658            'NF_DENSITY' and
9659            'VHOST' and
9660            'VXLAN' and
9661            'CHAIN' and
9662            'IMIX' and
9663            '2T1C' and
9664            'MRR'"
9665   parameters:
9666   - "result"
9667   - "name"
9668   - "tags"
9669   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9670   x-axis: "X = VNFs per Service Chain"
9671   y-axis: "Y = Number of Service Chains"
9672   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9673   layout:
9674     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9675     layout: "plot-service-density"
9676
9677 - type: "plot"
9678   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9679   algorithm: "plot_nf_heatmap"
9680   output-file-type: ".html"
9681   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
9682   data: "plot-vpp-nfv-2n-clx-mrr"
9683   filter: "'NIC_Intel-XXV710' and
9684            'NF_DENSITY' and
9685            'VHOST' and
9686            'VXLAN' and
9687            'CHAIN' and
9688            'IMIX' and
9689            '4T2C' and
9690            'MRR'"
9691   parameters:
9692   - "result"
9693   - "name"
9694   - "tags"
9695   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9696   x-axis: "X = VNFs per Service Chain"
9697   y-axis: "Y = Number of Service Chains"
9698   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9699   layout:
9700     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9701     layout: "plot-service-density"
9702
9703 - type: "plot"
9704   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9705   algorithm: "plot_nf_heatmap"
9706   output-file-type: ".html"
9707   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
9708   data: "plot-vpp-nfv-2n-clx-mrr"
9709   filter: "'NIC_Intel-XXV710' and
9710            'NF_DENSITY' and
9711            'VHOST' and
9712            'VXLAN' and
9713            'CHAIN' and
9714            'IMIX' and
9715            '8T4C' and
9716            'MRR'"
9717   parameters:
9718   - "result"
9719   - "name"
9720   - "tags"
9721   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9722   x-axis: "X = VNFs per Service Chain"
9723   y-axis: "Y = Number of Service Chains"
9724   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9725   layout:
9726     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9727     layout: "plot-service-density"
9728
9729 # Plots - NF Density - VSC - NDR IMIX
9730 - type: "plot"
9731   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9732   algorithm: "plot_nf_heatmap"
9733   output-file-type: ".html"
9734   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
9735   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9736   filter: "'NIC_Intel-XXV710' and
9737            'NF_DENSITY' and
9738            'VHOST' and
9739            'VXLAN' and
9740            'CHAIN' a
9741            'IMIX' and
9742            '2T1C' and
9743            'NDRPDR'"
9744   parameters:
9745   - "throughput"
9746   - "name"
9747   - "tags"
9748   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9749   x-axis: "X = VNFs per Service Chain"
9750   y-axis: "Y = Number of Service Chains"
9751   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9752   layout:
9753     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9754     layout: "plot-service-density"
9755
9756 - type: "plot"
9757   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9758   algorithm: "plot_nf_heatmap"
9759   output-file-type: ".html"
9760   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
9761   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9762   filter: "'NIC_Intel-XXV710' and
9763            'NF_DENSITY' and
9764            'VHOST' and
9765            'VXLAN' and
9766            'CHAIN' and
9767            'IMIX' and
9768            '4T2C' and
9769            'NDRPDR'"
9770   parameters:
9771   - "throughput"
9772   - "name"
9773   - "tags"
9774   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9775   x-axis: "X = VNFs per Service Chain"
9776   y-axis: "Y = Number of Service Chains"
9777   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9778   layout:
9779     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9780     layout: "plot-service-density"
9781
9782 - type: "plot"
9783   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9784   algorithm: "plot_nf_heatmap"
9785   output-file-type: ".html"
9786   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
9787   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9788   filter: "'NIC_Intel-XXV710' and
9789            'NF_DENSITY' and
9790            'VHOST' and
9791            'VXLAN' and
9792            'CHAIN' and
9793            'IMIX' and
9794            '8T4C' and
9795            'NDRPDR'"
9796   parameters:
9797   - "throughput"
9798   - "name"
9799   - "tags"
9800   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9801   x-axis: "X = VNFs per Service Chain"
9802   y-axis: "Y = Number of Service Chains"
9803   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9804   layout:
9805     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9806     layout: "plot-service-density"
9807
9808 # Plots - NF Density - VSC - PDR IMIX
9809 - type: "plot"
9810   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9811   algorithm: "plot_nf_heatmap"
9812   output-file-type: ".html"
9813   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
9814   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9815   filter: "'NIC_Intel-XXV710' and
9816            'NF_DENSITY' and
9817            'VHOST' and
9818            'VXLAN' and
9819            'CHAIN' and
9820            'IMIX' and
9821            '2T1C' and
9822            'NDRPDR'"
9823   parameters:
9824   - "throughput"
9825   - "name"
9826   - "tags"
9827   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9828   x-axis: "X = VNFs per Service Chain"
9829   y-axis: "Y = Number of Service Chains"
9830   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9831   layout:
9832     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9833     layout: "plot-service-density"
9834
9835 - type: "plot"
9836   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9837   algorithm: "plot_nf_heatmap"
9838   output-file-type: ".html"
9839   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
9840   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9841   filter: "'NIC_Intel-XXV710' and
9842            'NF_DENSITY' and
9843            'VHOST' and
9844            'VXLAN' and
9845            'CHAIN' and
9846            'IMIX' and
9847            '4T2C' and
9848            'NDRPDR'"
9849   parameters:
9850   - "throughput"
9851   - "name"
9852   - "tags"
9853   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9854   x-axis: "X = VNFs per Service Chain"
9855   y-axis: "Y = Number of Service Chains"
9856   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9857   layout:
9858     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9859     layout: "plot-service-density"
9860
9861 - type: "plot"
9862   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9863   algorithm: "plot_nf_heatmap"
9864   output-file-type: ".html"
9865   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
9866   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9867   filter: "'NIC_Intel-XXV710' and
9868            'NF_DENSITY' and
9869            'VHOST' and
9870            'VXLAN' and
9871            'CHAIN' and
9872            'IMIX' and
9873            '8T4C' and
9874            'NDRPDR'"
9875   parameters:
9876   - "throughput"
9877   - "name"
9878   - "tags"
9879   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9880   x-axis: "X = VNFs per Service Chain"
9881   y-axis: "Y = Number of Service Chains"
9882   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9883   layout:
9884     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9885     layout: "plot-service-density"
9886
9887 # Plots - NF Density - CSC - MRR IMIX
9888 - type: "plot"
9889   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9890   algorithm: "plot_nf_heatmap"
9891   output-file-type: ".html"
9892   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
9893   data: "plot-vpp-nfv-2n-clx-mrr"
9894   filter: "'NIC_Intel-XXV710' and
9895            'NF_DENSITY' and
9896            'DOCKER' and
9897            'CHAIN' and
9898            'NF_VPPIP4' and
9899            'IMIX' and
9900            '2T1C' and
9901            'MRR'"
9902   parameters:
9903   - "result"
9904   - "name"
9905   - "tags"
9906   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9907   x-axis: "X = CNFs per Service Chain"
9908   y-axis: "Y = Number of Service Chains"
9909   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9910   layout:
9911     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9912     layout: "plot-service-density"
9913
9914 - type: "plot"
9915   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9916   algorithm: "plot_nf_heatmap"
9917   output-file-type: ".html"
9918   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
9919   data: "plot-vpp-nfv-2n-clx-mrr"
9920   filter: "'NIC_Intel-XXV710' and
9921            'NF_DENSITY' and
9922            'DOCKER' and
9923            'CHAIN' and
9924            'NF_VPPIP4' and
9925            'IMIX' and
9926            '4T2C' and
9927            'MRR'"
9928   parameters:
9929   - "result"
9930   - "name"
9931   - "tags"
9932   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9933   x-axis: "X = CNFs per Service Chain"
9934   y-axis: "Y = Number of Service Chains"
9935   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9936   layout:
9937     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9938     layout: "plot-service-density"
9939
9940 - type: "plot"
9941   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9942   algorithm: "plot_nf_heatmap"
9943   output-file-type: ".html"
9944   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
9945   data: "plot-vpp-nfv-2n-clx-mrr"
9946   filter: "'NIC_Intel-XXV710' and
9947            'NF_DENSITY' and
9948            'DOCKER' and
9949            'CHAIN' and
9950            'NF_VPPIP4' and
9951            'IMIX' and
9952            '8T4C' and
9953            'MRR'"
9954   parameters:
9955   - "result"
9956   - "name"
9957   - "tags"
9958   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9959   x-axis: "X = CNFs per Service Chain"
9960   y-axis: "Y = Number of Service Chains"
9961   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9962   layout:
9963     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9964     layout: "plot-service-density"
9965
9966 # Plots - NF Density - CSC - NDR IMIX
9967 - type: "plot"
9968   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9969   algorithm: "plot_nf_heatmap"
9970   output-file-type: ".html"
9971   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
9972   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9973   filter: "'NIC_Intel-XXV710' and
9974            'NF_DENSITY' and
9975            'DOCKER' and
9976            'CHAIN' and
9977            'NF_VPPIP4' and
9978            'IMIX' and
9979            '2T1C' and
9980            'NDRPDR'"
9981   parameters:
9982   - "throughput"
9983   - "name"
9984   - "tags"
9985   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9986   x-axis: "X = CNFs per Service Chain"
9987   y-axis: "Y = Number of Service Chains"
9988   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9989   layout:
9990     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9991     layout: "plot-service-density"
9992
9993 - type: "plot"
9994   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9995   algorithm: "plot_nf_heatmap"
9996   output-file-type: ".html"
9997   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
9998   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9999   filter: "'NIC_Intel-XXV710' and
10000            'NF_DENSITY' and
10001            'DOCKER' and
10002            'CHAIN' and
10003            'NF_VPPIP4' and
10004            'IMIX' and
10005            '4T2C' and
10006            'NDRPDR'"
10007   parameters:
10008   - "throughput"
10009   - "name"
10010   - "tags"
10011   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10012   x-axis: "X = CNFs per Service Chain"
10013   y-axis: "Y = Number of Service Chains"
10014   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10015   layout:
10016     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10017     layout: "plot-service-density"
10018
10019 - type: "plot"
10020   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10021   algorithm: "plot_nf_heatmap"
10022   output-file-type: ".html"
10023   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10024   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10025   filter: "'NIC_Intel-XXV710' and
10026            'NF_DENSITY' and
10027            'DOCKER' and
10028            'CHAIN' and
10029            'NF_VPPIP4' and
10030            'IMIX' and
10031            '8T4C' and
10032            'NDRPDR'"
10033   parameters:
10034   - "throughput"
10035   - "name"
10036   - "tags"
10037   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10038   x-axis: "X = CNFs per Service Chain"
10039   y-axis: "Y = Number of Service Chains"
10040   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10041   layout:
10042     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10043     layout: "plot-service-density"
10044
10045 # Plots - NF Density - CSC - PDR IMIX
10046 - type: "plot"
10047   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10048   algorithm: "plot_nf_heatmap"
10049   output-file-type: ".html"
10050   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10051   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10052   filter: "'NIC_Intel-XXV710' and
10053            'NF_DENSITY' and
10054            'DOCKER' and
10055            'CHAIN' and
10056            'NF_VPPIP4' and
10057            'IMIX' and
10058            '2T1C' and
10059            'NDRPDR'"
10060   parameters:
10061   - "throughput"
10062   - "name"
10063   - "tags"
10064   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10065   x-axis: "X = CNFs per Service Chain"
10066   y-axis: "Y = Number of Service Chains"
10067   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10068   layout:
10069     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10070     layout: "plot-service-density"
10071
10072 - type: "plot"
10073   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10074   algorithm: "plot_nf_heatmap"
10075   output-file-type: ".html"
10076   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10077   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10078   filter: "'NIC_Intel-XXV710' and
10079            'NF_DENSITY' and
10080            'DOCKER' and
10081            'CHAIN' and
10082            'NF_VPPIP4' and
10083            'IMIX' and
10084            '4T2C' and
10085            'NDRPDR'"
10086   parameters:
10087   - "throughput"
10088   - "name"
10089   - "tags"
10090   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10091   x-axis: "X = CNFs per Service Chain"
10092   y-axis: "Y = Number of Service Chains"
10093   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10094   layout:
10095     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10096     layout: "plot-service-density"
10097
10098 - type: "plot"
10099   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10100   algorithm: "plot_nf_heatmap"
10101   output-file-type: ".html"
10102   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10103   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10104   filter: "'NIC_Intel-XXV710' and
10105            'NF_DENSITY' and
10106            'DOCKER' and
10107            'CHAIN' and
10108            'NF_VPPIP4' and
10109            'IMIX' and
10110            '8T4C' and
10111            'NDRPDR'"
10112   parameters:
10113   - "throughput"
10114   - "name"
10115   - "tags"
10116   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10117   x-axis: "X = CNFs per Service Chain"
10118   y-axis: "Y = Number of Service Chains"
10119   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10120   layout:
10121     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10122     layout: "plot-service-density"
10123
10124 # Plots - NF Density - CSP - MRR IMIX
10125 - type: "plot"
10126   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10127   algorithm: "plot_nf_heatmap"
10128   output-file-type: ".html"
10129   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10130   data: "plot-vpp-nfv-2n-clx-mrr"
10131   filter: "'NIC_Intel-XXV710' and
10132            'NF_DENSITY' and
10133            'DOCKER' and
10134            'PIPELINE' and
10135            'NF_VPPIP4' and
10136            'IMIX' and
10137            '2T1C' and
10138            'MRR'"
10139   parameters:
10140   - "result"
10141   - "name"
10142   - "tags"
10143   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10144   x-axis: "X = CNFs per Service Pipeline"
10145   y-axis: "Y = Number of Service Pipelines"
10146   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10147   layout:
10148     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10149     layout: "plot-service-density"
10150
10151 - type: "plot"
10152   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10153   algorithm: "plot_nf_heatmap"
10154   output-file-type: ".html"
10155   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10156   data: "plot-vpp-nfv-2n-clx-mrr"
10157   filter: "'NIC_Intel-XXV710' and
10158            'NF_DENSITY' and
10159            'DOCKER' and
10160            'PIPELINE' and
10161            'NF_VPPIP4' and
10162            'IMIX' and
10163            '4T2C' and
10164            'MRR'"
10165   parameters:
10166   - "result"
10167   - "name"
10168   - "tags"
10169   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10170   x-axis: "X = CNFs per Service Pipeline"
10171   y-axis: "Y = Number of Service Pipelines"
10172   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10173   layout:
10174     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10175     layout: "plot-service-density"
10176
10177 - type: "plot"
10178   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10179   algorithm: "plot_nf_heatmap"
10180   output-file-type: ".html"
10181   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10182   data: "plot-vpp-nfv-2n-clx-mrr"
10183   filter: "'NIC_Intel-XXV710' and
10184            'NF_DENSITY' and
10185            'DOCKER' and
10186            'PIPELINE' and
10187            'NF_VPPIP4' and
10188            'IMIX' and
10189            '8T4C' and
10190            'MRR'"
10191   parameters:
10192   - "result"
10193   - "name"
10194   - "tags"
10195   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10196   x-axis: "X = CNFs per Service Pipeline"
10197   y-axis: "Y = Number of Service Pipelines"
10198   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10199   layout:
10200     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10201     layout: "plot-service-density"
10202
10203 # Plots - NF Density - CSP - NDR IMIX
10204 - type: "plot"
10205   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10206   algorithm: "plot_nf_heatmap"
10207   output-file-type: ".html"
10208   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10209   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10210   filter: "'NIC_Intel-XXV710' and
10211            'NF_DENSITY' and
10212            'DOCKER' and
10213            'PIPELINE' and
10214            'NF_VPPIP4' and
10215            'IMIX' and
10216            '2T1C' and
10217            'NDRPDR'"
10218   parameters:
10219   - "throughput"
10220   - "name"
10221   - "tags"
10222   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10223   x-axis: "X = CNFs per Service Pipeline"
10224   y-axis: "Y = Number of Service Pipelines"
10225   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10226   layout:
10227     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10228     layout: "plot-service-density"
10229
10230 - type: "plot"
10231   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10232   algorithm: "plot_nf_heatmap"
10233   output-file-type: ".html"
10234   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10235   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10236   filter: "'NIC_Intel-XXV710' and
10237            'NF_DENSITY' and
10238            'DOCKER' and
10239            'PIPELINE' and
10240            'NF_VPPIP4' and
10241            'IMIX' and
10242            '4T2C' and
10243            'NDRPDR'"
10244   parameters:
10245   - "throughput"
10246   - "name"
10247   - "tags"
10248   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10249   x-axis: "X = CNFs per Service Pipeline"
10250   y-axis: "Y = Number of Service Pipelines"
10251   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10252   layout:
10253     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10254     layout: "plot-service-density"
10255
10256 - type: "plot"
10257   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10258   algorithm: "plot_nf_heatmap"
10259   output-file-type: ".html"
10260   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10261   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10262   filter: "'NIC_Intel-XXV710' and
10263            'NF_DENSITY' and
10264            'DOCKER' and
10265            'PIPELINE' and
10266            'NF_VPPIP4' and
10267            'IMIX' and
10268            '8T4C' and
10269            'NDRPDR'"
10270   parameters:
10271   - "throughput"
10272   - "name"
10273   - "tags"
10274   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10275   x-axis: "X = CNFs per Service Pipeline"
10276   y-axis: "Y = Number of Service Pipelines"
10277   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10278   layout:
10279     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10280     layout: "plot-service-density"
10281
10282 # Plots - NF Density - CSP - PDR IMIX
10283 - type: "plot"
10284   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10285   algorithm: "plot_nf_heatmap"
10286   output-file-type: ".html"
10287   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10288   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10289   filter: "'NIC_Intel-XXV710' and
10290            'NF_DENSITY' and
10291            'DOCKER' and
10292            'PIPELINE' and
10293            'NF_VPPIP4' and
10294            'IMIX' and
10295            '2T1C' and
10296            'NDRPDR'"
10297   parameters:
10298   - "throughput"
10299   - "name"
10300   - "tags"
10301   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10302   x-axis: "X = CNFs per Service Pipeline"
10303   y-axis: "Y = Number of Service Pipelines"
10304   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10305   layout:
10306     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10307     layout: "plot-service-density"
10308
10309 - type: "plot"
10310   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10311   algorithm: "plot_nf_heatmap"
10312   output-file-type: ".html"
10313   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10314   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10315   filter: "'NIC_Intel-XXV710' and
10316            'NF_DENSITY' and
10317            'DOCKER' and
10318            'PIPELINE' and
10319            'NF_VPPIP4' and
10320            'IMIX' and
10321            '4T2C' and
10322            'NDRPDR'"
10323   parameters:
10324   - "throughput"
10325   - "name"
10326   - "tags"
10327   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10328   x-axis: "X = CNFs per Service Pipeline"
10329   y-axis: "Y = Number of Service Pipelines"
10330   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10331   layout:
10332     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10333     layout: "plot-service-density"
10334
10335 - type: "plot"
10336   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10337   algorithm: "plot_nf_heatmap"
10338   output-file-type: ".html"
10339   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10340   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10341   filter: "'NIC_Intel-XXV710' and
10342            'NF_DENSITY' and
10343            'DOCKER' and
10344            'PIPELINE' and
10345            'NF_VPPIP4' and
10346            'IMIX' and
10347            '8T4C' and
10348            'NDRPDR'"
10349   parameters:
10350   - "throughput"
10351   - "name"
10352   - "tags"
10353   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10354   x-axis: "X = CNFs per Service Pipeline"
10355   y-axis: "Y = Number of Service Pipelines"
10356   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10357   layout:
10358     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10359     layout: "plot-service-density"
10360
10361 ################################################################################
10362
10363 # Packet Throughput
10364
10365 #- type: "plot"
10366 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10367 #  algorithm: "plot_perf_box_name"
10368 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10369 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10370 #  include:
10371 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10372 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10373 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10374 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10375 #  layout:
10376 #    title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10377 #    layout: "plot-throughput"
10378 #
10379 #- type: "plot"
10380 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10381 #  algorithm: "plot_perf_box_name"
10382 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10383 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10384 #  include:
10385 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10386 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10387 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10388 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10389 #  layout:
10390 #    title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10391 #    layout: "plot-throughput"
10392 #
10393 #- type: "plot"
10394 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10395 #  algorithm: "plot_perf_box_name"
10396 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10397 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10398 #  include:
10399 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10400 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10401 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10402 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10403 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10404 #  layout:
10405 #    title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10406 #    layout: "plot-throughput"
10407 #
10408 #- type: "plot"
10409 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10410 #  algorithm: "plot_perf_box_name"
10411 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10412 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10413 #  include:
10414 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10415 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10416 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10417 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10418 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10419 #  layout:
10420 #    title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10421 #    layout: "plot-throughput"
10422
10423 - type: "plot"
10424   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10425   algorithm: "plot_perf_box_name"
10426   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10427   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10428   include:
10429     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10430     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10431     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10432     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10433     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10434   layout:
10435     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10436     layout: "plot-throughput"
10437
10438 - type: "plot"
10439   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10440   algorithm: "plot_perf_box_name"
10441   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10442   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10443   include:
10444     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10445     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10446     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10447     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10448     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10449   layout:
10450     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10451     layout: "plot-throughput"
10452
10453 #- type: "plot"
10454 #  title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10455 #  algorithm: "plot_perf_box_name"
10456 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10457 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10458 #  include:
10459 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10460 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10461 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10462 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10463 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10464 #  layout:
10465 #    title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10466 #    layout: "plot-throughput"
10467 #
10468 #- type: "plot"
10469 #  title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10470 #  algorithm: "plot_perf_box_name"
10471 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10472 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10473 #  include:
10474 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10475 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10476 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10477 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10478 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10479 #  layout:
10480 #    title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10481 #    layout: "plot-throughput"
10482 #
10483 #- type: "plot"
10484 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10485 #  algorithm: "plot_perf_box_name"
10486 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10487 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10488 #  include:
10489 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10490 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10491 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10492 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10493 #  layout:
10494 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10495 #    layout: "plot-throughput"
10496 #
10497 #- type: "plot"
10498 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10499 #  algorithm: "plot_perf_box_name"
10500 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10501 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10502 #  include:
10503 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10504 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10505 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10506 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10507 #  layout:
10508 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10509 #    layout: "plot-throughput"
10510 #
10511 #- type: "plot"
10512 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10513 #  algorithm: "plot_perf_box_name"
10514 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10515 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10516 #  include:
10517 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10518 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10519 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10520 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10521 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10522 #  layout:
10523 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10524 #    layout: "plot-throughput"
10525 #
10526 #- type: "plot"
10527 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10528 #  algorithm: "plot_perf_box_name"
10529 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10530 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10531 #  include:
10532 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10533 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10534 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10535 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10536 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10537 #  layout:
10538 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10539 #    layout: "plot-throughput"
10540 #
10541 #- type: "plot"
10542 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10543 #  algorithm: "plot_perf_box_name"
10544 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10545 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10546 #  include:
10547 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10548 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10549 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10550 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10551 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10552 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10553 #  layout:
10554 #    title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10555 #    layout: "plot-throughput"
10556 #
10557 #- type: "plot"
10558 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10559 #  algorithm: "plot_perf_box_name"
10560 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10561 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10562 #  include:
10563 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10564 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10565 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10566 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10567 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10568 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10569 #  layout:
10570 #    title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10571 #    layout: "plot-throughput"
10572
10573 - type: "plot"
10574   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10575   algorithm: "plot_perf_box_name"
10576   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10577   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10578   include:
10579     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10580     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10581     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10582   layout:
10583     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10584     layout: "plot-throughput"
10585
10586 - type: "plot"
10587   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10588   algorithm: "plot_perf_box_name"
10589   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10590   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10591   include:
10592     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10593     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10594     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10595   layout:
10596     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10597     layout: "plot-throughput"
10598
10599 #- type: "plot"
10600 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10601 #  algorithm: "plot_perf_box_name"
10602 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10603 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10604 #  include:
10605 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10606 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10607 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10608 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10609 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10610 #  layout:
10611 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10612 #    layout: "plot-throughput"
10613 #
10614 #- type: "plot"
10615 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10616 #  algorithm: "plot_perf_box_name"
10617 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10618 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10619 #  include:
10620 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10621 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10622 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10623 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10624 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10625 #  layout:
10626 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10627 #    layout: "plot-throughput"
10628 #
10629 #- type: "plot"
10630 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10631 #  algorithm: "plot_perf_box_name"
10632 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10633 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10634 #  include:
10635 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10636 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10637 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10638 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10639 #  layout:
10640 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10641 #    layout: "plot-throughput"
10642 #
10643 #- type: "plot"
10644 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10645 #  algorithm: "plot_perf_box_name"
10646 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10647 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10648 #  include:
10649 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10650 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10651 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10652 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10653 #  layout:
10654 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10655 #    layout: "plot-throughput"
10656 #
10657 #- type: "plot"
10658 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10659 #  algorithm: "plot_perf_box_name"
10660 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10661 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10662 #  include:
10663 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10664 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10665 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10666 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10667 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10668 #  layout:
10669 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10670 #    layout: "plot-throughput"
10671 #
10672 #- type: "plot"
10673 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10674 #  algorithm: "plot_perf_box_name"
10675 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10676 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10677 #  include:
10678 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10679 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10680 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10681 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10682 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10683 #  layout:
10684 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10685 #    layout: "plot-throughput"
10686 #
10687 #- type: "plot"
10688 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10689 #  algorithm: "plot_perf_box_name"
10690 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10691 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10692 #  include:
10693 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10694 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10695 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10696 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10697 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10698 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10699 #  layout:
10700 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10701 #    layout: "plot-throughput"
10702 #
10703 #- type: "plot"
10704 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10705 #  algorithm: "plot_perf_box_name"
10706 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10707 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10708 #  include:
10709 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10710 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10711 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10712 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10713 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10714 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10715 #  layout:
10716 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10717 #    layout: "plot-throughput"
10718
10719 - type: "plot"
10720   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10721   algorithm: "plot_perf_box_name"
10722   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10723   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10724   include:
10725     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10726     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10727     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10728     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10729     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10730   layout:
10731     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10732     layout: "plot-throughput"
10733
10734 - type: "plot"
10735   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10736   algorithm: "plot_perf_box_name"
10737   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10738   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10739   include:
10740     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10741     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10742     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10743     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10744     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10745   layout:
10746     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10747     layout: "plot-throughput"
10748
10749 - type: "plot"
10750   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10751   algorithm: "plot_perf_box_name"
10752   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10753   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10754   include:
10755     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10756     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10757     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10758     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10759     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10760     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10761   layout:
10762     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10763     layout: "plot-throughput"
10764
10765 - type: "plot"
10766   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10767   algorithm: "plot_perf_box_name"
10768   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10769   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10770   include:
10771     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10772     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10773     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10774     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10775     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10776     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10777   layout:
10778     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10779     layout: "plot-throughput"
10780
10781 - type: "plot"
10782   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10783   algorithm: "plot_perf_box_name"
10784   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10785   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10786   include:
10787     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10788     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10789     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10790     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10791     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10792   layout:
10793     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10794     layout: "plot-throughput"
10795
10796 - type: "plot"
10797   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10798   algorithm: "plot_perf_box_name"
10799   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10800   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10801   include:
10802     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10803     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10804     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10805     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10806     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10807   layout:
10808     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10809     layout: "plot-throughput"
10810
10811 - type: "plot"
10812   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10813   algorithm: "plot_perf_box_name"
10814   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10815   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10816   include:
10817     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10818     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10819     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10820     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10821     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10822     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10823   layout:
10824     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10825     layout: "plot-throughput"
10826
10827 - type: "plot"
10828   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10829   algorithm: "plot_perf_box_name"
10830   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10831   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10832   include:
10833     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10834     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10835     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10836     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10837     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10838     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10839   layout:
10840     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10841     layout: "plot-throughput"
10842
10843 - type: "plot"
10844   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10845   algorithm: "plot_perf_box_name"
10846   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10847   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10848   include:
10849     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10850     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10851     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10852     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10853     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10854   layout:
10855     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10856     layout: "plot-throughput"
10857
10858 - type: "plot"
10859   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10860   algorithm: "plot_perf_box_name"
10861   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10862   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10863   include:
10864     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10865     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10866     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10867     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10868     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10869   layout:
10870     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10871     layout: "plot-throughput"
10872
10873 - type: "plot"
10874   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10875   algorithm: "plot_perf_box_name"
10876   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10877   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10878   include:
10879     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10880     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10881     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10882     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10883     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10884     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10885   layout:
10886     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10887     layout: "plot-throughput"
10888
10889 - type: "plot"
10890   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10891   algorithm: "plot_perf_box_name"
10892   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10893   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10894   include:
10895     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10896     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10897     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10898     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10899     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10900     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10901   layout:
10902     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10903     layout: "plot-throughput"
10904
10905 - type: "plot"
10906   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
10907   algorithm: "plot_perf_box_name"
10908   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
10909   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10910   include:
10911     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10912     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10913   layout:
10914     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
10915     layout: "plot-throughput"
10916
10917 - type: "plot"
10918   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
10919   algorithm: "plot_perf_box_name"
10920   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
10921   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10922   include:
10923     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10924     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10925   layout:
10926     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
10927     layout: "plot-throughput"
10928
10929 #- type: "plot"
10930 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
10931 #  algorithm: "plot_perf_box_name"
10932 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
10933 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10934 #  include:
10935 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
10936 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10937 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10938 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10939 #  layout:
10940 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
10941 #    layout: "plot-throughput"
10942 #
10943 #- type: "plot"
10944 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
10945 #  algorithm: "plot_perf_box_name"
10946 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
10947 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10948 #  include:
10949 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
10950 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10951 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10952 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10953 #  layout:
10954 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
10955 #    layout: "plot-throughput"
10956
10957 - type: "plot"
10958   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10959   algorithm: "plot_perf_box_name"
10960   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10961   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10962   include:
10963     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10964     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10965     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10966     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10967   layout:
10968     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10969     layout: "plot-throughput"
10970
10971 - type: "plot"
10972   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10973   algorithm: "plot_perf_box_name"
10974   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10975   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10976   include:
10977     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10978     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10979     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10980     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10981   layout:
10982     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10983     layout: "plot-throughput"
10984
10985 - type: "plot"
10986   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10987   algorithm: "plot_perf_box_name"
10988   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10989   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10990   include:
10991     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10992     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10993     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10994     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10995   layout:
10996     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10997     layout: "plot-throughput"
10998
10999 - type: "plot"
11000   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11001   algorithm: "plot_perf_box_name"
11002   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11003   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11004   include:
11005     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11006     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11007     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11008     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11009   layout:
11010     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11011     layout: "plot-throughput"
11012
11013 #- type: "plot"
11014 #  title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11015 #  algorithm: "plot_perf_box_name"
11016 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11017 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11018 #  include:
11019 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11020 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11021 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11022 #  layout:
11023 #    title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11024 #    layout: "plot-throughput"
11025 #
11026 #- type: "plot"
11027 #  title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11028 #  algorithm: "plot_perf_box_name"
11029 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11030 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11031 #  include:
11032 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11033 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11034 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11035 #  layout:
11036 #    title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11037 #    layout: "plot-throughput"
11038 #
11039 #- type: "plot"
11040 #  title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11041 #  algorithm: "plot_perf_box_name"
11042 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11043 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11044 #  include:
11045 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11046 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11047 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11048 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11049 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11050 #  layout:
11051 #    title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11052 #    layout: "plot-throughput"
11053 #
11054 #- type: "plot"
11055 #  title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11056 #  algorithm: "plot_perf_box_name"
11057 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11058 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11059 #  include:
11060 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11061 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11062 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11063 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11064 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11065 #  layout:
11066 #    title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11067 #    layout: "plot-throughput"
11068
11069 - type: "plot"
11070   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11071   algorithm: "plot_perf_box_name"
11072   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11073   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11074   include:
11075     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11076     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11077     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11078   layout:
11079     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11080     layout: "plot-throughput"
11081
11082 - type: "plot"
11083   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11084   algorithm: "plot_perf_box_name"
11085   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11086   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11087   include:
11088     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11089     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11090     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11091   layout:
11092     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11093     layout: "plot-throughput"
11094
11095 #- type: "plot"
11096 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11097 #  algorithm: "plot_perf_box_name"
11098 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11099 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11100 #  include:
11101 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11102 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11103 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11104 #  layout:
11105 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11106 #    layout: "plot-throughput"
11107 #
11108 #- type: "plot"
11109 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11110 #  algorithm: "plot_perf_box_name"
11111 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11112 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11113 #  include:
11114 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11115 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11116 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11117 #  layout:
11118 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11119 #    layout: "plot-throughput"
11120 #
11121 #- type: "plot"
11122 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11123 #  algorithm: "plot_perf_box_name"
11124 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11125 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11126 #  include:
11127 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11128 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11129 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11130 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11131 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11132 #  layout:
11133 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11134 #    layout: "plot-throughput"
11135 #
11136 #- type: "plot"
11137 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11138 #  algorithm: "plot_perf_box_name"
11139 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11140 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11141 #  include:
11142 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11143 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11144 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11145 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11146 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11147 #  layout:
11148 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11149 #    layout: "plot-throughput"
11150
11151 - type: "plot"
11152   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11153   algorithm: "plot_perf_box_name"
11154   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11155   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11156   include:
11157     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11158     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11159     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11160     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11161     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11162   layout:
11163     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11164     layout: "plot-throughput"
11165
11166 - type: "plot"
11167   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11168   algorithm: "plot_perf_box_name"
11169   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11170   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11171   include:
11172     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11173     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11174     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11175     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11176     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11177   layout:
11178     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11179     layout: "plot-throughput"
11180
11181 - type: "plot"
11182   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11183   algorithm: "plot_perf_box_name"
11184   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11185   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11186   include:
11187     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11188     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11189     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11190     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11191     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11192   layout:
11193     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11194     layout: "plot-throughput"
11195
11196 - type: "plot"
11197   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11198   algorithm: "plot_perf_box_name"
11199   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11200   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11201   include:
11202     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11203     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11204     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11205     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11206     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11207   layout:
11208     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11209     layout: "plot-throughput"
11210
11211 - type: "plot"
11212   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11213   algorithm: "plot_perf_box_name"
11214   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11215   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11216   include:
11217     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11218     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11219     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11220     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11221     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11222   layout:
11223     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11224     layout: "plot-throughput"
11225
11226 - type: "plot"
11227   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11228   algorithm: "plot_perf_box_name"
11229   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11230   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11231   include:
11232     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11233     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11234     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11235     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11236     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11237   layout:
11238     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11239     layout: "plot-throughput"
11240
11241 - type: "plot"
11242   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11243   algorithm: "plot_perf_box_name"
11244   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11245   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11246   include:
11247     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11248     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11249     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11250     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11251     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11252     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11253   layout:
11254     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11255     layout: "plot-throughput"
11256
11257 - type: "plot"
11258   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11259   algorithm: "plot_perf_box_name"
11260   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11261   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11262   include:
11263     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11264     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11265     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11266     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11267     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11268     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11269   layout:
11270     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11271     layout: "plot-throughput"
11272
11273 - type: "plot"
11274   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11275   algorithm: "plot_perf_box_name"
11276   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11277   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11278   include:
11279     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11280     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11281     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11282     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11283   layout:
11284     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11285     layout: "plot-throughput"
11286
11287 - type: "plot"
11288   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11289   algorithm: "plot_perf_box_name"
11290   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11291   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11292   include:
11293     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11294     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11295     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11296     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11297   layout:
11298     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11299     layout: "plot-throughput"
11300
11301 #- type: "plot"
11302 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11303 #  algorithm: "plot_perf_box_name"
11304 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11305 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11306 #  include:
11307 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11308 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11309 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11310 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11311 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11312 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11313 #  layout:
11314 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11315 #    layout: "plot-throughput"
11316 #
11317 #- type: "plot"
11318 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11319 #  algorithm: "plot_perf_box_name"
11320 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11321 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11322 #  include:
11323 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11324 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11325 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11326 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11327 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11328 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11329 #  layout:
11330 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11331 #    layout: "plot-throughput"
11332
11333 - type: "plot"
11334   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11335   algorithm: "plot_perf_box_name"
11336   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11337   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11338   include:
11339     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11340 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11341     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11342 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11343     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11344 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11345   layout:
11346     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11347     layout: "plot-throughput"
11348
11349 - type: "plot"
11350   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11351   algorithm: "plot_perf_box_name"
11352   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11353   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11354   include:
11355     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11356 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11357     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11358 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11359     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11360 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11361   layout:
11362     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11363     layout: "plot-throughput"
11364
11365 - type: "plot"
11366   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11367   algorithm: "plot_perf_box_name"
11368   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11369   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11370   include:
11371     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11372     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11373     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11374     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11375     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11376     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11377   layout:
11378     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11379     layout: "plot-throughput"
11380
11381 - type: "plot"
11382   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11383   algorithm: "plot_perf_box_name"
11384   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11385   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11386   include:
11387     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11388     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11389     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11390     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11391     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11392     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11393   layout:
11394     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11395     layout: "plot-throughput"
11396
11397 #- type: "plot"
11398 #  title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11399 #  algorithm: "plot_perf_box_name"
11400 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11401 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11402 #  include:
11403 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11404 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11405 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11406 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11407 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11408 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11409 #  layout:
11410 #    title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11411 #    layout: "plot-throughput"
11412 #
11413 #- type: "plot"
11414 #  title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11415 #  algorithm: "plot_perf_box_name"
11416 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11417 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11418 #  include:
11419 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11420 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11421 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11422 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11423 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11424 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11425 #  layout:
11426 #    title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11427 #    layout: "plot-throughput"
11428 #
11429 #- type: "plot"
11430 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11431 #  algorithm: "plot_perf_box_name"
11432 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11433 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11434 #  include:
11435 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11436 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11437 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11438 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11439 #  layout:
11440 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11441 #    layout: "plot-throughput"
11442 #
11443 #- type: "plot"
11444 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11445 #  algorithm: "plot_perf_box_name"
11446 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11447 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11448 #  include:
11449 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11450 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11451 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11452 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11453 #  layout:
11454 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11455 #    layout: "plot-throughput"
11456 #
11457 #- type: "plot"
11458 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11459 #  algorithm: "plot_perf_box_name"
11460 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11461 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11462 #  include:
11463 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11464 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11465 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11466 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11467 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11468 #  layout:
11469 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11470 #    layout: "plot-throughput"
11471 #
11472 #- type: "plot"
11473 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11474 #  algorithm: "plot_perf_box_name"
11475 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11476 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11477 #  include:
11478 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11479 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11480 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11481 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11482 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11483 #  layout:
11484 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11485 #    layout: "plot-throughput"
11486 #
11487 #- type: "plot"
11488 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11489 #  algorithm: "plot_perf_box_name"
11490 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11491 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11492 #  include:
11493 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11494 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11495 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11496 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11497 #  layout:
11498 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11499 #    layout: "plot-throughput"
11500 #
11501 #- type: "plot"
11502 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11503 #  algorithm: "plot_perf_box_name"
11504 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11505 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11506 #  include:
11507 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11508 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11509 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11510 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11511 #  layout:
11512 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11513 #    layout: "plot-throughput"
11514
11515 - type: "plot"
11516   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11517   algorithm: "plot_perf_box_name"
11518   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11519   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11520   include:
11521     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11522     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11523     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11524     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11525     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11526     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11527   layout:
11528     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11529     layout: "plot-throughput"
11530
11531 - type: "plot"
11532   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11533   algorithm: "plot_perf_box_name"
11534   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11535   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11536   include:
11537     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11538     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11539     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11540     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11541     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11542     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11543   layout:
11544     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11545     layout: "plot-throughput"
11546
11547 #- type: "plot"
11548 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11549 #  algorithm: "plot_perf_box_name"
11550 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11551 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11552 #  include:
11553 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11554 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11555 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11556 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11557 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11558 #  layout:
11559 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11560 #    layout: "plot-throughput"
11561 #
11562 #- type: "plot"
11563 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11564 #  algorithm: "plot_perf_box_name"
11565 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11566 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11567 #  include:
11568 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11569 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11570 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11571 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11572 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11573 #  layout:
11574 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11575 #    layout: "plot-throughput"
11576 #
11577 #- type: "plot"
11578 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11579 #  algorithm: "plot_perf_box_name"
11580 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11581 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11582 #  include:
11583 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11584 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11585 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11586 #  layout:
11587 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11588 #    layout: "plot-throughput"
11589 #
11590 #- type: "plot"
11591 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11592 #  algorithm: "plot_perf_box_name"
11593 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11594 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11595 #  include:
11596 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11597 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11598 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11599 #  layout:
11600 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11601 #    layout: "plot-throughput"
11602 #
11603 #- type: "plot"
11604 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11605 #  algorithm: "plot_perf_box_name"
11606 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11607 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11608 #  include:
11609 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11610 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11611 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11612 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11613 #  layout:
11614 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11615 #    layout: "plot-throughput"
11616 #
11617 #- type: "plot"
11618 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11619 #  algorithm: "plot_perf_box_name"
11620 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11621 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11622 #  include:
11623 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11624 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11625 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11626 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11627 #  layout:
11628 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11629 #    layout: "plot-throughput"
11630 #
11631 #- type: "plot"
11632 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11633 #  algorithm: "plot_perf_box_name"
11634 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11635 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11636 #  include:
11637 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11638 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11639 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11640 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11641 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11642 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11643 #  layout:
11644 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11645 #    layout: "plot-throughput"
11646 #
11647 #- type: "plot"
11648 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11649 #  algorithm: "plot_perf_box_name"
11650 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11651 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11652 #  include:
11653 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11654 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11655 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11656 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11657 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11658 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11659 #  layout:
11660 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11661 #    layout: "plot-throughput"
11662 #
11663 #- type: "plot"
11664 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11665 #  algorithm: "plot_perf_box_name"
11666 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11667 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11668 #  include:
11669 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11670 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11671 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11672 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11673 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11674 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11675 #  layout:
11676 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11677 #    layout: "plot-throughput"
11678 #
11679 #- type: "plot"
11680 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11681 #  algorithm: "plot_perf_box_name"
11682 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11683 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11684 #  include:
11685 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11686 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11687 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11688 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11689 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11690 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11691 #  layout:
11692 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11693 #    layout: "plot-throughput"
11694
11695 - type: "plot"
11696   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11697   algorithm: "plot_perf_box_name"
11698   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11699   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11700   include:
11701     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11702     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11703     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11704     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11705   layout:
11706     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11707     layout: "plot-throughput"
11708
11709 - type: "plot"
11710   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11711   algorithm: "plot_perf_box_name"
11712   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11713   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11714   include:
11715     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11716     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11717     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11718     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11719   layout:
11720     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11721     layout: "plot-throughput"
11722
11723 - type: "plot"
11724   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11725   algorithm: "plot_perf_box_name"
11726   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11727   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11728   include:
11729     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11730     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11731     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11732     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11733     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11734     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11735   layout:
11736     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11737     layout: "plot-throughput"
11738
11739 - type: "plot"
11740   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11741   algorithm: "plot_perf_box_name"
11742   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11743   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11744   include:
11745     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11746     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11747     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11748     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11749     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11750     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11751   layout:
11752     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11753     layout: "plot-throughput"
11754
11755 - type: "plot"
11756   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11757   algorithm: "plot_perf_box_name"
11758   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11759   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11760   include:
11761     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11762     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11763     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11764     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11765     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11766     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11767   layout:
11768     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11769     layout: "plot-throughput"
11770
11771 - type: "plot"
11772   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11773   algorithm: "plot_perf_box_name"
11774   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11775   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11776   include:
11777     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11778     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11779     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11780     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11781     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11782     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11783   layout:
11784     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11785     layout: "plot-throughput"
11786
11787 - type: "plot"
11788   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11789   algorithm: "plot_perf_box_name"
11790   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11791   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11792   include:
11793     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11794     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11795     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11796     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11797   layout:
11798     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11799     layout: "plot-throughput"
11800
11801 - type: "plot"
11802   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11803   algorithm: "plot_perf_box_name"
11804   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11805   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11806   include:
11807     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11808     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11809     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11810     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11811   layout:
11812     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11813     layout: "plot-throughput"
11814
11815 - type: "plot"
11816   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11817   algorithm: "plot_perf_box_name"
11818   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11819   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11820   include:
11821     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11822     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11823     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11824     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11825     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11826     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11827   layout:
11828     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11829     layout: "plot-throughput"
11830
11831 - type: "plot"
11832   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11833   algorithm: "plot_perf_box_name"
11834   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11835   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11836   include:
11837     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11838     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11839     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11840     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11841     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11842     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11843   layout:
11844     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11845     layout: "plot-throughput"
11846
11847 - type: "plot"
11848   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11849   algorithm: "plot_perf_box_name"
11850   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11851   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11852   include:
11853     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11854     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11855     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11856     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11857   layout:
11858     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11859     layout: "plot-throughput"
11860
11861 - type: "plot"
11862   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11863   algorithm: "plot_perf_box_name"
11864   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11865   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11866   include:
11867     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11868     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11869     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11870     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11871   layout:
11872     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11873     layout: "plot-throughput"
11874
11875 - type: "plot"
11876   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11877   algorithm: "plot_perf_box_name"
11878   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11879   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11880   include:
11881     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11882     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11883     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11884     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11885     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11886     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11887   layout:
11888     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11889     layout: "plot-throughput"
11890
11891 - type: "plot"
11892   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11893   algorithm: "plot_perf_box_name"
11894   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11895   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11896   include:
11897     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11898     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11899     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11900     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11901     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11902     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11903   layout:
11904     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11905     layout: "plot-throughput"
11906
11907 - type: "plot"
11908   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11909   algorithm: "plot_perf_box_name"
11910   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11911   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11912   include:
11913     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11914     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11915     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11916     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11917     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11918     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11919   layout:
11920     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11921     layout: "plot-throughput"
11922
11923 - type: "plot"
11924   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11925   algorithm: "plot_perf_box_name"
11926   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11927   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11928   include:
11929     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11930     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11931     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11932     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11933     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11934     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11935   layout:
11936     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11937     layout: "plot-throughput"
11938
11939 - type: "plot"
11940   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
11941   algorithm: "plot_perf_box_name"
11942   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
11943   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11944   include:
11945     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11946     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11947     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11948     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11949     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11950     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11951   layout:
11952     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
11953     layout: "plot-throughput"
11954
11955 - type: "plot"
11956   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
11957   algorithm: "plot_perf_box_name"
11958   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
11959   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11960   include:
11961     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11962     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11963     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11964     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11965     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11966     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11967   layout:
11968     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
11969     layout: "plot-throughput"
11970
11971 #- type: "plot"
11972 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
11973 #  algorithm: "plot_perf_box_name"
11974 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
11975 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11976 #  include:
11977 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11978 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11979 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11980 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11981 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11982 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11983 #  layout:
11984 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
11985 #    layout: "plot-throughput"
11986 #
11987 #- type: "plot"
11988 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
11989 #  algorithm: "plot_perf_box_name"
11990 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
11991 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11992 #  include:
11993 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11994 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11995 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11996 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11997 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11998 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11999 #  layout:
12000 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12001 #    layout: "plot-throughput"
12002
12003 - type: "plot"
12004   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12005   algorithm: "plot_perf_box_name"
12006   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12007   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12008   include:
12009     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12010     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12011     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12012     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12013     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12014     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12015   layout:
12016     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12017     layout: "plot-throughput"
12018
12019 - type: "plot"
12020   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12021   algorithm: "plot_perf_box_name"
12022   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12023   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12024   include:
12025     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12026     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12027     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12028     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12029     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12030     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12031   layout:
12032     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12033     layout: "plot-throughput"
12034
12035 #- type: "plot"
12036 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12037 #  algorithm: "plot_perf_box_name"
12038 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12039 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12040 #  include:
12041 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12042 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12043 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12044 #  layout:
12045 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12046 #    layout: "plot-throughput"
12047 #
12048 #- type: "plot"
12049 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12050 #  algorithm: "plot_perf_box_name"
12051 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12052 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12053 #  include:
12054 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12055 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12056 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12057 #  layout:
12058 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12059 #    layout: "plot-throughput"
12060
12061 #- type: "plot"
12062 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12063 #  algorithm: "plot_perf_box_name"
12064 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12065 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12066 #  include:
12067 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12068 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12069 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12070 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12071 #  layout:
12072 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12073 #    layout: "plot-throughput"
12074 #
12075 #- type: "plot"
12076 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12077 #  algorithm: "plot_perf_box_name"
12078 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12079 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12080 #  include:
12081 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12082 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12083 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12084 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12085 #  layout:
12086 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12087 #    layout: "plot-throughput"
12088 #
12089 #- type: "plot"
12090 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12091 #  algorithm: "plot_perf_box_name"
12092 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12093 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12094 #  include:
12095 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12096 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12097 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12098 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12099 #  layout:
12100 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12101 #    layout: "plot-throughput"
12102 #
12103 #- type: "plot"
12104 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12105 #  algorithm: "plot_perf_box_name"
12106 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12107 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12108 #  include:
12109 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12110 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12111 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12112 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12113 #  layout:
12114 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12115 #    layout: "plot-throughput"
12116
12117 - type: "plot"
12118   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12119   algorithm: "plot_perf_box_name"
12120   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12121   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12122   include:
12123     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12124     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12125     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12126     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12127   layout:
12128     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12129     layout: "plot-throughput"
12130
12131 - type: "plot"
12132   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12133   algorithm: "plot_perf_box_name"
12134   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12135   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12136   include:
12137     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12138     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12139     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12140     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12141   layout:
12142     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12143     layout: "plot-throughput"
12144
12145 - type: "plot"
12146   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12147   algorithm: "plot_perf_box_name"
12148   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12149   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12150   include:
12151     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12152     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12153     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12154     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12155   layout:
12156     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12157     layout: "plot-throughput"
12158
12159 - type: "plot"
12160   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12161   algorithm: "plot_perf_box_name"
12162   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12163   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12164   include:
12165     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12166     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12167     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12168     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12169   layout:
12170     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12171     layout: "plot-throughput"
12172
12173 #- type: "plot"
12174 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12175 #  algorithm: "plot_perf_box_name"
12176 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12177 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12178 #  include:
12179 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12180 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12181 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12182 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12183 #  layout:
12184 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12185 #    layout: "plot-throughput"
12186 #
12187 #- type: "plot"
12188 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12189 #  algorithm: "plot_perf_box_name"
12190 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12191 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12192 #  include:
12193 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12194 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12195 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12196 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12197 #  layout:
12198 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12199 #    layout: "plot-throughput"
12200 #
12201 #- type: "plot"
12202 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12203 #  algorithm: "plot_perf_box_name"
12204 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12205 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12206 #  include:
12207 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12208 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12209 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12210 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12211 #  layout:
12212 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12213 #    layout: "plot-throughput"
12214 #
12215 #- type: "plot"
12216 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12217 #  algorithm: "plot_perf_box_name"
12218 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12219 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12220 #  include:
12221 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12222 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12223 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12224 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12225 #  layout:
12226 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12227 #    layout: "plot-throughput"
12228 #
12229 #- type: "plot"
12230 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12231 #  algorithm: "plot_perf_box_name"
12232 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12233 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12234 #  include:
12235 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12236 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12237 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12238 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12239 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12240 #  layout:
12241 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12242 #    layout: "plot-throughput"
12243 #
12244 #- type: "plot"
12245 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12246 #  algorithm: "plot_perf_box_name"
12247 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12248 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12249 #  include:
12250 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12251 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12252 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12253 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12254 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12255 #  layout:
12256 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12257 #    layout: "plot-throughput"
12258 #
12259 #- type: "plot"
12260 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12261 #  algorithm: "plot_perf_box_name"
12262 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12263 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12264 #  include:
12265 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12266 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12267 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12268 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12269 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12270 #  layout:
12271 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12272 #    layout: "plot-throughput"
12273 #
12274 #- type: "plot"
12275 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12276 #  algorithm: "plot_perf_box_name"
12277 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12278 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12279 #  include:
12280 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12281 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12282 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12283 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12284 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12285 #  layout:
12286 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12287 #    layout: "plot-throughput"
12288 #
12289 #- type: "plot"
12290 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12291 #  algorithm: "plot_perf_box_name"
12292 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12293 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12294 #  include:
12295 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12296 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12297 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12298 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12299 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12300 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12301 #  layout:
12302 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12303 #    layout: "plot-throughput"
12304 #
12305 #- type: "plot"
12306 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12307 #  algorithm: "plot_perf_box_name"
12308 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12309 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12310 #  include:
12311 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12312 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12313 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12314 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12315 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12316 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12317 #  layout:
12318 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12319 #    layout: "plot-throughput"
12320 #
12321 #- type: "plot"
12322 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12323 #  algorithm: "plot_perf_box_name"
12324 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12325 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12326 #  include:
12327 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12328 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12329 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12330 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12331 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12332 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12333 #  layout:
12334 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12335 #    layout: "plot-throughput"
12336 #
12337 #- type: "plot"
12338 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12339 #  algorithm: "plot_perf_box_name"
12340 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12341 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12342 #  include:
12343 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12344 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12345 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12346 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12347 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12348 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12349 #  layout:
12350 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12351 #    layout: "plot-throughput"
12352
12353 - type: "plot"
12354   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12355   algorithm: "plot_perf_box_name"
12356   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12357   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12358   include:
12359     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12360     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12361     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12362     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12363     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12364   layout:
12365     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12366     layout: "plot-throughput"
12367
12368 - type: "plot"
12369   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12370   algorithm: "plot_perf_box_name"
12371   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12372   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12373   include:
12374     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12375     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12376     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12377     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12378     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12379   layout:
12380     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12381     layout: "plot-throughput"
12382
12383 #- type: "plot"
12384 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12385 #  algorithm: "plot_perf_box_name"
12386 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12387 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12388 #  include:
12389 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12390 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12391 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12392 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12393 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12394 #  layout:
12395 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12396 #    layout: "plot-throughput"
12397 #
12398 #- type: "plot"
12399 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12400 #  algorithm: "plot_perf_box_name"
12401 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12402 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12403 #  include:
12404 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12405 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12406 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12407 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12408 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12409 #  layout:
12410 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12411 #    layout: "plot-throughput"
12412
12413 #- type: "plot"
12414 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12415 #  algorithm: "plot_perf_box_name"
12416 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12417 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12418 #  include:
12419 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12420 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12421 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12422 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12423 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12424 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12425 #  layout:
12426 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12427 #    layout: "plot-throughput"
12428 #
12429 #- type: "plot"
12430 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12431 #  algorithm: "plot_perf_box_name"
12432 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12433 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12434 #  include:
12435 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12436 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12437 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12438 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12439 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12440 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12441 #  layout:
12442 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12443 #    layout: "plot-throughput"
12444
12445 #- type: "plot"
12446 #  title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12447 #  algorithm: "plot_perf_box_name"
12448 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12449 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12450 #  include:
12451 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12452 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12453 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12454 #  layout:
12455 #    title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12456 #    layout: "plot-throughput"
12457 #
12458 #- type: "plot"
12459 #  title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12460 #  algorithm: "plot_perf_box_name"
12461 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12462 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12463 #  include:
12464 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12465 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12466 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12467 #  layout:
12468 #    title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12469 #    layout: "plot-throughput"
12470
12471 ################################################################################
12472
12473 # Packet Speedup
12474
12475 #- type: "plot"
12476 #  title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12477 #  algorithm: "plot_tsa_name"
12478 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12479 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12480 #  include:
12481 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12482 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12483 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12484 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12485 #  layout:
12486 #    title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
12487 #    layout: "plot-throughput-speedup-analysis"
12488 #
12489 #- type: "plot"
12490 #  title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12491 #  algorithm: "plot_tsa_name"
12492 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12493 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12494 #  include:
12495 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12496 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12497 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12498 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12499 #  layout:
12500 #    title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
12501 #    layout: "plot-throughput-speedup-analysis"
12502 #
12503 #- type: "plot"
12504 #  title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12505 #  algorithm: "plot_tsa_name"
12506 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12507 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12508 #  include:
12509 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12510 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12511 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12512 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12513 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12514 #  layout:
12515 #    title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
12516 #    layout: "plot-throughput-speedup-analysis"
12517 #
12518 #- type: "plot"
12519 #  title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12520 #  algorithm: "plot_tsa_name"
12521 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12522 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12523 #  include:
12524 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12525 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12526 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12527 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12528 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12529 #  layout:
12530 #    title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
12531 #    layout: "plot-throughput-speedup-analysis"
12532 #
12533 #- type: "plot"
12534 #  title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12535 #  algorithm: "plot_tsa_name"
12536 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12537 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12538 #  include:
12539 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12540 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12541 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12542 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12543 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12544 #  layout:
12545 #    title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12546 #    layout: "plot-throughput-speedup-analysis"
12547 #
12548 #- type: "plot"
12549 #  title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12550 #  algorithm: "plot_tsa_name"
12551 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12552 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12553 #  include:
12554 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12555 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12556 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12557 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12558 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12559 #  layout:
12560 #    title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12561 #    layout: "plot-throughput-speedup-analysis"
12562 #
12563 #- type: "plot"
12564 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12565 #  algorithm: "plot_tsa_name"
12566 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12567 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12568 #  include:
12569 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12570 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12571 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12572 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12573 #  layout:
12574 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12575 #    layout: "plot-throughput-speedup-analysis"
12576 #
12577 #- type: "plot"
12578 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12579 #  algorithm: "plot_tsa_name"
12580 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12581 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12582 #  include:
12583 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12584 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12585 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12586 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12587 #  layout:
12588 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12589 #    layout: "plot-throughput-speedup-analysis"
12590 #
12591 #- type: "plot"
12592 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12593 #  algorithm: "plot_tsa_name"
12594 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12595 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12596 #  include:
12597 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12598 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12599 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12600 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12601 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12602 #  layout:
12603 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12604 #    layout: "plot-throughput-speedup-analysis"
12605 #
12606 #- type: "plot"
12607 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12608 #  algorithm: "plot_tsa_name"
12609 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12610 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12611 #  include:
12612 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12613 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12614 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12615 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12616 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12617 #  layout:
12618 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12619 #    layout: "plot-throughput-speedup-analysis"
12620 #
12621 #- type: "plot"
12622 #  title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12623 #  algorithm: "plot_tsa_name"
12624 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12625 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12626 #  include:
12627 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12628 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12629 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12630 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12631 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12632 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12633 #  layout:
12634 #    title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
12635 #    layout: "plot-throughput-speedup-analysis"
12636 #
12637 #- type: "plot"
12638 #  title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12639 #  algorithm: "plot_tsa_name"
12640 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12641 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12642 #  include:
12643 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12644 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12645 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12646 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12647 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12648 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12649 #  layout:
12650 #    title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
12651 #    layout: "plot-throughput-speedup-analysis"
12652
12653 - type: "plot"
12654   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12655   algorithm: "plot_tsa_name"
12656   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12657   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12658   include:
12659     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12660     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12661     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12662   layout:
12663     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
12664     layout: "plot-throughput-speedup-analysis"
12665
12666 - type: "plot"
12667   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12668   algorithm: "plot_tsa_name"
12669   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12670   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12671   include:
12672     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12673     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12674     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12675   layout:
12676     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
12677     layout: "plot-throughput-speedup-analysis"
12678
12679 #- type: "plot"
12680 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12681 #  algorithm: "plot_tsa_name"
12682 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12683 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12684 #  include:
12685 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12686 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12687 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12688 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12689 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12690 #  layout:
12691 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12692 #    layout: "plot-throughput-speedup-analysis"
12693 #
12694 #- type: "plot"
12695 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12696 #  algorithm: "plot_tsa_name"
12697 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12698 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12699 #  include:
12700 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12701 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12702 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12703 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12704 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12705 #  layout:
12706 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12707 #    layout: "plot-throughput-speedup-analysis"
12708 #
12709 #- type: "plot"
12710 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12711 #  algorithm: "plot_tsa_name"
12712 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12713 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12714 #  include:
12715 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12716 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12717 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12718 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12719 #  layout:
12720 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12721 #    layout: "plot-throughput-speedup-analysis"
12722 #
12723 #- type: "plot"
12724 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12725 #  algorithm: "plot_tsa_name"
12726 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12727 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12728 #  include:
12729 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12730 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12731 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12732 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12733 #  layout:
12734 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12735 #    layout: "plot-throughput-speedup-analysis"
12736 #
12737 #- type: "plot"
12738 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12739 #  algorithm: "plot_tsa_name"
12740 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12741 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12742 #  include:
12743 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12744 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12745 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12746 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12747 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12748 #  layout:
12749 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12750 #    layout: "plot-throughput-speedup-analysis"
12751 #
12752 #- type: "plot"
12753 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12754 #  algorithm: "plot_tsa_name"
12755 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12756 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12757 #  include:
12758 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12759 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12760 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12761 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12762 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12763 #  layout:
12764 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12765 #    layout: "plot-throughput-speedup-analysis"
12766 #
12767 #- type: "plot"
12768 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12769 #  algorithm: "plot_tsa_name"
12770 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12771 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12772 #  include:
12773 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12774 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12775 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12776 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12777 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12778 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12779 #  layout:
12780 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
12781 #    layout: "plot-throughput-speedup-analysis"
12782 #
12783 #- type: "plot"
12784 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12785 #  algorithm: "plot_tsa_name"
12786 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12787 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12788 #  include:
12789 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12790 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12791 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12792 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12793 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12794 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12795 #  layout:
12796 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
12797 #    layout: "plot-throughput-speedup-analysis"
12798
12799 - type: "plot"
12800   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
12801   algorithm: "plot_tsa_name"
12802   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
12803   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12804   include:
12805     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12806     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12807   layout:
12808     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
12809     layout: "plot-throughput-speedup-analysis"
12810
12811 - type: "plot"
12812   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
12813   algorithm: "plot_tsa_name"
12814   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
12815   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12816   include:
12817     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12818     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12819   layout:
12820     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
12821     layout: "plot-throughput-speedup-analysis"
12822
12823 #- type: "plot"
12824 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
12825 #  algorithm: "plot_tsa_name"
12826 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
12827 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12828 #  include:
12829 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12830 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12831 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12832 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12833 #  layout:
12834 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
12835 #    layout: "plot-throughput-speedup-analysis"
12836 #
12837 #- type: "plot"
12838 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
12839 #  algorithm: "plot_tsa_name"
12840 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
12841 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12842 #  include:
12843 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12844 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12845 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12846 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12847 #  layout:
12848 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
12849 #    layout: "plot-throughput-speedup-analysis"
12850 #
12851 #- type: "plot"
12852 #  title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12853 #  algorithm: "plot_tsa_name"
12854 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12855 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12856 #  include:
12857 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12858 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12859 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12860 #  layout:
12861 #    title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
12862 #    layout: "plot-throughput-speedup-analysis"
12863 #
12864 #- type: "plot"
12865 #  title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12866 #  algorithm: "plot_tsa_name"
12867 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12868 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12869 #  include:
12870 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12871 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12872 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12873 #  layout:
12874 #    title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
12875 #    layout: "plot-throughput-speedup-analysis"
12876 #
12877 #- type: "plot"
12878 #  title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12879 #  algorithm: "plot_tsa_name"
12880 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12881 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12882 #  include:
12883 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12884 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12885 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12886 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12887 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12888 #  layout:
12889 #    title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
12890 #    layout: "plot-throughput-speedup-analysis"
12891 #
12892 #- type: "plot"
12893 #  title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12894 #  algorithm: "plot_tsa_name"
12895 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12896 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12897 #  include:
12898 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12899 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12900 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12901 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12902 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12903 #  layout:
12904 #    title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
12905 #    layout: "plot-throughput-speedup-analysis"
12906
12907 - type: "plot"
12908   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12909   algorithm: "plot_tsa_name"
12910   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12911   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12912   include:
12913     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12914     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12915     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12916   layout:
12917     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
12918     layout: "plot-throughput-speedup-analysis"
12919
12920 - type: "plot"
12921   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12922   algorithm: "plot_tsa_name"
12923   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12924   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12925   include:
12926     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12927     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12928     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12929   layout:
12930     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
12931     layout: "plot-throughput-speedup-analysis"
12932
12933 #- type: "plot"
12934 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12935 #  algorithm: "plot_tsa_name"
12936 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12937 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12938 #  include:
12939 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12940 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12941 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12942 #  layout:
12943 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
12944 #    layout: "plot-throughput-speedup-analysis"
12945 #
12946 #- type: "plot"
12947 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12948 #  algorithm: "plot_tsa_name"
12949 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12950 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12951 #  include:
12952 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12953 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12954 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12955 #  layout:
12956 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
12957 #    layout: "plot-throughput-speedup-analysis"
12958 #
12959 #- type: "plot"
12960 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12961 #  algorithm: "plot_tsa_name"
12962 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12963 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12964 #  include:
12965 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12966 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12967 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12968 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12969 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12970 #  layout:
12971 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
12972 #    layout: "plot-throughput-speedup-analysis"
12973 #
12974 #- type: "plot"
12975 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12976 #  algorithm: "plot_tsa_name"
12977 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12978 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12979 #  include:
12980 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12981 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12982 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12983 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12984 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12985 #  layout:
12986 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
12987 #    layout: "plot-throughput-speedup-analysis"
12988
12989 - type: "plot"
12990   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
12991   algorithm: "plot_tsa_name"
12992   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
12993   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12994   include:
12995     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12996     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12997     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12998     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12999     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13000     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13001   layout:
13002     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
13003     layout: "plot-throughput-speedup-analysis"
13004
13005 - type: "plot"
13006   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
13007   algorithm: "plot_tsa_name"
13008   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
13009   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13010   include:
13011     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13012     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13013     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13014     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13015     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13016     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13017   layout:
13018     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
13019     layout: "plot-throughput-speedup-analysis"
13020
13021 - type: "plot"
13022   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
13023   algorithm: "plot_tsa_name"
13024   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
13025   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13026   include:
13027     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13028     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13029     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13030     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13031   layout:
13032     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
13033     layout: "plot-throughput-speedup-analysis"
13034
13035 - type: "plot"
13036   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
13037   algorithm: "plot_tsa_name"
13038   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
13039   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13040   include:
13041     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13042     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13043     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13044     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13045   layout:
13046     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13047     layout: "plot-throughput-speedup-analysis"
13048
13049 #- type: "plot"
13050 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
13051 #  algorithm: "plot_tsa_name"
13052 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
13053 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13054 #  include:
13055 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13056 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13057 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13058 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13059 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13060 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13061 #  layout:
13062 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
13063 #    layout: "plot-throughput-speedup-analysis"
13064 #
13065 #- type: "plot"
13066 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
13067 #  algorithm: "plot_tsa_name"
13068 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
13069 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13070 #  include:
13071 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13072 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13073 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13074 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13075 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13076 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13077 #  layout:
13078 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
13079 #    layout: "plot-throughput-speedup-analysis"
13080 #
13081 #- type: "plot"
13082 #  title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13083 #  algorithm: "plot_tsa_name"
13084 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13085 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13086 #  include:
13087 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13088 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13089 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13090 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13091 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13092 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13093 #  layout:
13094 #    title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13095 #    layout: "plot-throughput-speedup-analysis"
13096 #
13097 #- type: "plot"
13098 #  title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13099 #  algorithm: "plot_tsa_name"
13100 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13101 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13102 #  include:
13103 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13104 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13105 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13106 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13107 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13108 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13109 #  layout:
13110 #    title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13111 #    layout: "plot-throughput-speedup-analysis"
13112 #
13113 #- type: "plot"
13114 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13115 #  algorithm: "plot_tsa_name"
13116 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13117 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13118 #  include:
13119 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13120 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13121 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13122 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13123 #  layout:
13124 #    title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
13125 #    layout: "plot-throughput-speedup-analysis"
13126 #
13127 #- type: "plot"
13128 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13129 #  algorithm: "plot_tsa_name"
13130 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13131 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13132 #  include:
13133 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13134 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13135 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13136 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13137 #  layout:
13138 #    title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
13139 #    layout: "plot-throughput-speedup-analysis"
13140 #
13141 #- type: "plot"
13142 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13143 #  algorithm: "plot_tsa_name"
13144 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13145 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13146 #  include:
13147 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13148 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13149 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13150 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13151 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13152 #  layout:
13153 #    title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13154 #    layout: "plot-throughput-speedup-analysis"
13155 #
13156 #- type: "plot"
13157 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13158 #  algorithm: "plot_tsa_name"
13159 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13160 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13161 #  include:
13162 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13163 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13164 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13165 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13166 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13167 #  layout:
13168 #    title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13169 #    layout: "plot-throughput-speedup-analysis"
13170 #
13171 #- type: "plot"
13172 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13173 #  algorithm: "plot_tsa_name"
13174 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13175 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13176 #  include:
13177 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13178 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13179 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13180 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13181 #  layout:
13182 #    title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13183 #    layout: "plot-throughput-speedup-analysis"
13184 #
13185 #- type: "plot"
13186 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13187 #  algorithm: "plot_tsa_name"
13188 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13189 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13190 #  include:
13191 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13192 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13193 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13194 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13195 #  layout:
13196 #    title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13197 #    layout: "plot-throughput-speedup-analysis"
13198
13199 - type: "plot"
13200   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13201   algorithm: "plot_tsa_name"
13202   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13203   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13204   include:
13205     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13206     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13207     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13208     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13209     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13210     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13211   layout:
13212     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
13213     layout: "plot-throughput-speedup-analysis"
13214
13215 - type: "plot"
13216   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13217   algorithm: "plot_tsa_name"
13218   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13219   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13220   include:
13221     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13222     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13223     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13224     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13225     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13226     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13227   layout:
13228     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
13229     layout: "plot-throughput-speedup-analysis"
13230
13231 #- type: "plot"
13232 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13233 #  algorithm: "plot_tsa_name"
13234 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13235 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13236 #  include:
13237 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13238 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13239 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13240 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13241 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13242 #  layout:
13243 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13244 #    layout: "plot-throughput-speedup-analysis"
13245 #
13246 #- type: "plot"
13247 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13248 #  algorithm: "plot_tsa_name"
13249 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13250 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13251 #  include:
13252 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13253 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13254 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13255 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13256 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13257 #  layout:
13258 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13259 #    layout: "plot-throughput-speedup-analysis"
13260 #
13261 #- type: "plot"
13262 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13263 #  algorithm: "plot_tsa_name"
13264 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13265 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13266 #  include:
13267 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13268 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13269 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13270 #  layout:
13271 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
13272 #    layout: "plot-throughput-speedup-analysis"
13273 #
13274 #- type: "plot"
13275 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13276 #  algorithm: "plot_tsa_name"
13277 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13278 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13279 #  include:
13280 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13281 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13282 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13283 #  layout:
13284 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
13285 #    layout: "plot-throughput-speedup-analysis"
13286 #
13287 #- type: "plot"
13288 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13289 #  algorithm: "plot_tsa_name"
13290 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13291 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13292 #  include:
13293 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13294 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13295 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13296 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13297 #  layout:
13298 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13299 #    layout: "plot-throughput-speedup-analysis"
13300 #
13301 #- type: "plot"
13302 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13303 #  algorithm: "plot_tsa_name"
13304 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13305 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13306 #  include:
13307 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13308 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13309 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13310 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13311 #  layout:
13312 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13313 #    layout: "plot-throughput-speedup-analysis"
13314 #
13315 #- type: "plot"
13316 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13317 #  algorithm: "plot_tsa_name"
13318 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13319 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13320 #  include:
13321 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13322 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13323 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13324 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13325 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13326 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13327 #  layout:
13328 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13329 #    layout: "plot-throughput-speedup-analysis"
13330 #
13331 #- type: "plot"
13332 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13333 #  algorithm: "plot_tsa_name"
13334 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13335 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13336 #  include:
13337 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13338 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13339 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13340 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13341 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13342 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13343 #  layout:
13344 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13345 #    layout: "plot-throughput-speedup-analysis"
13346 #
13347 #- type: "plot"
13348 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13349 #  algorithm: "plot_tsa_name"
13350 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13351 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13352 #  include:
13353 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13354 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13355 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13356 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13357 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13358 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13359 #  layout:
13360 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr"
13361 #    layout: "plot-throughput-speedup-analysis"
13362 #
13363 #- type: "plot"
13364 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13365 #  algorithm: "plot_tsa_name"
13366 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13367 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13368 #  include:
13369 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13370 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13371 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13372 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13373 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13374 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13375 #  layout:
13376 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr"
13377 #    layout: "plot-throughput-speedup-analysis"
13378
13379 - type: "plot"
13380   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13381   algorithm: "plot_tsa_name"
13382   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13383   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13384   include:
13385     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13386     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13387     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13388     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13389     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13390     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13391   layout:
13392     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
13393     layout: "plot-throughput-speedup-analysis"
13394
13395 - type: "plot"
13396   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13397   algorithm: "plot_tsa_name"
13398   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13399   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13400   include:
13401     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13402     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13403     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13404     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13405     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13406     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13407   layout:
13408     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
13409     layout: "plot-throughput-speedup-analysis"
13410
13411 #- type: "plot"
13412 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13413 #  algorithm: "plot_tsa_name"
13414 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13415 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13416 #  include:
13417 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13418 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13419 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13420 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13421 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13422 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13423 #  layout:
13424 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr"
13425 #    layout: "plot-throughput-speedup-analysis"
13426 #
13427 #- type: "plot"
13428 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13429 #  algorithm: "plot_tsa_name"
13430 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13431 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13432 #  include:
13433 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13434 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13435 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13436 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13437 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13438 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13439 #  layout:
13440 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr"
13441 #    layout: "plot-throughput-speedup-analysis"
13442 #
13443 #- type: "plot"
13444 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13445 #  algorithm: "plot_tsa_name"
13446 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13447 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13448 #  include:
13449 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13450 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13451 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13452 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13453 #  layout:
13454 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13455 #    layout: "plot-throughput-speedup-analysis"
13456 #
13457 #- type: "plot"
13458 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13459 #  algorithm: "plot_tsa_name"
13460 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13461 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13462 #  include:
13463 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13464 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13465 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13466 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13467 #  layout:
13468 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13469 #    layout: "plot-throughput-speedup-analysis"
13470 #
13471 #- type: "plot"
13472 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13473 #  algorithm: "plot_tsa_name"
13474 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13475 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13476 #  include:
13477 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13478 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13479 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13480 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13481 #  layout:
13482 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13483 #    layout: "plot-throughput-speedup-analysis"
13484 #
13485 #- type: "plot"
13486 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13487 #  algorithm: "plot_tsa_name"
13488 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13489 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13490 #  include:
13491 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13492 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13493 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13494 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13495 #  layout:
13496 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13497 #    layout: "plot-throughput-speedup-analysis"
13498
13499 - type: "plot"
13500   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13501   algorithm: "plot_tsa_name"
13502   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
13503   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13504   include:
13505     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13506     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13507     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13508     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13509   layout:
13510     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13511     layout: "plot-throughput-speedup-analysis"
13512
13513 - type: "plot"
13514   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13515   algorithm: "plot_tsa_name"
13516   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
13517   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13518   include:
13519     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13520     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13521     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13522     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13523   layout:
13524     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13525     layout: "plot-throughput-speedup-analysis"
13526
13527 - type: "plot"
13528   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13529   algorithm: "plot_tsa_name"
13530   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13531   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13532   include:
13533     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13534     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13535     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13536     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13537   layout:
13538     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13539     layout: "plot-throughput-speedup-analysis"
13540
13541 - type: "plot"
13542   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13543   algorithm: "plot_tsa_name"
13544   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13545   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13546   include:
13547     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13548     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13549     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13550     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13551   layout:
13552     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13553     layout: "plot-throughput-speedup-analysis"
13554
13555 #- type: "plot"
13556 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13557 #  algorithm: "plot_tsa_name"
13558 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13559 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13560 #  include:
13561 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13562 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13563 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13564 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13565 #  layout:
13566 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13567 #    layout: "plot-throughput-speedup-analysis"
13568 #
13569 #- type: "plot"
13570 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13571 #  algorithm: "plot_tsa_name"
13572 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13573 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13574 #  include:
13575 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13576 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13577 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13578 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13579 #  layout:
13580 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13581 #    layout: "plot-throughput-speedup-analysis"
13582 #
13583 #- type: "plot"
13584 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13585 #  algorithm: "plot_tsa_name"
13586 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13587 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13588 #  include:
13589 #    - "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"
13590 #    - "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"
13591 #    - "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"
13592 #    - "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"
13593 #  layout:
13594 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13595 #    layout: "plot-throughput-speedup-analysis"
13596 #
13597 #- type: "plot"
13598 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13599 #  algorithm: "plot_tsa_name"
13600 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13601 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13602 #  include:
13603 #    - "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"
13604 #    - "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"
13605 #    - "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"
13606 #    - "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"
13607 #  layout:
13608 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13609 #    layout: "plot-throughput-speedup-analysis"
13610 #
13611 #- type: "plot"
13612 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13613 #  algorithm: "plot_tsa_name"
13614 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13615 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13616 #  include:
13617 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13618 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13619 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13620 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13621 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13622 #  layout:
13623 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13624 #    layout: "plot-throughput-speedup-analysis"
13625 #
13626 #- type: "plot"
13627 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13628 #  algorithm: "plot_tsa_name"
13629 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13630 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13631 #  include:
13632 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13633 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13634 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13635 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13636 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13637 #  layout:
13638 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13639 #    layout: "plot-throughput-speedup-analysis"
13640 #
13641 #- type: "plot"
13642 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13643 #  algorithm: "plot_tsa_name"
13644 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13645 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13646 #  include:
13647 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13648 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13649 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13650 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13651 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13652 #  layout:
13653 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13654 #    layout: "plot-throughput-speedup-analysis"
13655 #
13656 #- type: "plot"
13657 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13658 #  algorithm: "plot_tsa_name"
13659 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13660 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13661 #  include:
13662 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13663 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13664 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13665 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13666 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13667 #  layout:
13668 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13669 #    layout: "plot-throughput-speedup-analysis"
13670 #
13671 #- type: "plot"
13672 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13673 #  algorithm: "plot_tsa_name"
13674 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13675 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13676 #  include:
13677 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13678 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13679 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13680 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13681 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13682 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13683 #  layout:
13684 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13685 #    layout: "plot-throughput-speedup-analysis"
13686 #
13687 #- type: "plot"
13688 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
13689 #  algorithm: "plot_tsa_name"
13690 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13691 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13692 #  include:
13693 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13694 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13695 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13696 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13697 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13698 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13699 #  layout:
13700 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
13701 #    layout: "plot-throughput-speedup-analysis"
13702 #
13703 #- type: "plot"
13704 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13705 #  algorithm: "plot_tsa_name"
13706 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13707 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13708 #  include:
13709 #    - "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"
13710 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13711 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13712 #    - "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"
13713 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13714 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13715 #  layout:
13716 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13717 #    layout: "plot-throughput-speedup-analysis"
13718 #
13719 #- type: "plot"
13720 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13721 #  algorithm: "plot_tsa_name"
13722 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13723 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13724 #  include:
13725 #    - "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"
13726 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13727 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13728 #    - "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"
13729 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13730 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13731 #  layout:
13732 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13733 #    layout: "plot-throughput-speedup-analysis"
13734 #
13735 #- type: "plot"
13736 #  title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
13737 #  algorithm: "plot_tsa_name"
13738 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
13739 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13740 #  include:
13741 #    - "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"
13742 #    - "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"
13743 #    - "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"
13744 #  layout:
13745 #    title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr"
13746 #    layout: "plot-throughput-speedup-analysis"
13747 #
13748 #- type: "plot"
13749 #  title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
13750 #  algorithm: "plot_tsa_name"
13751 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
13752 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13753 #  include:
13754 #    - "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"
13755 #    - "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"
13756 #    - "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"
13757 #  layout:
13758 #    title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr"
13759 #    layout: "plot-throughput-speedup-analysis"
13760
13761 - type: "plot"
13762   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
13763   algorithm: "plot_tsa_name"
13764   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
13765   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13766   include:
13767     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13768     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13769     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13770     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13771     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13772   layout:
13773     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
13774     layout: "plot-throughput-speedup-analysis"
13775
13776 - type: "plot"
13777   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
13778   algorithm: "plot_tsa_name"
13779   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
13780   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13781   include:
13782     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13783     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13784     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13785     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13786     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13787   layout:
13788     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
13789     layout: "plot-throughput-speedup-analysis"
13790
13791 - type: "plot"
13792   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13793   algorithm: "plot_tsa_name"
13794   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13795   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13796   include:
13797     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13798     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13799     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13800     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13801     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13802   layout:
13803     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
13804     layout: "plot-throughput-speedup-analysis"
13805
13806 - type: "plot"
13807   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
13808   algorithm: "plot_tsa_name"
13809   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
13810   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13811   include:
13812     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13813     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13814     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13815     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13816     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13817   layout:
13818     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
13819     layout: "plot-throughput-speedup-analysis"
13820
13821 - type: "plot"
13822   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
13823   algorithm: "plot_tsa_name"
13824   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
13825   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13826   include:
13827     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13828     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13829     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13830     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13831     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13832     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13833   layout:
13834     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
13835     layout: "plot-throughput-speedup-analysis"
13836
13837 - type: "plot"
13838   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
13839   algorithm: "plot_tsa_name"
13840   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
13841   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13842   include:
13843     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13844     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13845     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13846     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13847     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13848     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13849   layout:
13850     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
13851     layout: "plot-throughput-speedup-analysis"
13852
13853 - type: "plot"
13854   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
13855   algorithm: "plot_tsa_name"
13856   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
13857   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13858   include:
13859     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13860     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13861     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13862     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13863   layout:
13864     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
13865     layout: "plot-throughput-speedup-analysis"
13866
13867 - type: "plot"
13868   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
13869   algorithm: "plot_tsa_name"
13870   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
13871   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13872   include:
13873     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13874     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13875     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13876     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13877   layout:
13878     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
13879     layout: "plot-throughput-speedup-analysis"
13880
13881 - type: "plot"
13882   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
13883   algorithm: "plot_tsa_name"
13884   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
13885   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13886   include:
13887     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13888     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13889     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13890     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13891     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13892   layout:
13893     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
13894     layout: "plot-throughput-speedup-analysis"
13895
13896 - type: "plot"
13897   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
13898   algorithm: "plot_tsa_name"
13899   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
13900   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13901   include:
13902     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13903     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13904     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13905     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13906     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13907   layout:
13908     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
13909     layout: "plot-throughput-speedup-analysis"
13910
13911 - type: "plot"
13912   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
13913   algorithm: "plot_tsa_name"
13914   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
13915   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13916   include:
13917     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13918     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13919     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13920     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13921     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13922     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13923   layout:
13924     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13925     layout: "plot-throughput-speedup-analysis"
13926
13927 - type: "plot"
13928   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
13929   algorithm: "plot_tsa_name"
13930   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
13931   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13932   include:
13933     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13934     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13935     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13936     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13937     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13938     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13939   layout:
13940     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13941     layout: "plot-throughput-speedup-analysis"
13942
13943 - type: "plot"
13944   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
13945   algorithm: "plot_tsa_name"
13946   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
13947   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13948   include:
13949     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13950     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13951     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13952     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13953   layout:
13954     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
13955     layout: "plot-throughput-speedup-analysis"
13956
13957 - type: "plot"
13958   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
13959   algorithm: "plot_tsa_name"
13960   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
13961   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13962   include:
13963     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13964     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13965     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13966     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13967   layout:
13968     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
13969     layout: "plot-throughput-speedup-analysis"
13970
13971 - type: "plot"
13972   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
13973   algorithm: "plot_tsa_name"
13974   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
13975   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13976   include:
13977     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13978     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13979     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13980     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13981     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13982     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13983   layout:
13984     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
13985     layout: "plot-throughput-speedup-analysis"
13986
13987 - type: "plot"
13988   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
13989   algorithm: "plot_tsa_name"
13990   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
13991   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13992   include:
13993     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13994     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13995     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13996     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13997     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13998     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13999   layout:
14000     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
14001     layout: "plot-throughput-speedup-analysis"
14002
14003 - type: "plot"
14004   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
14005   algorithm: "plot_tsa_name"
14006   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
14007   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14008   include:
14009     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14010     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14011     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14012     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14013     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14014     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14015   layout:
14016     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
14017     layout: "plot-throughput-speedup-analysis"
14018
14019 - type: "plot"
14020   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
14021   algorithm: "plot_tsa_name"
14022   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
14023   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14024   include:
14025     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14026     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14027     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14028     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14029     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14030     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14031   layout:
14032     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
14033     layout: "plot-throughput-speedup-analysis"
14034
14035 - type: "plot"
14036   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14037   algorithm: "plot_tsa_name"
14038   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14039   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14040   include:
14041     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14042     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14043     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14044     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14045     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14046     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14047   layout:
14048     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
14049     layout: "plot-throughput-speedup-analysis"
14050
14051 - type: "plot"
14052   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14053   algorithm: "plot_tsa_name"
14054   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14055   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14056   include:
14057     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14058     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14059     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14060     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14061     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14062     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14063   layout:
14064     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
14065     layout: "plot-throughput-speedup-analysis"
14066
14067 - type: "plot"
14068   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
14069   algorithm: "plot_tsa_name"
14070   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
14071   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14072   include:
14073     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14074     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14075     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14076     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14077     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14078   layout:
14079     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
14080     layout: "plot-throughput-speedup-analysis"
14081
14082 - type: "plot"
14083   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
14084   algorithm: "plot_tsa_name"
14085   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
14086   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14087   include:
14088     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14089     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14090     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14091     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14092     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14093   layout:
14094     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
14095     layout: "plot-throughput-speedup-analysis"
14096
14097 #- type: "plot"
14098 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
14099 #  algorithm: "plot_tsa_name"
14100 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
14101 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14102 #  include:
14103 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14104 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14105 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14106 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14107 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14108 #  layout:
14109 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
14110 #    layout: "plot-throughput-speedup-analysis"
14111 #
14112 #- type: "plot"
14113 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
14114 #  algorithm: "plot_tsa_name"
14115 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
14116 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14117 #  include:
14118 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14119 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14120 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14121 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14122 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14123 #  layout:
14124 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
14125 #    layout: "plot-throughput-speedup-analysis"
14126
14127 #- type: "plot"
14128 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
14129 #  algorithm: "plot_tsa_name"
14130 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
14131 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14132 #  include:
14133 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14134 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14135 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14136 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14137 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14138 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14139 #  layout:
14140 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
14141 #    layout: "plot-throughput-speedup-analysis"
14142 #
14143 #- type: "plot"
14144 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
14145 #  algorithm: "plot_tsa_name"
14146 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
14147 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14148 #  include:
14149 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14150 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14151 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14152 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14153 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14154 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14155 #  layout:
14156 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
14157 #    layout: "plot-throughput-speedup-analysis"
14158
14159 - type: "plot"
14160   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14161   algorithm: "plot_tsa_name"
14162   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14163   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14164   include:
14165     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14166     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14167     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14168     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14169     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14170   layout:
14171     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14172     layout: "plot-throughput-speedup-analysis"
14173
14174 - type: "plot"
14175   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14176   algorithm: "plot_tsa_name"
14177   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14178   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14179   include:
14180     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14181     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14182     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14183     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14184     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14185   layout:
14186     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14187     layout: "plot-throughput-speedup-analysis"
14188
14189 - type: "plot"
14190   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14191   algorithm: "plot_tsa_name"
14192   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14193   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14194   include:
14195     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14196     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14197     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14198     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14199     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14200     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14201   layout:
14202     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14203     layout: "plot-throughput-speedup-analysis"
14204
14205 - type: "plot"
14206   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14207   algorithm: "plot_tsa_name"
14208   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14209   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14210   include:
14211     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14212     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14213     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14214     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14215     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14216     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14217   layout:
14218     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14219     layout: "plot-throughput-speedup-analysis"
14220
14221 - type: "plot"
14222   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14223   algorithm: "plot_tsa_name"
14224   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14225   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14226   include:
14227     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14228     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14229     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14230     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14231     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14232   layout:
14233     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14234     layout: "plot-throughput-speedup-analysis"
14235
14236 - type: "plot"
14237   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14238   algorithm: "plot_tsa_name"
14239   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14240   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14241   include:
14242     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14243     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14244     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14245     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14246     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14247   layout:
14248     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14249     layout: "plot-throughput-speedup-analysis"
14250
14251 - type: "plot"
14252   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14253   algorithm: "plot_tsa_name"
14254   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14255   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14256   include:
14257     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14258     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14259     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14260     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14261   layout:
14262     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14263     layout: "plot-throughput-speedup-analysis"
14264
14265 - type: "plot"
14266   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14267   algorithm: "plot_tsa_name"
14268   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14269   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14270   include:
14271     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14272     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14273     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14274     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14275   layout:
14276     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14277     layout: "plot-throughput-speedup-analysis"
14278
14279 - type: "plot"
14280   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14281   algorithm: "plot_tsa_name"
14282   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14283   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14284   include:
14285     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14286     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14287     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14288     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14289     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14290     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14291   layout:
14292     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14293     layout: "plot-throughput-speedup-analysis"
14294
14295 - type: "plot"
14296   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14297   algorithm: "plot_tsa_name"
14298   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14299   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14300   include:
14301     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14302     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14303     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14304     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14305     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14306     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14307   layout:
14308     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14309     layout: "plot-throughput-speedup-analysis"
14310
14311 - type: "plot"
14312   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14313   algorithm: "plot_tsa_name"
14314   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14315   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14316   include:
14317     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14318     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14319     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14320     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14321     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14322   layout:
14323     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14324     layout: "plot-throughput-speedup-analysis"
14325
14326 - type: "plot"
14327   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14328   algorithm: "plot_tsa_name"
14329   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14330   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14331   include:
14332     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14333     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14334     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14335     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14336     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14337   layout:
14338     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14339     layout: "plot-throughput-speedup-analysis"
14340
14341 - type: "plot"
14342   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14343   algorithm: "plot_tsa_name"
14344   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14345   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14346   include:
14347     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14348     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14349     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14350     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14351     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14352     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14353   layout:
14354     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14355     layout: "plot-throughput-speedup-analysis"
14356
14357 - type: "plot"
14358   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14359   algorithm: "plot_tsa_name"
14360   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14361   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14362   include:
14363     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14364     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14365     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14366     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14367     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14368     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14369   layout:
14370     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14371     layout: "plot-throughput-speedup-analysis"
14372
14373 - type: "plot"
14374   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14375   algorithm: "plot_tsa_name"
14376   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14377   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14378   include:
14379     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14380     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14381     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14382     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14383   layout:
14384     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14385     layout: "plot-throughput-speedup-analysis"
14386
14387 - type: "plot"
14388   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14389   algorithm: "plot_tsa_name"
14390   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14391   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14392   include:
14393     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14394     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14395     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14396     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14397   layout:
14398     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14399     layout: "plot-throughput-speedup-analysis"
14400
14401 - type: "plot"
14402   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14403   algorithm: "plot_tsa_name"
14404   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14405   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14406   include:
14407     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14408     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14409     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14410     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14411     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14412   layout:
14413     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14414     layout: "plot-throughput-speedup-analysis"
14415
14416 - type: "plot"
14417   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14418   algorithm: "plot_tsa_name"
14419   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14420   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14421   include:
14422     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14423     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14424     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14425     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14426     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14427   layout:
14428     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14429     layout: "plot-throughput-speedup-analysis"
14430
14431 - type: "plot"
14432   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14433   algorithm: "plot_tsa_name"
14434   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14435   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14436   include:
14437     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14438     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14439     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14440     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14441     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14442     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14443   layout:
14444     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14445     layout: "plot-throughput-speedup-analysis"
14446
14447 - type: "plot"
14448   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14449   algorithm: "plot_tsa_name"
14450   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14451   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14452   include:
14453     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14454     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14455     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14456     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14457     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14458     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14459   layout:
14460     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14461     layout: "plot-throughput-speedup-analysis"
14462
14463 - type: "plot"
14464   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14465   algorithm: "plot_tsa_name"
14466   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14467   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14468   include:
14469     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14470     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14471     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14472     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14473   layout:
14474     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14475     layout: "plot-throughput-speedup-analysis"
14476
14477 - type: "plot"
14478   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14479   algorithm: "plot_tsa_name"
14480   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14481   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14482   include:
14483     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14484     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14485     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14486     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14487   layout:
14488     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14489     layout: "plot-throughput-speedup-analysis"
14490
14491 - type: "plot"
14492   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14493   algorithm: "plot_tsa_name"
14494   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14495   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14496   include:
14497     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14498     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14499     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14500     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14501     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14502     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14503   layout:
14504     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14505     layout: "plot-throughput-speedup-analysis"
14506
14507 - type: "plot"
14508   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14509   algorithm: "plot_tsa_name"
14510   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14511   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14512   include:
14513     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14514     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14515     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14516     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14517     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14518     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14519   layout:
14520     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14521     layout: "plot-throughput-speedup-analysis"
14522
14523 - type: "plot"
14524   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14525   algorithm: "plot_tsa_name"
14526   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14527   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14528   include:
14529     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14530     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14531     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14532     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14533     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14534     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14535   layout:
14536     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14537     layout: "plot-throughput-speedup-analysis"
14538
14539 - type: "plot"
14540   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14541   algorithm: "plot_tsa_name"
14542   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14543   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14544   include:
14545     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14546     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14547     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14548     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14549     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14550     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14551   layout:
14552     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14553     layout: "plot-throughput-speedup-analysis"
14554
14555 #- type: "plot"
14556 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14557 #  algorithm: "plot_tsa_name"
14558 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14559 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14560 #  include:
14561 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14562 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14563 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14564 #  layout:
14565 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14566 #    layout: "plot-throughput-speedup-analysis"
14567 #
14568 #- type: "plot"
14569 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14570 #  algorithm: "plot_tsa_name"
14571 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14572 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14573 #  include:
14574 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14575 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14576 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14577 #  layout:
14578 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14579 #    layout: "plot-throughput-speedup-analysis"
14580
14581 ################################################################################
14582
14583 # Packet Throughput - DPDK
14584
14585 # 2n-skx-xxv710
14586
14587 #- type: "plot"
14588 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
14589 #  algorithm: "plot_perf_box_name"
14590 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
14591 #  data: "plot-dpdk-throughput-latency-2n-skx"
14592 #  include:
14593 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14594 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14595 #  layout:
14596 #    title: "2n-skx-xxv710-64b-2t1c-base-ndr"
14597 #    layout: "plot-throughput"
14598 #
14599 #- type: "plot"
14600 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
14601 #  algorithm: "plot_perf_box_name"
14602 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
14603 #  data: "plot-dpdk-throughput-latency-2n-skx"
14604 #  include:
14605 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14606 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14607 #  layout:
14608 #    title: "2n-skx-xxv710-64b-4t2c-base-ndr"
14609 #    layout: "plot-throughput"
14610 #
14611 #- type: "plot"
14612 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
14613 #  algorithm: "plot_perf_box_name"
14614 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
14615 #  data: "plot-dpdk-throughput-latency-2n-skx"
14616 #  include:
14617 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14618 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14619 #  layout:
14620 #    title: "2n-skx-xxv710-64b-2t1c-base-pdr"
14621 #    layout: "plot-throughput"
14622 #
14623 #- type: "plot"
14624 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
14625 #  algorithm: "plot_perf_box_name"
14626 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
14627 #  data: "plot-dpdk-throughput-latency-2n-skx"
14628 #  include:
14629 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14630 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14631 #  layout:
14632 #    title: "2n-skx-xxv710-64b-4t2c-base-pdr"
14633 #    layout: "plot-throughput"
14634 #
14635 ## 2n-skx-x710
14636 #
14637 #- type: "plot"
14638 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
14639 #  algorithm: "plot_perf_box_name"
14640 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
14641 #  data: "plot-dpdk-throughput-latency-2n-skx"
14642 #  include:
14643 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14644 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14645 #  layout:
14646 #    title: "2n-skx-x710-64b-2t1c-base-ndr"
14647 #    layout: "plot-throughput"
14648 #
14649 #- type: "plot"
14650 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
14651 #  algorithm: "plot_perf_box_name"
14652 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
14653 #  data: "plot-dpdk-throughput-latency-2n-skx"
14654 #  include:
14655 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14656 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14657 #  layout:
14658 #    title: "2n-skx-x710-64b-4t2c-base-ndr"
14659 #    layout: "plot-throughput"
14660 #
14661 #- type: "plot"
14662 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
14663 #  algorithm: "plot_perf_box_name"
14664 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
14665 #  data: "plot-dpdk-throughput-latency-2n-skx"
14666 #  include:
14667 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14668 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14669 #  layout:
14670 #    title: "2n-skx-x710-64b-2t1c-base-pdr"
14671 #    layout: "plot-throughput"
14672 #
14673 #- type: "plot"
14674 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
14675 #  algorithm: "plot_perf_box_name"
14676 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
14677 #  data: "plot-dpdk-throughput-latency-2n-skx"
14678 #  include:
14679 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14680 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14681 #  layout:
14682 #    title: "2n-skx-x710-64b-4t2c-base-pdr"
14683 #    layout: "plot-throughput"
14684 #
14685 ## 3n-skx-xxv710
14686 #
14687 #- type: "plot"
14688 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
14689 #  algorithm: "plot_perf_box_name"
14690 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
14691 #  data: "plot-dpdk-throughput-latency-3n-skx"
14692 #  include:
14693 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14694 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14695 #  layout:
14696 #    title: "3n-skx-xxv710-64b-2t1c-base-ndr"
14697 #    layout: "plot-throughput"
14698 #
14699 #- type: "plot"
14700 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
14701 #  algorithm: "plot_perf_box_name"
14702 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
14703 #  data: "plot-dpdk-throughput-latency-3n-skx"
14704 #  include:
14705 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14706 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14707 #  layout:
14708 #    title: "3n-skx-xxv710-64b-4t2c-base-ndr"
14709 #    layout: "plot-throughput"
14710 #
14711 #- type: "plot"
14712 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
14713 #  algorithm: "plot_perf_box_name"
14714 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
14715 #  data: "plot-dpdk-throughput-latency-3n-skx"
14716 #  include:
14717 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14718 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14719 #  layout:
14720 #    title: "3n-skx-xxv710-64b-2t1c-base-pdr"
14721 #    layout: "plot-throughput"
14722 #
14723 #- type: "plot"
14724 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
14725 #  algorithm: "plot_perf_box_name"
14726 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
14727 #  data: "plot-dpdk-throughput-latency-3n-skx"
14728 #  include:
14729 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14730 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14731 #  layout:
14732 #    title: "3n-skx-xxv710-64b-4t2c-base-pdr"
14733 #    layout: "plot-throughput"
14734 #
14735 ## 3n-skx-x710
14736 #
14737 #- type: "plot"
14738 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
14739 #  algorithm: "plot_perf_box_name"
14740 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
14741 #  data: "plot-dpdk-throughput-latency-3n-skx"
14742 #  include:
14743 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14744 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14745 #  layout:
14746 #    title: "3n-skx-x710-64b-2t1c-base-ndr"
14747 #    layout: "plot-throughput"
14748 #
14749 #- type: "plot"
14750 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
14751 #  algorithm: "plot_perf_box_name"
14752 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
14753 #  data: "plot-dpdk-throughput-latency-3n-skx"
14754 #  include:
14755 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14756 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14757 #  layout:
14758 #    title: "3n-skx-x710-64b-4t2c-base-ndr"
14759 #    layout: "plot-throughput"
14760 #
14761 #- type: "plot"
14762 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
14763 #  algorithm: "plot_perf_box_name"
14764 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
14765 #  data: "plot-dpdk-throughput-latency-3n-skx"
14766 #  include:
14767 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14768 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14769 #  layout:
14770 #    title: "3n-skx-x710-64b-2t1c-base-pdr"
14771 #    layout: "plot-throughput"
14772 #
14773 #- type: "plot"
14774 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
14775 #  algorithm: "plot_perf_box_name"
14776 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
14777 #  data: "plot-dpdk-throughput-latency-3n-skx"
14778 #  include:
14779 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14780 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14781 #  layout:
14782 #    title: "3n-skx-x710-64b-4t2c-base-pdr"
14783 #    layout: "plot-throughput"
14784
14785 # 3n-hsw-xl710
14786
14787 - type: "plot"
14788   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
14789   algorithm: "plot_perf_box_name"
14790   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
14791   data: "plot-dpdk-throughput-latency-3n-hsw"
14792   include:
14793     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14794     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14795   layout:
14796     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
14797     layout: "plot-throughput"
14798
14799 - type: "plot"
14800   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
14801   algorithm: "plot_perf_box_name"
14802   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
14803   data: "plot-dpdk-throughput-latency-3n-hsw"
14804   include:
14805     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14806     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14807   layout:
14808     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
14809     layout: "plot-throughput"
14810
14811 - type: "plot"
14812   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
14813   algorithm: "plot_perf_box_name"
14814   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
14815   data: "plot-dpdk-throughput-latency-3n-hsw"
14816   include:
14817     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14818     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14819   layout:
14820     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
14821     layout: "plot-throughput"
14822
14823 - type: "plot"
14824   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
14825   algorithm: "plot_perf_box_name"
14826   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
14827   data: "plot-dpdk-throughput-latency-3n-hsw"
14828   include:
14829     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14830     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14831   layout:
14832     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
14833     layout: "plot-throughput"
14834
14835 # 3n-hsw-x710
14836
14837 - type: "plot"
14838   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
14839   algorithm: "plot_perf_box_name"
14840   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
14841   data: "plot-dpdk-throughput-latency-3n-hsw"
14842   include:
14843     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14844     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14845   layout:
14846     title: "3n-hsw-x710-64b-1t1c-base-ndr"
14847     layout: "plot-throughput"
14848
14849 - type: "plot"
14850   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
14851   algorithm: "plot_perf_box_name"
14852   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
14853   data: "plot-dpdk-throughput-latency-3n-hsw"
14854   include:
14855     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14856     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14857   layout:
14858     title: "3n-hsw-x710-64b-2t2c-base-ndr"
14859     layout: "plot-throughput"
14860
14861 - type: "plot"
14862   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
14863   algorithm: "plot_perf_box_name"
14864   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
14865   data: "plot-dpdk-throughput-latency-3n-hsw"
14866   include:
14867     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14868     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14869   layout:
14870     title: "3n-hsw-x710-64b-1t1c-base-pdr"
14871     layout: "plot-throughput"
14872
14873 - type: "plot"
14874   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
14875   algorithm: "plot_perf_box_name"
14876   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
14877   data: "plot-dpdk-throughput-latency-3n-hsw"
14878   include:
14879     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14880     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14881   layout:
14882     title: "3n-hsw-x710-64b-2t2c-base-pdr"
14883     layout: "plot-throughput"
14884
14885 # 2n-dnv-x553
14886
14887 - type: "plot"
14888   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
14889   algorithm: "plot_perf_box_name"
14890   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
14891   data: "plot-dpdk-throughput-latency-2n-dnv"
14892   include:
14893     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14894     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14895   layout:
14896     title: "2n-dnv-x553-64b-1t1c-base-ndr"
14897     layout: "plot-throughput"
14898
14899 - type: "plot"
14900   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
14901   algorithm: "plot_perf_box_name"
14902   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
14903   data: "plot-dpdk-throughput-latency-2n-dnv"
14904   include:
14905     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14906     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14907   layout:
14908     title: "2n-dnv-x553-64b-2t2c-base-ndr"
14909     layout: "plot-throughput"
14910
14911 - type: "plot"
14912   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
14913   algorithm: "plot_perf_box_name"
14914   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
14915   data: "plot-dpdk-throughput-latency-2n-dnv"
14916   include:
14917     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14918     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14919   layout:
14920     title: "2n-dnv-x553-64b-1t1c-base-pdr"
14921     layout: "plot-throughput"
14922
14923 - type: "plot"
14924   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
14925   algorithm: "plot_perf_box_name"
14926   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
14927   data: "plot-dpdk-throughput-latency-2n-dnv"
14928   include:
14929     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14930     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14931   layout:
14932     title: "2n-dnv-x553-64b-2t2c-base-pdr"
14933     layout: "plot-throughput"
14934
14935 # 3n-dnv-x553
14936
14937 - type: "plot"
14938   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
14939   algorithm: "plot_perf_box_name"
14940   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
14941   data: "plot-dpdk-throughput-latency-3n-dnv"
14942   include:
14943     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14944     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14945   layout:
14946     title: "3n-dnv-x553-64b-1t1c-base-ndr"
14947     layout: "plot-throughput"
14948
14949 - type: "plot"
14950   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
14951   algorithm: "plot_perf_box_name"
14952   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
14953   data: "plot-dpdk-throughput-latency-3n-dnv"
14954   include:
14955     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14956     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14957   layout:
14958     title: "3n-dnv-x553-64b-2t2c-base-ndr"
14959     layout: "plot-throughput"
14960
14961 - type: "plot"
14962   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
14963   algorithm: "plot_perf_box_name"
14964   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
14965   data: "plot-dpdk-throughput-latency-3n-dnv"
14966   include:
14967     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14968     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14969   layout:
14970     title: "3n-dnv-x553-64b-1t1c-base-pdr"
14971     layout: "plot-throughput"
14972
14973 - type: "plot"
14974   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
14975   algorithm: "plot_perf_box_name"
14976   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
14977   data: "plot-dpdk-throughput-latency-3n-dnv"
14978   include:
14979     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14980     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14981   layout:
14982     title: "3n-dnv-x553-64b-2t2c-base-pdr"
14983     layout: "plot-throughput"
14984
14985 # 3n-tsh-x520
14986
14987 - type: "plot"
14988   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
14989   algorithm: "plot_perf_box_name"
14990   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
14991   data: "plot-dpdk-throughput-latency-3n-tsh"
14992   include:
14993     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14994     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14995   layout:
14996     title: "3n-tsh-x520-64b-1t1c-base-ndr"
14997     layout: "plot-throughput"
14998
14999 - type: "plot"
15000   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
15001   algorithm: "plot_perf_box_name"
15002   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
15003   data: "plot-dpdk-throughput-latency-3n-tsh"
15004   include:
15005     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15006     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15007   layout:
15008     title: "3n-tsh-x520-64b-2t2c-base-ndr"
15009     layout: "plot-throughput"
15010
15011 - type: "plot"
15012   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
15013   algorithm: "plot_perf_box_name"
15014   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
15015   data: "plot-dpdk-throughput-latency-3n-tsh"
15016   include:
15017     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15018     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15019   layout:
15020     title: "3n-tsh-x520-64b-1t1c-base-pdr"
15021     layout: "plot-throughput"
15022
15023 - type: "plot"
15024   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
15025   algorithm: "plot_perf_box_name"
15026   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
15027   data: "plot-dpdk-throughput-latency-3n-tsh"
15028   include:
15029     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15030     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15031   layout:
15032     title: "3n-tsh-x520-64b-2t2c-base-pdr"
15033     layout: "plot-throughput"
15034
15035 ################################################################################
15036 ###   2n-clx                                                                 ###
15037 ################################################################################
15038
15039 # Packet Throughput
15040
15041 - type: "plot"
15042   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15043   algorithm: "plot_perf_box_name"
15044   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15045   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15046   include:
15047     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15048     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15049     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15050     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15051   layout:
15052     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15053     layout: "plot-throughput"
15054
15055 - type: "plot"
15056   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15057   algorithm: "plot_perf_box_name"
15058   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15059   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15060   include:
15061     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15062     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15063     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15064     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15065   layout:
15066     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15067     layout: "plot-throughput"
15068
15069 - type: "plot"
15070   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15071   algorithm: "plot_perf_box_name"
15072   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15073   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15074   include:
15075     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15076     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15077     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15078     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15079   layout:
15080     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15081     layout: "plot-throughput"
15082
15083 - type: "plot"
15084   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15085   algorithm: "plot_perf_box_name"
15086   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15087   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15088   include:
15089     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15090     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15091     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15092     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15093   layout:
15094     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15095     layout: "plot-throughput"
15096
15097 - type: "plot"
15098   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15099   algorithm: "plot_perf_box_name"
15100   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15101   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15102   include:
15103     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15104     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15105     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15106     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15107     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15108   layout:
15109     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15110     layout: "plot-throughput"
15111
15112 - type: "plot"
15113   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15114   algorithm: "plot_perf_box_name"
15115   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15116   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15117   include:
15118     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15119     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15120     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15121     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15122     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15123   layout:
15124     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15125     layout: "plot-throughput"
15126
15127 - type: "plot"
15128   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15129   algorithm: "plot_perf_box_name"
15130   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15131   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15132   include:
15133     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15134     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
15135     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
15136     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15137   layout:
15138     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15139     layout: "plot-throughput"
15140
15141 - type: "plot"
15142   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15143   algorithm: "plot_perf_box_name"
15144   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15145   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15146   include:
15147     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15148     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
15149     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
15150     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15151   layout:
15152     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15153     layout: "plot-throughput"
15154
15155 - type: "plot"
15156   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15157   algorithm: "plot_perf_box_name"
15158   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15159   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15160   include:
15161     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15162     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15163     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15164     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15165     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15166   layout:
15167     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15168     layout: "plot-throughput"
15169
15170 - type: "plot"
15171   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15172   algorithm: "plot_perf_box_name"
15173   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15174   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15175   include:
15176     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15177     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15178     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15179     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15180     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15181   layout:
15182     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15183     layout: "plot-throughput"
15184
15185 - type: "plot"
15186   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15187   algorithm: "plot_perf_box_name"
15188   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15189   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15190   include:
15191     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15192     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15193     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15194     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15195     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15196     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15197   layout:
15198     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15199     layout: "plot-throughput"
15200
15201 - type: "plot"
15202   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15203   algorithm: "plot_perf_box_name"
15204   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15205   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15206   include:
15207     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15208     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15209     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15210     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15211     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15212     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15213   layout:
15214     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15215     layout: "plot-throughput"
15216
15217 - type: "plot"
15218   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15219   algorithm: "plot_perf_box_name"
15220   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15221   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15222   include:
15223     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15224     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15225   layout:
15226     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15227     layout: "plot-throughput"
15228
15229 - type: "plot"
15230   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15231   algorithm: "plot_perf_box_name"
15232   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15233   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15234   include:
15235     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15236     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15237   layout:
15238     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15239     layout: "plot-throughput"
15240
15241 - type: "plot"
15242   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15243   algorithm: "plot_perf_box_name"
15244   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15245   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15246   include:
15247     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15248     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15249     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15250     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15251     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15252     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15253   layout:
15254     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15255     layout: "plot-throughput"
15256
15257 - type: "plot"
15258   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15259   algorithm: "plot_perf_box_name"
15260   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15261   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15262   include:
15263     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15264     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15265     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15266     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15267     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15268     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15269   layout:
15270     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15271     layout: "plot-throughput"
15272
15273 - type: "plot"
15274   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15275   algorithm: "plot_perf_box_name"
15276   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15277   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15278   include:
15279     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15280     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15281     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15282     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15283     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15284     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15285   layout:
15286     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15287     layout: "plot-throughput"
15288
15289 - type: "plot"
15290   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15291   algorithm: "plot_perf_box_name"
15292   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15293   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15294   include:
15295     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15296     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15297     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15298     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15299     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15300     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15301   layout:
15302     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15303     layout: "plot-throughput"
15304
15305 - type: "plot"
15306   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15307   algorithm: "plot_perf_box_name"
15308   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15309   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15310   include:
15311     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15312     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15313     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15314   layout:
15315     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15316     layout: "plot-throughput"
15317
15318 - type: "plot"
15319   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15320   algorithm: "plot_perf_box_name"
15321   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15322   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15323   include:
15324     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15325     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15326     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15327   layout:
15328     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15329     layout: "plot-throughput"
15330
15331 - type: "plot"
15332   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15333   algorithm: "plot_perf_box_name"
15334   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15335   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15336   include:
15337     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15338     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15339     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15340     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15341     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15342   layout:
15343     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15344     layout: "plot-throughput"
15345
15346 - type: "plot"
15347   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15348   algorithm: "plot_perf_box_name"
15349   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15350   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15351   include:
15352     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15353     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15354     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15355     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15356     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15357   layout:
15358     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15359     layout: "plot-throughput"
15360
15361 - type: "plot"
15362   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15363   algorithm: "plot_perf_box_name"
15364   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15365   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15366   include:
15367     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15368     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15369     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15370     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15371     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15372   layout:
15373     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15374     layout: "plot-throughput"
15375
15376 - type: "plot"
15377   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15378   algorithm: "plot_perf_box_name"
15379   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15380   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15381   include:
15382     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15383     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15384     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15385     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15386     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15387   layout:
15388     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15389     layout: "plot-throughput"
15390
15391 - type: "plot"
15392   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15393   algorithm: "plot_perf_box_name"
15394   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15395   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15396   include:
15397     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15398     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15399     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15400     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15401     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15402     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15403   layout:
15404     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15405     layout: "plot-throughput"
15406
15407 - type: "plot"
15408   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15409   algorithm: "plot_perf_box_name"
15410   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15411   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15412   include:
15413     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15414     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15415     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15416     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15417     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15418     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15419   layout:
15420     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15421     layout: "plot-throughput"
15422
15423 - type: "plot"
15424   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15425   algorithm: "plot_perf_box_name"
15426   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15427   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15428   include:
15429     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15430     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15431     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15432     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15433   layout:
15434     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15435     layout: "plot-throughput"
15436
15437 - type: "plot"
15438   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15439   algorithm: "plot_perf_box_name"
15440   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15441   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15442   include:
15443     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15444     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15445     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15446     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15447   layout:
15448     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15449     layout: "plot-throughput"
15450
15451 - type: "plot"
15452   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15453   algorithm: "plot_perf_box_name"
15454   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15455   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15456   include:
15457     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15458     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15459     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15460     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15461     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15462   layout:
15463     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15464     layout: "plot-throughput"
15465
15466 - type: "plot"
15467   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15468   algorithm: "plot_perf_box_name"
15469   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15470   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15471   include:
15472     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15473     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15474     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15475     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15476     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15477   layout:
15478     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15479     layout: "plot-throughput"
15480
15481 - type: "plot"
15482   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15483   algorithm: "plot_perf_box_name"
15484   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15485   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15486   include:
15487     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15488     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15489     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15490     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15491   layout:
15492     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15493     layout: "plot-throughput"
15494
15495 - type: "plot"
15496   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15497   algorithm: "plot_perf_box_name"
15498   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15499   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15500   include:
15501     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15502     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15503     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15504     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15505   layout:
15506     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15507     layout: "plot-throughput"
15508
15509 - type: "plot"
15510   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15511   algorithm: "plot_perf_box_name"
15512   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15513   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15514   include:
15515     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15516     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15517     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15518     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15519     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15520     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15521   layout:
15522     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15523     layout: "plot-throughput"
15524
15525 - type: "plot"
15526   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15527   algorithm: "plot_perf_box_name"
15528   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15529   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15530   include:
15531     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15532     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15533     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15534     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15535     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15536     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15537   layout:
15538     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15539     layout: "plot-throughput"
15540
15541 - type: "plot"
15542   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15543   algorithm: "plot_perf_box_name"
15544   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15545   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15546   include:
15547     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15548     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15549     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15550     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15551   layout:
15552     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15553     layout: "plot-throughput"
15554
15555 - type: "plot"
15556   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15557   algorithm: "plot_perf_box_name"
15558   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15559   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15560   include:
15561     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15562     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15563     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15564     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15565   layout:
15566     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15567     layout: "plot-throughput"
15568
15569 - type: "plot"
15570   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15571   algorithm: "plot_perf_box_name"
15572   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15573   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15574   include:
15575     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15576     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15577     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15578     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15579   layout:
15580     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15581     layout: "plot-throughput"
15582
15583 - type: "plot"
15584   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15585   algorithm: "plot_perf_box_name"
15586   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15587   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15588   include:
15589     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15590     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15591     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15592     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15593   layout:
15594     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15595     layout: "plot-throughput"
15596
15597 - type: "plot"
15598   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15599   algorithm: "plot_perf_box_name"
15600   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15601   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15602   include:
15603     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15604     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15605     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15606     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15607   layout:
15608     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15609     layout: "plot-throughput"
15610
15611 - type: "plot"
15612   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15613   algorithm: "plot_perf_box_name"
15614   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15615   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15616   include:
15617     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15618     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15619     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15620     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15621   layout:
15622     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15623     layout: "plot-throughput"
15624
15625 - type: "plot"
15626   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15627   algorithm: "plot_perf_box_name"
15628   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15629   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15630   include:
15631     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15632     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15633     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15634     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15635   layout:
15636     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15637     layout: "plot-throughput"
15638
15639 - type: "plot"
15640   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15641   algorithm: "plot_perf_box_name"
15642   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15643   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15644   include:
15645     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15646     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15647     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15648     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15649   layout:
15650     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15651     layout: "plot-throughput"
15652
15653 - type: "plot"
15654   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15655   algorithm: "plot_perf_box_name"
15656   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15657   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15658   include:
15659     - "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"
15660     - "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"
15661     - "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"
15662     - "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"
15663   layout:
15664     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15665     layout: "plot-throughput"
15666
15667 - type: "plot"
15668   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15669   algorithm: "plot_perf_box_name"
15670   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15671   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15672   include:
15673     - "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"
15674     - "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"
15675     - "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"
15676     - "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"
15677   layout:
15678     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15679     layout: "plot-throughput"
15680
15681 ################################################################################
15682
15683 # Packet Speedup
15684
15685 - type: "plot"
15686   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15687   algorithm: "plot_tsa_name"
15688   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15689   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15690   include:
15691     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15692     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15693     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15694     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15695   layout:
15696     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
15697     layout: "plot-throughput-speedup-analysis"
15698
15699 - type: "plot"
15700   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15701   algorithm: "plot_tsa_name"
15702   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15703   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15704   include:
15705     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15706     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15707     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15708     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15709   layout:
15710     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
15711     layout: "plot-throughput-speedup-analysis"
15712
15713 - type: "plot"
15714   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
15715   algorithm: "plot_tsa_name"
15716   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
15717   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15718   include:
15719     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15720     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15721     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15722     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15723   layout:
15724     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
15725     layout: "plot-throughput-speedup-analysis"
15726
15727 - type: "plot"
15728   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
15729   algorithm: "plot_tsa_name"
15730   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
15731   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15732   include:
15733     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15734     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15735     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15736     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15737   layout:
15738     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
15739     layout: "plot-throughput-speedup-analysis"
15740
15741 - type: "plot"
15742   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15743   algorithm: "plot_tsa_name"
15744   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15745   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15746   include:
15747     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15748     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15749     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15750     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15751     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15752   layout:
15753     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
15754     layout: "plot-throughput-speedup-analysis"
15755
15756 - type: "plot"
15757   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15758   algorithm: "plot_tsa_name"
15759   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15760   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15761   include:
15762     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15763     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15764     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15765     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15766     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15767   layout:
15768     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
15769     layout: "plot-throughput-speedup-analysis"
15770
15771 - type: "plot"
15772   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15773   algorithm: "plot_tsa_name"
15774   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15775   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15776   include:
15777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15779     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15781   layout:
15782     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
15783     layout: "plot-throughput-speedup-analysis"
15784
15785 - type: "plot"
15786   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15787   algorithm: "plot_tsa_name"
15788   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15789   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15790   include:
15791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15794     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15795   layout:
15796     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
15797     layout: "plot-throughput-speedup-analysis"
15798
15799 - type: "plot"
15800   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15801   algorithm: "plot_tsa_name"
15802   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15803   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15804   include:
15805     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15806     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15807     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15808     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15809     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15810   layout:
15811     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
15812     layout: "plot-throughput-speedup-analysis"
15813
15814 - type: "plot"
15815   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15816   algorithm: "plot_tsa_name"
15817   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15818   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15819   include:
15820     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15821     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15822     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15823     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15824     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15825   layout:
15826     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
15827     layout: "plot-throughput-speedup-analysis"
15828
15829 - type: "plot"
15830   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15831   algorithm: "plot_tsa_name"
15832   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15833   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15834   include:
15835     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15836     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15837     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15838     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15839     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15840     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15841   layout:
15842     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15843     layout: "plot-throughput-speedup-analysis"
15844
15845 - type: "plot"
15846   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15847   algorithm: "plot_tsa_name"
15848   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15849   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15850   include:
15851     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15852     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15853     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15854     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15855     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15856     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15857   layout:
15858     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15859     layout: "plot-throughput-speedup-analysis"
15860
15861 - type: "plot"
15862   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
15863   algorithm: "plot_tsa_name"
15864   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
15865   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15866   include:
15867     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
15868     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
15869   layout:
15870     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
15871     layout: "plot-throughput-speedup-analysis"
15872
15873 - type: "plot"
15874   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
15875   algorithm: "plot_tsa_name"
15876   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
15877   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15878   include:
15879     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
15880     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
15881   layout:
15882     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
15883     layout: "plot-throughput-speedup-analysis"
15884
15885 - type: "plot"
15886   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
15887   algorithm: "plot_tsa_name"
15888   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
15889   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15890   include:
15891     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
15892     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15893     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
15894     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15895     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
15896     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15897   layout:
15898     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
15899     layout: "plot-throughput-speedup-analysis"
15900
15901 - type: "plot"
15902   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
15903   algorithm: "plot_tsa_name"
15904   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
15905   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15906   include:
15907     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
15908     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15909     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
15910     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15911     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
15912     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15913   layout:
15914     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
15915     layout: "plot-throughput-speedup-analysis"
15916
15917 - type: "plot"
15918   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
15919   algorithm: "plot_tsa_name"
15920   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
15921   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15922   include:
15923     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15924     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15925     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15926     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15927     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15928     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15929   layout:
15930     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
15931     layout: "plot-throughput-speedup-analysis"
15932
15933 - type: "plot"
15934   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
15935   algorithm: "plot_tsa_name"
15936   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
15937   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15938   include:
15939     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15940     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15941     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15942     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15943     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15944     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15945   layout:
15946     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
15947     layout: "plot-throughput-speedup-analysis"
15948
15949 - type: "plot"
15950   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15951   algorithm: "plot_tsa_name"
15952   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15953   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15954   include:
15955     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15956     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15957     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15958   layout:
15959     title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr"
15960     layout: "plot-throughput-speedup-analysis"
15961
15962 - type: "plot"
15963   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15964   algorithm: "plot_tsa_name"
15965   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15966   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15967   include:
15968     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15969     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15970     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15971   layout:
15972     title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr"
15973     layout: "plot-throughput-speedup-analysis"
15974
15975 - type: "plot"
15976   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15977   algorithm: "plot_tsa_name"
15978   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15979   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15980   include:
15981     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15982     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15983     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15984     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15985     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15986   layout:
15987     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15988     layout: "plot-throughput-speedup-analysis"
15989
15990 - type: "plot"
15991   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15992   algorithm: "plot_tsa_name"
15993   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15994   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15995   include:
15996     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15997     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15998     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15999     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16000     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16001   layout:
16002     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
16003     layout: "plot-throughput-speedup-analysis"
16004
16005 - type: "plot"
16006   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
16007   algorithm: "plot_tsa_name"
16008   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
16009   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16010   include:
16011     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
16012     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
16013     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
16014     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
16015     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
16016   layout:
16017     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
16018     layout: "plot-throughput-speedup-analysis"
16019
16020 - type: "plot"
16021   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
16022   algorithm: "plot_tsa_name"
16023   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
16024   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16025   include:
16026     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
16027     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
16028     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
16029     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
16030     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
16031   layout:
16032     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
16033     layout: "plot-throughput-speedup-analysis"
16034
16035 - type: "plot"
16036   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
16037   algorithm: "plot_tsa_name"
16038   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
16039   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16040   include:
16041     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16042     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16043     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16044     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16045     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16046     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16047   layout:
16048     title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
16049     layout: "plot-throughput-speedup-analysis"
16050
16051 - type: "plot"
16052   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
16053   algorithm: "plot_tsa_name"
16054   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
16055   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16056   include:
16057     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16058     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16059     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16060     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16061     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16062     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16063   layout:
16064     title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
16065     layout: "plot-throughput-speedup-analysis"
16066
16067 - type: "plot"
16068   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16069   algorithm: "plot_tsa_name"
16070   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16071   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16072   include:
16073     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16074     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16075     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16076     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16077   layout:
16078     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
16079     layout: "plot-throughput-speedup-analysis"
16080
16081 - type: "plot"
16082   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16083   algorithm: "plot_tsa_name"
16084   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16085   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16086   include:
16087     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16088     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16089     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16090     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16091   layout:
16092     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
16093     layout: "plot-throughput-speedup-analysis"
16094
16095 - type: "plot"
16096   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16097   algorithm: "plot_tsa_name"
16098   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16099   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16100   include:
16101     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16102     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16103     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16104     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16105     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16106   layout:
16107     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
16108     layout: "plot-throughput-speedup-analysis"
16109
16110 - type: "plot"
16111   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16112   algorithm: "plot_tsa_name"
16113   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16114   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16115   include:
16116     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16117     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16118     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16119     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16120     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16121   layout:
16122     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
16123     layout: "plot-throughput-speedup-analysis"
16124
16125 - type: "plot"
16126   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16127   algorithm: "plot_tsa_name"
16128   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16129   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16130   include:
16131     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16132     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16133     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16134     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16135   layout:
16136     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
16137     layout: "plot-throughput-speedup-analysis"
16138
16139 - type: "plot"
16140   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16141   algorithm: "plot_tsa_name"
16142   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16143   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16144   include:
16145     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16146     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16147     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16148     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16149   layout:
16150     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
16151     layout: "plot-throughput-speedup-analysis"
16152
16153 - type: "plot"
16154   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
16155   algorithm: "plot_tsa_name"
16156   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
16157   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16158   include:
16159     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
16160     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16161     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16162     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
16163     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
16164     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16165   layout:
16166     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
16167     layout: "plot-throughput-speedup-analysis"
16168
16169 - type: "plot"
16170   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
16171   algorithm: "plot_tsa_name"
16172   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
16173   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16174   include:
16175     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
16176     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16177     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16178     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
16179     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
16180     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16181   layout:
16182     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
16183     layout: "plot-throughput-speedup-analysis"
16184
16185 - type: "plot"
16186   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
16187   algorithm: "plot_tsa_name"
16188   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
16189   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16190   include:
16191     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16192     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16193     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16194     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16195   layout:
16196     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
16197     layout: "plot-throughput-speedup-analysis"
16198
16199 - type: "plot"
16200   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
16201   algorithm: "plot_tsa_name"
16202   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
16203   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16204   include:
16205     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16206     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16207     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16208     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16209   layout:
16210     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
16211     layout: "plot-throughput-speedup-analysis"
16212
16213 - type: "plot"
16214   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16215   algorithm: "plot_tsa_name"
16216   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16217   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16218   include:
16219     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16220     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16221     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16222     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16223   layout:
16224     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16225     layout: "plot-throughput-speedup-analysis"
16226
16227 - type: "plot"
16228   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16229   algorithm: "plot_tsa_name"
16230   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16231   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16232   include:
16233     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16234     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16235     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16236     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16237   layout:
16238     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16239     layout: "plot-throughput-speedup-analysis"
16240
16241 - type: "plot"
16242   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16243   algorithm: "plot_tsa_name"
16244   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16245   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16246   include:
16247     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16248     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16249     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16250     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16251   layout:
16252     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16253     layout: "plot-throughput-speedup-analysis"
16254
16255 - type: "plot"
16256   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16257   algorithm: "plot_tsa_name"
16258   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16259   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16260   include:
16261     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16262     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16263     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16264     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16265   layout:
16266     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16267     layout: "plot-throughput-speedup-analysis"
16268
16269 - type: "plot"
16270   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
16271   algorithm: "plot_tsa_name"
16272   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
16273   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16274   include:
16275     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16276     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16277     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16278     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16279   layout:
16280     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
16281     layout: "plot-throughput-speedup-analysis"
16282
16283 - type: "plot"
16284   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
16285   algorithm: "plot_tsa_name"
16286   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
16287   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16288   include:
16289     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16290     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16291     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16292     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16293   layout:
16294     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
16295     layout: "plot-throughput-speedup-analysis"
16296
16297 - type: "plot"
16298   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
16299   algorithm: "plot_tsa_name"
16300   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
16301   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16302   include:
16303     - "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"
16304     - "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"
16305     - "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"
16306     - "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"
16307   layout:
16308     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
16309     layout: "plot-throughput-speedup-analysis"
16310
16311 - type: "plot"
16312   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
16313   algorithm: "plot_tsa_name"
16314   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
16315   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16316   include:
16317     - "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"
16318     - "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"
16319     - "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"
16320     - "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"
16321   layout:
16322     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
16323     layout: "plot-throughput-speedup-analysis"
16324
16325 ################################################################################
16326
16327 # Packet Throughput - DPDK
16328
16329 # 2n-clx-xxv710
16330
16331 - type: "plot"
16332   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
16333   algorithm: "plot_perf_box_name"
16334   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
16335   data: "plot-dpdk-throughput-latency-2n-clx"
16336   include:
16337     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16338     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16339   layout:
16340     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
16341     layout: "plot-throughput"
16342
16343 - type: "plot"
16344   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
16345   algorithm: "plot_perf_box_name"
16346   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
16347   data: "plot-dpdk-throughput-latency-2n-clx"
16348   include:
16349     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16350     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16351   layout:
16352     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
16353     layout: "plot-throughput"
16354
16355 - type: "plot"
16356   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
16357   algorithm: "plot_perf_box_name"
16358   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
16359   data: "plot-dpdk-throughput-latency-2n-clx"
16360   include:
16361     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16362     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16363   layout:
16364     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
16365     layout: "plot-throughput"
16366
16367 - type: "plot"
16368   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
16369   algorithm: "plot_perf_box_name"
16370   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
16371   data: "plot-dpdk-throughput-latency-2n-clx"
16372   include:
16373     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16374     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16375   layout:
16376     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
16377     layout: "plot-throughput"
16378
16379 # 2n-clx-x710
16380
16381 - type: "plot"
16382   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
16383   algorithm: "plot_perf_box_name"
16384   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
16385   data: "plot-dpdk-throughput-latency-2n-clx"
16386   include:
16387     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16388     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16389   layout:
16390     title: "2n-clx-x710-64b-2t1c-base-ndr"
16391     layout: "plot-throughput"
16392
16393 - type: "plot"
16394   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
16395   algorithm: "plot_perf_box_name"
16396   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
16397   data: "plot-dpdk-throughput-latency-2n-clx"
16398   include:
16399     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16400     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16401   layout:
16402     title: "2n-clx-x710-64b-4t2c-base-ndr"
16403     layout: "plot-throughput"
16404
16405 - type: "plot"
16406   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
16407   algorithm: "plot_perf_box_name"
16408   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
16409   data: "plot-dpdk-throughput-latency-2n-clx"
16410   include:
16411     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16412     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16413   layout:
16414     title: "2n-clx-x710-64b-2t1c-base-pdr"
16415     layout: "plot-throughput"
16416
16417 - type: "plot"
16418   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
16419   algorithm: "plot_perf_box_name"
16420   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
16421   data: "plot-dpdk-throughput-latency-2n-clx"
16422   include:
16423     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16424     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16425   layout:
16426     title: "2n-clx-x710-64b-4t2c-base-pdr"
16427     layout: "plot-throughput"
16428
16429 ################################################################################
16430
16431 #- type: "plot"
16432 #  title: "Latency by percentile: 2n-skx"
16433 #  algorithm: "plot_hdrh_lat_by_percentile"
16434 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
16435 #  output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
16436 #  target-links: "../../_static/vpp"
16437 #  data: "plot-vpp-hdrh-lat-2n-skx"
16438 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16439 #  layout:
16440 #    layout: "plot-hdrh-latency-by-percentile"
16441
16442 #- type: "plot"
16443 #  title: "Latency by percentile: 3n-skx"
16444 #  algorithm: "plot_hdrh_lat_by_percentile"
16445 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
16446 #  output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
16447 #  target-links: "../../_static/vpp"
16448 #  data: "plot-vpp-hdrh-lat-3n-skx"
16449 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16450 #  layout:
16451 #    layout: "plot-hdrh-latency-by-percentile"
16452
16453 - type: "plot"
16454   title: "Latency by percentile: 2n-clx"
16455   algorithm: "plot_hdrh_lat_by_percentile"
16456   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
16457   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
16458   target-links: "../../_static/vpp"
16459   data: "plot-vpp-hdrh-lat-2n-clx"
16460   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16461   layout:
16462     layout: "plot-hdrh-latency-by-percentile"
16463
16464 - type: "plot"
16465   title: "Latency by percentile: 3n-hsw"
16466   algorithm: "plot_hdrh_lat_by_percentile"
16467   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
16468   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
16469   target-links: "../../_static/vpp"
16470   data: "plot-vpp-hdrh-lat-3n-hsw"
16471   filter: "'1T1C' and 'NIC_Intel-XL710'"
16472   layout:
16473     layout: "plot-hdrh-latency-by-percentile"
16474
16475 - type: "plot"
16476   title: "Latency by percentile: 3n-tsh"
16477   algorithm: "plot_hdrh_lat_by_percentile"
16478   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
16479   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
16480   target-links: "../../_static/vpp"
16481   data: "plot-vpp-hdrh-lat-3n-tsh"
16482   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16483   layout:
16484     layout: "plot-hdrh-latency-by-percentile"
16485
16486 - type: "plot"
16487   title: "Latency by percentile: DPDK 2n-clx"
16488   algorithm: "plot_hdrh_lat_by_percentile"
16489   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
16490   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
16491   target-links: "../../_static/dpdk"
16492   data: "plot-dpdk-hdrh-lat-2n-clx"
16493   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16494   layout:
16495     layout: "plot-hdrh-latency-by-percentile"
16496
16497 - type: "plot"
16498   title: "Latency by percentile: DPDK 3n-hsw"
16499   algorithm: "plot_hdrh_lat_by_percentile"
16500   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
16501   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
16502   target-links: "../../_static/dpdk"
16503   data: "plot-dpdk-hdrh-lat-3n-hsw"
16504   filter: "'1T1C' and 'NIC_Intel-XL710'"
16505   layout:
16506     layout: "plot-hdrh-latency-by-percentile"
16507
16508 - type: "plot"
16509   title: "Latency by percentile: DPDK 3n-tsh"
16510   algorithm: "plot_hdrh_lat_by_percentile"
16511   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
16512   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
16513   target-links: "../../_static/dpdk"
16514   data: "plot-dpdk-hdrh-lat-3n-tsh"
16515   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16516   layout:
16517     layout: "plot-hdrh-latency-by-percentile"