Report: Add data
[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,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
37     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
38     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
39     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
40     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
41     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
42     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
43     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
44     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
45     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
46     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
47     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
48     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
49     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
50     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
51     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
52     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
57     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
58     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
59     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
60     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
61     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
62     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
63     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
64     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
65     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
66     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
67     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
68     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
69     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
70     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
71
72     # Detailed tests operational data
73     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
74     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
75     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
76     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
77     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
78     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
79     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
80     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
81
82     # Latencies:
83     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
84     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
85
86     # .css patch file to fix tables generated by Sphinx
87     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
88     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
89
90   urls:
91     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
92     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
93     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
94     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
95     DIR[NEXUS,DOC]: "report/_static/archive"
96
97   make-dirs:
98   # List the directories which are created while preparing the environment.
99   # All directories MUST be defined in "paths" section.
100   - "DIR[WORKING,DATA]"
101   - "DIR[STATIC,VPP]"
102   - "DIR[STATIC,DPDK]"
103   - "DIR[STATIC,ARCH]"
104   - "DIR[BUILD,LATEX]"
105   - "DIR[WORKING,SRC]"
106   - "DIR[WORKING,SRC,STATIC]"
107
108   remove-dirs:
109   # List the directories which are deleted while cleaning the environment.
110   # All directories MUST be defined in "paths" section.
111   #- "DIR[BUILD,HTML]"
112   - "DIR[WORKING,DATA]"
113
114   build-dirs:
115   # List the directories where the results (build) is stored.
116   # All directories MUST be defined in "paths" section.
117   - "DIR[BUILD,HTML]"
118   - "DIR[BUILD,LATEX]"
119
120 - type: "configuration"
121
122   limits:
123     nic:
124       x520: 24460000
125       x553: 29761905
126       x710: 35800000
127       xxv710: 35800000
128       xl710: 35800000
129
130     link:
131       10ge: 14880952.38
132       25ge: 37202380.95
133       40ge: 59523809.52
134       100ge: 148809523.81
135
136     pci:
137       pci-g3-x8: 74404761.90
138       pci-g3-x16: 148809523.81
139
140   data-sets:
141
142     ###########################################################################
143     # Replacements:
144
145     replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost:
146       csit-vpp-perf-verify-1908-3n-hsw:
147         - 48  # NDRPDR sel vhost
148         - 49  # NDRPDR sel vhost
149         - 52  # NDRPDR sel vhost
150         - 53  # NDRPDR sel vhost
151         - 54  # NDRPDR sel vhost
152         - 55  # NDRPDR sel vhost
153         - 56  # NDRPDR sel vhost
154         - 57  # NDRPDR sel vhost
155         - 58  # NDRPDR sel vhost
156         - 59  # NDRPDR sel vhost
157
158     replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost:
159       csit-vpp-perf-verify-1908-3n-skx:
160         - 52  # NDRPDR sel vhost
161         - 53  # NDRPDR sel vhost
162         - 55  # NDRPDR sel vhost
163         - 61  # NDRPDR sel vhost
164         - 62  # NDRPDR sel vhost
165         - 63  # NDRPDR sel vhost
166         - 64  # NDRPDR sel vhost
167         - 65  # NDRPDR sel vhost
168         - 66  # NDRPDR sel vhost
169         - 67  # NDRPDR sel vhost
170
171     replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost:
172       csit-vpp-perf-verify-1908-2n-skx:
173         - 88  # NDRPDR sel vhost
174         - 89  # NDRPDR sel vhost
175         - 91  # NDRPDR sel vhost
176         - 92  # NDRPDR sel vhost
177         - 93  # NDRPDR sel vhost
178         - 94  # NDRPDR sel vhost
179         - 95  # NDRPDR sel vhost
180         - 96  # NDRPDR sel vhost
181         - 97  # NDRPDR sel vhost
182         - 98  # NDRPDR sel vhost
183
184     ###########################################################################
185     # Plots:
186
187     # 3n-hsw
188
189     plot-vpp-throughput-lat-tsa-3n-hsw:
190       csit-vpp-perf-verify-2001-3n-hsw:
191         - 21  # NDRPDR sel
192         - 22  # NDRPDR sel
193         - 23  # NDRPDR sel
194         - 24  # NDRPDR sel
195         - 25  # NDRPDR sel
196         - 29  # NDRPDR sel
197         - 30  # NDRPDR sel
198         - 31  # NDRPDR sel
199         - 32  # NDRPDR sel
200         - 34  # NDRPDR sel
201
202     plot-vpp-hdrh-lat-3n-hsw:
203       csit-vpp-perf-verify-2001-3n-hsw:
204         - 22  # NDRPDR sel
205
206     plot-vpp-nfv-3n-hsw-ndrpdr:
207       csit-vpp-perf-verify-2001-3n-hsw:
208         - 21  # NDRPDR sel
209         - 22  # NDRPDR sel
210         - 23  # NDRPDR sel
211         - 24  # NDRPDR sel
212         - 25  # NDRPDR sel
213         - 29  # NDRPDR sel
214         - 30  # NDRPDR sel
215         - 31  # NDRPDR sel
216         - 32  # NDRPDR sel
217         - 34  # NDRPDR sel
218
219     plot-vpp-nfv-3n-hsw-mrr:
220       csit-vpp-perf-verify-2001-3n-hsw:
221         - 17  # MRR sel
222
223     plot-dpdk-throughput-latency-3n-hsw:
224       csit-dpdk-perf-verify-2001-3n-hsw:
225         - 4   # NDRPDR sel
226         - 5   # NDRPDR sel
227         - 6   # NDRPDR sel
228         - 7   # NDRPDR sel
229         - 8   # NDRPDR sel
230         - 9   # NDRPDR sel
231         - 10  # NDRPDR sel
232         - 11  # NDRPDR sel
233         - 12  # NDRPDR sel
234         - 13  # NDRPDR sel
235         - 15  # NDRPDR sel
236         - 16  # NDRPDR sel
237         - 17  # NDRPDR sel
238         - 18  # NDRPDR sel
239         - 19  # NDRPDR sel
240         - 20  # NDRPDR sel
241         - 21  # NDRPDR sel
242         - 22  # NDRPDR sel
243         - 23  # NDRPDR sel
244         - 24  # NDRPDR sel
245
246     plot-dpdk-hdrh-lat-3n-hsw:
247       csit-dpdk-perf-verify-2001-3n-hsw:
248         - 16  # NDRPDR sel
249
250     # 3n-skx
251
252     plot-vpp-throughput-lat-tsa-3n-skx:
253       # TODO: Add the data
254       csit-vpp-perf-verify-2001-3n-skx:
255         - 14  # NDRPDR sel
256         - 15  # NDRPDR sel
257         - 16  # NDRPDR sel
258
259     plot-vpp-hdrh-lat-3n-skx:
260       csit-vpp-perf-verify-2001-3n-skx:
261         - 14  # NDRPDR sel
262
263     plot-vpp-nfv-3n-skx-ndrpdr:
264       # TODO: Add data
265       csit-vpp-perf-verify-2001-3n-skx:
266         - 14  # NDRPDR sel
267         - 15  # NDRPDR sel
268         - 16  # NDRPDR sel
269
270     plot-vpp-nfv-3n-skx-mrr:
271       # TODO: Replace
272       # csit-vpp-perf-verify-2001-3n-skx:
273       csit-vpp-perf-verify-1908-3n-skx:
274         - 36  # MRR sel
275
276     plot-dpdk-throughput-latency-3n-skx:
277       csit-dpdk-perf-verify-2001-3n-skx:
278         - 1   # NDRPDR sel
279         - 2   # NDRPDR sel
280         - 3   # NDRPDR sel
281         - 4   # NDRPDR sel
282         - 5   # NDRPDR sel
283         - 6   # NDRPDR sel
284         - 7   # NDRPDR sel
285         - 8   # NDRPDR sel
286         - 9   # NDRPDR sel
287         - 10  # NDRPDR sel
288
289     plot-dpdk-hdrh-lat-3n-skx:
290       csit-dpdk-perf-verify-2001-3n-skx:
291         - 1   # NDRPDR sel
292         - 19  # NDRPDR sel
293
294     # 2n-skx
295
296     plot-vpp-throughput-lat-tsa-2n-skx:
297       # TODO: Add the data
298       csit-vpp-perf-verify-2001-2n-skx:
299         - 21  # NDRPDR sel
300         - 22  # NDRPDR sel
301         - 23  # NDRPDR sel
302         - 26  # NDRPDR sel
303         - 27  # NDRPDR sel
304         - 29  # NDRPDR sel
305
306     plot-vpp-hdrh-lat-2n-skx:
307       csit-vpp-perf-verify-2001-2n-skx:
308         - 21  # NDRPDR sel
309
310     plot-vpp-http-server-performance:
311       # TODO: Replace:
312       # csit-vpp-perf-verify-2001-2n-skx:
313       csit-vpp-perf-verify-1908-2n-skx:
314         - 29  # TCP
315         - 30  # TCP
316         - 58  # TCP
317
318     plot-vpp-soak-2n-skx:
319       # TODO: Replace the data
320       # csit-vpp-perf-verify-2001-2n-skx:
321       csit-vpp-perf-verify-1908-2n-skx:
322         - 83  # SOAK
323         - 86  # SOAK
324
325     plot-vpp-nfv-2n-skx-ndrpdr:
326       # TODO: Add the data
327       csit-vpp-perf-verify-2001-2n-skx:
328         - 30  # NFV
329         - 31  # NFV
330
331     plot-vpp-nfv-2n-skx-mrr:
332       # TODO: Replace the data
333       # csit-vpp-perf-verify-2001-2n-skx:
334       csit-vpp-perf-verify-1908-2n-skx:
335         - 71  # NFV MRR
336
337     plot-vpp-nfv-reconf-2n-skx:
338       # TODO: Replace the data
339       # csit-vpp-perf-verify-2001-2n-skx:
340       csit-vpp-perf-verify-1908-2n-skx:
341         - 113 # NFV reconf sel
342         - 114 # NFV reconf sel
343         - 115 # NFV reconf sel
344
345     plot-dpdk-throughput-latency-2n-skx:
346       csit-dpdk-perf-verify-2001-2n-skx:
347         - 1   # NDRPDR sel
348         - 2   # NDRPDR sel
349         - 3   # NDRPDR sel
350         - 4   # NDRPDR sel
351         - 5   # NDRPDR sel
352         - 6   # NDRPDR sel
353         - 7   # NDRPDR sel
354         - 8   # NDRPDR sel
355         - 9   # NDRPDR sel
356         - 10  # NDRPDR sel
357         - 11  # NDRPDR sel
358         - 13  # NDRPDR sel
359         - 26  # NDRPDR sel
360         - 16  # NDRPDR sel
361         - 17  # NDRPDR sel
362         - 18  # NDRPDR sel
363         - 19  # NDRPDR sel
364         - 27  # NDRPDR sel
365         - 21  # NDRPDR sel
366         - 25  # NDRPDR sel
367
368     plot-dpdk-hdrh-lat-2n-skx:
369       csit-dpdk-perf-verify-2001-2n-skx:
370         - 1   # NDRPDR sel
371         - 19  # NDRPDR sel
372
373     # 2n-clx
374
375     plot-vpp-throughput-lat-tsa-2n-clx:
376       # TODO: Add the data
377       csit-vpp-perf-verify-2001-2n-clx:
378         - 22  # NDRPDR sel
379         - 23  # NDRPDR sel
380         - 24  # NDRPDR sel
381         - 25  # NDRPDR sel
382
383     plot-vpp-hdrh-lat-2n-clx:
384       csit-vpp-perf-verify-2001-2n-clx:
385         - 22  # NDRPDR sel
386
387     plot-vpp-nfv-2n-clx-ndrpdr:
388       # TODO: Add the data
389       csit-vpp-perf-verify-2001-2n-clx:
390         - 22  # NDRPDR sel
391         - 23  # NDRPDR sel
392         - 24  # NDRPDR sel
393
394     plot-vpp-nfv-2n-clx-mrr:
395       # TODO: Replace the data
396       csit-vpp-perf-verify-2001-2n-clx:
397         - 3   # NDRPDR sel RC2
398         - 4   # NDRPDR sel RC2
399
400     plot-dpdk-throughput-latency-2n-clx:
401       csit-dpdk-perf-verify-2001-2n-clx:
402         - 1   # NDRPDR sel
403         - 2   # NDRPDR sel
404         - 3   # NDRPDR sel
405         - 4   # NDRPDR sel
406         - 5   # NDRPDR sel
407         - 6   # NDRPDR sel
408         - 7   # NDRPDR sel
409         - 8   # NDRPDR sel
410         - 9   # NDRPDR sel
411         - 10  # NDRPDR sel
412
413     plot-dpdk-hdrh-lat-2n-clx:
414       csit-dpdk-perf-verify-2001-2n-clx:
415         - 1   # NDRPDR sel
416
417     # 3n-tsh
418
419     plot-vpp-throughput-lat-tsa-3n-tsh:
420       # TODO: Add the data
421       csit-vpp-perf-verify-2001-3n-tsh:
422         - 3   # NDRPDR sel
423         - 4   # NDRPDR sel
424         - 7   # NDRPDR sel
425         - 8   # NDRPDR sel
426         - 10  # NDRPDR sel
427
428     plot-vpp-hdrh-lat-3n-tsh:
429       csit-vpp-perf-verify-2001-3n-tsh:
430         - 4   # NDRPDR sel
431
432     plot-dpdk-throughput-latency-3n-tsh:
433       csit-dpdk-perf-verify-2001-3n-tsh:
434         - 3   # NDRPDR sel
435         - 4   # NDRPDR sel
436         - 5   # NDRPDR sel
437         - 9   # NDRPDR sel
438         - 10  # NDRPDR sel
439         - 11  # NDRPDR sel
440         - 12  # NDRPDR sel
441         - 14  # NDRPDR sel
442         - 15  # NDRPDR sel
443         - 18  # NDRPDR sel
444
445     plot-dpdk-hdrh-lat-3n-tsh:
446       csit-dpdk-perf-verify-2001-3n-tsh:
447         - 3   # NDRPDR sel
448
449     # 3n-dnv
450
451     plot-vpp-throughput-lat-tsa-3n-dnv:
452       csit-vpp-perf-verify-2001-3n-dnv:
453         - 5   # NDRPDR sel
454         - 6   # NDRPDR sel
455         - 7   # NDRPDR sel
456         - 8   # NDRPDR sel
457         - 9   # NDRPDR sel
458         - 10  # NDRPDR sel
459         - 12  # NDRPDR sel
460         - 16  # NDRPDR sel
461         - 17  # NDRPDR sel
462         - 18  # NDRPDR sel
463
464     plot-dpdk-throughput-latency-3n-dnv:
465       csit-dpdk-perf-verify-2001-3n-dnv:
466         - 12  # NDRPDR sel
467         - 13  # NDRPDR sel
468         - 14  # NDRPDR sel
469         - 15  # NDRPDR sel
470         - 16  # NDRPDR sel
471         - 17  # NDRPDR sel
472         - 18  # NDRPDR sel
473         - 19  # NDRPDR sel
474         - 20  # NDRPDR sel
475         - 22  # NDRPDR sel
476
477     # 2n-dnv
478
479     plot-vpp-throughput-lat-tsa-2n-dnv:
480       csit-vpp-perf-verify-2001-2n-dnv:
481         - 4   # NDRPDR sel
482         - 5   # NDRPDR sel
483         - 6   # NDRPDR sel
484         - 7   # NDRPDR sel
485         - 8   # NDRPDR sel
486         - 9   # NDRPDR sel
487         - 10  # NDRPDR sel
488         - 11  # NDRPDR sel
489         - 13  # NDRPDR sel
490         - 16  # NDRPDR sel
491
492     plot-dpdk-throughput-latency-2n-dnv:
493       csit-dpdk-perf-verify-2001-2n-dnv:
494         - 9   # NDRPDR sel
495         - 10  # NDRPDR sel
496         - 11  # NDRPDR sel
497         - 12  # NDRPDR sel
498         - 13  # NDRPDR sel
499         - 14  # NDRPDR sel
500         - 15  # NDRPDR sel
501         - 16  # NDRPDR sel
502         - 17  # NDRPDR sel
503         - 18  # NDRPDR sel
504
505     ###########################################################################
506     # Simple tables (only one data set):
507
508     # NIC Comparisons
509
510     vpp-nic-comparison-3n-skx:
511       # TODO: Add the data
512       csit-vpp-perf-verify-2001-3n-skx:
513         - 14  # NDRPDR sel
514         - 15  # NDRPDR sel
515         - 16  # NDRPDR sel
516
517     vpp-nic-comparison-2n-skx:
518       # TODO: Add the data
519       csit-vpp-perf-verify-2001-2n-skx:
520         - 21  # NDRPDR sel
521         - 22  # NDRPDR sel
522         - 23  # NDRPDR sel
523         - 26  # NDRPDR sel
524
525     vpp-nic-comparison-3n-skx-mrr:
526       # TODO: Replace
527       # csit-vpp-perf-verify-2001-3n-skx:
528       csit-vpp-perf-verify-1908-3n-skx:
529         - 36  # MRR sel
530
531     vpp-nic-comparison-2n-skx-mrr:
532       # TODO: Replace
533       # csit-vpp-perf-verify-2001-2n-skx:
534       csit-vpp-perf-verify-1908-2n-skx:
535         - 69  # MRR sel
536
537     # Results
538
539     vpp-perf-results-3n-hsw:
540       csit-vpp-perf-verify-2001-3n-hsw:
541         - 18  # NDRPDR full
542         - 20  # NDRPDR full
543         - 28  # NDRPDR full
544         - 35  # NDRPDR full
545         - 42  # NDRPDR full
546         - 46  # NDRPDR full
547         - 47  # NDRPDR full
548         - 48  # NDRPDR full
549         - 49  # NDRPDR full
550         - 50  # NDRPDR full
551         - 51  # NDRPDR full
552         - 52  # NDRPDR full
553         - 53  # NDRPDR full
554         - 54  # NDRPDR full
555         - 55  # NDRPDR full
556         - 56  # NDRPDR full
557         - 57  # NDRPDR full
558         - 58  # NDRPDR full
559         - 59  # NDRPDR full
560         - 61  # NDRPDR full
561         - 62  # NDRPDR full
562         - 65  # NDRPDR full
563
564     vpp-perf-results-3n-skx:
565       # TODO: Replace
566       csit-vpp-perf-verify-2001-3n-skx:
567         - 14  # NDRPDR sel
568
569     vpp-perf-results-2n-skx:
570       csit-vpp-perf-verify-2001-2n-skx:
571         - 32  # NDRPDR full
572         - 33  # NDRPDR full
573
574     vpp-perf-results-2n-clx:
575       # TODO: Replace
576       csit-vpp-perf-verify-2001-2n-clx:
577         - 22  # NDRPDR sel
578
579     vpp-perf-results-3n-tsh:
580       # TODO: Replace
581       csit-vpp-perf-verify-2001-3n-tsh:
582         - 3   # NDRPDR sel
583
584     vpp-perf-results-3n-dnv:
585       csit-vpp-perf-verify-2001-3n-dnv:
586         - 19  # NDRPDR full
587         - 20  # NDRPDR full
588         - 21  # NDRPDR full
589         - 22  # NDRPDR full
590         - 23  # NDRPDR full
591         - 24  # NDRPDR full
592         - 25  # NDRPDR full
593         - 26  # NDRPDR full
594
595     vpp-perf-results-2n-dnv:
596       csit-vpp-perf-verify-2001-2n-dnv:
597         - 21  # NDRPDR full
598         - 22  # NDRPDR full
599         - 25  # NDRPDR full
600         - 26  # NDRPDR full
601         - 27  # NDRPDR full
602         - 28  # NDRPDR full
603
604     vpp-mrr-results-3n-hsw:
605       csit-vpp-perf-verify-2001-3n-hsw:
606         - 17  # MRR sel
607
608     vpp-mrr-results-3n-skx:
609       # TODO: Replace
610       # csit-vpp-perf-verify-2001-3n-skx:
611       csit-vpp-perf-verify-1908-3n-skx:
612         - 36  # MRR sel
613
614     vpp-mrr-results-2n-skx:
615       # TODO: Replace
616       # csit-vpp-perf-verify-2001-2n-skx:
617       csit-vpp-perf-verify-1908-2n-skx:
618         - 69  # MRR sel
619
620     vpp-mrr-results-2n-clx:
621       # TODO: Replace
622       # csit-vpp-perf-verify-2001-2n-clx:
623       csit-vpp-perf-verify-1908-2n-skx:
624         - 69  # MRR sel
625
626     vpp-mrr-results-3n-tsh:
627       csit-vpp-perf-verify-2001-3n-tsh:
628         - 9   # MRR sel
629
630     vpp-mrr-results-3n-dnv:
631       csit-vpp-perf-verify-2001-3n-dnv:
632         - 11  # MRR sel
633
634     vpp-mrr-results-2n-dnv:
635       csit-vpp-perf-verify-2001-2n-dnv:
636         - 12  # MRR sel
637
638     vpp-device-results-ubuntu:
639       csit-vpp-device-2001-ubuntu1804-1n-skx:
640         - 57
641
642     dpdk-perf-results-3n-hsw:
643       csit-dpdk-perf-verify-2001-3n-hsw:
644         - 25  # NDRPDR full
645         - 26  # NDRPDR full
646
647     dpdk-perf-results-3n-skx:
648       csit-dpdk-perf-verify-2001-3n-skx:
649         - 1   # NDRPDR sel
650
651     dpdk-perf-results-2n-skx:
652       csit-dpdk-perf-verify-2001-2n-skx:
653         - 1   # NDRPDR sel
654
655     dpdk-perf-results-2n-clx:
656       csit-dpdk-perf-verify-2001-2n-clx:
657         - 1   # NDRPDR sel
658
659     dpdk-perf-results-2n-dnv:
660       csit-dpdk-perf-verify-2001-2n-dnv:
661         - 16  # NDRPDR sel
662
663     dpdk-perf-results-3n-dnv:
664       csit-dpdk-perf-verify-2001-3n-dnv:
665         - 12  # NDRPDR sel
666
667     dpdk-perf-results-3n-tsh:
668       csit-dpdk-perf-verify-2001-3n-tsh:
669         - 3   # NDRPDR sel
670
671 ###########################################################################
672     # Tables (more than one data set)
673
674     # Performance changes
675
676     vpp-performance-changes-3n-hsw-h1:
677       csit-vpp-perf-verify-1904-3n-hsw:
678         - 11  # NDRPDR sel
679         - 12  # NDRPDR sel
680         - 20  # NDRPDR sel
681         - 21  # NDRPDR sel
682         - 23  # NDRPDR sel
683         - 24  # NDRPDR sel
684         - 25  # NDRPDR sel
685         - 26  # NDRPDR sel
686         - 29  # NDRPDR sel
687         - 30  # NDRPDR sel
688     vpp-performance-changes-3n-hsw-ref:
689       csit-vpp-perf-verify-1908-3n-hsw:
690         - 12  # NDRPDR sel
691         - 13  # NDRPDR sel
692         - 14  # NDRPDR sel
693         - 15  # NDRPDR sel
694         - 16  # NDRPDR sel
695         - 17  # NDRPDR sel
696         - 18  # NDRPDR sel
697         - 19  # NDRPDR sel
698         - 20  # NDRPDR sel
699         - 21  # NDRPDR sel
700     vpp-performance-changes-3n-hsw-cmp:
701       csit-vpp-perf-verify-2001-3n-hsw:
702         - 21  # NDRPDR sel
703         - 22  # NDRPDR sel
704         - 23  # NDRPDR sel
705         - 24  # NDRPDR sel
706         - 25  # NDRPDR sel
707         - 29  # NDRPDR sel
708         - 30  # NDRPDR sel
709         - 31  # NDRPDR sel
710         - 32  # NDRPDR sel
711         - 34  # NDRPDR sel
712     vpp-performance-changes-3n-hsw:
713       - "vpp-performance-changes-3n-hsw-h1"
714       - "vpp-performance-changes-3n-hsw-ref"
715       - "vpp-performance-changes-3n-hsw-cmp"
716
717     vpp-performance-changes-3n-skx-h1:
718       csit-vpp-perf-verify-1904-3n-skx:
719         - 8   # NDRPDR sel
720         - 9   # NDRPDR sel
721         - 10  # NDRPDR sel
722         - 11  # NDRPDR sel
723         - 12  # NDRPDR sel
724         - 14  # NDRPDR sel
725         - 16  # NDRPDR sel
726         - 21  # NDRPDR sel
727         - 23  # NDRPDR sel
728         - 25  # NDRPDR sel
729     vpp-performance-changes-3n-skx-ref:
730       csit-vpp-perf-verify-1908-3n-skx:
731         - 14  # NDRPDR sel
732         - 16  # NDRPDR sel
733         - 19  # NDRPDR sel
734         - 20  # NDRPDR sel
735         - 22  # NDRPDR sel
736         - 23  # NDRPDR sel
737         - 24  # NDRPDR sel
738         - 25  # NDRPDR sel
739         - 26  # NDRPDR sel
740         - 29  # NDRPDR sel
741     vpp-performance-changes-3n-skx-cmp:
742       # TODO: Add the data
743       csit-vpp-perf-verify-2001-3n-skx:
744         - 14  # NDRPDR sel
745         - 15  # NDRPDR sel
746         - 16  # NDRPDR sel
747     vpp-performance-changes-3n-skx:
748       - "vpp-performance-changes-3n-skx-h1"
749       - "vpp-performance-changes-3n-skx-ref"
750       - "vpp-performance-changes-3n-skx-cmp"
751
752     vpp-performance-changes-2n-skx-h1:
753       csit-vpp-perf-verify-1904-2n-skx:
754         - 12  # NDRPDR sel
755         - 14  # NDRPDR sel
756         - 16  # NDRPDR sel
757         - 17  # NDRPDR sel
758         - 18  # NDRPDR sel
759         - 21  # NDRPDR sel
760         - 27  # NDRPDR sel
761         - 30  # NDRPDR sel
762         - 31  # NDRPDR sel
763         - 32  # NDRPDR sel
764     vpp-performance-changes-2n-skx-ref:
765       csit-vpp-perf-verify-1908-2n-skx:
766         - 26  # NDRPDR sel
767         - 27  # NDRPDR sel
768         - 34  # NDRPDR sel
769         - 35  # NDRPDR sel
770         - 36  # NDRPDR sel
771         - 42  # NDRPDR sel
772         - 43  # NDRPDR sel
773         - 44  # NDRPDR sel
774         - 45  # NDRPDR sel
775         - 46  # NDRPDR sel
776     vpp-performance-changes-2n-skx-cmp:
777       # TODO: Add the data
778       csit-vpp-perf-verify-2001-2n-skx:
779         - 21  # NDRPDR sel
780         - 22  # NDRPDR sel
781         - 23  # NDRPDR sel
782         - 26  # NDRPDR sel
783         - 27  # NDRPDR sel
784         - 29  # NDRPDR sel
785     vpp-performance-changes-2n-skx:
786       - "vpp-performance-changes-2n-skx-h1"
787       - "vpp-performance-changes-2n-skx-ref"
788       - "vpp-performance-changes-2n-skx-cmp"
789
790     vpp-performance-changes-nfv-2n-skx-ref:
791       csit-vpp-perf-verify-1908-2n-skx:
792         - 22  # NFV
793         - 31  # NFV
794         - 32  # NFV
795     vpp-performance-changes-nfv-2n-skx-cmp:
796       # TODO: Add the data
797       csit-vpp-perf-verify-2001-2n-skx:
798         - 30  # NFV
799         - 31  # NFV
800     vpp-performance-changes-nfv-2n-skx:
801       - "vpp-performance-changes-nfv-2n-skx-ref"
802       - "vpp-performance-changes-nfv-2n-skx-cmp"
803
804     vpp-performance-changes-2n-dnv-ref:
805       csit-vpp-perf-verify-1908-2n-dnv:
806         - 1   # NDRPDR sel
807         - 2   # NDRPDR sel
808         - 3   # NDRPDR sel
809         - 4   # NDRPDR sel
810         - 5   # NDRPDR sel
811         - 6   # NDRPDR sel
812         - 7   # NDRPDR sel
813         - 8   # NDRPDR sel
814         - 9   # NDRPDR sel
815         - 10  # NDRPDR sel
816     vpp-performance-changes-2n-dnv-cmp:
817       csit-vpp-perf-verify-2001-2n-dnv:
818         - 4   # NDRPDR sel
819         - 5   # NDRPDR sel
820         - 6   # NDRPDR sel
821         - 7   # NDRPDR sel
822         - 8   # NDRPDR sel
823         - 9   # NDRPDR sel
824         - 10  # NDRPDR sel
825         - 11  # NDRPDR sel
826         - 13  # NDRPDR sel
827         - 16  # NDRPDR sel
828     vpp-performance-changes-2n-dnv:
829       - "vpp-performance-changes-2n-dnv-ref"
830       - "vpp-performance-changes-2n-dnv-cmp"
831
832     vpp-performance-changes-3n-dnv-ref:
833       csit-vpp-perf-verify-1908-3n-dnv:
834         - 6   # NDRPDR sel
835         - 7   # NDRPDR sel
836         - 8   # NDRPDR sel
837         - 9   # NDRPDR sel
838         - 10  # NDRPDR sel
839         - 12  # NDRPDR sel
840         - 13  # NDRPDR sel
841         - 14  # NDRPDR sel
842         - 15  # NDRPDR sel
843         - 16  # NDRPDR sel
844     vpp-performance-changes-3n-dnv-cmp:
845       csit-vpp-perf-verify-2001-3n-dnv:
846         - 5   # NDRPDR sel
847         - 6   # NDRPDR sel
848         - 7   # NDRPDR sel
849         - 8   # NDRPDR sel
850         - 9   # NDRPDR sel
851         - 10  # NDRPDR sel
852         - 12  # NDRPDR sel
853         - 16  # NDRPDR sel
854         - 17  # NDRPDR sel
855         - 18  # NDRPDR sel
856     vpp-performance-changes-3n-dnv:
857       - "vpp-performance-changes-3n-dnv-ref"
858       - "vpp-performance-changes-3n-dnv-cmp"
859
860     vpp-performance-changes-3n-tsh-ref:
861       csit-vpp-perf-verify-1908-3n-tsh:
862         - 7   # NDRPDR sel
863         - 8   # NDRPDR sel
864         - 9   # NDRPDR sel
865         - 10  # NDRPDR sel
866         - 11  # NDRPDR sel
867         - 12  # NDRPDR sel
868         - 13  # NDRPDR sel
869         - 14  # NDRPDR sel
870         - 15  # NDRPDR sel
871         - 16  # NDRPDR sel
872     vpp-performance-changes-3n-tsh-cmp:
873       # TODO: Add the data
874       csit-vpp-perf-verify-2001-3n-tsh:
875         - 3   # NDRPDR sel
876         - 4   # NDRPDR sel
877         - 7   # NDRPDR sel
878         - 8   # NDRPDR sel
879         - 10  # NDRPDR sel
880     vpp-performance-changes-3n-tsh:
881       - "vpp-performance-changes-3n-tsh-ref"
882       - "vpp-performance-changes-3n-tsh-cmp"
883
884     vpp-soak-vs-ndr-2n-skx-ref:
885       # TODO: Replace
886       # csit-vpp-perf-verify-2001-2n-skx:
887       csit-vpp-perf-verify-1908-2n-skx:
888         - 26  # NDRPDR sel
889         - 27  # NDRPDR sel
890         - 34  # NDRPDR sel
891     vpp-soak-vs-ndr-2n-skx-cmp:
892       # TODO: Replace
893       # csit-vpp-perf-verify-2001-2n-skx:
894       csit-vpp-perf-verify-1908-2n-skx:
895         - 83  # SOAK
896         - 86  # SOAK
897     vpp-soak-vs-ndr-2n-skx:
898       # TODO: Replace
899       # csit-vpp-perf-verify-2001-2n-skx:
900       csit-vpp-perf-verify-1908-2n-skx:
901         - 26  # NDRPDR sel
902         - 27  # NDRPDR sel
903         - 34  # NDRPDR sel
904         - 83  # SOAK
905         - 86  # SOAK
906
907     vpp-performance-changes-3n-hsw-mrr-h1:
908       csit-vpp-perf-verify-1904-3n-hsw:
909         - 9   # MRR sel
910     vpp-performance-changes-3n-hsw-mrr-ref:
911       csit-vpp-perf-verify-1908-3n-hsw:
912         - 39  # MRR sel
913     vpp-performance-changes-3n-hsw-mrr-cmp:
914       csit-vpp-perf-verify-2001-3n-hsw:
915         - 17  # MRR sel
916     vpp-performance-changes-3n-hsw-mrr:
917       - "vpp-performance-changes-3n-hsw-mrr-h1"
918       - "vpp-performance-changes-3n-hsw-mrr-ref"
919       - "vpp-performance-changes-3n-hsw-mrr-cmp"
920
921     vpp-performance-changes-3n-skx-mrr-h1:
922       csit-vpp-perf-verify-1904-3n-skx:
923         - 7   # MRR sel
924     vpp-performance-changes-3n-skx-mrr-ref:
925       csit-vpp-perf-verify-1908-3n-skx:
926         - 36  # MRR sel
927     vpp-performance-changes-3n-skx-mrr-cmp:
928       # TODO: Replace
929       # csit-vpp-perf-verify-2001-3n-skx:
930       csit-vpp-perf-verify-1908-3n-skx:
931         - 36  # MRR sel
932     vpp-performance-changes-3n-skx-mrr:
933       - "vpp-performance-changes-3n-skx-mrr-h1"
934       - "vpp-performance-changes-3n-skx-mrr-ref"
935       - "vpp-performance-changes-3n-skx-mrr-cmp"
936
937     vpp-performance-changes-2n-skx-mrr-h1:
938       csit-vpp-perf-verify-1904-2n-skx:
939         - 11  # MRR sel
940     vpp-performance-changes-2n-skx-mrr-ref:
941       csit-vpp-perf-verify-1908-2n-skx:
942         - 69  # MRR sel
943     vpp-performance-changes-2n-skx-mrr-cmp:
944       # TODO: Replace
945       # csit-vpp-perf-verify-2001-2n-skx:
946       csit-vpp-perf-verify-1908-2n-skx:
947         - 69  # MRR sel
948     vpp-performance-changes-2n-skx-mrr:
949       - "vpp-performance-changes-2n-skx-mrr-h1"
950       - "vpp-performance-changes-2n-skx-mrr-ref"
951       - "vpp-performance-changes-2n-skx-mrr-cmp"
952
953     vpp-performance-changes-nfv-2n-skx-mrr-ref:
954       csit-vpp-perf-verify-1908-2n-skx:
955         - 71  # NFV MRR
956     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
957       # TODO: Replace
958       # csit-vpp-perf-verify-2001-2n-skx:
959       csit-vpp-perf-verify-1908-2n-skx:
960         - 71  # NFV MRR
961     vpp-performance-changes-nfv-2n-skx-mrr:
962       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
963       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
964
965     vpp-performance-changes-2n-dnv-mrr-ref:
966       csit-vpp-perf-verify-1908-2n-dnv:
967         - 11  # MRR sel
968     vpp-performance-changes-2n-dnv-mrr-cmp:
969       csit-vpp-perf-verify-2001-2n-dnv:
970         - 12  # MRR sel
971     vpp-performance-changes-2n-dnv-mrr:
972       - "vpp-performance-changes-2n-dnv-mrr-ref"
973       - "vpp-performance-changes-2n-dnv-mrr-cmp"
974
975     vpp-performance-changes-3n-dnv-mrr-ref:
976       csit-vpp-perf-verify-1908-3n-dnv:
977         - 17  # MRR sel
978     vpp-performance-changes-3n-dnv-mrr-cmp:
979       csit-vpp-perf-verify-2001-3n-dnv:
980         - 11  # MRR sel
981     vpp-performance-changes-3n-dnv-mrr:
982       - "vpp-performance-changes-3n-dnv-mrr-ref"
983       - "vpp-performance-changes-3n-dnv-mrr-cmp"
984
985     vpp-performance-changes-3n-tsh-mrr-ref:
986       csit-vpp-perf-verify-1908-3n-tsh:
987         - 17  # MRR sel
988     vpp-performance-changes-3n-tsh-mrr-cmp:
989       csit-vpp-perf-verify-2001-3n-tsh:
990         - 9   # MRR sel
991     vpp-performance-changes-3n-tsh-mrr:
992       - "vpp-performance-changes-3n-tsh-mrr-ref"
993       - "vpp-performance-changes-3n-tsh-mrr-cmp"
994
995     dpdk-performance-changes-3n-hsw-h1:
996       csit-dpdk-perf-verify-1904-3n-hsw:
997         - 2   # NDRPDR sel
998         - 3   # NDRPDR sel
999         - 5   # NDRPDR sel
1000         - 6   # NDRPDR sel
1001         - 13  # NDRPDR sel
1002         - 14  # NDRPDR sel
1003         - 15  # NDRPDR sel
1004         - 18  # NDRPDR sel
1005         - 19  # NDRPDR sel
1006         - 20  # NDRPDR sel
1007     dpdk-performance-changes-3n-hsw-ref:
1008       csit-dpdk-perf-verify-1908-3n-hsw:
1009         - 2   # NDRPDR sel
1010         - 3   # NDRPDR sel
1011         - 4   # NDRPDR sel
1012         - 5   # NDRPDR sel
1013         - 6   # NDRPDR sel
1014         - 7   # NDRPDR sel
1015         - 8   # NDRPDR sel
1016         - 9   # NDRPDR sel
1017         - 10  # NDRPDR sel
1018         - 11  # NDRPDR sel
1019     dpdk-performance-changes-3n-hsw-cmp:
1020       csit-dpdk-perf-verify-2001-3n-hsw:
1021         - 4   # NDRPDR sel
1022         - 5   # NDRPDR sel
1023         - 6   # NDRPDR sel
1024         - 7   # NDRPDR sel
1025         - 8   # NDRPDR sel
1026         - 9   # NDRPDR sel
1027         - 10  # NDRPDR sel
1028         - 11  # NDRPDR sel
1029         - 12  # NDRPDR sel
1030         - 13  # NDRPDR sel
1031         - 15  # NDRPDR sel
1032         - 16  # NDRPDR sel
1033         - 17  # NDRPDR sel
1034         - 18  # NDRPDR sel
1035         - 19  # NDRPDR sel
1036         - 20  # NDRPDR sel
1037         - 21  # NDRPDR sel
1038         - 22  # NDRPDR sel
1039         - 23  # NDRPDR sel
1040         - 24  # NDRPDR sel
1041     dpdk-performance-changes-3n-hsw:
1042       - "dpdk-performance-changes-3n-hsw-h1"
1043       - "dpdk-performance-changes-3n-hsw-ref"
1044       - "dpdk-performance-changes-3n-hsw-cmp"
1045
1046     dpdk-performance-changes-3n-skx-h1:
1047       csit-dpdk-perf-verify-1904-3n-skx:
1048         - 2   # NDRPDR sel
1049         - 3   # NDRPDR sel
1050         - 4   # NDRPDR sel
1051         - 5   # NDRPDR sel
1052         - 6   # NDRPDR sel
1053         - 7   # NDRPDR sel
1054         - 11  # NDRPDR sel
1055         - 12  # NDRPDR sel
1056         - 13  # NDRPDR sel
1057         - 14  # NDRPDR sel
1058     dpdk-performance-changes-3n-skx-ref:
1059       csit-dpdk-perf-verify-1908-3n-skx:
1060         - 3   # NDRPDR sel
1061         - 4   # NDRPDR sel
1062         - 5   # NDRPDR sel
1063         - 6   # NDRPDR sel
1064         - 7   # NDRPDR sel
1065         - 8   # NDRPDR sel
1066         - 9   # NDRPDR sel
1067         - 10  # NDRPDR sel
1068         - 11  # NDRPDR sel
1069         - 12  # NDRPDR sel
1070     dpdk-performance-changes-3n-skx-cmp:
1071       csit-dpdk-perf-verify-2001-3n-skx:
1072         - 1   # NDRPDR sel
1073         - 2   # NDRPDR sel
1074         - 3   # NDRPDR sel
1075         - 4   # NDRPDR sel
1076         - 5   # NDRPDR sel
1077         - 6   # NDRPDR sel
1078         - 7   # NDRPDR sel
1079         - 8   # NDRPDR sel
1080         - 9   # NDRPDR sel
1081         - 10  # NDRPDR sel
1082     dpdk-performance-changes-3n-skx:
1083       - "dpdk-performance-changes-3n-skx-h1"
1084       - "dpdk-performance-changes-3n-skx-ref"
1085       - "dpdk-performance-changes-3n-skx-cmp"
1086
1087     dpdk-performance-changes-2n-skx-h1:
1088       csit-dpdk-perf-verify-1904-2n-skx:
1089         - 2   # NDRPDR sel
1090         - 3   # NDRPDR sel
1091         - 4   # NDRPDR sel
1092         - 5   # NDRPDR sel
1093         - 7   # NDRPDR sel
1094         - 8   # NDRPDR sel
1095         - 9   # NDRPDR sel
1096         - 10  # NDRPDR sel
1097         - 11  # NDRPDR sel
1098         - 12  # NDRPDR sel
1099     dpdk-performance-changes-2n-skx-ref:
1100       csit-dpdk-perf-verify-1908-2n-skx:
1101         - 2   # NDRPDR sel
1102         - 3   # NDRPDR sel
1103         - 4   # NDRPDR sel
1104         - 5   # NDRPDR sel
1105         - 7   # NDRPDR sel
1106         - 8   # NDRPDR sel
1107         - 9   # NDRPDR sel
1108         - 10  # NDRPDR sel
1109         - 11  # NDRPDR sel
1110         - 12  # NDRPDR sel
1111     dpdk-performance-changes-2n-skx-cmp:
1112       csit-dpdk-perf-verify-2001-2n-skx:
1113         - 1   # NDRPDR sel
1114         - 2   # NDRPDR sel
1115         - 3   # NDRPDR sel
1116         - 4   # NDRPDR sel
1117         - 5   # NDRPDR sel
1118         - 6   # NDRPDR sel
1119         - 7   # NDRPDR sel
1120         - 8   # NDRPDR sel
1121         - 9   # NDRPDR sel
1122         - 10  # NDRPDR sel
1123         - 11  # NDRPDR sel
1124         - 13  # NDRPDR sel
1125         - 26  # NDRPDR sel
1126         - 16  # NDRPDR sel
1127         - 17  # NDRPDR sel
1128         - 18  # NDRPDR sel
1129         - 19  # NDRPDR sel
1130         - 27  # NDRPDR sel
1131         - 21  # NDRPDR sel
1132         - 25  # NDRPDR sel
1133     dpdk-performance-changes-2n-skx:
1134       - "dpdk-performance-changes-2n-skx-h1"
1135       - "dpdk-performance-changes-2n-skx-ref"
1136       - "dpdk-performance-changes-2n-skx-cmp"
1137
1138     # Compare testbeds
1139
1140     vpp-compare-testbeds-ref:
1141       csit-vpp-perf-verify-2001-3n-hsw:
1142         - 21  # NDRPDR sel
1143         - 22  # NDRPDR sel
1144         - 23  # NDRPDR sel
1145         - 24  # NDRPDR sel
1146         - 25  # NDRPDR sel
1147         - 29  # NDRPDR sel
1148         - 30  # NDRPDR sel
1149         - 31  # NDRPDR sel
1150         - 32  # NDRPDR sel
1151         - 34  # NDRPDR sel
1152     vpp-compare-testbeds-cmp:
1153       # TODO: Add the data
1154       csit-vpp-perf-verify-2001-3n-skx:
1155         - 14  # NDRPDR sel
1156         - 15  # NDRPDR sel
1157         - 16  # NDRPDR sel
1158     vpp-compare-testbeds:
1159       - "vpp-compare-testbeds-ref"
1160       - "vpp-compare-testbeds-cmp"
1161
1162     vpp-compare-testbeds-skx-clx-ref:
1163       # TODO: Add the data
1164       csit-vpp-perf-verify-2001-2n-skx:
1165         - 21  # NDRPDR sel
1166         - 22  # NDRPDR sel
1167         - 23  # NDRPDR sel
1168         - 26  # NDRPDR sel
1169         - 27  # NDRPDR sel
1170         - 29  # NDRPDR sel
1171     vpp-compare-testbeds-skx-clx-cmp:
1172       # TODO: Add the data
1173       csit-vpp-perf-verify-2001-2n-clx:
1174         - 22  # NDRPDR sel
1175         - 23  # NDRPDR sel
1176         - 24  # NDRPDR sel
1177         - 25  # NDRPDR sel
1178     vpp-compare-testbeds-skx-clx:
1179       - "vpp-compare-testbeds-skx-clx-ref"
1180       - "vpp-compare-testbeds-skx-clx-cmp"
1181
1182     vpp-compare-testbeds-mrr-ref:
1183       csit-vpp-perf-verify-2001-3n-hsw:
1184         - 17  # MRR sel
1185     vpp-compare-testbeds-mrr-cmp:
1186       # TODO: Replace
1187       # csit-vpp-perf-verify-2001-3n-skx:
1188       csit-vpp-perf-verify-1908-3n-skx:
1189         - 36  # MRR sel
1190     vpp-compare-testbeds-mrr:
1191       - "vpp-compare-testbeds-mrr-ref"
1192       - "vpp-compare-testbeds-mrr-cmp"
1193
1194     vpp-compare-testbeds-mrr-skx-clx-ref:
1195       # TODO: Replace
1196       # csit-vpp-perf-verify-2001-2n-skx:
1197       csit-vpp-perf-verify-1908-2n-skx:
1198         - 69  # MRR sel
1199     vpp-compare-testbeds-mrr-skx-clx-cmp:
1200       # TODO: Replace
1201       # csit-vpp-perf-verify-2001-2n-clx:
1202       csit-vpp-perf-verify-1908-2n-skx:
1203         - 69  # MRR sel
1204     vpp-compare-testbeds-mrr-skx-clx:
1205       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1206       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1207
1208     dpdk-compare-testbeds-ref:
1209       csit-dpdk-perf-verify-2001-3n-hsw:
1210         - 4   # NDRPDR sel
1211         - 5   # NDRPDR sel
1212         - 6   # NDRPDR sel
1213         - 7   # NDRPDR sel
1214         - 8   # NDRPDR sel
1215         - 9   # NDRPDR sel
1216         - 10  # NDRPDR sel
1217         - 11  # NDRPDR sel
1218         - 12  # NDRPDR sel
1219         - 13  # NDRPDR sel
1220         - 15  # NDRPDR sel
1221         - 16  # NDRPDR sel
1222         - 17  # NDRPDR sel
1223         - 18  # NDRPDR sel
1224         - 19  # NDRPDR sel
1225         - 20  # NDRPDR sel
1226         - 21  # NDRPDR sel
1227         - 22  # NDRPDR sel
1228         - 23  # NDRPDR sel
1229         - 24  # NDRPDR sel
1230     dpdk-compare-testbeds-cmp:
1231       csit-dpdk-perf-verify-2001-3n-skx:
1232         - 1   # NDRPDR sel
1233         - 2   # NDRPDR sel
1234         - 3   # NDRPDR sel
1235         - 4   # NDRPDR sel
1236         - 5   # NDRPDR sel
1237         - 6   # NDRPDR sel
1238         - 7   # NDRPDR sel
1239         - 8   # NDRPDR sel
1240         - 9   # NDRPDR sel
1241         - 10  # NDRPDR sel
1242     dpdk-compare-testbeds:
1243       - "dpdk-compare-testbeds-ref"
1244       - "dpdk-compare-testbeds-cmp"
1245
1246     dpdk-compare-testbeds-skx-clx-ref:
1247       csit-dpdk-perf-verify-2001-2n-skx:
1248         - 1   # NDRPDR sel
1249         - 2   # NDRPDR sel
1250         - 3   # NDRPDR sel
1251         - 4   # NDRPDR sel
1252         - 5   # NDRPDR sel
1253         - 6   # NDRPDR sel
1254         - 7   # NDRPDR sel
1255         - 8   # NDRPDR sel
1256         - 9   # NDRPDR sel
1257         - 10  # NDRPDR sel
1258         - 11  # NDRPDR sel
1259         - 13  # NDRPDR sel
1260         - 26  # NDRPDR sel
1261         - 16  # NDRPDR sel
1262         - 17  # NDRPDR sel
1263         - 18  # NDRPDR sel
1264         - 19  # NDRPDR sel
1265         - 27  # NDRPDR sel
1266         - 21  # NDRPDR sel
1267         - 25  # NDRPDR sel
1268     dpdk-compare-testbeds-skx-clx-cmp:
1269       csit-dpdk-perf-verify-2001-2n-clx:
1270         - 1   # NDRPDR sel
1271         - 2   # NDRPDR sel
1272         - 3   # NDRPDR sel
1273         - 4   # NDRPDR sel
1274         - 5   # NDRPDR sel
1275         - 6   # NDRPDR sel
1276         - 7   # NDRPDR sel
1277         - 8   # NDRPDR sel
1278         - 9   # NDRPDR sel
1279         - 10  # NDRPDR sel
1280     dpdk-compare-testbeds-skx-clx:
1281       - "dpdk-compare-testbeds-skx-clx-ref"
1282       - "dpdk-compare-testbeds-skx-clx-cmp"
1283
1284     # Compare topologies
1285
1286     vpp-compare-topologies-ref:
1287       # TODO: Add the data
1288       csit-vpp-perf-verify-2001-3n-skx:
1289         - 14  # NDRPDR sel
1290         - 15  # NDRPDR sel
1291         - 16  # NDRPDR sel
1292     vpp-compare-topologies-cmp:
1293       # TODO: Add the data
1294       csit-vpp-perf-verify-2001-2n-skx:
1295         - 21  # NDRPDR sel
1296         - 22  # NDRPDR sel
1297         - 23  # NDRPDR sel
1298         - 26  # NDRPDR sel
1299         - 27  # NDRPDR sel
1300         - 29  # NDRPDR sel
1301     vpp-compare-topologies:
1302       - "vpp-compare-topologies-ref"
1303       - "vpp-compare-topologies-cmp"
1304
1305     vpp-compare-topologies-mrr-ref:
1306       # TODO: Replace
1307       # csit-vpp-perf-verify-2001-3n-skx:
1308       csit-vpp-perf-verify-1908-3n-skx:
1309         - 36  # MRR sel
1310     vpp-compare-topologies-mrr-cmp:
1311       # TODO: Replace
1312       # csit-vpp-perf-verify-2001-2n-skx:
1313       csit-vpp-perf-verify-1908-2n-skx:
1314         - 69  # MRR sel
1315     vpp-compare-topologies-mrr:
1316       - "vpp-compare-topologies-mrr-ref"
1317       - "vpp-compare-topologies-mrr-cmp"
1318
1319     dpdk-compare-topologies-ref:
1320       csit-dpdk-perf-verify-2001-3n-skx:
1321         - 1   # NDRPDR sel
1322         - 2   # NDRPDR sel
1323         - 3   # NDRPDR sel
1324         - 4   # NDRPDR sel
1325         - 5   # NDRPDR sel
1326         - 6   # NDRPDR sel
1327         - 7   # NDRPDR sel
1328         - 8   # NDRPDR sel
1329         - 9   # NDRPDR sel
1330         - 10  # NDRPDR sel
1331     dpdk-compare-topologies-cmp:
1332       csit-dpdk-perf-verify-2001-2n-skx:
1333         - 1   # NDRPDR sel
1334         - 2   # NDRPDR sel
1335         - 3   # NDRPDR sel
1336         - 4   # NDRPDR sel
1337         - 5   # NDRPDR sel
1338         - 6   # NDRPDR sel
1339         - 7   # NDRPDR sel
1340         - 8   # NDRPDR sel
1341         - 9   # NDRPDR sel
1342         - 10  # NDRPDR sel
1343         - 11  # NDRPDR sel
1344         - 13  # NDRPDR sel
1345         - 26  # NDRPDR sel
1346         - 16  # NDRPDR sel
1347         - 17  # NDRPDR sel
1348         - 18  # NDRPDR sel
1349         - 19  # NDRPDR sel
1350         - 27  # NDRPDR sel
1351         - 21  # NDRPDR sel
1352         - 25  # NDRPDR sel
1353     dpdk-compare-topologies:
1354       - "dpdk-compare-topologies-ref"
1355       - "dpdk-compare-topologies-cmp"
1356
1357   plot-layouts:
1358
1359     plot-soak-throughput:
1360       titlefont:
1361         size: 18
1362       xaxis:
1363         title: "<b>Test Cases [Index]</b>"
1364         titlefont:
1365           size: 16
1366         autorange: True
1367         fixedrange: False
1368         gridcolor: "rgb(230, 230, 230)"
1369         linecolor: "rgb(220, 220, 220)"
1370         linewidth: 1
1371         showgrid: True
1372         showline: True
1373         showticklabels: True
1374         tickcolor: "rgb(220, 220, 220)"
1375         tickmode: "linear"
1376         tickfont:
1377           size: 16
1378         zeroline: False
1379       yaxis:
1380         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1381         titlefont:
1382           size: 16
1383         gridcolor: "rgb(230, 230, 230)"
1384         hoverformat: ".4r"
1385         tickformat: ".3r"
1386         linecolor: "rgb(220, 220, 220)"
1387         linewidth: 1
1388         showgrid: True
1389         showline: True
1390         showticklabels: True
1391         tickcolor: "rgb(220, 220, 220)"
1392         tickfont:
1393           size: 16
1394         zeroline: False
1395         range: [0,50]
1396       autosize: False
1397       margin:
1398         t: 50
1399         b: 0
1400         l: 80
1401         r: 20
1402       showlegend: True
1403       legend:
1404         orientation: "h"
1405         font:
1406           size: 16
1407       width: 700
1408       height: 900
1409       paper_bgcolor: "#fff"
1410       plot_bgcolor: "#fff"
1411       hoverlabel:
1412         namelength: -1
1413
1414     plot-service-density:
1415       titlefont:
1416         size: 18
1417       xaxis:
1418         side: "top"
1419         autorange: True
1420         fixedrange: False
1421         showgrid: False
1422         showline: False
1423         showticklabels: False
1424         ticks: ""
1425         ticklen: 0
1426         tickwidth: 0
1427         zeroline: False
1428       yaxis:
1429         autorange: "reversed"
1430         showgrid: False
1431         showline: False
1432         showticklabels: False
1433         ticks: ""
1434         ticklen: 0
1435         tickwidth: 0
1436         zeroline: False
1437       showlegend: False
1438       paper_bgcolor: "#fff"
1439       plot_bgcolor: "#fff"
1440       width: 700
1441       height: 700
1442       hoverlabel:
1443         namelength: -1
1444
1445     plot-cps:
1446       titlefont:
1447         size: 18
1448       xaxis:
1449         title: "<b>Test Cases [Index]</b>"
1450         titlefont:
1451           size: 16
1452         autorange: True
1453         fixedrange: False
1454         gridcolor: "rgb(230, 230, 230)"
1455         linecolor: "rgb(220, 220, 220)"
1456         linewidth: 1
1457         showgrid: True
1458         showline: True
1459         showticklabels: True
1460         tickcolor: "rgb(220, 220, 220)"
1461         tickmode: "linear"
1462         tickfont:
1463           size: 16
1464         zeroline: False
1465       yaxis:
1466         title: "<b>Connections Per Second [cps]</b>"
1467         titlefont:
1468           size: 16
1469         gridcolor: "rgb(230, 230, 230)"
1470         hoverformat: ".4s"
1471         linecolor: "rgb(220, 220, 220)"
1472         linewidth: 1
1473         rangemode: "tozero"
1474         showgrid: True
1475         showline: True
1476         showticklabels: True
1477         tickcolor: "rgb(220, 220, 220)"
1478         tickformat: ".3s"
1479         tickfont:
1480           size: 16
1481         zeroline: False
1482       boxmode: "group"
1483       boxgroupgap: 0.5
1484       autosize: False
1485       margin:
1486         t: 50
1487         b: 20
1488         l: 80
1489         r: 20
1490       showlegend: True
1491       legend:
1492         orientation: "h"
1493         font:
1494           size: 16
1495       width: 700
1496       height: 800
1497       paper_bgcolor: "#fff"
1498       plot_bgcolor: "#fff"
1499       hoverlabel:
1500         namelength: -1
1501
1502     plot-rps:
1503       titlefont:
1504         size: 18
1505       xaxis:
1506         title: "<b>Test Cases [Index]</b>"
1507         titlefont:
1508           size: 16
1509         autorange: True
1510         fixedrange: False
1511         gridcolor: "rgb(230, 230, 230)"
1512         linecolor: "rgb(220, 220, 220)"
1513         linewidth: 1
1514         showgrid: True
1515         showline: True
1516         showticklabels: True
1517         tickcolor: "rgb(220, 220, 220)"
1518         tickmode: "linear"
1519         tickfont:
1520           size: 16
1521         zeroline: False
1522       yaxis:
1523         title: "<b>Requests Per Second [rps]</b>"
1524         titlefont:
1525           size: 16
1526         gridcolor: "rgb(230, 230, 230)"
1527         hoverformat: ".4s"
1528         linecolor: "rgb(220, 220, 220)"
1529         linewidth: 1
1530         rangemode: "tozero"
1531         showgrid: True
1532         showline: True
1533         showticklabels: True
1534         tickcolor: "rgb(230, 230, 230)"
1535         tickformat: ".3s"
1536         tickfont:
1537           size: 16
1538         zeroline: False
1539       boxmode: "group"
1540       boxgroupgap: 0.5
1541       autosize: False
1542       margin:
1543         t: 50
1544         b: 20
1545         l: 80
1546         r: 20
1547       showlegend: True
1548       legend:
1549         orientation: "h"
1550         font:
1551           size: 16
1552       width: 700
1553       height: 800
1554       paper_bgcolor: "#fff"
1555       plot_bgcolor: "#fff"
1556       hoverlabel:
1557         namelength: -1
1558
1559     plot-throughput:
1560       titlefont:
1561         size: 18
1562       xaxis:
1563         title: "<b>Test Cases [Index]</b>"
1564         titlefont:
1565           size: 16
1566         autorange: True
1567         fixedrange: False
1568         gridcolor: "rgb(230, 230, 230)"
1569         linecolor: "rgb(220, 220, 220)"
1570         linewidth: 1
1571         showgrid: True
1572         showline: True
1573         showticklabels: True
1574         tickcolor: "rgb(220, 220, 220)"
1575         tickmode: "linear"
1576         tickfont:
1577           size: 16
1578         zeroline: False
1579       yaxis:
1580         title: "<b>Packet Throughput [Mpps]</b>"
1581         titlefont:
1582           size: 16
1583         gridcolor: "rgb(230, 230, 230)"
1584         hoverformat: ".4r"
1585         tickformat: ".3r"
1586         linecolor: "rgb(220, 220, 220)"
1587         linewidth: 1
1588         showgrid: True
1589         showline: True
1590         showticklabels: True
1591         tickcolor: "rgb(220, 220, 220)"
1592         tickfont:
1593           size: 16
1594         zeroline: False
1595         range: [0,50]
1596       autosize: False
1597       margin:
1598         t: 50
1599         b: 0
1600         l: 80
1601         r: 20
1602       showlegend: True
1603       legend:
1604         orientation: "h"
1605         font:
1606           size: 16
1607       width: 700
1608       height: 900
1609       paper_bgcolor: "#fff"
1610       plot_bgcolor: "#fff"
1611       hoverlabel:
1612         namelength: -1
1613
1614     plot-throughput-speedup-analysis:
1615       titlefont:
1616         size: 18
1617       xaxis:
1618         title: "<b>Number of Cores [Qty]</b>"
1619         titlefont:
1620           size: 16
1621         autorange: True
1622         fixedrange: False
1623         gridcolor: "rgb(230, 230, 230)"
1624         linecolor: "rgb(220, 220, 220)"
1625         linewidth: 1
1626         showgrid: True
1627         showline: True
1628         showticklabels: True
1629         tickcolor: "rgb(238, 238, 238)"
1630         tickmode: "linear"
1631         tickfont:
1632           size: 16
1633         zeroline: False
1634       yaxis:
1635         title: "<b>Packet Throughput [Mpps]</b>"
1636         titlefont:
1637           size: 16
1638         type: "linear"
1639         gridcolor: "rgb(230, 230, 230)"
1640         hoverformat: ".4s"
1641         linecolor: "rgb(220, 220, 220)"
1642         linewidth: 1
1643         showgrid: True
1644         showline: True
1645         showticklabels: True
1646         tickcolor: "rgb(220, 220, 220)"
1647         tickformat: ".4s"
1648         tickfont:
1649           size: 16
1650         zeroline: True
1651         rangemode: "tozero"
1652         range: [0,100]
1653       legend:
1654         orientation: "h"
1655         font:
1656           size: 16
1657         xanchor: "left"
1658         yanchor: "top"
1659         x: 0
1660         y: -0.2
1661         bgcolor: "rgba(255, 255, 255, 0)"
1662         bordercolor: "rgba(255, 255, 255, 0)"
1663         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1664       autosize: False
1665       margin:
1666           't': 50
1667           'b': 150
1668           'l': 85
1669           'r': 10
1670       showlegend: True
1671       width: 700
1672       height: 700
1673       paper_bgcolor: "#fff"
1674       plot_bgcolor: "#fff"
1675       hoverlabel:
1676         namelength: -1
1677       annotations: [
1678         {
1679           text: "_ _          __          ...",
1680           align: "left",
1681           showarrow: False,
1682           xref: "paper",
1683           yref: "paper",
1684           xanchor: "left",
1685           yanchor: "top",
1686           x: 0,
1687           y: -0.13,
1688           font: {
1689             family: "Consolas, Courier New",
1690             size: 15
1691           },
1692         },
1693         {
1694           text: "    Perfect     Measured     Limit",
1695           align: "left",
1696           showarrow: False,
1697           xref: "paper",
1698           yref: "paper",
1699           xanchor: "left",
1700           yanchor: "top",
1701           x: 0,
1702           y: -0.15,
1703           font: {
1704             family: "Consolas, Courier New",
1705             size: 15
1706           },
1707         },
1708       ]
1709
1710     plot-latency:
1711       titlefont:
1712         size: 18
1713       xaxis:
1714         title: "<b>Direction</b>"
1715         titlefont:
1716           size: 16
1717         autorange: True
1718         fixedrange: False
1719         gridcolor: "rgb(230, 230, 230)"
1720         linecolor: "rgb(220, 220, 220)"
1721         linewidth: 1
1722         showgrid: True
1723         showline: True
1724         showticklabels: False
1725         tickcolor: "rgb(220, 220, 220)"
1726         tickmode: "linear"
1727         tickfont:
1728           size: 16
1729         zeroline: False
1730       yaxis:
1731         title: "<b>Packet Latency [uSec]</b>"
1732         titlefont:
1733           size: 16
1734         type: "linear"
1735         gridcolor: "rgb(230, 230, 230)"
1736         hoverformat: ".4s"
1737         linecolor: "rgb(220, 220, 220)"
1738         linewidth: 1
1739         showgrid: True
1740         showline: True
1741         showticklabels: True
1742         tickcolor: "rgb(220, 220, 220)"
1743         tickformat: ".4s"
1744         tickfont:
1745           size: 16
1746         zeroline: True
1747         rangemode: "tozero"
1748       legend:
1749         orientation: "h"
1750         font:
1751           size: 16
1752         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1753       autosize: False
1754       margin:
1755           't': 50
1756           'b': 150
1757           'l': 80
1758           'r': 10
1759       showlegend: True
1760       width: 700
1761       height: 700
1762       paper_bgcolor: "#fff"
1763       plot_bgcolor: "#fff"
1764       hoverlabel:
1765         namelength: -1
1766
1767     plot-hdrh-latency:
1768       title:
1769         text: ""
1770         xanchor: "center"
1771         x: 0.5
1772         font:
1773           size: 16
1774       width: 700
1775       plot_bgcolor: "white"
1776       annotations:
1777         - font:
1778             size: 14
1779           showarrow: False
1780           text: "<b>Packet Latency [uSec]</b>"
1781           x: 1
1782           xanchor: "right"
1783           xref: "paper"
1784           y: -0.045
1785           yanchor: "top"
1786           yref: "paper"
1787         - font:
1788             size: 14
1789           showarrow: False
1790           text: "<b>Probability [%]</b>"
1791           textangle: 270
1792           x: -0.06
1793           xanchor: "center"
1794           xref: "paper"
1795           y: 0.5
1796           yanchor: "middle"
1797           yref: "paper"
1798         - font:
1799             size: 14
1800           showarrow: False
1801           text: "<b>Direction: E-W</b>"
1802           x: 0.24
1803           xanchor: "center"
1804           xref: "paper"
1805           y: 1.05
1806           yanchor: "bottom"
1807           yref: "paper"
1808         - font:
1809             size: 14
1810           showarrow: False
1811           text: "<b>Direction: W-E</b>"
1812           x: 0.74
1813           xanchor: "center"
1814           xref: "paper"
1815           y: 1.05
1816           yanchor: "bottom"
1817           yref: "paper"
1818
1819     plot-hdrh-latency-percentile:
1820       title:
1821         text: ""
1822         xanchor: "center"
1823         x: 0.5
1824         font:
1825           size: 18
1826       xaxis:
1827         type: "log"
1828         title: "<b>Percentile [%]</b>"
1829         titlefont:
1830           size: 16
1831         autorange: True
1832         fixedrange: False
1833         gridcolor: "rgb(230, 230, 230)"
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         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
1841         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
1842         tickfont:
1843           size: 16
1844       yaxis:
1845         title: "<b>Packet Latency [uSec]</b>"
1846         titlefont:
1847           size: 16
1848         gridcolor: "rgb(230, 230, 230)"
1849         linecolor: "rgb(220, 220, 220)"
1850         linewidth: 1
1851         showgrid: True
1852         showline: True
1853         showticklabels: True
1854         tickcolor: "rgb(220, 220, 220)"
1855         tickfont:
1856           size: 16
1857       autosize: False
1858       showlegend: True
1859       legend:
1860         traceorder: "normal"
1861         orientation: "h"
1862         font:
1863           size: 16
1864         xanchor: "left"
1865         yanchor: "top"
1866         x: 0
1867         y: -0.15
1868         bgcolor: "rgba(255, 255, 255, 0)"
1869         bordercolor: "rgba(255, 255, 255, 0)"
1870       width: 700
1871       height: 700
1872       paper_bgcolor: "white"
1873       plot_bgcolor: "white"
1874
1875     plot-hdrh-latency-by-percentile:
1876       title:
1877         text: "<b>Latency by Percentile Distribution</b>"
1878         xanchor: "center"
1879         x: 0.5
1880         font:
1881           size: 18
1882       showlegend: True
1883       legend:
1884         traceorder: "normal"
1885         orientation: "h"
1886         font:
1887           size: 16
1888         xanchor: "left"
1889         yanchor: "top"
1890         x: 0
1891         y: -0.2
1892         bgcolor: "rgba(255, 255, 255, 0)"
1893         bordercolor: "rgba(255, 255, 255, 0)"
1894       xaxis:
1895         type: "linear"
1896         title: "<b>Percentile [%]</b>"
1897         titlefont:
1898           size: 14
1899         autorange: False
1900         fixedrange: False
1901         range: [0, 100]
1902         gridcolor: "rgb(230, 230, 230)"
1903         linecolor: "rgb(220, 220, 220)"
1904         linewidth: 1
1905         showgrid: True
1906         showline: True
1907         showticklabels: True
1908         tickcolor: "rgb(220, 220, 220)"
1909         tickvals: [0, 25, 50, 75, 100]
1910         ticktext: [0, 25, 50, 75, 100]
1911         tickfont:
1912           size: 14
1913       yaxis:
1914         title: "<b>One-Way Latency per Direction [uSec]</b>"
1915         titlefont:
1916           size: 14
1917         gridcolor: "rgb(230, 230, 230)"
1918         linecolor: "rgb(220, 220, 220)"
1919         linewidth: 1
1920         showgrid: True
1921         showline: True
1922         showticklabels: True
1923         tickcolor: "rgb(220, 220, 220)"
1924         tickfont:
1925           size: 14
1926       width: 700
1927       height: 700
1928       paper_bgcolor: "white"
1929       plot_bgcolor: "white"
1930
1931 - type: "static"
1932   src-path: "{DIR[RST]}"
1933   dst-path: "{DIR[WORKING,SRC]}"
1934
1935 - type: "input"
1936   general:
1937     file-name: "output_info.xml.gz"
1938     file-format: ".gz"
1939     arch-file-format:
1940       - ".gz"
1941       - ".zip"
1942     download-path: "{job}/{build}/archives/{filename}"
1943     extract: "output.xml"
1944
1945     zip-file-name: "robot-plugin.zip"
1946     zip-file-format: ".zip"
1947     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1948     zip-extract: "robot-plugin/output.xml"
1949
1950   builds:
1951
1952     csit-vpp-perf-verify-1904-3n-hsw:
1953       - 9   # MRR sel
1954       - 11  # NDRPDR sel
1955       - 12  # NDRPDR sel
1956       - 20  # NDRPDR sel
1957       - 21  # NDRPDR sel
1958       - 23  # NDRPDR sel
1959       - 24  # NDRPDR sel
1960       - 25  # NDRPDR sel
1961       - 26  # NDRPDR sel
1962       - 29  # NDRPDR sel
1963       - 30  # NDRPDR sel
1964     csit-vpp-perf-verify-1908-3n-hsw:
1965       - 12  # NDRPDR sel
1966       - 13  # NDRPDR sel
1967       - 14  # NDRPDR sel
1968       - 15  # NDRPDR sel
1969       - 16  # NDRPDR sel
1970       - 17  # NDRPDR sel
1971       - 18  # NDRPDR sel
1972       - 19  # NDRPDR sel
1973       - 20  # NDRPDR sel
1974       - 21  # NDRPDR sel
1975       - 48  # NDRPDR sel vhost
1976       - 49  # NDRPDR sel vhost
1977       - 52  # NDRPDR sel vhost
1978       - 53  # NDRPDR sel vhost
1979       - 54  # NDRPDR sel vhost
1980       - 55  # NDRPDR sel vhost
1981       - 56  # NDRPDR sel vhost
1982       - 57  # NDRPDR sel vhost
1983       - 58  # NDRPDR sel vhost
1984       - 59  # NDRPDR sel vhost
1985       - 39  # MRR sel
1986     csit-vpp-perf-verify-2001-3n-hsw:
1987       - 21  # NDRPDR sel
1988       - 22  # NDRPDR sel
1989       - 23  # NDRPDR sel
1990       - 24  # NDRPDR sel
1991       - 25  # NDRPDR sel
1992       - 29  # NDRPDR sel
1993       - 30  # NDRPDR sel
1994       - 31  # NDRPDR sel
1995       - 32  # NDRPDR sel
1996       - 34  # NDRPDR sel
1997       - 17  # MRR sel
1998       - 18  # NDRPDR full
1999       - 20  # NDRPDR full
2000       - 28  # NDRPDR full
2001       - 35  # NDRPDR full
2002       - 42  # NDRPDR full
2003       - 46  # NDRPDR full
2004       - 47  # NDRPDR full
2005       - 48  # NDRPDR full
2006       - 49  # NDRPDR full
2007       - 50  # NDRPDR full
2008       - 51  # NDRPDR full
2009       - 52  # NDRPDR full
2010       - 53  # NDRPDR full
2011       - 54  # NDRPDR full
2012       - 55  # NDRPDR full
2013       - 56  # NDRPDR full
2014       - 57  # NDRPDR full
2015       - 58  # NDRPDR full
2016       - 59  # NDRPDR full
2017       - 61  # NDRPDR full
2018       - 62  # NDRPDR full
2019       - 65  # NDRPDR full
2020
2021 #    csit-vpp-perf-verify-1904-3n-skx:
2022 #      - 7   # MRR sel
2023 #      - 8   # NDRPDR sel
2024 #      - 9   # NDRPDR sel
2025 #      - 10  # NDRPDR sel
2026 #      - 11  # NDRPDR sel
2027 #      - 12  # NDRPDR sel
2028 #      - 14  # NDRPDR sel
2029 #      - 16  # NDRPDR sel
2030 #      - 21  # NDRPDR sel
2031 #      - 23  # NDRPDR sel
2032 #      - 25  # NDRPDR sel
2033 #    csit-vpp-perf-verify-1908-3n-skx:
2034 #      - 14  # NDRPDR sel
2035 #      - 16  # NDRPDR sel
2036 #      - 19  # NDRPDR sel
2037 #      - 20  # NDRPDR sel
2038 #      - 22  # NDRPDR sel
2039 #      - 23  # NDRPDR sel
2040 #      - 24  # NDRPDR sel
2041 #      - 25  # NDRPDR sel
2042 #      - 26  # NDRPDR sel
2043 #      - 29  # NDRPDR sel
2044 #      - 52  # NDRPDR sel vhost
2045 #      - 53  # NDRPDR sel vhost
2046 #      - 55  # NDRPDR sel vhost
2047 #      - 61  # NDRPDR sel vhost
2048 #      - 62  # NDRPDR sel vhost
2049 #      - 63  # NDRPDR sel vhost
2050 #      - 64  # NDRPDR sel vhost
2051 #      - 65  # NDRPDR sel vhost
2052 #      - 66  # NDRPDR sel vhost
2053 #      - 67  # NDRPDR sel vhost
2054 #      - 36  # MRR sel
2055 #    csit-vpp-perf-verify-2001-3n-skx:
2056 #      - 14  # NDRPDR sel
2057 #      - 15  # NDRPDR sel
2058 #      - 16  # NDRPDR sel
2059
2060 #    csit-vpp-perf-verify-1904-2n-skx:
2061 #      - 11  # MRR sel
2062 #      - 12  # NDRPDR sel
2063 #      - 14  # NDRPDR sel
2064 #      - 16  # NDRPDR sel
2065 #      - 17  # NDRPDR sel
2066 #      - 18  # NDRPDR sel
2067 #      - 21  # NDRPDR sel
2068 #      - 27  # NDRPDR sel
2069 #      - 30  # NDRPDR sel
2070 #      - 31  # NDRPDR sel
2071 #      - 32  # NDRPDR sel
2072 #    csit-vpp-perf-verify-1908-2n-skx:
2073 #      - 26  # NDRPDR sel
2074 #      - 27  # NDRPDR sel
2075 #      - 34  # NDRPDR sel
2076 #      - 35  # NDRPDR sel
2077 #      - 36  # NDRPDR sel
2078 #      - 42  # NDRPDR sel
2079 #      - 43  # NDRPDR sel
2080 #      - 44  # NDRPDR sel
2081 #      - 45  # NDRPDR sel
2082 #      - 46  # NDRPDR sel
2083 #      - 88  # NDRPDR sel vhost
2084 #      - 89  # NDRPDR sel vhost
2085 #      - 91  # NDRPDR sel vhost
2086 #      - 92  # NDRPDR sel vhost
2087 #      - 93  # NDRPDR sel vhost
2088 #      - 94  # NDRPDR sel vhost
2089 #      - 95  # NDRPDR sel vhost
2090 #      - 96  # NDRPDR sel vhost
2091 #      - 97  # NDRPDR sel vhost
2092 #      - 98  # NDRPDR sel vhost
2093 #      - 69  # MRR sel
2094 #      - 29  # TCP
2095 #      - 30  # TCP
2096 #      - 58  # TCP
2097 #      - 22  # NFV
2098 #      - 31  # NFV
2099 #      - 32  # NFV
2100 #      - 71  # NFV MRR
2101 #      - 113 # NFV reconf sel
2102 #      - 114 # NFV reconf sel
2103 #      - 115 # NFV reconf sel
2104 #      - 83  # SOAK
2105 #      - 86  # SOAK
2106 #    csit-vpp-perf-verify-2001-2n-skx:
2107 #      - 21  # NDRPDR sel
2108 #      - 22  # NDRPDR sel
2109 #      - 23  # NDRPDR sel
2110 #      - 26  # NDRPDR sel
2111 #      - 27  # NDRPDR sel
2112 #      - 29  # NDRPDR sel
2113 #      - 32  # NDRPDR full
2114 #      - 33  # NDRPDR full
2115 #      - 30  # NFV
2116 #      - 31  # NFV
2117
2118 #    csit-vpp-perf-verify-2001-2n-clx:
2119 #      - 22  # NDRPDR sel
2120 #      - 23  # NDRPDR sel
2121 #      - 24  # NDRPDR sel
2122 #      - 25  # NDRPDR sel
2123
2124     csit-vpp-perf-verify-1908-3n-tsh:
2125       - 7   # NDRPDR sel
2126       - 8   # NDRPDR sel
2127       - 9   # NDRPDR sel
2128       - 10  # NDRPDR sel
2129       - 11  # NDRPDR sel
2130       - 12  # NDRPDR sel
2131       - 13  # NDRPDR sel
2132       - 14  # NDRPDR sel
2133       - 15  # NDRPDR sel
2134       - 16  # NDRPDR sel
2135       - 17  # MRR sel
2136     csit-vpp-perf-verify-2001-3n-tsh:
2137       - 3   # NDRPDR sel
2138       - 4   # NDRPDR sel
2139       - 7   # NDRPDR sel
2140       - 8   # NDRPDR sel
2141       - 10  # NDRPDR sel
2142       - 9   # MRR sel
2143
2144     csit-vpp-perf-verify-1908-3n-dnv:
2145       - 6   # NDRPDR sel
2146       - 7   # NDRPDR sel
2147       - 8   # NDRPDR sel
2148       - 9   # NDRPDR sel
2149       - 10  # NDRPDR sel
2150       - 12  # NDRPDR sel
2151       - 13  # NDRPDR sel
2152       - 14  # NDRPDR sel
2153       - 15  # NDRPDR sel
2154       - 16  # NDRPDR sel
2155       - 17  # MRR sel
2156     csit-vpp-perf-verify-2001-3n-dnv:
2157       - 5   # NDRPDR sel
2158       - 6   # NDRPDR sel
2159       - 7   # NDRPDR sel
2160       - 8   # NDRPDR sel
2161       - 9   # NDRPDR sel
2162       - 10  # NDRPDR sel
2163       - 12  # NDRPDR sel
2164       - 16  # NDRPDR sel
2165       - 17  # NDRPDR sel
2166       - 18  # NDRPDR sel
2167       - 11  # MRR sel
2168       - 19  # NDRPDR full
2169       - 20  # NDRPDR full
2170       - 21  # NDRPDR full
2171       - 22  # NDRPDR full
2172       - 23  # NDRPDR full
2173       - 24  # NDRPDR full
2174       - 25  # NDRPDR full
2175       - 26  # NDRPDR full
2176
2177     csit-vpp-perf-verify-1908-2n-dnv:
2178       - 1   # NDRPDR sel
2179       - 2   # NDRPDR sel
2180       - 3   # NDRPDR sel
2181       - 4   # NDRPDR sel
2182       - 5   # NDRPDR sel
2183       - 6   # NDRPDR sel
2184       - 7   # NDRPDR sel
2185       - 8   # NDRPDR sel
2186       - 9   # NDRPDR sel
2187       - 10  # NDRPDR sel
2188       - 11  # MRR sel
2189     csit-vpp-perf-verify-2001-2n-dnv:
2190       - 4   # NDRPDR sel
2191       - 5   # NDRPDR sel
2192       - 6   # NDRPDR sel
2193       - 7   # NDRPDR sel
2194       - 8   # NDRPDR sel
2195       - 9   # NDRPDR sel
2196       - 10  # NDRPDR sel
2197       - 11  # NDRPDR sel
2198       - 13  # NDRPDR sel
2199       - 16  # NDRPDR sel
2200       - 12  # MRR sel
2201       - 21  # NDRPDR full
2202       - 22  # NDRPDR full
2203       - 25  # NDRPDR full
2204       - 26  # NDRPDR full
2205       - 27  # NDRPDR full
2206       - 28  # NDRPDR full
2207
2208     csit-dpdk-perf-verify-1904-3n-hsw:
2209       - 2   # NDRPDR sel
2210       - 3   # NDRPDR sel
2211       - 5   # NDRPDR sel
2212       - 6   # NDRPDR sel
2213       - 13  # NDRPDR sel
2214       - 14  # NDRPDR sel
2215       - 15  # NDRPDR sel
2216       - 18  # NDRPDR sel
2217       - 19  # NDRPDR sel
2218       - 20  # NDRPDR sel
2219     csit-dpdk-perf-verify-1908-3n-hsw:
2220       - 2   # NDRPDR sel
2221       - 3   # NDRPDR sel
2222       - 4   # NDRPDR sel
2223       - 5   # NDRPDR sel
2224       - 6   # NDRPDR sel
2225       - 7   # NDRPDR sel
2226       - 8   # NDRPDR sel
2227       - 9   # NDRPDR sel
2228       - 10  # NDRPDR sel
2229       - 11  # NDRPDR sel
2230     csit-dpdk-perf-verify-2001-3n-hsw:
2231       - 4   # NDRPDR sel
2232       - 5   # NDRPDR sel
2233       - 6   # NDRPDR sel
2234       - 7   # NDRPDR sel
2235       - 8   # NDRPDR sel
2236       - 9   # NDRPDR sel
2237       - 10  # NDRPDR sel
2238       - 11  # NDRPDR sel
2239       - 12  # NDRPDR sel
2240       - 13  # NDRPDR sel
2241       - 15  # NDRPDR sel
2242       - 16  # NDRPDR sel
2243       - 17  # NDRPDR sel
2244       - 18  # NDRPDR sel
2245       - 19  # NDRPDR sel
2246       - 20  # NDRPDR sel
2247       - 21  # NDRPDR sel
2248       - 22  # NDRPDR sel
2249       - 23  # NDRPDR sel
2250       - 24  # NDRPDR sel
2251       - 25  # NDRPDR full
2252       - 26  # NDRPDR full
2253
2254 #    csit-dpdk-perf-verify-1904-3n-skx:
2255 #      - 2   # NDRPDR sel
2256 #      - 3   # NDRPDR sel
2257 #      - 4   # NDRPDR sel
2258 #      - 5   # NDRPDR sel
2259 #      - 6   # NDRPDR sel
2260 #      - 7   # NDRPDR sel
2261 #      - 11  # NDRPDR sel
2262 #      - 12  # NDRPDR sel
2263 #      - 13  # NDRPDR sel
2264 #      - 14  # NDRPDR sel
2265 #    csit-dpdk-perf-verify-1908-3n-skx:
2266 #      - 3   # NDRPDR sel
2267 #      - 4   # NDRPDR sel
2268 #      - 5   # NDRPDR sel
2269 #      - 6   # NDRPDR sel
2270 #      - 7   # NDRPDR sel
2271 #      - 8   # NDRPDR sel
2272 #      - 9   # NDRPDR sel
2273 #      - 10  # NDRPDR sel
2274 #      - 11  # NDRPDR sel
2275 #      - 12  # NDRPDR sel
2276 #    csit-dpdk-perf-verify-2001-3n-skx:
2277 #      - 1   # NDRPDR sel
2278 #      - 2   # NDRPDR sel
2279 #      - 3   # NDRPDR sel
2280 #      - 4   # NDRPDR sel
2281 #      - 5   # NDRPDR sel
2282 #      - 6   # NDRPDR sel
2283 #      - 7   # NDRPDR sel
2284 #      - 8   # NDRPDR sel
2285 #      - 9   # NDRPDR sel
2286 #      - 10  # NDRPDR sel
2287
2288 #    csit-dpdk-perf-verify-1904-2n-skx:
2289 #      - 2   # NDRPDR sel
2290 #      - 3   # NDRPDR sel
2291 #      - 4   # NDRPDR sel
2292 #      - 5   # NDRPDR sel
2293 #      - 7   # NDRPDR sel
2294 #      - 8   # NDRPDR sel
2295 #      - 9   # NDRPDR sel
2296 #      - 10  # NDRPDR sel
2297 #      - 11  # NDRPDR sel
2298 #      - 12  # NDRPDR sel
2299 #    csit-dpdk-perf-verify-1908-2n-skx:
2300 #      - 2   # NDRPDR sel
2301 #      - 3   # NDRPDR sel
2302 #      - 4   # NDRPDR sel
2303 #      - 5   # NDRPDR sel
2304 #      - 7   # NDRPDR sel
2305 #      - 8   # NDRPDR sel
2306 #      - 9   # NDRPDR sel
2307 #      - 10  # NDRPDR sel
2308 #      - 11  # NDRPDR sel
2309 #      - 12  # NDRPDR sel
2310 #    csit-dpdk-perf-verify-2001-2n-skx:
2311 #      - 1   # NDRPDR sel
2312 #      - 2   # NDRPDR sel
2313 #      - 3   # NDRPDR sel
2314 #      - 4   # NDRPDR sel
2315 #      - 5   # NDRPDR sel
2316 #      - 6   # NDRPDR sel
2317 #      - 7   # NDRPDR sel
2318 #      - 8   # NDRPDR sel
2319 #      - 9   # NDRPDR sel
2320 #      - 10  # NDRPDR sel
2321 #      - 11  # NDRPDR sel
2322 #      - 13  # NDRPDR sel
2323 #      - 26  # NDRPDR sel
2324 #      - 16  # NDRPDR sel
2325 #      - 17  # NDRPDR sel
2326 #      - 18  # NDRPDR sel
2327 #      - 19  # NDRPDR sel
2328 #      - 27  # NDRPDR sel
2329 #      - 21  # NDRPDR sel
2330 #      - 25  # NDRPDR sel
2331
2332 #    csit-dpdk-perf-verify-2001-2n-clx:
2333 #      - 1   # NDRPDR sel
2334 #      - 2   # NDRPDR sel
2335 #      - 3   # NDRPDR sel
2336 #      - 4   # NDRPDR sel
2337 #      - 5   # NDRPDR sel
2338 #      - 6   # NDRPDR sel
2339 #      - 7   # NDRPDR sel
2340 #      - 8   # NDRPDR sel
2341 #      - 9   # NDRPDR sel
2342 #      - 10  # NDRPDR sel
2343
2344     csit-dpdk-perf-verify-2001-2n-dnv:
2345       - 9   # NDRPDR sel
2346       - 10  # NDRPDR sel
2347       - 11  # NDRPDR sel
2348       - 12  # NDRPDR sel
2349       - 13  # NDRPDR sel
2350       - 14  # NDRPDR sel
2351       - 15  # NDRPDR sel
2352       - 16  # NDRPDR sel
2353       - 17  # NDRPDR sel
2354       - 18  # NDRPDR sel
2355
2356     csit-dpdk-perf-verify-2001-3n-dnv:
2357       - 12  # NDRPDR sel
2358       - 13  # NDRPDR sel
2359       - 14  # NDRPDR sel
2360       - 15  # NDRPDR sel
2361       - 16  # NDRPDR sel
2362       - 17  # NDRPDR sel
2363       - 18  # NDRPDR sel
2364       - 19  # NDRPDR sel
2365       - 20  # NDRPDR sel
2366       - 22  # NDRPDR sel
2367
2368     csit-dpdk-perf-verify-2001-3n-tsh:
2369       - 3   # NDRPDR sel
2370       - 4   # NDRPDR sel
2371       - 5   # NDRPDR sel
2372       - 9   # NDRPDR sel
2373       - 10  # NDRPDR sel
2374       - 11  # NDRPDR sel
2375       - 12  # NDRPDR sel
2376       - 14  # NDRPDR sel
2377       - 15  # NDRPDR sel
2378       - 18  # NDRPDR sel
2379
2380     csit-vpp-device-2001-ubuntu1804-1n-skx:
2381       - 57
2382
2383 - type: "output"
2384   output: "report"
2385   format:
2386     html:
2387     - full
2388     pdf:
2389     - minimal
2390
2391 ################################################################################
2392 ###                               T A B L E S                                ###
2393 ################################################################################
2394
2395 ## VPP Soak vs NDR
2396 #- type: "table"
2397 #  title: "VPP Soak vs NDR 2n-skx"
2398 #  algorithm: "table_soak_vs_ndr"
2399 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2400 #  reference:
2401 #    title: "NDR"
2402 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
2403 #  compare:
2404 #    title: "Soak"
2405 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
2406 #  data: "vpp-soak-vs-ndr-2n-skx"
2407 #  include-tests: "NDR"
2408 #  filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2409 #  parameters:
2410 #    - "throughput"
2411 #    - "name"
2412 #    - "parent"
2413
2414 ################################################################################
2415
2416 ## VPP Compare NICs 3n-skx 2t1c ndr
2417 #- type: "table"
2418 #  title: "VPP Compare NICs 3n-skx 2t1c ndr"
2419 #  algorithm: "table_nics_comparison"
2420 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2421 #  reference:
2422 #    title: "x710"
2423 #    nic: "NIC_Intel-X710"
2424 #  compare:
2425 #    title: "xxv710"
2426 #    nic: "NIC_Intel-XXV710"
2427 #  data: "vpp-nic-comparison-3n-skx"
2428 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2429 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2430 #  parameters:
2431 #  - "name"
2432 #  - "parent"
2433 #  - "throughput"
2434 #  - "tags"
2435 #
2436 ## VPP Compare NICs 3n-skx 4t2c ndr
2437 #- type: "table"
2438 #  title: "VPP Compare NICs 3n-skx 4t2c ndr"
2439 #  algorithm: "table_nics_comparison"
2440 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2441 #  reference:
2442 #    title: "x710"
2443 #    nic: "NIC_Intel-X710"
2444 #  compare:
2445 #    title: "xxv710"
2446 #    nic: "NIC_Intel-XXV710"
2447 #  data: "vpp-nic-comparison-3n-skx"
2448 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2449 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2450 #  parameters:
2451 #  - "name"
2452 #  - "parent"
2453 #  - "throughput"
2454 #  - "tags"
2455 #
2456 ## VPP Compare NICs 3n-skx 2t1c pdr
2457 #- type: "table"
2458 #  title: "VPP Compare NICs 3n-skx 2t1c pdr"
2459 #  algorithm: "table_nics_comparison"
2460 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2461 #  reference:
2462 #    title: "x710"
2463 #    nic: "NIC_Intel-X710"
2464 #  compare:
2465 #    title: "xxv710"
2466 #    nic: "NIC_Intel-XXV710"
2467 #  data: "vpp-nic-comparison-3n-skx"
2468 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2469 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2470 #  parameters:
2471 #  - "name"
2472 #  - "parent"
2473 #  - "throughput"
2474 #  - "tags"
2475 #
2476 # # VPP Compare NICs 3n-skx 4t2c pdr
2477 #- type: "table"
2478 #  title: "VPP Compare NICs 3n-skx 4t2c pdr"
2479 #  algorithm: "table_nics_comparison"
2480 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2481 #  reference:
2482 #    title: "x710"
2483 #    nic: "NIC_Intel-X710"
2484 #  compare:
2485 #    title: "xxv710"
2486 #    nic: "NIC_Intel-XXV710"
2487 #  data: "vpp-nic-comparison-3n-skx"
2488 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2489 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2490 #  parameters:
2491 #  - "name"
2492 #  - "parent"
2493 #  - "throughput"
2494 #  - "tags"
2495 #
2496 ## VPP Compare NICs 3n-skx 2t1c mrr
2497 #- type: "table"
2498 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2499 #  algorithm: "table_nics_comparison"
2500 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2501 #  reference:
2502 #    title: "x710"
2503 #    nic: "NIC_Intel-X710"
2504 #  compare:
2505 #    title: "xxv710"
2506 #    nic: "NIC_Intel-XXV710"
2507 #  data: "vpp-nic-comparison-3n-skx-mrr"
2508 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2509 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2510 #  parameters:
2511 #  - "name"
2512 #  - "parent"
2513 #  - "result"
2514 #  - "tags"
2515 #
2516 ## VPP Compare NICs 3n-skx 4t2c mrr
2517 #- type: "table"
2518 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2519 #  algorithm: "table_nics_comparison"
2520 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2521 #  reference:
2522 #    title: "x710"
2523 #    nic: "NIC_Intel-X710"
2524 #  compare:
2525 #    title: "xxv710"
2526 #    nic: "NIC_Intel-XXV710"
2527 #  data: "vpp-nic-comparison-3n-skx-mrr"
2528 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2529 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2530 #  parameters:
2531 #  - "name"
2532 #  - "parent"
2533 #  - "result"
2534 #  - "tags"
2535 #
2536 # # VPP Compare NICs 3n-skx 8t4c mrr
2537 #- type: "table"
2538 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2539 #  algorithm: "table_nics_comparison"
2540 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2541 #  reference:
2542 #    title: "x710"
2543 #    nic: "NIC_Intel-X710"
2544 #  compare:
2545 #    title: "xxv710"
2546 #    nic: "NIC_Intel-XXV710"
2547 #  data: "vpp-nic-comparison-3n-skx-mrr"
2548 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2549 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2550 #  parameters:
2551 #  - "name"
2552 #  - "parent"
2553 #  - "result"
2554 #  - "tags"
2555 #
2556 ## VPP Compare NICs 2n-skx 2t1c ndr
2557 #- type: "table"
2558 #  title: "VPP Compare NICs 2n-skx 2t1c ndr"
2559 #  algorithm: "table_nics_comparison"
2560 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2561 #  reference:
2562 #    title: "x710"
2563 #    nic: "NIC_Intel-X710"
2564 #  compare:
2565 #    title: "xxv710"
2566 #    nic: "NIC_Intel-XXV710"
2567 #  data: "vpp-nic-comparison-2n-skx"
2568 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2569 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2570 #  parameters:
2571 #  - "name"
2572 #  - "parent"
2573 #  - "throughput"
2574 #  - "tags"
2575 #
2576 ## VPP Compare NICs 2n-skx 4t2c ndr
2577 #- type: "table"
2578 #  title: "VPP Compare NICs 2n-skx 4t2c ndr"
2579 #  algorithm: "table_nics_comparison"
2580 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2581 #  reference:
2582 #    title: "x710"
2583 #    nic: "NIC_Intel-X710"
2584 #  compare:
2585 #    title: "xxv710"
2586 #    nic: "NIC_Intel-XXV710"
2587 #  data: "vpp-nic-comparison-2n-skx"
2588 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2589 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2590 #  parameters:
2591 #  - "name"
2592 #  - "parent"
2593 #  - "throughput"
2594 #  - "tags"
2595 #
2596 # # VPP Compare NICs 2n-skx 2t1c pdr
2597 #- type: "table"
2598 #  title: "VPP Compare NICs 2n-skx 2t1c pdr"
2599 #  algorithm: "table_nics_comparison"
2600 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2601 #  reference:
2602 #    title: "x710"
2603 #    nic: "NIC_Intel-X710"
2604 #  compare:
2605 #    title: "xxv710"
2606 #    nic: "NIC_Intel-XXV710"
2607 #  data: "vpp-nic-comparison-2n-skx"
2608 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2609 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2610 #  parameters:
2611 #  - "name"
2612 #  - "parent"
2613 #  - "throughput"
2614 #  - "tags"
2615 #
2616 ## VPP Compare NICs 2n-skx 4t2c pdr
2617 #- type: "table"
2618 #  title: "VPP Compare NICs 2n-skx 4t2c pdr"
2619 #  algorithm: "table_nics_comparison"
2620 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2621 #  reference:
2622 #    title: "x710"
2623 #    nic: "NIC_Intel-X710"
2624 #  compare:
2625 #    title: "xxv710"
2626 #    nic: "NIC_Intel-XXV710"
2627 #  data: "vpp-nic-comparison-2n-skx"
2628 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2629 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2630 #  parameters:
2631 #  - "name"
2632 #  - "parent"
2633 #  - "throughput"
2634 #  - "tags"
2635 #
2636 ## VPP Compare NICs 2n-skx 2t1c mrr
2637 #- type: "table"
2638 #  title: "VPP Compare NICs 2n-skx 2t1c mrr"
2639 #  algorithm: "table_nics_comparison"
2640 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2641 #  reference:
2642 #    title: "x710"
2643 #    nic: "NIC_Intel-X710"
2644 #  compare:
2645 #    title: "xxv710"
2646 #    nic: "NIC_Intel-XXV710"
2647 #  data: "vpp-nic-comparison-2n-skx-mrr"
2648 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2649 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2650 #  parameters:
2651 #  - "name"
2652 #  - "parent"
2653 #  - "result"
2654 #  - "tags"
2655 #
2656 ## VPP Compare NICs 2n-skx 4t2c mrr
2657 #- type: "table"
2658 #  title: "VPP Compare NICs 2n-skx 4t2c mrr"
2659 #  algorithm: "table_nics_comparison"
2660 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2661 #  reference:
2662 #    title: "x710"
2663 #    nic: "NIC_Intel-X710"
2664 #  compare:
2665 #    title: "xxv710"
2666 #    nic: "NIC_Intel-XXV710"
2667 #  data: "vpp-nic-comparison-2n-skx-mrr"
2668 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2669 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2670 #  parameters:
2671 #  - "name"
2672 #  - "parent"
2673 #  - "result"
2674 #  - "tags"
2675 #
2676 ## VPP Compare NICs 2n-skx 8t4c mrr
2677 #- type: "table"
2678 #  title: "VPP Compare NICs 2n-skx 8t4c mrr"
2679 #  algorithm: "table_nics_comparison"
2680 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2681 #  reference:
2682 #    title: "x710"
2683 #    nic: "NIC_Intel-X710"
2684 #  compare:
2685 #    title: "xxv710"
2686 #    nic: "NIC_Intel-XXV710"
2687 #  data: "vpp-nic-comparison-2n-skx-mrr"
2688 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2689 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2690 #  parameters:
2691 #  - "name"
2692 #  - "parent"
2693 #  - "result"
2694 #  - "tags"
2695
2696 ################################################################################
2697 # VPP
2698
2699 # VPP Performance Changes 3n-hsw 1t1c pdr
2700 - type: "table"
2701   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2702   algorithm: "table_perf_comparison"
2703   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2704   history:
2705     - title: "rls1904"
2706       data: "vpp-performance-changes-3n-hsw-h1"
2707   reference:
2708     title: "rls1908"
2709     data: "vpp-performance-changes-3n-hsw-ref"
2710     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2711   compare:
2712     title: "rls2001"
2713     data: "vpp-performance-changes-3n-hsw-cmp"
2714   data: "vpp-performance-changes-3n-hsw"
2715   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2716   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2717   parameters:
2718   - "name"
2719   - "parent"
2720   - "throughput"
2721
2722 # VPP Performance Changes 3n-hsw 2t2c pdr
2723 - type: "table"
2724   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2725   algorithm: "table_perf_comparison"
2726   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2727   history:
2728     - title: "rls1904"
2729       data: "vpp-performance-changes-3n-hsw-h1"
2730   reference:
2731     title: "rls1908"
2732     data: "vpp-performance-changes-3n-hsw-ref"
2733     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2734   compare:
2735     title: "rls2001"
2736     data: "vpp-performance-changes-3n-hsw-cmp"
2737   data: "vpp-performance-changes-3n-hsw"
2738   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2739   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2740   parameters:
2741   - "name"
2742   - "parent"
2743   - "throughput"
2744
2745 # VPP Performance Changes 3n-hsw 1t1c ndr
2746 - type: "table"
2747   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2748   algorithm: "table_perf_comparison"
2749   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2750   history:
2751     - title: "rls1904"
2752       data: "vpp-performance-changes-3n-hsw-h1"
2753   reference:
2754     title: "rls1908"
2755     data: "vpp-performance-changes-3n-hsw-ref"
2756     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2757   compare:
2758     title: "rls2001"
2759     data: "vpp-performance-changes-3n-hsw-cmp"
2760   data: "vpp-performance-changes-3n-hsw"
2761   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2762   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2763   parameters:
2764   - "name"
2765   - "parent"
2766   - "throughput"
2767
2768 # VPP Performance Changes 3n-hsw 2t2c ndr
2769 - type: "table"
2770   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2771   algorithm: "table_perf_comparison"
2772   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2773   history:
2774     - title: "rls1904"
2775       data: "vpp-performance-changes-3n-hsw-h1"
2776   reference:
2777     title: "rls1908"
2778     data: "vpp-performance-changes-3n-hsw-ref"
2779     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2780   compare:
2781     title: "rls2001"
2782     data: "vpp-performance-changes-3n-hsw-cmp"
2783   data: "vpp-performance-changes-3n-hsw"
2784   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2785   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2786   parameters:
2787   - "name"
2788   - "parent"
2789   - "throughput"
2790
2791 ## VPP Performance Changes 3n-skx 2t1c pdr
2792 #- type: "table"
2793 #  title: "VPP Performance Changes 3n-skx 2t1c pdr"
2794 #  algorithm: "table_perf_comparison_nic"
2795 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2796 #  history:
2797 #    - title: "rls1904 x710"
2798 #      data: "vpp-performance-changes-3n-skx-h1"
2799 #      nic: "NIC_Intel-X710"
2800 #  reference:
2801 #    title: "rls1908 xxv710"
2802 #    data: "vpp-performance-changes-3n-skx-ref"
2803 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2804 #    nic: "NIC_Intel-XXV710"
2805 #  compare:
2806 #    title: "rls2001 xxv710"
2807 #    data: "vpp-performance-changes-3n-skx-cmp"
2808 #    nic: "NIC_Intel-XXV710"
2809 #  data: "vpp-performance-changes-3n-skx"
2810 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2811 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2812 #  parameters:
2813 #  - "name"
2814 #  - "parent"
2815 #  - "throughput"
2816 #  - "tags"
2817 #
2818 ## VPP Performance Changes 3n-skx 4t2c pdr
2819 #- type: "table"
2820 #  title: "VPP Performance Changes 3n-skx 4t2c pdr"
2821 #  algorithm: "table_perf_comparison_nic"
2822 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2823 #  history:
2824 #    - title: "rls1904 x710"
2825 #      data: "vpp-performance-changes-3n-skx-h1"
2826 #      nic: "NIC_Intel-X710"
2827 #  reference:
2828 #    title: "rls1908 x710"
2829 #    data: "vpp-performance-changes-3n-skx-ref"
2830 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2831 #    nic: "NIC_Intel-X710"
2832 #  compare:
2833 #    title: "rls2001 xxv710"
2834 #    data: "vpp-performance-changes-3n-skx-cmp"
2835 #    nic: "NIC_Intel-XXV710"
2836 #  data: "vpp-performance-changes-3n-skx"
2837 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2838 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2839 #  parameters:
2840 #  - "name"
2841 #  - "parent"
2842 #  - "throughput"
2843 #  - "tags"
2844 #
2845 ## VPP Performance Changes 3n-skx 2t1c ndr
2846 #- type: "table"
2847 #  title: "VPP Performance Changes 3n-skx 2t1c ndr"
2848 #  algorithm: "table_perf_comparison_nic"
2849 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2850 #  history:
2851 #    - title: "rls1904 x710"
2852 #      data: "vpp-performance-changes-3n-skx-h1"
2853 #      nic: "NIC_Intel-X710"
2854 #  reference:
2855 #    title: "rls1908 x710"
2856 #    data: "vpp-performance-changes-3n-skx-ref"
2857 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2858 #    nic: "NIC_Intel-X710"
2859 #  compare:
2860 #    title: "rls2001 xxv710"
2861 #    data: "vpp-performance-changes-3n-skx-cmp"
2862 #    nic: "NIC_Intel-XXV710"
2863 #  data: "vpp-performance-changes-3n-skx"
2864 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2865 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2866 #  parameters:
2867 #  - "name"
2868 #  - "parent"
2869 #  - "throughput"
2870 #  - "tags"
2871 #
2872 ## VPP Performance Changes 3n-skx 4t2c ndr
2873 #- type: "table"
2874 #  title: "VPP Performance Changes 3n-skx 4t2c ndr"
2875 #  algorithm: "table_perf_comparison_nic"
2876 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2877 #  history:
2878 #    - title: "rls1904 x710"
2879 #      data: "vpp-performance-changes-3n-skx-h1"
2880 #      nic: "NIC_Intel-X710"
2881 #  reference:
2882 #    title: "rls1908 x710"
2883 #    data: "vpp-performance-changes-3n-skx-ref"
2884 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2885 #    nic: "NIC_Intel-X710"
2886 #  compare:
2887 #    title: "rls2001 xxv710"
2888 #    data: "vpp-performance-changes-3n-skx-cmp"
2889 #    nic: "NIC_Intel-XXV710"
2890 #  data: "vpp-performance-changes-3n-skx"
2891 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2892 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2893 #  parameters:
2894 #  - "name"
2895 #  - "parent"
2896 #  - "throughput"
2897 #  - "tags"
2898 #
2899 ## VPP Performance Changes 2n-skx 2t1c pdr
2900 #- type: "table"
2901 #  title: "VPP Performance Changes 2n-skx 2t1c pdr"
2902 #  algorithm: "table_perf_comparison_nic"
2903 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2904 #  history:
2905 #    - title: "rls1904 x710"
2906 #      data: "vpp-performance-changes-2n-skx-h1"
2907 #      nic: "NIC_Intel-X710"
2908 #  reference:
2909 #    title: "rls1908 xxv710"
2910 #    data: "vpp-performance-changes-2n-skx-ref"
2911 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2912 #    nic: "NIC_Intel-XXV710"
2913 #  compare:
2914 #    title: "rls2001 xxv710"
2915 #    data: "vpp-performance-changes-2n-skx-cmp"
2916 #    nic: "NIC_Intel-XXV710"
2917 #  data: "vpp-performance-changes-2n-skx"
2918 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2919 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2920 #  parameters:
2921 #  - "name"
2922 #  - "parent"
2923 #  - "throughput"
2924 #  - "tags"
2925 #
2926 ## VPP Performance Changes 2n-skx 4t2c pdr
2927 #- type: "table"
2928 #  title: "VPP Performance Changes 2n-skx 4t2c pdr"
2929 #  algorithm: "table_perf_comparison_nic"
2930 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2931 #  history:
2932 #    - title: "rls1904 x710"
2933 #      data: "vpp-performance-changes-2n-skx-h1"
2934 #      nic: "NIC_Intel-X710"
2935 #  reference:
2936 #    title: "rls1908 xxv710"
2937 #    data: "vpp-performance-changes-2n-skx-ref"
2938 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2939 #    nic: "NIC_Intel-XXV710"
2940 #  compare:
2941 #    title: "rls2001 xxv710"
2942 #    data: "vpp-performance-changes-2n-skx-cmp"
2943 #    nic: "NIC_Intel-XXV710"
2944 #  data: "vpp-performance-changes-2n-skx"
2945 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2946 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2947 #  parameters:
2948 #  - "name"
2949 #  - "parent"
2950 #  - "throughput"
2951 #  - "tags"
2952 #
2953 ## VPP Performance Changes 2n-skx 2t1c ndr
2954 #- type: "table"
2955 #  title: "VPP Performance Changes 2n-skx 2t1c ndr"
2956 #  algorithm: "table_perf_comparison_nic"
2957 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2958 #  history:
2959 #    - title: "rls1904 x710"
2960 #      data: "vpp-performance-changes-2n-skx-h1"
2961 #      nic: "NIC_Intel-X710"
2962 #  reference:
2963 #    title: "rls1908 xxv710"
2964 #    data: "vpp-performance-changes-2n-skx-ref"
2965 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2966 #    nic: "NIC_Intel-XXV710"
2967 #  compare:
2968 #    title: "rls2001 xxv710"
2969 #    data: "vpp-performance-changes-2n-skx-cmp"
2970 #    nic: "NIC_Intel-XXV710"
2971 #  data: "vpp-performance-changes-2n-skx"
2972 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2973 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2974 #  parameters:
2975 #  - "name"
2976 #  - "parent"
2977 #  - "throughput"
2978 #  - "tags"
2979 #
2980 ## VPP Performance Changes 2n-skx 4t2c ndr
2981 #- type: "table"
2982 #  title: "VPP Performance Changes 2n-skx 4t2c ndr"
2983 #  algorithm: "table_perf_comparison_nic"
2984 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2985 #  history:
2986 #    - title: "rls1904 x710"
2987 #      data: "vpp-performance-changes-2n-skx-h1"
2988 #      nic: "NIC_Intel-X710"
2989 #  reference:
2990 #    title: "rls1908 xxv710"
2991 #    data: "vpp-performance-changes-2n-skx-ref"
2992 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2993 #    nic: "NIC_Intel-XXV710"
2994 #  compare:
2995 #    title: "rls2001 xxv710"
2996 #    data: "vpp-performance-changes-2n-skx-cmp"
2997 #    nic: "NIC_Intel-XXV710"
2998 #  data: "vpp-performance-changes-2n-skx"
2999 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3000 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3001 #  parameters:
3002 #  - "name"
3003 #  - "parent"
3004 #  - "throughput"
3005 #  - "tags"
3006 #
3007 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
3008 #- type: "table"
3009 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
3010 #  algorithm: "table_perf_comparison"
3011 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
3012 #  reference:
3013 #    title: "rls1908"
3014 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3015 #  compare:
3016 #    title: "rls2001"
3017 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3018 #  data: "vpp-performance-changes-nfv-2n-skx"
3019 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3020 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3021 #  parameters:
3022 #  - "name"
3023 #  - "parent"
3024 #  - "throughput"
3025 #  - "tags"
3026 #
3027 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
3028 #- type: "table"
3029 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
3030 #  algorithm: "table_perf_comparison"
3031 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
3032 #  reference:
3033 #    title: "rls1908"
3034 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3035 #  compare:
3036 #    title: "rls2001"
3037 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3038 #  data: "vpp-performance-changes-nfv-2n-skx"
3039 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3040 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3041 #  parameters:
3042 #  - "name"
3043 #  - "parent"
3044 #  - "throughput"
3045 #  - "tags"
3046 #
3047 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
3048 #- type: "table"
3049 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
3050 #  algorithm: "table_perf_comparison"
3051 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
3052 #  reference:
3053 #    title: "rls1908"
3054 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3055 #  compare:
3056 #    title: "rls2001"
3057 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3058 #  data: "vpp-performance-changes-nfv-2n-skx"
3059 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3060 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3061 #  parameters:
3062 #  - "name"
3063 #  - "parent"
3064 #  - "throughput"
3065 #  - "tags"
3066 #
3067 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
3068 #- type: "table"
3069 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
3070 #  algorithm: "table_perf_comparison"
3071 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
3072 #  reference:
3073 #    title: "rls1908"
3074 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3075 #  compare:
3076 #    title: "rls2001"
3077 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3078 #  data: "vpp-performance-changes-nfv-2n-skx"
3079 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3080 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3081 #  parameters:
3082 #  - "name"
3083 #  - "parent"
3084 #  - "throughput"
3085 #  - "tags"
3086
3087 # VPP Performance Changes 2n-dnv 1t1c pdr
3088 - type: "table"
3089   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3090   algorithm: "table_perf_comparison"
3091   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3092   reference:
3093     title: "rls1908"
3094     data: "vpp-performance-changes-2n-dnv-ref"
3095   compare:
3096     title: "rls2001"
3097     data: "vpp-performance-changes-2n-dnv-cmp"
3098   data: "vpp-performance-changes-2n-dnv"
3099   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3100   filter: "'1T1C'"
3101   parameters:
3102   - "name"
3103   - "parent"
3104   - "throughput"
3105   - "tags"
3106
3107 # VPP Performance Changes 2n-dnv 2t2c pdr
3108 - type: "table"
3109   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3110   algorithm: "table_perf_comparison"
3111   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3112   reference:
3113     title: "rls1908"
3114     data: "vpp-performance-changes-2n-dnv-ref"
3115   compare:
3116     title: "rls2001"
3117     data: "vpp-performance-changes-2n-dnv-cmp"
3118   data: "vpp-performance-changes-2n-dnv"
3119   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3120   filter: "'2T2C'"
3121   parameters:
3122   - "name"
3123   - "parent"
3124   - "throughput"
3125   - "tags"
3126
3127 # VPP Performance Changes 2n-dnv 1t1c ndr
3128 - type: "table"
3129   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3130   algorithm: "table_perf_comparison"
3131   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3132   reference:
3133     title: "rls1908"
3134     data: "vpp-performance-changes-2n-dnv-ref"
3135   compare:
3136     title: "rls2001"
3137     data: "vpp-performance-changes-2n-dnv-cmp"
3138   data: "vpp-performance-changes-2n-dnv"
3139   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3140   filter: "'1T1C'"
3141   parameters:
3142   - "name"
3143   - "parent"
3144   - "throughput"
3145   - "tags"
3146
3147 # VPP Performance Changes 2n-dnv 2t2c ndr
3148 - type: "table"
3149   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3150   algorithm: "table_perf_comparison"
3151   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3152   reference:
3153     title: "rls1908 "
3154     data: "vpp-performance-changes-2n-dnv-ref"
3155   compare:
3156     title: "rls2001"
3157     data: "vpp-performance-changes-2n-dnv-cmp"
3158   data: "vpp-performance-changes-2n-dnv"
3159   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3160   filter: "'2T2C'"
3161   parameters:
3162   - "name"
3163   - "parent"
3164   - "throughput"
3165   - "tags"
3166
3167 # VPP Performance Changes 3n-dnv 1t1c pdr
3168 - type: "table"
3169   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3170   algorithm: "table_perf_comparison"
3171   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3172   reference:
3173     title: "rls1908"
3174     data: "vpp-performance-changes-3n-dnv-ref"
3175   compare:
3176     title: "rls2001"
3177     data: "vpp-performance-changes-3n-dnv-cmp"
3178   data: "vpp-performance-changes-3n-dnv"
3179   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3180   filter: "'1T1C'"
3181   parameters:
3182   - "name"
3183   - "parent"
3184   - "throughput"
3185   - "tags"
3186
3187 # VPP Performance Changes 3n-dnv 2t2c pdr
3188 - type: "table"
3189   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3190   algorithm: "table_perf_comparison"
3191   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3192   reference:
3193     title: "rls1908"
3194     data: "vpp-performance-changes-3n-dnv-ref"
3195   compare:
3196     title: "rls2001"
3197     data: "vpp-performance-changes-3n-dnv-cmp"
3198   data: "vpp-performance-changes-3n-dnv"
3199   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3200   filter: "'2T2C'"
3201   parameters:
3202   - "name"
3203   - "parent"
3204   - "throughput"
3205   - "tags"
3206
3207 # VPP Performance Changes 3n-dnv 1t1c ndr
3208 - type: "table"
3209   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3210   algorithm: "table_perf_comparison"
3211   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3212   reference:
3213     title: "rls1908"
3214     data: "vpp-performance-changes-3n-dnv-ref"
3215   compare:
3216     title: "rls2001"
3217     data: "vpp-performance-changes-3n-dnv-cmp"
3218   data: "vpp-performance-changes-3n-dnv"
3219   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3220   filter: "'1T1C'"
3221   parameters:
3222   - "name"
3223   - "parent"
3224   - "throughput"
3225   - "tags"
3226
3227 # VPP Performance Changes 3n-dnv 2t2c ndr
3228 - type: "table"
3229   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3230   algorithm: "table_perf_comparison"
3231   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3232   reference:
3233     title: "rls1908"
3234     data: "vpp-performance-changes-3n-dnv-ref"
3235   compare:
3236     title: "rls2001"
3237     data: "vpp-performance-changes-3n-dnv-cmp"
3238   data: "vpp-performance-changes-3n-dnv"
3239   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3240   filter: "'2T2C'"
3241   parameters:
3242   - "name"
3243   - "parent"
3244   - "throughput"
3245   - "tags"
3246
3247 # VPP Performance Changes 3n-tsh 1t1c pdr
3248 - type: "table"
3249   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3250   algorithm: "table_perf_comparison"
3251   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3252   reference:
3253     title: "rls1908"
3254     data: "vpp-performance-changes-3n-tsh-ref"
3255   compare:
3256     title: "rls2001"
3257     data: "vpp-performance-changes-3n-tsh-cmp"
3258   data: "vpp-performance-changes-3n-tsh"
3259   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3260   filter: "'1T1C'"
3261   parameters:
3262   - "name"
3263   - "parent"
3264   - "throughput"
3265   - "tags"
3266
3267 # VPP Performance Changes 3n-tsh 2t2c pdr
3268 - type: "table"
3269   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3270   algorithm: "table_perf_comparison"
3271   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3272   reference:
3273     title: "rls1908"
3274     data: "vpp-performance-changes-3n-tsh-ref"
3275   compare:
3276     title: "rls2001"
3277     data: "vpp-performance-changes-3n-tsh-cmp"
3278   data: "vpp-performance-changes-3n-tsh"
3279   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3280   filter: "'2T2C'"
3281   parameters:
3282   - "name"
3283   - "parent"
3284   - "throughput"
3285   - "tags"
3286
3287 # VPP Performance Changes 3n-tsh 1t1c ndr
3288 - type: "table"
3289   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3290   algorithm: "table_perf_comparison"
3291   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3292   reference:
3293     title: "rls1908"
3294     data: "vpp-performance-changes-3n-tsh-ref"
3295   compare:
3296     title: "rls2001"
3297     data: "vpp-performance-changes-3n-tsh-cmp"
3298   data: "vpp-performance-changes-3n-tsh"
3299   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3300   filter: "'1T1C'"
3301   parameters:
3302   - "name"
3303   - "parent"
3304   - "throughput"
3305   - "tags"
3306
3307 # VPP Performance Changes 3n-tsh 2t2c ndr
3308 - type: "table"
3309   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3310   algorithm: "table_perf_comparison"
3311   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3312   reference:
3313     title: "rls1908"
3314     data: "vpp-performance-changes-3n-tsh-ref"
3315   compare:
3316     title: "rls2001"
3317     data: "vpp-performance-changes-3n-tsh-cmp"
3318   data: "vpp-performance-changes-3n-tsh"
3319   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3320   filter: "'2T2C'"
3321   parameters:
3322   - "name"
3323   - "parent"
3324   - "throughput"
3325   - "tags"
3326
3327 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3328 #- type: "table"
3329 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3330 #  algorithm: "table_perf_comparison_nic"
3331 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3332 #  reference:
3333 #    title: "3n-hsw xl710"
3334 #    data: "vpp-compare-testbeds-ref"
3335 #    nic: "NIC_Intel-XL710"
3336 #  compare:
3337 #    title: "3n-skx xxv710"
3338 #    data: "vpp-compare-testbeds-cmp"
3339 #    nic: "NIC_Intel-XXV710"
3340 #  data: "vpp-compare-testbeds"
3341 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3342 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3343 #  parameters:
3344 #  - "name"
3345 #  - "parent"
3346 #  - "throughput"
3347 #  - "tags"
3348 #
3349 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3350 #- type: "table"
3351 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3352 #  algorithm: "table_perf_comparison_nic"
3353 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3354 #  reference:
3355 #    title: "3n-hsw xl710"
3356 #    data: "vpp-compare-testbeds-ref"
3357 #    nic: "NIC_Intel-XL710"
3358 #  compare:
3359 #    title: "3n-skx xxv710"
3360 #    data: "vpp-compare-testbeds-cmp"
3361 #    nic: "NIC_Intel-XXV710"
3362 #  data: "vpp-compare-testbeds"
3363 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3364 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3365 #  parameters:
3366 #  - "name"
3367 #  - "parent"
3368 #  - "throughput"
3369 #  - "tags"
3370 #
3371 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3372 #- type: "table"
3373 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3374 #  algorithm: "table_perf_comparison_nic"
3375 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3376 #  reference:
3377 #    title: "3n-hsw xl710"
3378 #    data: "vpp-compare-testbeds-ref"
3379 #    nic: "NIC_Intel-XL710"
3380 #  compare:
3381 #    title: "3n-skx xxv710"
3382 #    data: "vpp-compare-testbeds-cmp"
3383 #    nic: "NIC_Intel-XXV710"
3384 #  data: "vpp-compare-testbeds"
3385 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3386 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3387 #  parameters:
3388 #  - "name"
3389 #  - "parent"
3390 #  - "throughput"
3391 #  - "tags"
3392 #
3393 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3394 #- type: "table"
3395 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3396 #  algorithm: "table_perf_comparison_nic"
3397 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3398 #  reference:
3399 #    title: "3n-hsw xl710"
3400 #    data: "vpp-compare-testbeds-ref"
3401 #    nic: "NIC_Intel-XL710"
3402 #  compare:
3403 #    title: "3n-skx xxv710"
3404 #    data: "vpp-compare-testbeds-cmp"
3405 #    nic: "NIC_Intel-XXV710"
3406 #  data: "vpp-compare-testbeds"
3407 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3408 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3409 #  parameters:
3410 #  - "name"
3411 #  - "parent"
3412 #  - "throughput"
3413 #  - "tags"
3414 #
3415 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3416 #- type: "table"
3417 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3418 #  algorithm: "table_perf_comparison"
3419 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3420 #  reference:
3421 #    title: "2n-skx"
3422 #    data: "vpp-compare-testbeds-skx-clx-ref"
3423 #  compare:
3424 #    title: "2n-clx"
3425 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3426 #  data: "vpp-compare-testbeds-skx-clx"
3427 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3428 #  filter: "'2T1C'"
3429 #  parameters:
3430 #  - "name"
3431 #  - "parent"
3432 #  - "throughput"
3433 #  - "tags"
3434 #
3435 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3436 #- type: "table"
3437 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3438 #  algorithm: "table_perf_comparison"
3439 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3440 #  reference:
3441 #    title: "2n-skx"
3442 #    data: "vpp-compare-testbeds-skx-clx-ref"
3443 #  compare:
3444 #    title: "2n-clx"
3445 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3446 #  data: "vpp-compare-testbeds-skx-clx"
3447 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3448 #  filter: "'4T2C'"
3449 #  parameters:
3450 #  - "name"
3451 #  - "parent"
3452 #  - "throughput"
3453 #  - "tags"
3454 #
3455 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3456 #- type: "table"
3457 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3458 #  algorithm: "table_perf_comparison"
3459 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3460 #  reference:
3461 #    title: "2n-skx"
3462 #    data: "vpp-compare-testbeds-skx-clx-ref"
3463 #  compare:
3464 #    title: "2n-clx"
3465 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3466 #  data: "vpp-compare-testbeds-skx-clx"
3467 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3468 #  filter: "'2T1C'"
3469 #  parameters:
3470 #  - "name"
3471 #  - "parent"
3472 #  - "throughput"
3473 #  - "tags"
3474 #
3475 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3476 #- type: "table"
3477 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3478 #  algorithm: "table_perf_comparison"
3479 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3480 #  reference:
3481 #    title: "2n-skx"
3482 #    data: "vpp-compare-testbeds-skx-clx-ref"
3483 #  compare:
3484 #    title: "2n-clx"
3485 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3486 #  data: "vpp-compare-testbeds-skx-clx"
3487 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3488 #  filter: "'4T2C'"
3489 #  parameters:
3490 #  - "name"
3491 #  - "parent"
3492 #  - "throughput"
3493 #  - "tags"
3494 #
3495 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
3496 #- type: "table"
3497 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
3498 #  algorithm: "table_perf_comparison"
3499 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
3500 #  reference:
3501 #    title: "3-Node Skx"
3502 #    data: "vpp-compare-topologies-ref"
3503 #  compare:
3504 #    title: "2-Node Skx"
3505 #    data: "vpp-compare-topologies-cmp"
3506 #  data: "vpp-compare-topologies"
3507 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3508 #  filter: "'NDRPDR' and '1C'"
3509 #  parameters:
3510 #  - "name"
3511 #  - "parent"
3512 #  - "throughput"
3513 #
3514 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
3515 #- type: "table"
3516 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
3517 #  algorithm: "table_perf_comparison"
3518 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
3519 #  reference:
3520 #    title: "3-Node Skx"
3521 #    data: "vpp-compare-topologies-ref"
3522 #  compare:
3523 #    title: "2-Node Skx"
3524 #    data: "vpp-compare-topologies-cmp"
3525 #  data: "vpp-compare-topologies"
3526 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3527 #  filter: "'NDRPDR' and '2C'"
3528 #  parameters:
3529 #  - "name"
3530 #  - "parent"
3531 #  - "throughput"
3532 #
3533 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
3534 #- type: "table"
3535 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
3536 #  algorithm: "table_perf_comparison"
3537 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
3538 #  reference:
3539 #    title: "3-Node Skx"
3540 #    data: "vpp-compare-topologies-ref"
3541 #  compare:
3542 #    title: "2-Node Skx"
3543 #    data: "vpp-compare-topologies-cmp"
3544 #  data: "vpp-compare-topologies"
3545 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3546 #  filter: "'NDRPDR' and '1C'"
3547 #  parameters:
3548 #  - "name"
3549 #  - "parent"
3550 #  - "throughput"
3551 #
3552 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
3553 #- type: "table"
3554 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
3555 #  algorithm: "table_perf_comparison"
3556 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
3557 #  reference:
3558 #    title: "3-Node Skx"
3559 #    data: "vpp-compare-topologies-ref"
3560 #  compare:
3561 #    title: "2-Node Skx"
3562 #    data: "vpp-compare-topologies-cmp"
3563 #  data: "vpp-compare-topologies"
3564 #  include-tests: "PDR"
3565 #  filter: "'NDRPDR' and '2C'"
3566 #  parameters:
3567 #  - "name"
3568 #  - "parent"
3569 #  - "throughput"
3570
3571 # VPP Performance Changes 3n-hsw 1t1c MRR
3572 - type: "table"
3573   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
3574   algorithm: "table_perf_comparison"
3575   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
3576   history:
3577     - title: "rls1904"
3578       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3579   reference:
3580     title: "rls1908"
3581     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3582   compare:
3583     title: "rls2001"
3584     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3585   data: "vpp-performance-changes-3n-hsw-mrr"
3586   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3587   filter: "'1T1C' and 'MRR' and not 'NF_DENSITY'"
3588   parameters:
3589   - "name"
3590   - "parent"
3591   - "result"
3592
3593 # VPP Performance Changes 3n-hsw 2t2c MRR
3594 - type: "table"
3595   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
3596   algorithm: "table_perf_comparison"
3597   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
3598   history:
3599     - title: "rls1904"
3600       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3601   reference:
3602     title: "rls1908"
3603     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3604   compare:
3605     title: "rls2001"
3606     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3607   data: "vpp-performance-changes-3n-hsw-mrr"
3608   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3609   filter: "'2T2C' and 'MRR' and not 'NF_DENSITY'"
3610   parameters:
3611   - "name"
3612   - "parent"
3613   - "result"
3614
3615 # VPP Performance Changes 3n-hsw 4t4c MRR
3616 - type: "table"
3617   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
3618   algorithm: "table_perf_comparison"
3619   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
3620   history:
3621     - title: "rls1904"
3622       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3623   reference:
3624     title: "rls1908"
3625     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3626   compare:
3627     title: "rls2001"
3628     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3629   data: "vpp-performance-changes-3n-hsw-mrr"
3630   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3631   filter: "'4T4C' and 'MRR' and not 'NF_DENSITY'"
3632   parameters:
3633   - "name"
3634   - "parent"
3635   - "result"
3636
3637 ## VPP Performance Changes 3n-skx 2t1c MRR
3638 #- type: "table"
3639 #  title: "VPP Performance Changes 3n-skx 2t1c MRR"
3640 #  algorithm: "table_perf_comparison"
3641 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
3642 #  history:
3643 #    - title: "rls1904"
3644 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3645 #  reference:
3646 #    title: "rls1908"
3647 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3648 #  compare:
3649 #    title: "rls2001"
3650 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3651 #  data: "vpp-performance-changes-3n-skx-mrr"
3652 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3653 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3654 #  parameters:
3655 #  - "name"
3656 #  - "parent"
3657 #  - "result"
3658 #
3659 ## VPP Performance Changes 3n-skx 4t2c MRR
3660 #- type: "table"
3661 #  title: "VPP Performance Changes 3n-skx 4t2c MRR"
3662 #  algorithm: "table_perf_comparison"
3663 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
3664 #  history:
3665 #    - title: "rls1904"
3666 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3667 #  reference:
3668 #    title: "rls1908"
3669 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3670 #  compare:
3671 #    title: "rls2001"
3672 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3673 #  data: "vpp-performance-changes-3n-skx-mrr"
3674 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3675 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3676 #  parameters:
3677 #  - "name"
3678 #  - "parent"
3679 #  - "result"
3680 #
3681 ## VPP Performance Changes 3n-skx 8t4c MRR
3682 #- type: "table"
3683 #  title: "VPP Performance Changes 3n-skx 8t4c MRR"
3684 #  algorithm: "table_perf_comparison"
3685 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
3686 #  history:
3687 #    - title: "rls1904"
3688 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3689 #  reference:
3690 #    title: "rls1908"
3691 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3692 #  compare:
3693 #    title: "rls2001"
3694 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3695 #  data: "vpp-performance-changes-3n-skx-mrr"
3696 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3697 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3698 #  parameters:
3699 #  - "name"
3700 #  - "parent"
3701 #  - "result"
3702 #
3703 ## VPP Performance Changes 2n-skx 2t1c MRR
3704 #- type: "table"
3705 #  title: "VPP Performance Changes 2n-skx 2t1c MRR"
3706 #  algorithm: "table_perf_comparison"
3707 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
3708 #  history:
3709 #    - title: "rls1904"
3710 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3711 #  reference:
3712 #    title: "rls1908"
3713 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3714 #  compare:
3715 #    title: "rls2001"
3716 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3717 #  data: "vpp-performance-changes-2n-skx-mrr"
3718 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3719 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3720 #  parameters:
3721 #  - "name"
3722 #  - "parent"
3723 #  - "result"
3724 #
3725 ## VPP Performance Changes 2n-skx 4t2c MRR
3726 #- type: "table"
3727 #  title: "VPP Performance Changes 2n-skx 4t2c MRR"
3728 #  algorithm: "table_perf_comparison"
3729 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
3730 #  history:
3731 #    - title: "rls1904"
3732 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3733 #  reference:
3734 #    title: "rls1908"
3735 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3736 #  compare:
3737 #    title: "rls2001"
3738 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3739 #  data: "vpp-performance-changes-2n-skx-mrr"
3740 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3741 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3742 #  parameters:
3743 #  - "name"
3744 #  - "parent"
3745 #  - "result"
3746 #
3747 ## VPP Performance Changes 2n-skx 8t4c MRR
3748 #- type: "table"
3749 #  title: "VPP Performance Changes 2n-skx 8t4c MRR"
3750 #  algorithm: "table_perf_comparison"
3751 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
3752 #  history:
3753 #    - title: "rls1904"
3754 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3755 #  reference:
3756 #    title: "rls1908"
3757 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3758 #  compare:
3759 #    title: "rls2001"
3760 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3761 #  data: "vpp-performance-changes-2n-skx-mrr"
3762 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3763 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3764 #  parameters:
3765 #  - "name"
3766 #  - "parent"
3767 #  - "result"
3768 #
3769 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
3770 #- type: "table"
3771 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
3772 #  algorithm: "table_perf_comparison"
3773 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
3774 #  reference:
3775 #    title: "rls1908"
3776 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3777 #  compare:
3778 #    title: "rls2001"
3779 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3780 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
3781 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3782 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
3783 #  parameters:
3784 #  - "name"
3785 #  - "parent"
3786 #  - "result"
3787 #
3788 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
3789 #- type: "table"
3790 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
3791 #  algorithm: "table_perf_comparison"
3792 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
3793 #  reference:
3794 #    title: "rls1908"
3795 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3796 #  compare:
3797 #    title: "rls2001"
3798 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3799 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
3800 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3801 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
3802 #  parameters:
3803 #  - "name"
3804 #  - "parent"
3805 #  - "result"
3806 #
3807 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
3808 #- type: "table"
3809 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
3810 #  algorithm: "table_perf_comparison"
3811 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
3812 #  reference:
3813 #    title: "rls1908"
3814 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3815 #  compare:
3816 #    title: "rls2001"
3817 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3818 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
3819 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3820 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
3821 #  parameters:
3822 #  - "name"
3823 #  - "parent"
3824 #  - "result"
3825
3826 # VPP Performance Changes 2n-dnv 1t1c MRR
3827 - type: "table"
3828   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
3829   algorithm: "table_perf_comparison"
3830   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
3831   reference:
3832     title: "rls1908"
3833     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3834   compare:
3835     title: "rls2001"
3836     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3837   data: "vpp-performance-changes-2n-dnv-mrr"
3838   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3839   filter: "'1T1C' and 'MRR'"
3840   parameters:
3841   - "name"
3842   - "parent"
3843   - "result"
3844
3845 # VPP Performance Changes 2n-dnv 2t2c MRR
3846 - type: "table"
3847   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
3848   algorithm: "table_perf_comparison"
3849   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
3850   reference:
3851     title: "rls1908"
3852     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3853   compare:
3854     title: "rls2001"
3855     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3856   data: "vpp-performance-changes-2n-dnv-mrr"
3857   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3858   filter: "'2T2C' and 'MRR'"
3859   parameters:
3860   - "name"
3861   - "parent"
3862   - "result"
3863
3864 # VPP Performance Changes 2n-dnv 4t4c MRR
3865 - type: "table"
3866   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
3867   algorithm: "table_perf_comparison"
3868   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
3869   reference:
3870     title: "rls1908"
3871     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3872   compare:
3873     title: "rls2001"
3874     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3875   data: "vpp-performance-changes-2n-dnv-mrr"
3876   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3877   filter: "'4T4C' and 'MRR'"
3878   parameters:
3879   - "name"
3880   - "parent"
3881   - "result"
3882
3883 # VPP Performance Changes 3n-dnv 1t1c MRR
3884 - type: "table"
3885   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
3886   algorithm: "table_perf_comparison"
3887   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
3888   reference:
3889     title: "rls1908"
3890     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3891   compare:
3892     title: "rls2001"
3893     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3894   data: "vpp-performance-changes-3n-dnv-mrr"
3895   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3896   filter: "'1T1C' and 'MRR'"
3897   parameters:
3898   - "name"
3899   - "parent"
3900   - "result"
3901
3902 # VPP Performance Changes 3n-dnv 2t2c MRR
3903 - type: "table"
3904   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
3905   algorithm: "table_perf_comparison"
3906   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
3907   reference:
3908     title: "rls1908"
3909     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3910   compare:
3911     title: "rls2001"
3912     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3913   data: "vpp-performance-changes-3n-dnv-mrr"
3914   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3915   filter: "'2T2C' and 'MRR'"
3916   parameters:
3917   - "name"
3918   - "parent"
3919   - "result"
3920
3921 # VPP Performance Changes 3n-dnv 4t4c MRR
3922 - type: "table"
3923   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
3924   algorithm: "table_perf_comparison"
3925   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
3926   reference:
3927     title: "rls1908"
3928     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3929   compare:
3930     title: "rls2001"
3931     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3932   data: "vpp-performance-changes-3n-dnv-mrr"
3933   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3934   filter: "'4T4C' and 'MRR'"
3935   parameters:
3936   - "name"
3937   - "parent"
3938   - "result"
3939
3940 # VPP Performance Changes 3n-tsh 1t1c MRR
3941 - type: "table"
3942   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
3943   algorithm: "table_perf_comparison"
3944   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
3945   reference:
3946     title: "rls1908"
3947     data: "vpp-performance-changes-3n-tsh-mrr-ref"
3948   compare:
3949     title: "rls2001"
3950     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
3951   data: "vpp-performance-changes-3n-tsh-mrr"
3952   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3953   filter: "'1T1C' and 'MRR'"
3954   parameters:
3955   - "name"
3956   - "parent"
3957   - "result"
3958
3959 # VPP Performance Changes 3n-tsh 2t2c MRR
3960 - type: "table"
3961   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
3962   algorithm: "table_perf_comparison"
3963   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
3964   reference:
3965     title: "rls1908"
3966     data: "vpp-performance-changes-3n-tsh-mrr-ref"
3967   compare:
3968     title: "rls2001"
3969     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
3970   data: "vpp-performance-changes-3n-tsh-mrr"
3971   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3972   filter: "'2T2C' and 'MRR'"
3973   parameters:
3974   - "name"
3975   - "parent"
3976   - "result"
3977
3978 # VPP Performance Changes 3n-tsh 4t4c MRR
3979 - type: "table"
3980   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
3981   algorithm: "table_perf_comparison"
3982   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
3983   reference:
3984     title: "rls1908"
3985     data: "vpp-performance-changes-3n-tsh-mrr-ref"
3986   compare:
3987     title: "rls2001"
3988     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
3989   data: "vpp-performance-changes-3n-tsh-mrr"
3990   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3991   filter: "'4T4C' and 'MRR'"
3992   parameters:
3993   - "name"
3994   - "parent"
3995   - "result"
3996
3997 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
3998 #- type: "table"
3999 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4000 #  algorithm: "table_perf_comparison_nic"
4001 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4002 #  reference:
4003 #    title: "3n-hsw xl710"
4004 #    data: "vpp-compare-testbeds-mrr-ref"
4005 #    nic: "NIC_Intel-XL710"
4006 #  compare:
4007 #    title: "3n-skx xxv710"
4008 #    data: "vpp-compare-testbeds-mrr-cmp"
4009 #    nic: "NIC_Intel-XXV710"
4010 #  data: "vpp-compare-testbeds-mrr"
4011 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4012 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4013 #  parameters:
4014 #  - "name"
4015 #  - "parent"
4016 #  - "result"
4017 #  - "tags"
4018 #
4019 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4020 #- type: "table"
4021 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4022 #  algorithm: "table_perf_comparison_nic"
4023 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4024 #  reference:
4025 #    title: "3n-hsw xl710"
4026 #    data: "vpp-compare-testbeds-mrr-ref"
4027 #    nic: "NIC_Intel-XL710"
4028 #  compare:
4029 #    title: "3n-skx xxv710"
4030 #    data: "vpp-compare-testbeds-mrr-cmp"
4031 #    nic: "NIC_Intel-XXV710"
4032 #  data: "vpp-compare-testbeds-mrr"
4033 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4034 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4035 #  parameters:
4036 #  - "name"
4037 #  - "parent"
4038 #  - "result"
4039 #  - "tags"
4040 #
4041 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4042 #- type: "table"
4043 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4044 #  algorithm: "table_perf_comparison_nic"
4045 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4046 #  reference:
4047 #    title: "3n-hsw xl710"
4048 #    data: "vpp-compare-testbeds-mrr-ref"
4049 #    nic: "NIC_Intel-XL710"
4050 #  compare:
4051 #    title: "3n-skx xxv710"
4052 #    data: "vpp-compare-testbeds-mrr-cmp"
4053 #    nic: "NIC_Intel-XXV710"
4054 #  data: "vpp-compare-testbeds-mrr"
4055 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4056 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4057 #  parameters:
4058 #  - "name"
4059 #  - "parent"
4060 #  - "result"
4061 #  - "tags"
4062 #
4063 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4064 #- type: "table"
4065 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4066 #  algorithm: "table_perf_comparison"
4067 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4068 #  reference:
4069 #    title: "2n-skx"
4070 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4071 #  compare:
4072 #    title: "2n-clx"
4073 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4074 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4075 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4076 #  filter: "'2T1C'"
4077 #  parameters:
4078 #  - "name"
4079 #  - "parent"
4080 #  - "result"
4081 #  - "tags"
4082 #
4083 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4084 #- type: "table"
4085 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4086 #  algorithm: "table_perf_comparison"
4087 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4088 #  reference:
4089 #    title: "2n-skx"
4090 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4091 #  compare:
4092 #    title: "2n-clx"
4093 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4094 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4095 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4096 #  filter: "'4T2C'"
4097 #  parameters:
4098 #  - "name"
4099 #  - "parent"
4100 #  - "result"
4101 #  - "tags"
4102 #
4103 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4104 #- type: "table"
4105 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4106 #  algorithm: "table_perf_comparison"
4107 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4108 #  reference:
4109 #    title: "2n-skx"
4110 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4111 #  compare:
4112 #    title: "2n-clx"
4113 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4114 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4115 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4116 #  filter: "'8T4C'"
4117 #  parameters:
4118 #  - "name"
4119 #  - "parent"
4120 #  - "result"
4121 #  - "tags"
4122 #
4123 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4124 #- type: "table"
4125 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4126 #  algorithm: "table_perf_comparison"
4127 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4128 #  reference:
4129 #    title: "3-Node Skx"
4130 #    data: "vpp-compare-topologies-mrr-ref"
4131 #  compare:
4132 #    title: "2-Node Skx"
4133 #    data: "vpp-compare-topologies-mrr-cmp"
4134 #  data: "vpp-compare-topologies-mrr"
4135 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4136 #  filter: "'MRR' and '1C'"
4137 #  parameters:
4138 #  - "name"
4139 #  - "parent"
4140 #  - "result"
4141 #
4142 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4143 #- type: "table"
4144 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4145 #  algorithm: "table_perf_comparison"
4146 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4147 #  reference:
4148 #    title: "3-Node Skx"
4149 #    data: "vpp-compare-topologies-mrr-ref"
4150 #  compare:
4151 #    title: "2-Node Skx"
4152 #    data: "vpp-compare-topologies-mrr-cmp"
4153 #  data: "vpp-compare-topologies-mrr"
4154 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4155 #  filter: "'MRR' and '2C'"
4156 #  parameters:
4157 #  - "name"
4158 #  - "parent"
4159 #  - "result"
4160 #
4161 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4162 #- type: "table"
4163 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4164 #  algorithm: "table_perf_comparison"
4165 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4166 #  reference:
4167 #    title: "3-Node Skx"
4168 #    data: "vpp-compare-topologies-mrr-ref"
4169 #  compare:
4170 #    title: "2-Node Skx"
4171 #    data: "vpp-compare-topologies-mrr-cmp"
4172 #  data: "vpp-compare-topologies-mrr"
4173 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4174 #  filter: "'MRR' and '4C'"
4175 #  parameters:
4176 #  - "name"
4177 #  - "parent"
4178 #  - "result"
4179
4180 # Detailed Test Results - VPP Performance Results 3n-hsw
4181 - type: "table"
4182   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4183   algorithm: "table_merged_details"
4184   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4185   columns:
4186   - title: " |prein| Test Name |preout| "
4187     data: "data name"
4188   - 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| "
4189     data: "data msg"
4190   data: "vpp-perf-results-3n-hsw"
4191   filter: "all"
4192   parameters:
4193   - "name"
4194   - "parent"
4195   - "msg"
4196
4197 ## Detailed Test Results - VPP Performance Results 3n-skx
4198 #- type: "table"
4199 #  title: "Detailed Test Results - VPP Performance Results 3n-skx"
4200 #  algorithm: "table_merged_details"
4201 #  output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4202 #  columns:
4203 #  - title: " |prein| Test Name |preout| "
4204 #    data: "data name"
4205 #  - 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| "
4206 #    data: "data msg"
4207 #  data: "vpp-perf-results-3n-skx"
4208 #  filter: "all"
4209 #  parameters:
4210 #  - "name"
4211 #  - "parent"
4212 #  - "msg"
4213 #
4214 ## Detailed Test Results - VPP Performance Results 2n-skx
4215 #- type: "table"
4216 #  title: "Detailed Test Results - VPP Performance Results 2n-skx"
4217 #  algorithm: "table_merged_details"
4218 #  output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4219 #  columns:
4220 #  - title: " |prein| Test Name |preout| "
4221 #    data: "data name"
4222 #  - 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| "
4223 #    data: "data msg"
4224 #  data: "vpp-perf-results-2n-skx"
4225 #  filter: "all"
4226 #  parameters:
4227 #  - "name"
4228 #  - "parent"
4229 #  - "msg"
4230
4231 ## Detailed Test Results - VPP Performance Results 2n-clx
4232 #- type: "table"
4233 #  title: "Detailed Test Results - VPP Performance Results 2n-clx"
4234 #  algorithm: "table_merged_details"
4235 #  output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/vpp_performance_results_2n_clx"
4236 #  columns:
4237 #  - title: " |prein| Test Name |preout| "
4238 #    data: "data name"
4239 #  - 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| "
4240 #    data: "data msg"
4241 #  data: "vpp-perf-results-2n-clx"
4242 #  filter: "all"
4243 #  parameters:
4244 #  - "name"
4245 #  - "parent"
4246 #  - "msg"
4247
4248 # Detailed Test Results - VPP Performance Results 3n-tsh
4249 - type: "table"
4250   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4251   algorithm: "table_merged_details"
4252   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
4253   columns:
4254   - title: " |prein| Test Name |preout| "
4255     data: "data name"
4256   - 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| "
4257     data: "data msg"
4258   data: "vpp-perf-results-3n-tsh"
4259   filter: "all"
4260   parameters:
4261   - "name"
4262   - "parent"
4263   - "msg"
4264
4265 # Detailed Test Results - VPP Performance Results 3n-dnv
4266 - type: "table"
4267   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4268   algorithm: "table_merged_details"
4269   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
4270   columns:
4271   - title: " |prein| Test Name |preout| "
4272     data: "data name"
4273   - 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| "
4274     data: "data msg"
4275   data: "vpp-perf-results-3n-dnv"
4276   filter: "all"
4277   parameters:
4278   - "name"
4279   - "parent"
4280   - "msg"
4281
4282 # Detailed Test Results - VPP Performance Results 2n-dnv
4283 - type: "table"
4284   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4285   algorithm: "table_merged_details"
4286   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4287   columns:
4288   - title: " |prein| Test Name |preout| "
4289     data: "data name"
4290   - 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| "
4291     data: "data msg"
4292   data: "vpp-perf-results-2n-dnv"
4293   filter: "all"
4294   parameters:
4295   - "name"
4296   - "parent"
4297   - "msg"
4298
4299 # Test configuration - VPP Performance Test Configs 3n-hsw
4300 - type: "table"
4301   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
4302   algorithm: "table_merged_details"
4303   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
4304   columns:
4305   - title: " |prein| Test Name |preout| "
4306     data: "data name"
4307   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4308     data: "data conf-history"
4309   data: "vpp-perf-results-3n-hsw"
4310   filter: "all"
4311   parameters:
4312   - "parent"
4313   - "name"
4314   - "conf-history"
4315
4316 ## Test configuration - VPP Performance Test Configs 3n-skx
4317 #- type: "table"
4318 #  title: "Test configuration - VPP Performance Test Configs 3n-skx"
4319 #  algorithm: "table_merged_details"
4320 #  output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
4321 #  columns:
4322 #  - title: " |prein| Test Name |preout| "
4323 #    data: "data name"
4324 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4325 #    data: "data conf-history"
4326 #  data: "vpp-perf-results-3n-skx"
4327 #  filter: "all"
4328 #  parameters:
4329 #  - "parent"
4330 #  - "name"
4331 #  - "conf-history"
4332 #
4333 ## Test configuration - VPP Performance Test Configs 2n-skx
4334 #- type: "table"
4335 #  title: "Test configuration - VPP Performance Test Configs 2n-skx"
4336 #  algorithm: "table_merged_details"
4337 #  output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
4338 #  columns:
4339 #  - title: " |prein| Test Name |preout| "
4340 #    data: "data name"
4341 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4342 #    data: "data conf-history"
4343 #  data: "vpp-perf-results-2n-skx"
4344 #  filter: "all"
4345 #  parameters:
4346 #  - "parent"
4347 #  - "name"
4348 #  - "conf-history"
4349
4350 ## Test configuration - VPP Performance Test Configs 2n-clx
4351 #- type: "table"
4352 #  title: "Test configuration - VPP Performance Test Configs 2n-clx"
4353 #  algorithm: "table_merged_details"
4354 #  output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/vpp_test_configuration_2n_clx"
4355 #  columns:
4356 #  - title: " |prein| Test Name |preout| "
4357 #    data: "data name"
4358 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4359 #    data: "data conf-history"
4360 #  data: "vpp-perf-results-2n-clx"
4361 #  filter: "all"
4362 #  parameters:
4363 #  - "parent"
4364 #  - "name"
4365 #  - "conf-history"
4366
4367 # Test configuration - VPP Performance Test Configs 3n-tsh
4368 - type: "table"
4369   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
4370   algorithm: "table_merged_details"
4371   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_test_configuration_3n_tsh"
4372   columns:
4373   - title: " |prein| Test Name |preout| "
4374     data: "data name"
4375   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4376     data: "data conf-history"
4377   data: "vpp-perf-results-3n-tsh"
4378   filter: "all"
4379   parameters:
4380   - "parent"
4381   - "name"
4382   - "conf-history"
4383
4384 # Test configuration - VPP Performance Test Configs 3n-dnv
4385 - type: "table"
4386   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
4387   algorithm: "table_merged_details"
4388   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_test_configuration_3n_dnv"
4389   columns:
4390   - title: " |prein| Test Name |preout| "
4391     data: "data name"
4392   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4393     data: "data conf-history"
4394   data: "vpp-perf-results-3n-dnv"
4395   filter: "all"
4396   parameters:
4397   - "parent"
4398   - "name"
4399   - "conf-history"
4400
4401 # Test configuration - VPP Performance Test Configs 2n-dnv
4402 - type: "table"
4403   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
4404   algorithm: "table_merged_details"
4405   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
4406   columns:
4407   - title: " |prein| Test Name |preout| "
4408     data: "data name"
4409   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4410     data: "data conf-history"
4411   data: "vpp-perf-results-2n-dnv"
4412   filter: "all"
4413   parameters:
4414   - "parent"
4415   - "name"
4416   - "conf-history"
4417
4418 # Test Operational Data - VPP Performance Operational Data 3n-hsw
4419 - type: "table"
4420   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
4421   algorithm: "table_oper_data_html"
4422   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
4423   data: "vpp-perf-results-3n-hsw"
4424   filter: "all"
4425
4426 ## Test Operational Data - VPP Performance Operational Data 3n-skx
4427 #- type: "table"
4428 #  title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
4429 #  algorithm: "table_oper_data_html"
4430 #  output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
4431 #  data: "vpp-perf-results-3n-skx"
4432 #  filter: "all"
4433 #
4434 ## Test Operational Data - VPP Performance Operational Data 2n-skx
4435 #- type: "table"
4436 #  title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
4437 #  algorithm: "table_oper_data_html"
4438 #  output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
4439 #  data: "vpp-perf-results-2n-skx"
4440 #  filter: "all"
4441
4442 ## Test Operational Data - VPP Performance Operational Data 2n-clx
4443 #- type: "table"
4444 #  title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
4445 #  algorithm: "table_oper_data_html"
4446 #  output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/vpp_test_operational_2n_clx"
4447 #  data: "vpp-perf-results-2n-clx"
4448 #  filter: "all"
4449
4450 # Test Operational Data - VPP Performance Operational Data 3n-tsh
4451 - type: "table"
4452   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
4453   algorithm: "table_oper_data_html"
4454   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_test_operational_3n_tsh"
4455   data: "vpp-perf-results-3n-tsh"
4456   filter: "all"
4457
4458 # Test Operational Data - VPP Performance Operational Data 3n-dnv
4459 - type: "table"
4460   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
4461   algorithm: "table_oper_data_html"
4462   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_test_operational_3n_dnv"
4463   data: "vpp-perf-results-3n-dnv"
4464   filter: "all"
4465
4466 # Test Operational Data - VPP Performance Operational Data 2n-dnv
4467 - type: "table"
4468   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
4469   algorithm: "table_oper_data_html"
4470   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
4471   data: "vpp-perf-results-2n-dnv"
4472   filter: "all"
4473
4474 # Detailed Test Results - VPP MRR Results 3n-hsw
4475 - type: "table"
4476   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
4477   algorithm: "table_merged_details"
4478   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4479   columns:
4480   - title: " |prein| Test Name |preout| "
4481     data: "data name"
4482   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4483     data: "data msg"
4484   data: "vpp-mrr-results-3n-hsw"
4485   filter: "all"
4486   parameters:
4487   - "name"
4488   - "parent"
4489   - "msg"
4490
4491 ## Detailed Test Results - VPP MRR Results 3n-skx
4492 #- type: "table"
4493 #  title: "Detailed Test Results - VPP MRR Results 3n-skx"
4494 #  algorithm: "table_merged_details"
4495 #  output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4496 #  columns:
4497 #  - title: " |prein| Test Name |preout| "
4498 #    data: "data name"
4499 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4500 #    data: "data msg"
4501 #  data: "vpp-mrr-results-3n-skx"
4502 #  filter: "all"
4503 #  parameters:
4504 #  - "name"
4505 #  - "parent"
4506 #  - "msg"
4507 #
4508 ## Detailed Test Results - VPP MRR Results 2n-skx
4509 #- type: "table"
4510 #  title: "Detailed Test Results - VPP MRR Results 2n-skx"
4511 #  algorithm: "table_merged_details"
4512 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4513 #  columns:
4514 #  - title: " |prein| Test Name |preout| "
4515 #    data: "data name"
4516 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4517 #    data: "data msg"
4518 #  data: "vpp-mrr-results-2n-skx"
4519 #  filter: "all"
4520 #  parameters:
4521 #  - "name"
4522 #  - "parent"
4523 #  - "msg"
4524
4525 ## Detailed Test Results - VPP MRR Results 2n-clx
4526 #- type: "table"
4527 #  title: "Detailed Test Results - VPP MRR Results 2n-clx"
4528 #  algorithm: "table_merged_details"
4529 #  output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/vpp_mrr_results_2n_clx"
4530 #  columns:
4531 #  - title: " |prein| Test Name |preout| "
4532 #    data: "data name"
4533 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4534 #    data: "data msg"
4535 #  data: "vpp-mrr-results-2n-clx"
4536 #  filter: "all"
4537 #  parameters:
4538 #  - "name"
4539 #  - "parent"
4540 #  - "msg"
4541
4542 # Detailed Test Results - VPP MRR Results 3n-tsh
4543 - type: "table"
4544   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
4545   algorithm: "table_merged_details"
4546   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
4547   columns:
4548   - title: " |prein| Test Name |preout| "
4549     data: "data name"
4550   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4551     data: "data msg"
4552   data: "vpp-mrr-results-3n-tsh"
4553   filter: "all"
4554   parameters:
4555   - "name"
4556   - "parent"
4557   - "msg"
4558
4559 # Detailed Test Results - VPP MRR Results 3n-dnv
4560 - type: "table"
4561   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
4562   algorithm: "table_merged_details"
4563   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
4564   columns:
4565   - title: " |prein| Test Name |preout| "
4566     data: "data name"
4567   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4568     data: "data msg"
4569   data: "vpp-mrr-results-3n-dnv"
4570   filter: "all"
4571   parameters:
4572   - "name"
4573   - "parent"
4574   - "msg"
4575
4576 # Detailed Test Results - VPP MRR Results 2n-dnv
4577 - type: "table"
4578   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
4579   algorithm: "table_merged_details"
4580   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4581   columns:
4582   - title: " |prein| Test Name |preout| "
4583     data: "data name"
4584   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4585     data: "data msg"
4586   data: "vpp-mrr-results-2n-dnv"
4587   filter: "all"
4588   parameters:
4589   - "name"
4590   - "parent"
4591   - "msg"
4592
4593 # Test configuration - VPP MRR Test Configs 3n-hsw
4594 - type: "table"
4595   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
4596   algorithm: "table_merged_details"
4597   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
4598   columns:
4599   - title: " |prein| Test Name |preout| "
4600     data: "data name"
4601   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4602     data: "data conf-history"
4603   data: "vpp-mrr-results-3n-hsw"
4604   filter: "all"
4605   parameters:
4606   - "parent"
4607   - "name"
4608   - "conf-history"
4609
4610 ## Test configuration - VPP MRR Test Configs 3n-skx
4611 #- type: "table"
4612 #  title: "Test configuration - VPP MRR Test Configs 3n-skx"
4613 #  algorithm: "table_merged_details"
4614 #  output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
4615 #  columns:
4616 #  - title: " |prein| Test Name |preout| "
4617 #    data: "data name"
4618 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4619 #    data: "data conf-history"
4620 #  data: "vpp-mrr-results-3n-skx"
4621 #  filter: "all"
4622 #  parameters:
4623 #  - "parent"
4624 #  - "name"
4625 #  - "conf-history"
4626 #
4627 ## Test configuration - VPP MRR Test Configs 2n-skx
4628 #- type: "table"
4629 #  title: "Test configuration - VPP MRR Test Configs 2n-skx"
4630 #  algorithm: "table_merged_details"
4631 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
4632 #  columns:
4633 #  - title: " |prein| Test Name |preout| "
4634 #    data: "data name"
4635 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4636 #    data: "data conf-history"
4637 #  data: "vpp-mrr-results-2n-skx"
4638 #  filter: "all"
4639 #  parameters:
4640 #  - "parent"
4641 #  - "name"
4642 #  - "conf-history"
4643
4644 ## Test configuration - VPP MRR Test Configs 2n-clx
4645 #- type: "table"
4646 #  title: "Test configuration - VPP MRR Test Configs 2n-clx"
4647 #  algorithm: "table_merged_details"
4648 #  output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/vpp_mrr_test_configuration_2n_clx"
4649 #  columns:
4650 #  - title: " |prein| Test Name |preout| "
4651 #    data: "data name"
4652 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4653 #    data: "data conf-history"
4654 #  data: "vpp-mrr-results-2n-clx"
4655 #  filter: "all"
4656 #  parameters:
4657 #  - "parent"
4658 #  - "name"
4659 #  - "conf-history"
4660
4661 # Test configuration - VPP MRR Test Configs 3n-tsh
4662 - type: "table"
4663   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
4664   algorithm: "table_merged_details"
4665   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
4666   columns:
4667   - title: " |prein| Test Name |preout| "
4668     data: "data name"
4669   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4670     data: "data conf-history"
4671   data: "vpp-mrr-results-3n-tsh"
4672   filter: "all"
4673   parameters:
4674   - "parent"
4675   - "name"
4676   - "conf-history"
4677
4678 # Test configuration - VPP MRR Test Configs 3n-dnv
4679 - type: "table"
4680   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
4681   algorithm: "table_merged_details"
4682   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_test_configuration_3n_dnv"
4683   columns:
4684   - title: " |prein| Test Name |preout| "
4685     data: "data name"
4686   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4687     data: "data conf-history"
4688   data: "vpp-mrr-results-3n-dnv"
4689   filter: "all"
4690   parameters:
4691   - "parent"
4692   - "name"
4693   - "conf-history"
4694
4695 # Test configuration - VPP MRR Test Configs 2n-dnv
4696 - type: "table"
4697   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
4698   algorithm: "table_merged_details"
4699   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
4700   columns:
4701   - title: " |prein| Test Name |preout| "
4702     data: "data name"
4703   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4704     data: "data conf-history"
4705   data: "vpp-mrr-results-2n-dnv"
4706   filter: "all"
4707   parameters:
4708   - "parent"
4709   - "name"
4710   - "conf-history"
4711
4712 # Detailed Test Results - VPP Device Results - Ubuntu
4713 - type: "table"
4714   title: "Detailed Test Results - VPP Device Results - Ubuntu"
4715   algorithm: "table_merged_details"
4716   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4717   columns:
4718   - title: " |prein| Test Name |preout| "
4719     data: "data name"
4720   - title: " |prein| Status |preout| "
4721     data: "data status"
4722   data: "vpp-device-results-ubuntu"
4723   filter: "all"
4724   parameters:
4725   - "name"
4726   - "parent"
4727   - "doc"
4728   - "status"
4729
4730 # Test configuration - VPP Device Test Configs - Ubuntu
4731 - type: "table"
4732   title: "Test configuration - VPP Device Test Configs - Ubuntu"
4733   algorithm: "table_merged_details"
4734   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4735   columns:
4736   - title: " |prein| Test Name |preout| "
4737     data: "data name"
4738   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4739     data: "data conf-history"
4740   data: "vpp-device-results-ubuntu"
4741   filter: "all"
4742   parameters:
4743   - "parent"
4744   - "name"
4745   - "conf-history"
4746
4747 ################################################################################
4748
4749 # DPDK Performance Changes 3n-hsw 1t1c pdr
4750 - type: "table"
4751   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
4752   algorithm: "table_perf_comparison"
4753   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
4754   history:
4755     - title: "rls1904"
4756       data: "dpdk-performance-changes-3n-hsw-h1"
4757   reference:
4758     title: "rls1908"
4759     data: "dpdk-performance-changes-3n-hsw-ref"
4760   compare:
4761     title: "rls2001"
4762     data: "dpdk-performance-changes-3n-hsw-cmp"
4763   data: "dpdk-performance-changes-3n-hsw"
4764   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4765   filter: "'1T1C'"
4766   parameters:
4767   - "name"
4768   - "parent"
4769   - "throughput"
4770
4771 # DPDK Performance Changes 3n-hsw 2t2c pdr
4772 - type: "table"
4773   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
4774   algorithm: "table_perf_comparison"
4775   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
4776   history:
4777     - title: "rls1904"
4778       data: "dpdk-performance-changes-3n-hsw-h1"
4779   reference:
4780     title: "rls1908"
4781     data: "dpdk-performance-changes-3n-hsw-ref"
4782   compare:
4783     title: "rls2001"
4784     data: "dpdk-performance-changes-3n-hsw-cmp"
4785   data: "dpdk-performance-changes-3n-hsw"
4786   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4787   filter: "'2T2C'"
4788   parameters:
4789   - "name"
4790   - "parent"
4791   - "throughput"
4792
4793 # DPDK Performance Changes 3n-hsw 1t1c ndr
4794 - type: "table"
4795   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
4796   algorithm: "table_perf_comparison"
4797   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
4798   history:
4799     - title: "rls1904"
4800       data: "dpdk-performance-changes-3n-hsw-h1"
4801   reference:
4802     title: "rls1908"
4803     data: "dpdk-performance-changes-3n-hsw-ref"
4804   compare:
4805     title: "rls2001"
4806     data: "dpdk-performance-changes-3n-hsw-cmp"
4807   data: "dpdk-performance-changes-3n-hsw"
4808   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4809   filter: "'1T1C'"
4810   parameters:
4811   - "name"
4812   - "parent"
4813   - "throughput"
4814
4815 # DPDK Performance Changes 3n-hsw 2t2c ndr
4816 - type: "table"
4817   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
4818   algorithm: "table_perf_comparison"
4819   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
4820   history:
4821     - title: "rls1904"
4822       data: "dpdk-performance-changes-3n-hsw-h1"
4823   reference:
4824     title: "rls1908"
4825     data: "dpdk-performance-changes-3n-hsw-ref"
4826   compare:
4827     title: "rls2001"
4828     data: "dpdk-performance-changes-3n-hsw-cmp"
4829   data: "dpdk-performance-changes-3n-hsw"
4830   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4831   filter: "'2T2C'"
4832   parameters:
4833   - "name"
4834   - "parent"
4835   - "throughput"
4836
4837 ## DPDK Performance Changes 3n-skx 2t1c pdr
4838 #- type: "table"
4839 #  title: "DPDK Performance Changes 3n-skx 2t1c pdr"
4840 #  algorithm: "table_perf_comparison"
4841 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
4842 #  history:
4843 #    - title: "rls1904"
4844 #      data: "dpdk-performance-changes-3n-skx-h1"
4845 #  reference:
4846 #    title: "rls1908"
4847 #    data: "dpdk-performance-changes-3n-skx-ref"
4848 #  compare:
4849 #    title: "rls2001"
4850 #    data: "dpdk-performance-changes-3n-skx-cmp"
4851 #  data: "dpdk-performance-changes-3n-skx"
4852 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4853 #  filter: "'2T1C'"
4854 #  parameters:
4855 #  - "name"
4856 #  - "parent"
4857 #  - "throughput"
4858 #
4859 ## DPDK Performance Changes 3n-skx 4t2c pdr
4860 #- type: "table"
4861 #  title: "DPDK Performance Changes 3n-skx 4t2c pdr"
4862 #  algorithm: "table_perf_comparison"
4863 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
4864 #  history:
4865 #    - title: "rls1904"
4866 #      data: "dpdk-performance-changes-3n-skx-h1"
4867 #  reference:
4868 #    title: "rls1908"
4869 #    data: "dpdk-performance-changes-3n-skx-ref"
4870 #  compare:
4871 #    title: "rls2001"
4872 #    data: "dpdk-performance-changes-3n-skx-cmp"
4873 #  data: "dpdk-performance-changes-3n-skx"
4874 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4875 #  filter: "'4T2C'"
4876 #  parameters:
4877 #  - "name"
4878 #  - "parent"
4879 #  - "throughput"
4880 #
4881 ## DPDK Performance Changes 3n-skx 2t1c ndr
4882 #- type: "table"
4883 #  title: "DPDK Performance Changes 3n-skx 2t1c ndr"
4884 #  algorithm: "table_perf_comparison"
4885 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
4886 #  history:
4887 #    - title: "rls1904"
4888 #      data: "dpdk-performance-changes-3n-skx-h1"
4889 #  reference:
4890 #    title: "rls1908"
4891 #    data: "dpdk-performance-changes-3n-skx-ref"
4892 #  compare:
4893 #    title: "rls2001"
4894 #    data: "dpdk-performance-changes-3n-skx-cmp"
4895 #  data: "dpdk-performance-changes-3n-skx"
4896 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4897 #  filter: "'2T1C'"
4898 #  parameters:
4899 #  - "name"
4900 #  - "parent"
4901 #  - "throughput"
4902 #
4903 ## DPDK Performance Changes 3n-skx 4t2c ndr
4904 #- type: "table"
4905 #  title: "DPDK Performance Changes 3n-skx 4t2c ndr"
4906 #  algorithm: "table_perf_comparison"
4907 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
4908 #  history:
4909 #    - title: "rls1904"
4910 #      data: "dpdk-performance-changes-3n-skx-h1"
4911 #  reference:
4912 #    title: "rls1908"
4913 #    data: "dpdk-performance-changes-3n-skx-ref"
4914 #  compare:
4915 #    title: "rls2001"
4916 #    data: "dpdk-performance-changes-3n-skx-cmp"
4917 #  data: "dpdk-performance-changes-3n-skx"
4918 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4919 #  filter: "'4T2C'"
4920 #  parameters:
4921 #  - "name"
4922 #  - "parent"
4923 #  - "throughput"
4924 #
4925 ## DPDK Performance Changes 2n-skx 2t1c pdr
4926 #- type: "table"
4927 #  title: "DPDK Performance Changes 2n-skx 2t1c pdr"
4928 #  algorithm: "table_perf_comparison"
4929 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
4930 #  history:
4931 #    - title: "rls1904"
4932 #      data: "dpdk-performance-changes-2n-skx-h1"
4933 #  reference:
4934 #    title: "rls1908"
4935 #    data: "dpdk-performance-changes-2n-skx-ref"
4936 #  compare:
4937 #    title: "rls2001"
4938 #    data: "dpdk-performance-changes-2n-skx-cmp"
4939 #  data: "dpdk-performance-changes-2n-skx"
4940 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4941 #  filter: "'2T1C'"
4942 #  parameters:
4943 #  - "name"
4944 #  - "parent"
4945 #  - "throughput"
4946 #
4947 ## DPDK Performance Changes 2n-skx 4t2c pdr
4948 #- type: "table"
4949 #  title: "DPDK Performance Changes 2n-skx 4t2c pdr"
4950 #  algorithm: "table_perf_comparison"
4951 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
4952 #  history:
4953 #    - title: "rls1904"
4954 #      data: "dpdk-performance-changes-2n-skx-h1"
4955 #  reference:
4956 #    title: "rls1908"
4957 #    data: "dpdk-performance-changes-2n-skx-ref"
4958 #  compare:
4959 #    title: "rls2001"
4960 #    data: "dpdk-performance-changes-2n-skx-cmp"
4961 #  data: "dpdk-performance-changes-2n-skx"
4962 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4963 #  filter: "'4T2C'"
4964 #  parameters:
4965 #  - "name"
4966 #  - "parent"
4967 #  - "throughput"
4968 #
4969 ## DPDK Performance Changes 2n-skx 2t1c ndr
4970 #- type: "table"
4971 #  title: "DPDK Performance Changes 2n-skx 2t1c ndr"
4972 #  algorithm: "table_perf_comparison"
4973 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
4974 #  history:
4975 #    - title: "rls1904"
4976 #      data: "dpdk-performance-changes-2n-skx-h1"
4977 #  reference:
4978 #    title: "rls1908"
4979 #    data: "dpdk-performance-changes-2n-skx-ref"
4980 #  compare:
4981 #    title: "rls2001"
4982 #    data: "dpdk-performance-changes-2n-skx-cmp"
4983 #  data: "dpdk-performance-changes-2n-skx"
4984 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4985 #  filter: "'2T1C'"
4986 #  parameters:
4987 #  - "name"
4988 #  - "parent"
4989 #  - "throughput"
4990 #
4991 ## DPDK Performance Changes 2n-skx 4t2c ndr
4992 #- type: "table"
4993 #  title: "DPDK Performance Changes 2n-skx 4t2c ndr"
4994 #  algorithm: "table_perf_comparison"
4995 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
4996 #  history:
4997 #    - title: "rls1904"
4998 #      data: "dpdk-performance-changes-2n-skx-h1"
4999 #  reference:
5000 #    title: "rls1908"
5001 #    data: "dpdk-performance-changes-2n-skx-ref"
5002 #  compare:
5003 #    title: "rls2001"
5004 #    data: "dpdk-performance-changes-2n-skx-cmp"
5005 #  data: "dpdk-performance-changes-2n-skx"
5006 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5007 #  filter: "'4T2C'"
5008 #  parameters:
5009 #  - "name"
5010 #  - "parent"
5011 #  - "throughput"
5012 #
5013 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
5014 #- type: "table"
5015 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
5016 #  algorithm: "table_perf_comparison"
5017 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
5018 #  reference:
5019 #    title: "3-Node Hsw"
5020 #    data: "dpdk-compare-testbeds-ref"
5021 #  compare:
5022 #    title: "3-Node Skx"
5023 #    data: "dpdk-compare-testbeds-cmp"
5024 #  data: "dpdk-compare-testbeds"
5025 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5026 #  filter: "'NIC_Intel-X710'"
5027 #  parameters:
5028 #  - "name"
5029 #  - "parent"
5030 #  - "throughput"
5031 #
5032 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
5033 #- type: "table"
5034 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
5035 #  algorithm: "table_perf_comparison"
5036 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
5037 #  reference:
5038 #    title: "3-Node Hsw"
5039 #    data: "dpdk-compare-testbeds-ref"
5040 #  compare:
5041 #    title: "3-Node Skx"
5042 #    data: "dpdk-compare-testbeds-cmp"
5043 #  data: "dpdk-compare-testbeds"
5044 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5045 #  filter: "'NIC_Intel-X710'"
5046 #  parameters:
5047 #  - "name"
5048 #  - "parent"
5049 #  - "throughput"
5050 #
5051 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
5052 #- type: "table"
5053 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
5054 #  algorithm: "table_perf_comparison"
5055 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
5056 #  reference:
5057 #    title: "2-Node Skx"
5058 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5059 #  compare:
5060 #    title: "2-Node Clx"
5061 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5062 #  data: "dpdk-compare-testbeds-skx-clx"
5063 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5064 #  filter: "all"
5065 #  parameters:
5066 #  - "name"
5067 #  - "parent"
5068 #  - "throughput"
5069 #
5070 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
5071 #- type: "table"
5072 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
5073 #  algorithm: "table_perf_comparison"
5074 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
5075 #  reference:
5076 #    title: "2-Node Skx"
5077 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5078 #  compare:
5079 #    title: "2-Node Clx"
5080 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5081 #  data: "dpdk-compare-testbeds-skx-clx"
5082 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5083 #  filter: "all"
5084 #  parameters:
5085 #  - "name"
5086 #  - "parent"
5087 #  - "throughput"
5088 #
5089 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
5090 #- type: "table"
5091 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
5092 #  algorithm: "table_perf_comparison"
5093 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
5094 #  reference:
5095 #    title: "3-Node Skx"
5096 #    data: "dpdk-compare-topologies-ref"
5097 #  compare:
5098 #    title: "2-Node Skx"
5099 #    data: "dpdk-compare-topologies-cmp"
5100 #  data: "dpdk-compare-topologies"
5101 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5102 #  filter: "all"
5103 #  parameters:
5104 #  - "name"
5105 #  - "parent"
5106 #  - "throughput"
5107 #
5108 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5109 #- type: "table"
5110 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5111 #  algorithm: "table_perf_comparison"
5112 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5113 #  reference:
5114 #    title: "3-Node Skx"
5115 #    data: "dpdk-compare-topologies-ref"
5116 #  compare:
5117 #    title: "2-Node Skx"
5118 #    data: "dpdk-compare-topologies-cmp"
5119 #  data: "dpdk-compare-topologies"
5120 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5121 #  filter: "all"
5122 #  parameters:
5123 #  - "name"
5124 #  - "parent"
5125 #  - "throughput"
5126
5127 # Detailed Test Results - DPDK Performance Results 3n-hsw
5128 - type: "table"
5129   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5130   algorithm: "table_merged_details"
5131   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5132   columns:
5133   - title: " |prein| Test Name |preout| "
5134     data: "data name"
5135   - 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| "
5136     data: "data msg"
5137   data: "dpdk-perf-results-3n-hsw"
5138   filter: "all"
5139   parameters:
5140   - "name"
5141   - "parent"
5142   - "msg"
5143
5144 ## Detailed Test Results - DPDK Performance Results 3n-skx
5145 #- type: "table"
5146 #  title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5147 #  algorithm: "table_merged_details"
5148 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5149 #  columns:
5150 #  - title: " |prein| Test Name |preout| "
5151 #    data: "data name"
5152 #  - 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| "
5153 #    data: "data msg"
5154 #  data: "dpdk-perf-results-3n-skx"
5155 #  filter: "all"
5156 #  parameters:
5157 #  - "name"
5158 #  - "parent"
5159 #  - "msg"
5160 #
5161 ## Detailed Test Results - DPDK Performance Results 2n-skx
5162 #- type: "table"
5163 #  title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5164 #  algorithm: "table_merged_details"
5165 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5166 #  columns:
5167 #  - title: " |prein| Test Name |preout| "
5168 #    data: "data name"
5169 #  - 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| "
5170 #    data: "data msg"
5171 #  data: "dpdk-perf-results-2n-skx"
5172 #  filter: "all"
5173 #  parameters:
5174 #  - "name"
5175 #  - "parent"
5176 #  - "msg"
5177
5178 ## Detailed Test Results - DPDK Performance Results 2n-clx
5179 #- type: "table"
5180 #  title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5181 #  algorithm: "table_merged_details"
5182 #  output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5183 #  columns:
5184 #  - title: " |prein| Test Name |preout| "
5185 #    data: "data name"
5186 #  - 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| "
5187 #    data: "data msg"
5188 #  data: "dpdk-perf-results-2n-clx"
5189 #  filter: "all"
5190 #  parameters:
5191 #  - "name"
5192 #  - "parent"
5193 #  - "msg"
5194
5195 # Detailed Test Results - DPDK Performance Results 2n-dnv
5196 - type: "table"
5197   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
5198   algorithm: "table_merged_details"
5199   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5200   columns:
5201   - title: " |prein| Test Name |preout| "
5202     data: "data name"
5203   - 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| "
5204     data: "data msg"
5205   data: "dpdk-perf-results-2n-dnv"
5206   filter: "all"
5207   parameters:
5208   - "name"
5209   - "parent"
5210   - "msg"
5211
5212 # Detailed Test Results - DPDK Performance Results 3n-dnv
5213 - type: "table"
5214   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
5215   algorithm: "table_merged_details"
5216   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
5217   columns:
5218   - title: " |prein| Test Name |preout| "
5219     data: "data name"
5220   - 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| "
5221     data: "data msg"
5222   data: "dpdk-perf-results-3n-dnv"
5223   filter: "all"
5224   parameters:
5225   - "name"
5226   - "parent"
5227   - "msg"
5228
5229 # Detailed Test Results - DPDK Performance Results 3n-tsh
5230 - type: "table"
5231   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
5232   algorithm: "table_merged_details"
5233   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
5234   columns:
5235   - title: " |prein| Test Name |preout| "
5236     data: "data name"
5237   - 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| "
5238     data: "data msg"
5239   data: "dpdk-perf-results-3n-tsh"
5240   filter: "all"
5241   parameters:
5242   - "name"
5243   - "parent"
5244   - "msg"
5245
5246 ################################################################################
5247 ###                                F I L E S                                 ###
5248 ################################################################################
5249
5250 # VPP Performance Results 3n-hsw
5251 - type: "file"
5252   title: "VPP Performance Results 3n-hsw"
5253   algorithm: "file_test_results"
5254   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}"
5255   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
5256   data: "vpp-perf-results-3n-hsw"
5257   filter: "all"
5258   data-start-level: 4
5259
5260 ## VPP Performance Results 3n-skx
5261 #- type: "file"
5262 #  title: "VPP Performance Results 3n-skx"
5263 #  algorithm: "file_test_results"
5264 #  output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}"
5265 #  dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
5266 #  data: "vpp-perf-results-3n-skx"
5267 #  filter: "all"
5268 #  data-start-level: 4
5269 #
5270 ## VPP Performance Results 2n-skx
5271 #- type: "file"
5272 #  title: "VPP Performance Results 2n-skx"
5273 #  algorithm: "file_test_results"
5274 #  output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}"
5275 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
5276 #  data: "vpp-perf-results-2n-skx"
5277 #  filter: "all"
5278 #  data-start-level: 4
5279
5280 ## VPP Performance Results 2n-clx
5281 #- type: "file"
5282 #  title: "VPP Performance Results 2n-clx"
5283 #  algorithm: "file_test_results"
5284 #  output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}"
5285 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,CLX]}"
5286 #  data: "vpp-perf-results-2n-clx"
5287 #  filter: "all"
5288 #  data-start-level: 4
5289
5290 # VPP Performance Results 3n-tsh
5291 - type: "file"
5292   title: "VPP Performance Results 3n-tsh"
5293   algorithm: "file_test_results"
5294   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}"
5295   dir-tables: "{DIR[DTR,PERF,VPP,3N,TSH]}"
5296   data: "vpp-perf-results-3n-tsh"
5297   filter: "all"
5298   data-start-level: 4
5299
5300 # VPP Performance Results 3n-dnv
5301 - type: "file"
5302   title: "VPP Performance Results 3n-dnv"
5303   algorithm: "file_test_results"
5304   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}"
5305   dir-tables: "{DIR[DTR,PERF,VPP,3N,DNV]}"
5306   data: "vpp-perf-results-3n-dnv"
5307   filter: "all"
5308   data-start-level: 4
5309
5310 # VPP Performance Results 2n-dnv
5311 - type: "file"
5312   title: "VPP Performance Results 2n-dnv"
5313   algorithm: "file_test_results"
5314   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}"
5315   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
5316   data: "vpp-perf-results-2n-dnv"
5317   filter: "all"
5318   data-start-level: 4
5319
5320 # VPP Performance Configuration 3n-hsw
5321 - type: "file"
5322   title: "VPP Performance Configuration 3n-hsw"
5323   algorithm: "file_test_results"
5324   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}"
5325   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
5326   data: "vpp-perf-results-3n-hsw"
5327   filter: "all"
5328   data-start-level: 4
5329
5330 ## VPP Performance Configuration 3n-skx
5331 #- type: "file"
5332 #  title: "VPP Performance Configuration 3n-skx"
5333 #  algorithm: "file_test_results"
5334 #  output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}"
5335 #  dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
5336 #  data: "vpp-perf-results-3n-skx"
5337 #  filter: "all"
5338 #  data-start-level: 4
5339 #
5340 ## VPP Performance Configuration 2n-skx
5341 #- type: "file"
5342 #  title: "VPP Performance Configuration 2n-skx"
5343 #  algorithm: "file_test_results"
5344 #  output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}"
5345 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
5346 #  data: "vpp-perf-results-2n-skx"
5347 #  filter: "all"
5348 #  data-start-level: 4
5349
5350 ## VPP Performance Configuration 2n-clx
5351 #- type: "file"
5352 #  title: "VPP Performance Configuration 2n-clx"
5353 #  algorithm: "file_test_results"
5354 #  output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}"
5355 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,CLX]}"
5356 #  data: "vpp-perf-results-2n-clx"
5357 #  filter: "all"
5358 #  data-start-level: 4
5359
5360 # VPP Performance Configuration 3n-tsh
5361 - type: "file"
5362   title: "VPP Performance Configuration 3n-tsh"
5363   algorithm: "file_test_results"
5364   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}"
5365   dir-tables: "{DIR[DTC,PERF,VPP,3N,TSH]}"
5366   data: "vpp-perf-results-3n-tsh"
5367   filter: "all"
5368   data-start-level: 4
5369
5370 # VPP Performance Configuration 3n-dnv
5371 - type: "file"
5372   title: "VPP Performance Configuration 3n-dnv"
5373   algorithm: "file_test_results"
5374   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}"
5375   dir-tables: "{DIR[DTC,PERF,VPP,3N,DNV]}"
5376   data: "vpp-perf-results-3n-dnv"
5377   filter: "all"
5378   data-start-level: 4
5379
5380 # VPP Performance Configuration 2n-dnv
5381 - type: "file"
5382   title: "VPP Performance Configuration 2n-dnv"
5383   algorithm: "file_test_results"
5384   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}"
5385   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
5386   data: "vpp-perf-results-2n-dnv"
5387   filter: "all"
5388   data-start-level: 4
5389
5390 # VPP Performance Operational Data 3n-hsw
5391 - type: "file"
5392   title: "VPP Performance Operational Data 3n-hsw"
5393   algorithm: "file_test_results_html"
5394   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}"
5395   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
5396   data: "vpp-perf-results-3n-hsw"
5397   filter: "all"
5398   data-start-level: 4
5399
5400 ## VPP Performance Operational Data 3n-skx
5401 #- type: "file"
5402 #  title: "VPP Performance Operational Data 3n-skx"
5403 #  algorithm: "file_test_results_html"
5404 #  output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}"
5405 #  dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
5406 #  data: "vpp-perf-results-3n-skx"
5407 #  filter: "all"
5408 #  data-start-level: 4
5409 #
5410 ## VPP Performance Operational Data 2n-skx
5411 #- type: "file"
5412 #  title: "VPP Performance Operational Data 2n-skx"
5413 #  algorithm: "file_test_results_html"
5414 #  output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}"
5415 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
5416 #  data: "vpp-perf-results-2n-skx"
5417 #  filter: "all"
5418 #  data-start-level: 4
5419
5420 ## VPP Performance Operational Data 2n-clx
5421 #- type: "file"
5422 #  title: "VPP Performance Operational Data 2n-clx"
5423 #  algorithm: "file_test_results_html"
5424 #  output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}"
5425 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,CLX]}"
5426 #  data: "vpp-perf-results-2n-clx"
5427 #  filter: "all"
5428 #  data-start-level: 4
5429
5430 # VPP Performance Operational Data 3n-tsh
5431 - type: "file"
5432   title: "VPP Performance Operational Data 3n-tsh"
5433   algorithm: "file_test_results_html"
5434   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}"
5435   dir-tables: "{DIR[DTO,PERF,VPP,3N,TSH]}"
5436   data: "vpp-perf-results-3n-tsh"
5437   filter: "all"
5438   data-start-level: 4
5439
5440 # VPP Performance Operational Data 3n-dnv
5441 - type: "file"
5442   title: "VPP Performance Operational Data 3n-dnv"
5443   algorithm: "file_test_results_html"
5444   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}"
5445   dir-tables: "{DIR[DTO,PERF,VPP,3N,DNV]}"
5446   data: "vpp-perf-results-3n-dnv"
5447   filter: "all"
5448   data-start-level: 4
5449
5450 # VPP Performance Operational Data 2n-dnv
5451 - type: "file"
5452   title: "VPP Performance Operational Data 2n-dnv"
5453   algorithm: "file_test_results_html"
5454   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}"
5455   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
5456   data: "vpp-perf-results-2n-dnv"
5457   filter: "all"
5458   data-start-level: 4
5459
5460 # VPP MRR Results 3n-hsw
5461 - type: "file"
5462   title: "VPP MRR Results 3n-hsw"
5463   algorithm: "file_test_results"
5464   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}"
5465   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
5466   data: "vpp-mrr-results-3n-hsw"
5467   filter: "all"
5468   data-start-level: 4
5469
5470 ## VPP MRR Results 3n-skx
5471 #- type: "file"
5472 #  title: "VPP MRR Results 3n-skx"
5473 #  algorithm: "file_test_results"
5474 #  output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}"
5475 #  dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
5476 #  data: "vpp-mrr-results-3n-skx"
5477 #  filter: "all"
5478 #  data-start-level: 4
5479 #
5480 ## VPP MRR Results 2n-skx
5481 #- type: "file"
5482 #  title: "VPP MRR Results 2n-skx"
5483 #  algorithm: "file_test_results"
5484 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}"
5485 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
5486 #  data: "vpp-mrr-results-2n-skx"
5487 #  filter: "all"
5488 #  data-start-level: 4
5489
5490 ## VPP MRR Results 2n-clx
5491 #- type: "file"
5492 #  title: "VPP MRR Results 2n-clx"
5493 #  algorithm: "file_test_results"
5494 #  output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}"
5495 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,CLX]}"
5496 #  data: "vpp-mrr-results-2n-clx"
5497 #  filter: "all"
5498 #  data-start-level: 4
5499
5500 # VPP MRR Results 3n-tsh
5501 - type: "file"
5502   title: "VPP MRR Results 3n-tsh"
5503   algorithm: "file_test_results"
5504   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}"
5505   dir-tables: "{DIR[DTR,MRR,VPP,3N,TSH]}"
5506   data: "vpp-mrr-results-3n-tsh"
5507   filter: "all"
5508   data-start-level: 4
5509
5510 # VPP MRR Results 3n-dnv
5511 - type: "file"
5512   title: "VPP MRR Results 3n-dnv"
5513   algorithm: "file_test_results"
5514   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}"
5515   dir-tables: "{DIR[DTR,MRR,VPP,3N,DNV]}"
5516   data: "vpp-mrr-results-3n-dnv"
5517   filter: "all"
5518   data-start-level: 4
5519
5520 # VPP MRR Results 2n-dnv
5521 - type: "file"
5522   title: "VPP MRR Results 2n-dnv"
5523   algorithm: "file_test_results"
5524   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}"
5525   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
5526   data: "vpp-mrr-results-2n-dnv"
5527   filter: "all"
5528   data-start-level: 4
5529
5530 # VPP MRR Configuration 3n-hsw
5531 - type: "file"
5532   title: "VPP MRR Configuration 3n-hsw"
5533   algorithm: "file_test_results"
5534   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}"
5535   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
5536   data: "vpp-mrr-results-3n-hsw"
5537   filter: "all"
5538   data-start-level: 4
5539
5540 ## VPP MRR Configuration 3n-skx
5541 #- type: "file"
5542 #  title: "VPP MRR Configuration 3n-skx"
5543 #  algorithm: "file_test_results"
5544 #  output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}"
5545 #  dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
5546 #  data: "vpp-mrr-results-3n-skx"
5547 #  filter: "all"
5548 #  data-start-level: 4
5549 #
5550 ## VPP MRR Configuration 2n-skx
5551 #- type: "file"
5552 #  title: "VPP MRR Configuration 2n-skx"
5553 #  algorithm: "file_test_results"
5554 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}"
5555 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
5556 #  data: "vpp-mrr-results-2n-skx"
5557 #  filter: "all"
5558 #  data-start-level: 4
5559
5560 ## VPP MRR Configuration 2n-clx
5561 #- type: "file"
5562 #  title: "VPP MRR Configuration 2n-clx"
5563 #  algorithm: "file_test_results"
5564 #  output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}"
5565 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,CLX]}"
5566 #  data: "vpp-mrr-results-2n-clx"
5567 #  filter: "all"
5568 #  data-start-level: 4
5569
5570 # VPP MRR Configuration 3n-tsh
5571 - type: "file"
5572   title: "VPP MRR Configuration 3n-tsh"
5573   algorithm: "file_test_results"
5574   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}"
5575   dir-tables: "{DIR[DTC,MRR,VPP,3N,TSH]}"
5576   data: "vpp-mrr-results-3n-tsh"
5577   filter: "all"
5578   data-start-level: 4
5579
5580 # VPP MRR Configuration 3n-dnv
5581 - type: "file"
5582   title: "VPP MRR Configuration 3n-dnv"
5583   algorithm: "file_test_results"
5584   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}"
5585   dir-tables: "{DIR[DTC,MRR,VPP,3N,DNV]}"
5586   data: "vpp-mrr-results-3n-dnv"
5587   filter: "all"
5588   data-start-level: 4
5589
5590 # VPP MRR Configuration 2n-dnv
5591 - type: "file"
5592   title: "VPP MRR Configuration 2n-dnv"
5593   algorithm: "file_test_results"
5594   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}"
5595   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
5596   data: "vpp-mrr-results-2n-dnv"
5597   filter: "all"
5598   data-start-level: 4
5599
5600 # VPP Device Results - Ubuntu
5601 - type: "file"
5602   title: "VPP Device Results - Ubuntu"
5603   algorithm: "file_test_results"
5604   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5605   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5606   data: "vpp-device-results-ubuntu"
5607   filter: "all"
5608   data-start-level: 4
5609
5610 # VPP Device Configuration - Ubuntu
5611 - type: "file"
5612   title: "VPP Device Configuration - Ubuntu"
5613   algorithm: "file_test_results"
5614   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5615   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5616   data: "vpp-device-results-ubuntu"
5617   filter: "all"
5618   data-start-level: 4
5619
5620 # DPDK Performance Results 3n-hsw
5621 - type: "file"
5622   title: "DPDK Performance Results 3n-hsw"
5623   algorithm: "file_test_results"
5624   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5625   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5626   data: "dpdk-perf-results-3n-hsw"
5627   filter: "all"
5628   data-start-level: 4
5629
5630 ## DPDK Performance Results 3n-skx
5631 #- type: "file"
5632 #  title: "DPDK Performance Results 3n-skx"
5633 #  algorithm: "file_test_results"
5634 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5635 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5636 #  data: "dpdk-perf-results-3n-skx"
5637 #  filter: "all"
5638 #  data-start-level: 4
5639 #
5640 ## DPDK Performance Results 2n-skx
5641 #- type: "file"
5642 #  title: "DPDK Performance Results 2n-skx"
5643 #  algorithm: "file_test_results"
5644 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5645 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5646 #  data: "dpdk-perf-results-2n-skx"
5647 #  filter: "all"
5648 #  data-start-level: 4
5649
5650 ## DPDK Performance Results 2n-clx
5651 #- type: "file"
5652 #  title: "DPDK Performance Results 2n-clx"
5653 #  algorithm: "file_test_results"
5654 #  output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
5655 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
5656 #  data: "dpdk-perf-results-2n-clx"
5657 #  filter: "all"
5658 #  data-start-level: 4
5659
5660 # DPDK Performance Results 2n-dnv
5661 - type: "file"
5662   title: "DPDK Performance Results 2n-dnv"
5663   algorithm: "file_test_results"
5664   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
5665   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
5666   data: "dpdk-perf-results-2n-dnv"
5667   filter: "all"
5668   data-start-level: 4
5669
5670 # DPDK Performance Results 3n-dnv
5671 - type: "file"
5672   title: "DPDK Performance Results 3n-dnv"
5673   algorithm: "file_test_results"
5674   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
5675   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
5676   data: "dpdk-perf-results-3n-dnv"
5677   filter: "all"
5678   data-start-level: 4
5679
5680 # DPDK Performance Results 3n-tsh
5681 - type: "file"
5682   title: "DPDK Performance Results 3n-tsh"
5683   algorithm: "file_test_results"
5684   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
5685   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
5686   data: "dpdk-perf-results-3n-tsh"
5687   filter: "all"
5688   data-start-level: 4
5689
5690 ################################################################################
5691 ###                                P L O T S                                 ###
5692 ################################################################################
5693
5694 ## Plots VPP HTTP Server Performance
5695 #- type: "plot"
5696 #  title: "VPP HTTP Server Performance"
5697 #  algorithm: "plot_http_server_perf_box"
5698 #  output-file-type: ".html"
5699 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
5700 #  data:
5701 #    "plot-vpp-http-server-performance"
5702 #  # Keep this formatting, the filter is enclosed with " (quotation mark) and
5703 #  # each tag is enclosed with ' (apostrophe).
5704 #  filter: "'HTTP' and 'TCP_CPS'"
5705 #  parameters:
5706 #  - "result"
5707 #  - "name"
5708 #  traces:
5709 #    hoverinfo: "y+name"
5710 #    boxpoints: "outliers"
5711 #    whiskerwidth: 0
5712 #  layout:
5713 #    title: "VPP HTTP Server Performance"
5714 #    layout:
5715 #      "plot-cps"
5716 #
5717 #- type: "plot"
5718 #  title: "VPP HTTP Server Performance"
5719 #  algorithm: "plot_http_server_perf_box"
5720 #  output-file-type: ".html"
5721 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
5722 #  data:
5723 #    "plot-vpp-http-server-performance"
5724 #  filter: "'HTTP' and 'TCP_RPS'"
5725 #  parameters:
5726 #  - "result"
5727 #  - "name"
5728 #  traces:
5729 #    hoverinfo: "y+name"
5730 #    boxpoints: "outliers"
5731 #    whiskerwidth: 0
5732 #  layout:
5733 #    title: "VPP HTTP Server Performance"
5734 #    layout:
5735 #      "plot-rps"
5736
5737 ################################################################################
5738
5739 ## Soak Test (PLRsearch), boxes
5740 #- type: "plot"
5741 #  title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
5742 #  algorithm: "plot_perf_box_name"
5743 #  output-file-type: ".html"
5744 #  output-file: "{DIR[STATIC,VPP]}/soak-test-1"
5745 #  data: "plot-vpp-soak-2n-skx"
5746 #  include:
5747 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Soak.64B-2t1c-avf-eth-l2patch-soak"
5748 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
5749 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
5750 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Soak.64B-2t1c-eth-l2patch-soak"
5751 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
5752 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
5753 #  layout:
5754 #    title: "30 Minutes Soak Test (PLRsearch)"
5755 #    layout: "plot-soak-throughput"
5756 #
5757 ## Soak Test (PLRsearch), boxes
5758 #- type: "plot"
5759 #  title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
5760 #  algorithm: "plot_perf_box_name"
5761 #  output-file-type: ".html"
5762 #  output-file: "{DIR[STATIC,VPP]}/soak-test-2"
5763 #  data: "plot-vpp-soak-2n-skx"
5764 #  include:
5765 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-soak"
5766 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
5767 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
5768 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
5769 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
5770 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
5771 #  layout:
5772 #    title: "30 Minutes Soak Test (PLRsearch)"
5773 #    layout: "plot-soak-throughput"
5774
5775 ###############################################################################
5776
5777 #- type: "plot"
5778 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
5779 #  algorithm: "plot_nf_reconf_box_name"
5780 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
5781 #  data: "plot-vpp-nfv-reconf-2n-skx"
5782 #  include:
5783 #    - "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"
5784 #    - "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"
5785 #    - "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"
5786 #    - "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"
5787 #    - "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"
5788 #    - "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"
5789 #  layout:
5790 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
5791 #    layout: "plot-throughput"
5792 #
5793 #- type: "plot"
5794 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
5795 #  algorithm: "plot_nf_reconf_box_name"
5796 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
5797 #  data: "plot-vpp-nfv-reconf-2n-skx"
5798 #  include:
5799 #    - "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"
5800 #    - "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"
5801 #    - "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"
5802 #    - "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"
5803 #    - "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"
5804 #    - "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"
5805 #  layout:
5806 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
5807 #    layout: "plot-throughput"
5808 #
5809 #- type: "plot"
5810 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
5811 #  algorithm: "plot_nf_reconf_box_name"
5812 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
5813 #  data: "plot-vpp-nfv-reconf-2n-skx"
5814 #  include:
5815 #    - "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"
5816 #    - "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"
5817 #    - "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"
5818 #    - "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"
5819 #    - "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"
5820 #    - "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"
5821 #  layout:
5822 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
5823 #    layout: "plot-throughput"
5824 #
5825 ################################################################################
5826 ## Plots - NF Density - VSC - MRR 64b
5827 #- type: "plot"
5828 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5829 #  algorithm: "plot_nf_heatmap"
5830 #  output-file-type: ".html"
5831 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
5832 #  data: "plot-vpp-nfv-2n-skx-mrr"
5833 #  filter: "'NIC_Intel-XXV710' and
5834 #           'NF_DENSITY' and
5835 #           'VHOST' and
5836 #           not 'VXLAN' and
5837 #           'CHAIN' and
5838 #           'NF_VPPIP4' and
5839 #           '64B' and
5840 #           '2T1C' and
5841 #           'MRR'"
5842 #  parameters:
5843 #  - "result"
5844 #  - "name"
5845 #  - "tags"
5846 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5847 #  x-axis: "X = VNFs per Service Chain"
5848 #  y-axis: "Y = Number of Service Chains"
5849 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5850 #  layout:
5851 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5852 #    layout: "plot-service-density"
5853 #
5854 #- type: "plot"
5855 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5856 #  algorithm: "plot_nf_heatmap"
5857 #  output-file-type: ".html"
5858 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
5859 #  data: "plot-vpp-nfv-2n-skx-mrr"
5860 #  filter: "'NIC_Intel-XXV710' and
5861 #           'NF_DENSITY' and
5862 #           'VHOST' and
5863 #           not 'VXLAN' and
5864 #           'CHAIN' and
5865 #           'NF_VPPIP4' and
5866 #           '64B' and
5867 #           '4T2C' and
5868 #           'MRR'"
5869 #  parameters:
5870 #  - "result"
5871 #  - "name"
5872 #  - "tags"
5873 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5874 #  x-axis: "X = VNFs per Service Chain"
5875 #  y-axis: "Y = Number of Service Chains"
5876 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5877 #  layout:
5878 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5879 #    layout: "plot-service-density"
5880 #
5881 #- type: "plot"
5882 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5883 #  algorithm: "plot_nf_heatmap"
5884 #  output-file-type: ".html"
5885 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
5886 #  data: "plot-vpp-nfv-2n-skx-mrr"
5887 #  filter: "'NIC_Intel-XXV710' and
5888 #           'NF_DENSITY' and
5889 #           'VHOST' and
5890 #           not 'VXLAN' and
5891 #           'CHAIN' and
5892 #           'NF_VPPIP4' and
5893 #           '64B' and
5894 #           '8T4C' and
5895 #           'MRR'"
5896 #  parameters:
5897 #  - "result"
5898 #  - "name"
5899 #  - "tags"
5900 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5901 #  x-axis: "X = VNFs per Service Chain"
5902 #  y-axis: "Y = Number of Service Chains"
5903 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5904 #  layout:
5905 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5906 #    layout: "plot-service-density"
5907 #
5908 ## Plots - NF Density - VSC - MRR IMIX
5909 #- type: "plot"
5910 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5911 #  algorithm: "plot_nf_heatmap"
5912 #  output-file-type: ".html"
5913 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
5914 #  data: "plot-vpp-nfv-2n-skx-mrr"
5915 #  filter: "'NIC_Intel-XXV710' and
5916 #           'NF_DENSITY' and
5917 #           'VHOST' and
5918 #           not 'VXLAN' and
5919 #           'CHAIN' and
5920 #           'NF_VPPIP4' and
5921 #           'IMIX' and
5922 #           '2T1C' and
5923 #           'MRR'"
5924 #  parameters:
5925 #  - "result"
5926 #  - "name"
5927 #  - "tags"
5928 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5929 #  x-axis: "X = VNFs per Service Chain"
5930 #  y-axis: "Y = Number of Service Chains"
5931 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5932 #  layout:
5933 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5934 #    layout: "plot-service-density"
5935 #
5936 #- type: "plot"
5937 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5938 #  algorithm: "plot_nf_heatmap"
5939 #  output-file-type: ".html"
5940 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
5941 #  data: "plot-vpp-nfv-2n-skx-mrr"
5942 #  filter: "'NIC_Intel-XXV710' and
5943 #           'NF_DENSITY' and
5944 #           'VHOST' and
5945 #           not 'VXLAN' and
5946 #           'CHAIN' and
5947 #           'NF_VPPIP4' and
5948 #           'IMIX' and
5949 #           '4T2C' and
5950 #           'MRR'"
5951 #  parameters:
5952 #  - "result"
5953 #  - "name"
5954 #  - "tags"
5955 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5956 #  x-axis: "X = VNFs per Service Chain"
5957 #  y-axis: "Y = Number of Service Chains"
5958 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5959 #  layout:
5960 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5961 #    layout: "plot-service-density"
5962 #
5963 #- type: "plot"
5964 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5965 #  algorithm: "plot_nf_heatmap"
5966 #  output-file-type: ".html"
5967 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
5968 #  data: "plot-vpp-nfv-2n-skx-mrr"
5969 #  filter: "'NIC_Intel-XXV710' and
5970 #           'NF_DENSITY' and
5971 #           'VHOST' and
5972 #           not 'VXLAN' and
5973 #           'CHAIN' and
5974 #           'NF_VPPIP4' and
5975 #           'IMIX' and
5976 #           '8T4C' and
5977 #           'MRR'"
5978 #  parameters:
5979 #  - "result"
5980 #  - "name"
5981 #  - "tags"
5982 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5983 #  x-axis: "X = VNFs per Service Chain"
5984 #  y-axis: "Y = Number of Service Chains"
5985 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5986 #  layout:
5987 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5988 #    layout: "plot-service-density"
5989 #
5990 ## Plots - NF Density - VSC - NDR 64b
5991 #- type: "plot"
5992 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
5993 #  algorithm: "plot_nf_heatmap"
5994 #  output-file-type: ".html"
5995 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
5996 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
5997 #  filter: "'NIC_Intel-XXV710' and
5998 #           'NF_DENSITY' and
5999 #           'VHOST' and
6000 #           not 'VXLAN' and
6001 #           'CHAIN' and
6002 #           'NF_VPPIP4' and
6003 #           '64B' and
6004 #           '2T1C' and
6005 #           'NDRPDR'"
6006 #  parameters:
6007 #  - "throughput"
6008 #  - "name"
6009 #  - "tags"
6010 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6011 #  x-axis: "X = VNFs per Service Chain"
6012 #  y-axis: "Y = Number of Service Chains"
6013 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6014 #  layout:
6015 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6016 #    layout: "plot-service-density"
6017 #
6018 #- type: "plot"
6019 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6020 #  algorithm: "plot_nf_heatmap"
6021 #  output-file-type: ".html"
6022 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6023 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6024 #  filter: "'NIC_Intel-XXV710' and
6025 #           'NF_DENSITY' and
6026 #           'VHOST' and
6027 #           not 'VXLAN' and
6028 #           'CHAIN' and
6029 #           'NF_VPPIP4' and
6030 #           '64B' and
6031 #           '4T2C' and
6032 #           'NDRPDR'"
6033 #  parameters:
6034 #  - "throughput"
6035 #  - "name"
6036 #  - "tags"
6037 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6038 #  x-axis: "X = VNFs per Service Chain"
6039 #  y-axis: "Y = Number of Service Chains"
6040 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6041 #  layout:
6042 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6043 #    layout: "plot-service-density"
6044 #
6045 #- type: "plot"
6046 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6047 #  algorithm: "plot_nf_heatmap"
6048 #  output-file-type: ".html"
6049 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6050 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6051 #  filter: "'NIC_Intel-XXV710' and
6052 #           'NF_DENSITY' and
6053 #           'VHOST' and
6054 #           not 'VXLAN' and
6055 #           'CHAIN' and
6056 #           'NF_VPPIP4' and
6057 #           '64B' and
6058 #           '8T4C' and
6059 #           'NDRPDR'"
6060 #  parameters:
6061 #  - "throughput"
6062 #  - "name"
6063 #  - "tags"
6064 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6065 #  x-axis: "X = VNFs per Service Chain"
6066 #  y-axis: "Y = Number of Service Chains"
6067 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6068 #  layout:
6069 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6070 #    layout: "plot-service-density"
6071 #
6072 ## Plots - NF Density - VSC - NDR IMIX
6073 #- type: "plot"
6074 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6075 #  algorithm: "plot_nf_heatmap"
6076 #  output-file-type: ".html"
6077 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6078 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6079 #  filter: "'NIC_Intel-XXV710' and
6080 #           'NF_DENSITY' and
6081 #           'VHOST' and
6082 #           not 'VXLAN' and
6083 #           'CHAIN' and
6084 #           'NF_VPPIP4' and
6085 #           'IMIX' and
6086 #           '2T1C' and
6087 #           'NDRPDR'"
6088 #  parameters:
6089 #  - "throughput"
6090 #  - "name"
6091 #  - "tags"
6092 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6093 #  x-axis: "X = VNFs per Service Chain"
6094 #  y-axis: "Y = Number of Service Chains"
6095 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6096 #  layout:
6097 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6098 #    layout: "plot-service-density"
6099 #
6100 #- type: "plot"
6101 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6102 #  algorithm: "plot_nf_heatmap"
6103 #  output-file-type: ".html"
6104 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6105 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6106 #  filter: "'NIC_Intel-XXV710' and
6107 #           'NF_DENSITY' and
6108 #           'VHOST' and
6109 #           not 'VXLAN' and
6110 #           'CHAIN' and
6111 #           'NF_VPPIP4' and
6112 #           'IMIX' and
6113 #           '4T2C' and
6114 #           'NDRPDR'"
6115 #  parameters:
6116 #  - "throughput"
6117 #  - "name"
6118 #  - "tags"
6119 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6120 #  x-axis: "X = VNFs per Service Chain"
6121 #  y-axis: "Y = Number of Service Chains"
6122 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6123 #  layout:
6124 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6125 #    layout: "plot-service-density"
6126 #
6127 #- type: "plot"
6128 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6129 #  algorithm: "plot_nf_heatmap"
6130 #  output-file-type: ".html"
6131 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6132 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6133 #  filter: "'NIC_Intel-XXV710' and
6134 #           'NF_DENSITY' and
6135 #           'VHOST' and
6136 #           not 'VXLAN' and
6137 #           'CHAIN' and
6138 #           'NF_VPPIP4' and
6139 #           'IMIX' and
6140 #           '8T4C' and
6141 #           'NDRPDR'"
6142 #  parameters:
6143 #  - "throughput"
6144 #  - "name"
6145 #  - "tags"
6146 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6147 #  x-axis: "X = VNFs per Service Chain"
6148 #  y-axis: "Y = Number of Service Chains"
6149 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6150 #  layout:
6151 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6152 #    layout: "plot-service-density"
6153 #
6154 ## Plots - NF Density - VSC - PDR 64b
6155 #- type: "plot"
6156 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6157 #  algorithm: "plot_nf_heatmap"
6158 #  output-file-type: ".html"
6159 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6160 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6161 #  filter: "'NIC_Intel-XXV710' and
6162 #           'NF_DENSITY' and
6163 #           'VHOST' and
6164 #           not 'VXLAN' and
6165 #           'CHAIN' and
6166 #           'NF_VPPIP4' and
6167 #           '64B' and
6168 #           '2T1C' and
6169 #           'NDRPDR'"
6170 #  parameters:
6171 #  - "throughput"
6172 #  - "name"
6173 #  - "tags"
6174 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6175 #  x-axis: "X = VNFs per Service Chain"
6176 #  y-axis: "Y = Number of Service Chains"
6177 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6178 #  layout:
6179 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6180 #    layout: "plot-service-density"
6181 #
6182 #- type: "plot"
6183 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6184 #  algorithm: "plot_nf_heatmap"
6185 #  output-file-type: ".html"
6186 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6187 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6188 #  filter: "'NIC_Intel-XXV710' and
6189 #           'NF_DENSITY' and
6190 #           'VHOST' and
6191 #           not 'VXLAN' and
6192 #           'CHAIN' and
6193 #           'NF_VPPIP4' and
6194 #           '64B' and
6195 #           '4T2C' and
6196 #           'NDRPDR'"
6197 #  parameters:
6198 #  - "throughput"
6199 #  - "name"
6200 #  - "tags"
6201 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6202 #  x-axis: "X = VNFs per Service Chain"
6203 #  y-axis: "Y = Number of Service Chains"
6204 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6205 #  layout:
6206 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6207 #    layout: "plot-service-density"
6208 #
6209 #- type: "plot"
6210 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6211 #  algorithm: "plot_nf_heatmap"
6212 #  output-file-type: ".html"
6213 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
6214 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6215 #  filter: "'NIC_Intel-XXV710' and
6216 #           'NF_DENSITY' and
6217 #           'VHOST' and
6218 #           not 'VXLAN' and
6219 #           'CHAIN' and
6220 #           'NF_VPPIP4' and
6221 #           '64B' and
6222 #           '8T4C' and
6223 #           'NDRPDR'"
6224 #  parameters:
6225 #  - "throughput"
6226 #  - "name"
6227 #  - "tags"
6228 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6229 #  x-axis: "X = VNFs per Service Chain"
6230 #  y-axis: "Y = Number of Service Chains"
6231 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6232 #  layout:
6233 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6234 #    layout: "plot-service-density"
6235 #
6236 ## Plots - NF Density - VSC - PDR IMIX
6237 #- type: "plot"
6238 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6239 #  algorithm: "plot_nf_heatmap"
6240 #  output-file-type: ".html"
6241 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6242 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6243 #  filter: "'NIC_Intel-XXV710' and
6244 #           'NF_DENSITY' and
6245 #           'VHOST' and
6246 #           not 'VXLAN' and
6247 #           'CHAIN' and
6248 #           'NF_VPPIP4' and
6249 #           'IMIX' and
6250 #           '2T1C' and
6251 #           'NDRPDR'"
6252 #  parameters:
6253 #  - "throughput"
6254 #  - "name"
6255 #  - "tags"
6256 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6257 #  x-axis: "X = VNFs per Service Chain"
6258 #  y-axis: "Y = Number of Service Chains"
6259 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6260 #  layout:
6261 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6262 #    layout: "plot-service-density"
6263 #
6264 #- type: "plot"
6265 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6266 #  algorithm: "plot_nf_heatmap"
6267 #  output-file-type: ".html"
6268 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
6269 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6270 #  filter: "'NIC_Intel-XXV710' and
6271 #           'NF_DENSITY' and
6272 #           'VHOST' and
6273 #           not 'VXLAN' and
6274 #           'CHAIN' and
6275 #           'NF_VPPIP4' and
6276 #           'IMIX' and
6277 #           '4T2C' and
6278 #           'NDRPDR'"
6279 #  parameters:
6280 #  - "throughput"
6281 #  - "name"
6282 #  - "tags"
6283 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6284 #  x-axis: "X = VNFs per Service Chain"
6285 #  y-axis: "Y = Number of Service Chains"
6286 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6287 #  layout:
6288 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6289 #    layout: "plot-service-density"
6290 #
6291 #- type: "plot"
6292 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6293 #  algorithm: "plot_nf_heatmap"
6294 #  output-file-type: ".html"
6295 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
6296 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6297 #  filter: "'NIC_Intel-XXV710' and
6298 #           'NF_DENSITY' and
6299 #           'VHOST' and
6300 #           not 'VXLAN' and
6301 #           'CHAIN' and
6302 #           'NF_VPPIP4' and
6303 #           'IMIX' and
6304 #           '8T4C' and
6305 #           'NDRPDR'"
6306 #  parameters:
6307 #  - "throughput"
6308 #  - "name"
6309 #  - "tags"
6310 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6311 #  x-axis: "X = VNFs per Service Chain"
6312 #  y-axis: "Y = Number of Service Chains"
6313 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6314 #  layout:
6315 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6316 #    layout: "plot-service-density"
6317 #
6318 ################################################################################
6319 ## Plots - NF Density - VSC - MRR 64b
6320 #- type: "plot"
6321 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6322 #  algorithm: "plot_nf_heatmap"
6323 #  output-file-type: ".html"
6324 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
6325 #  data: "plot-vpp-nfv-2n-skx-mrr"
6326 #  filter: "'NIC_Intel-XXV710' and
6327 #           'NF_DENSITY' and
6328 #           'VHOST' and
6329 #           'VXLAN' and
6330 #           'CHAIN' and
6331 #           '118' and
6332 #           '2T1C' and
6333 #           'MRR'"
6334 #  parameters:
6335 #  - "result"
6336 #  - "name"
6337 #  - "tags"
6338 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6339 #  x-axis: "X = VNFs per Service Chain"
6340 #  y-axis: "Y = Number of Service Chains"
6341 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6342 #  layout:
6343 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6344 #    layout: "plot-service-density"
6345 #
6346 #- type: "plot"
6347 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6348 #  algorithm: "plot_nf_heatmap"
6349 #  output-file-type: ".html"
6350 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
6351 #  data: "plot-vpp-nfv-2n-skx-mrr"
6352 #  filter: "'NIC_Intel-XXV710' and
6353 #           'NF_DENSITY' and
6354 #           'VHOST' and
6355 #           'VXLAN' and
6356 #           'CHAIN' and
6357 #           '118' and
6358 #           '4T2C' and
6359 #           'MRR'"
6360 #  parameters:
6361 #  - "result"
6362 #  - "name"
6363 #  - "tags"
6364 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6365 #  x-axis: "X = VNFs per Service Chain"
6366 #  y-axis: "Y = Number of Service Chains"
6367 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6368 #  layout:
6369 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6370 #    layout: "plot-service-density"
6371 #
6372 #- type: "plot"
6373 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6374 #  algorithm: "plot_nf_heatmap"
6375 #  output-file-type: ".html"
6376 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
6377 #  data: "plot-vpp-nfv-2n-skx-mrr"
6378 #  filter: "'NIC_Intel-XXV710' and
6379 #           'NF_DENSITY' and
6380 #           'VHOST' and
6381 #           'VXLAN' and
6382 #           'CHAIN' and
6383 #           '118' and
6384 #           '8T4C' and
6385 #           'MRR'"
6386 #  parameters:
6387 #  - "result"
6388 #  - "name"
6389 #  - "tags"
6390 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6391 #  x-axis: "X = VNFs per Service Chain"
6392 #  y-axis: "Y = Number of Service Chains"
6393 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6394 #  layout:
6395 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6396 #    layout: "plot-service-density"
6397 #
6398 ## Plots - NF Density - VSC - MRR IMIX
6399 #- type: "plot"
6400 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6401 #  algorithm: "plot_nf_heatmap"
6402 #  output-file-type: ".html"
6403 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
6404 #  data: "plot-vpp-nfv-2n-skx-mrr"
6405 #  filter: "'NIC_Intel-XXV710' and
6406 #           'NF_DENSITY' and
6407 #           'VHOST' and
6408 #           'VXLAN' and
6409 #           'CHAIN' and
6410 #           'IMIX' and
6411 #           '2T1C' and
6412 #           'MRR'"
6413 #  parameters:
6414 #  - "result"
6415 #  - "name"
6416 #  - "tags"
6417 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6418 #  x-axis: "X = VNFs per Service Chain"
6419 #  y-axis: "Y = Number of Service Chains"
6420 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6421 #  layout:
6422 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6423 #    layout: "plot-service-density"
6424 #
6425 #- type: "plot"
6426 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6427 #  algorithm: "plot_nf_heatmap"
6428 #  output-file-type: ".html"
6429 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
6430 #  data: "plot-vpp-nfv-2n-skx-mrr"
6431 #  filter: "'NIC_Intel-XXV710' and
6432 #           'NF_DENSITY' and
6433 #           'VHOST' and
6434 #           'VXLAN' and
6435 #           'CHAIN' and
6436 #           'IMIX' and
6437 #           '4T2C' and
6438 #           'MRR'"
6439 #  parameters:
6440 #  - "result"
6441 #  - "name"
6442 #  - "tags"
6443 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6444 #  x-axis: "X = VNFs per Service Chain"
6445 #  y-axis: "Y = Number of Service Chains"
6446 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6447 #  layout:
6448 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6449 #    layout: "plot-service-density"
6450 #
6451 #- type: "plot"
6452 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6453 #  algorithm: "plot_nf_heatmap"
6454 #  output-file-type: ".html"
6455 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
6456 #  data: "plot-vpp-nfv-2n-skx-mrr"
6457 #  filter: "'NIC_Intel-XXV710' and
6458 #           'NF_DENSITY' and
6459 #           'VHOST' and
6460 #           'VXLAN' and
6461 #           'CHAIN' and
6462 #           'IMIX' and
6463 #           '8T4C' and
6464 #           'MRR'"
6465 #  parameters:
6466 #  - "result"
6467 #  - "name"
6468 #  - "tags"
6469 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6470 #  x-axis: "X = VNFs per Service Chain"
6471 #  y-axis: "Y = Number of Service Chains"
6472 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6473 #  layout:
6474 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6475 #    layout: "plot-service-density"
6476 #
6477 ## Plots - NF Density - VSC - NDR 64b
6478 #- type: "plot"
6479 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6480 #  algorithm: "plot_nf_heatmap"
6481 #  output-file-type: ".html"
6482 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
6483 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6484 #  filter: "'NIC_Intel-XXV710' and
6485 #           'NF_DENSITY' and
6486 #           'VHOST' and
6487 #           'VXLAN' and
6488 #           'CHAIN' and
6489 #           '118' and
6490 #           '2T1C' and
6491 #           'NDRPDR'"
6492 #  parameters:
6493 #  - "throughput"
6494 #  - "name"
6495 #  - "tags"
6496 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6497 #  x-axis: "X = VNFs per Service Chain"
6498 #  y-axis: "Y = Number of Service Chains"
6499 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6500 #  layout:
6501 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6502 #    layout: "plot-service-density"
6503 #
6504 #- type: "plot"
6505 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6506 #  algorithm: "plot_nf_heatmap"
6507 #  output-file-type: ".html"
6508 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
6509 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6510 #  filter: "'NIC_Intel-XXV710' and
6511 #           'NF_DENSITY' and
6512 #           'VHOST' and
6513 #           'VXLAN' and
6514 #           'CHAIN' and
6515 #           '118' and
6516 #           '4T2C' and
6517 #           'NDRPDR'"
6518 #  parameters:
6519 #  - "throughput"
6520 #  - "name"
6521 #  - "tags"
6522 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6523 #  x-axis: "X = VNFs per Service Chain"
6524 #  y-axis: "Y = Number of Service Chains"
6525 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6526 #  layout:
6527 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6528 #    layout: "plot-service-density"
6529 #
6530 #- type: "plot"
6531 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6532 #  algorithm: "plot_nf_heatmap"
6533 #  output-file-type: ".html"
6534 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
6535 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6536 #  filter: "'NIC_Intel-XXV710' and
6537 #           'NF_DENSITY' and
6538 #           'VHOST' and
6539 #           'VXLAN' and
6540 #           'CHAIN' and
6541 #           '118' and
6542 #           '8T4C' and
6543 #           'NDRPDR'"
6544 #  parameters:
6545 #  - "throughput"
6546 #  - "name"
6547 #  - "tags"
6548 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6549 #  x-axis: "X = VNFs per Service Chain"
6550 #  y-axis: "Y = Number of Service Chains"
6551 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6552 #  layout:
6553 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6554 #    layout: "plot-service-density"
6555 #
6556 ## Plots - NF Density - VSC - NDR IMIX
6557 #- type: "plot"
6558 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6559 #  algorithm: "plot_nf_heatmap"
6560 #  output-file-type: ".html"
6561 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
6562 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6563 #  filter: "'NIC_Intel-XXV710' and
6564 #           'NF_DENSITY' and
6565 #           'VHOST' and
6566 #           'VXLAN' and
6567 #           'CHAIN' and
6568 #           'IMIX' and
6569 #           '2T1C' and
6570 #           'NDRPDR'"
6571 #  parameters:
6572 #  - "throughput"
6573 #  - "name"
6574 #  - "tags"
6575 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6576 #  x-axis: "X = VNFs per Service Chain"
6577 #  y-axis: "Y = Number of Service Chains"
6578 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6579 #  layout:
6580 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6581 #    layout: "plot-service-density"
6582 #
6583 #- type: "plot"
6584 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6585 #  algorithm: "plot_nf_heatmap"
6586 #  output-file-type: ".html"
6587 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
6588 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6589 #  filter: "'NIC_Intel-XXV710' and
6590 #           'NF_DENSITY' and
6591 #           'VHOST' and
6592 #           'VXLAN' and
6593 #           'CHAIN' and
6594 #           'IMIX' and
6595 #           '4T2C' and
6596 #           'NDRPDR'"
6597 #  parameters:
6598 #  - "throughput"
6599 #  - "name"
6600 #  - "tags"
6601 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6602 #  x-axis: "X = VNFs per Service Chain"
6603 #  y-axis: "Y = Number of Service Chains"
6604 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6605 #  layout:
6606 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6607 #    layout: "plot-service-density"
6608 #
6609 #- type: "plot"
6610 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6611 #  algorithm: "plot_nf_heatmap"
6612 #  output-file-type: ".html"
6613 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
6614 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6615 #  filter: "'NIC_Intel-XXV710' and
6616 #           'NF_DENSITY' and
6617 #           'VHOST' and
6618 #           'VXLAN' and
6619 #           'CHAIN' and
6620 #           'IMIX' and
6621 #           '8T4C' and
6622 #           'NDRPDR'"
6623 #  parameters:
6624 #  - "throughput"
6625 #  - "name"
6626 #  - "tags"
6627 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6628 #  x-axis: "X = VNFs per Service Chain"
6629 #  y-axis: "Y = Number of Service Chains"
6630 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6631 #  layout:
6632 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6633 #    layout: "plot-service-density"
6634 #
6635 ## Plots - NF Density - VSC - PDR 64b
6636 #- type: "plot"
6637 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6638 #  algorithm: "plot_nf_heatmap"
6639 #  output-file-type: ".html"
6640 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
6641 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6642 #  filter: "'NIC_Intel-XXV710' and
6643 #           'NF_DENSITY' and
6644 #           'VHOST' and
6645 #           'VXLAN' and
6646 #           'CHAIN' and
6647 #           '118' and
6648 #           '2T1C' and
6649 #           'NDRPDR'"
6650 #  parameters:
6651 #  - "throughput"
6652 #  - "name"
6653 #  - "tags"
6654 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6655 #  x-axis: "X = VNFs per Service Chain"
6656 #  y-axis: "Y = Number of Service Chains"
6657 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6658 #  layout:
6659 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6660 #    layout: "plot-service-density"
6661 #
6662 #- type: "plot"
6663 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6664 #  algorithm: "plot_nf_heatmap"
6665 #  output-file-type: ".html"
6666 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
6667 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6668 #  filter: "'NIC_Intel-XXV710' and
6669 #           'NF_DENSITY' and
6670 #           'VHOST' and
6671 #           'VXLAN' and
6672 #           'CHAIN' and
6673 #           '118' and
6674 #           '4T2C' and
6675 #           'NDRPDR'"
6676 #  parameters:
6677 #  - "throughput"
6678 #  - "name"
6679 #  - "tags"
6680 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6681 #  x-axis: "X = VNFs per Service Chain"
6682 #  y-axis: "Y = Number of Service Chains"
6683 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6684 #  layout:
6685 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6686 #    layout: "plot-service-density"
6687 #
6688 #- type: "plot"
6689 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6690 #  algorithm: "plot_nf_heatmap"
6691 #  output-file-type: ".html"
6692 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
6693 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6694 #  filter: "'NIC_Intel-XXV710' and
6695 #           'NF_DENSITY' and
6696 #           'VHOST' and
6697 #           'VXLAN' and
6698 #           'CHAIN' and
6699 #           '118' and
6700 #           '8T4C' and
6701 #           'NDRPDR'"
6702 #  parameters:
6703 #  - "throughput"
6704 #  - "name"
6705 #  - "tags"
6706 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6707 #  x-axis: "X = VNFs per Service Chain"
6708 #  y-axis: "Y = Number of Service Chains"
6709 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6710 #  layout:
6711 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6712 #    layout: "plot-service-density"
6713 #
6714 ## Plots - NF Density - VSC - PDR IMIX
6715 #- type: "plot"
6716 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6717 #  algorithm: "plot_nf_heatmap"
6718 #  output-file-type: ".html"
6719 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
6720 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6721 #  filter: "'NIC_Intel-XXV710' and
6722 #           'NF_DENSITY' and
6723 #           'VHOST' and
6724 #           'VXLAN' and
6725 #           'CHAIN' and
6726 #           'IMIX' and
6727 #           '2T1C' and
6728 #           'NDRPDR'"
6729 #  parameters:
6730 #  - "throughput"
6731 #  - "name"
6732 #  - "tags"
6733 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6734 #  x-axis: "X = VNFs per Service Chain"
6735 #  y-axis: "Y = Number of Service Chains"
6736 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6737 #  layout:
6738 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6739 #    layout: "plot-service-density"
6740 #
6741 #- type: "plot"
6742 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6743 #  algorithm: "plot_nf_heatmap"
6744 #  output-file-type: ".html"
6745 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
6746 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6747 #  filter: "'NIC_Intel-XXV710' and
6748 #           'NF_DENSITY' and
6749 #           'VHOST' and
6750 #           'VXLAN' and
6751 #           'CHAIN' and
6752 #           'IMIX' and
6753 #           '4T2C' and
6754 #           'NDRPDR'"
6755 #  parameters:
6756 #  - "throughput"
6757 #  - "name"
6758 #  - "tags"
6759 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6760 #  x-axis: "X = VNFs per Service Chain"
6761 #  y-axis: "Y = Number of Service Chains"
6762 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6763 #  layout:
6764 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6765 #    layout: "plot-service-density"
6766 #
6767 #- type: "plot"
6768 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6769 #  algorithm: "plot_nf_heatmap"
6770 #  output-file-type: ".html"
6771 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
6772 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6773 #  filter: "'NIC_Intel-XXV710' and
6774 #           'NF_DENSITY' and
6775 #           'VHOST' and
6776 #           'VXLAN' and
6777 #           'CHAIN' and
6778 #           'IMIX' and
6779 #           '8T4C' and
6780 #           'NDRPDR'"
6781 #  parameters:
6782 #  - "throughput"
6783 #  - "name"
6784 #  - "tags"
6785 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6786 #  x-axis: "X = VNFs per Service Chain"
6787 #  y-axis: "Y = Number of Service Chains"
6788 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6789 #  layout:
6790 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6791 #    layout: "plot-service-density"
6792 #
6793 ################################################################################
6794 ## Plots - NF Density - CSC - MRR 64b
6795 #- type: "plot"
6796 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6797 #  algorithm: "plot_nf_heatmap"
6798 #  output-file-type: ".html"
6799 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
6800 #  data: "plot-vpp-nfv-2n-skx-mrr"
6801 #  filter: "'NIC_Intel-XXV710' and
6802 #           'NF_DENSITY' and
6803 #           'DOCKER' and
6804 #           'CHAIN' and
6805 #           'NF_VPPIP4' and
6806 #           '64B' and
6807 #           '2T1C' and
6808 #           'MRR'"
6809 #  parameters:
6810 #  - "result"
6811 #  - "name"
6812 #  - "tags"
6813 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6814 #  x-axis: "X = CNFs per Service Chain"
6815 #  y-axis: "Y = Number of Service Chains"
6816 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6817 #  layout:
6818 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6819 #    layout: "plot-service-density"
6820 #
6821 #- type: "plot"
6822 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6823 #  algorithm: "plot_nf_heatmap"
6824 #  output-file-type: ".html"
6825 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
6826 #  data: "plot-vpp-nfv-2n-skx-mrr"
6827 #  filter: "'NIC_Intel-XXV710' and
6828 #           'NF_DENSITY' and
6829 #           'DOCKER' and
6830 #           'CHAIN' and
6831 #           'NF_VPPIP4' and
6832 #           '64B' and
6833 #           '4T2C' and
6834 #           'MRR'"
6835 #  parameters:
6836 #  - "result"
6837 #  - "name"
6838 #  - "tags"
6839 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6840 #  x-axis: "X = CNFs per Service Chain"
6841 #  y-axis: "Y = Number of Service Chains"
6842 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6843 #  layout:
6844 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6845 #    layout: "plot-service-density"
6846 #
6847 #- type: "plot"
6848 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6849 #  algorithm: "plot_nf_heatmap"
6850 #  output-file-type: ".html"
6851 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
6852 #  data: "plot-vpp-nfv-2n-skx-mrr"
6853 #  filter: "'NIC_Intel-XXV710' and
6854 #           'NF_DENSITY' and
6855 #           'DOCKER' and
6856 #           'CHAIN' and
6857 #           'NF_VPPIP4' and
6858 #           '64B' and
6859 #           '8T4C' and
6860 #           'MRR'"
6861 #  parameters:
6862 #  - "result"
6863 #  - "name"
6864 #  - "tags"
6865 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6866 #  x-axis: "X = CNFs per Service Chain"
6867 #  y-axis: "Y = Number of Service Chains"
6868 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6869 #  layout:
6870 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6871 #    layout: "plot-service-density"
6872 #
6873 ## Plots - NF Density - CSC - MRR IMIX
6874 #- type: "plot"
6875 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6876 #  algorithm: "plot_nf_heatmap"
6877 #  output-file-type: ".html"
6878 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
6879 #  data: "plot-vpp-nfv-2n-skx-mrr"
6880 #  filter: "'NIC_Intel-XXV710' and
6881 #           'NF_DENSITY' and
6882 #           'DOCKER' and
6883 #           'CHAIN' and
6884 #           'NF_VPPIP4' and
6885 #           'IMIX' and
6886 #           '2T1C' and
6887 #           'MRR'"
6888 #  parameters:
6889 #  - "result"
6890 #  - "name"
6891 #  - "tags"
6892 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6893 #  x-axis: "X = CNFs per Service Chain"
6894 #  y-axis: "Y = Number of Service Chains"
6895 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6896 #  layout:
6897 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6898 #    layout: "plot-service-density"
6899 #
6900 #- type: "plot"
6901 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6902 #  algorithm: "plot_nf_heatmap"
6903 #  output-file-type: ".html"
6904 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
6905 #  data: "plot-vpp-nfv-2n-skx-mrr"
6906 #  filter: "'NIC_Intel-XXV710' and
6907 #           'NF_DENSITY' and
6908 #           'DOCKER' and
6909 #           'CHAIN' and
6910 #           'NF_VPPIP4' and
6911 #           'IMIX' and
6912 #           '4T2C' and
6913 #           'MRR'"
6914 #  parameters:
6915 #  - "result"
6916 #  - "name"
6917 #  - "tags"
6918 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6919 #  x-axis: "X = CNFs per Service Chain"
6920 #  y-axis: "Y = Number of Service Chains"
6921 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6922 #  layout:
6923 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6924 #    layout: "plot-service-density"
6925 #
6926 #- type: "plot"
6927 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6928 #  algorithm: "plot_nf_heatmap"
6929 #  output-file-type: ".html"
6930 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
6931 #  data: "plot-vpp-nfv-2n-skx-mrr"
6932 #  filter: "'NIC_Intel-XXV710' and
6933 #           'NF_DENSITY' and
6934 #           'DOCKER' and
6935 #           'CHAIN' and
6936 #           'NF_VPPIP4' and
6937 #           'IMIX' and
6938 #           '8T4C' and
6939 #           'MRR'"
6940 #  parameters:
6941 #  - "result"
6942 #  - "name"
6943 #  - "tags"
6944 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6945 #  x-axis: "X = CNFs per Service Chain"
6946 #  y-axis: "Y = Number of Service Chains"
6947 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6948 #  layout:
6949 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6950 #    layout: "plot-service-density"
6951 #
6952 ## Plots - NF Density - CSC - NDR 64b
6953 #- type: "plot"
6954 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
6955 #  algorithm: "plot_nf_heatmap"
6956 #  output-file-type: ".html"
6957 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
6958 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6959 #  filter: "'NIC_Intel-XXV710' and
6960 #           'NF_DENSITY' and
6961 #           'DOCKER' and
6962 #           'CHAIN' and
6963 #           'NF_VPPIP4' and
6964 #           '64B' and
6965 #           '2T1C' and
6966 #           'NDRPDR'"
6967 #  parameters:
6968 #  - "throughput"
6969 #  - "name"
6970 #  - "tags"
6971 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6972 #  x-axis: "X = CNFs per Service Chain"
6973 #  y-axis: "Y = Number of Service Chains"
6974 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6975 #  layout:
6976 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
6977 #    layout: "plot-service-density"
6978 #
6979 #- type: "plot"
6980 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
6981 #  algorithm: "plot_nf_heatmap"
6982 #  output-file-type: ".html"
6983 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
6984 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6985 #  filter: "'NIC_Intel-XXV710' and
6986 #           'NF_DENSITY' and
6987 #           'DOCKER' and
6988 #           'CHAIN' and
6989 #           'NF_VPPIP4' and
6990 #           '64B' and
6991 #           '4T2C' and
6992 #           'NDRPDR'"
6993 #  parameters:
6994 #  - "throughput"
6995 #  - "name"
6996 #  - "tags"
6997 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6998 #  x-axis: "X = CNFs per Service Chain"
6999 #  y-axis: "Y = Number of Service Chains"
7000 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7001 #  layout:
7002 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7003 #    layout: "plot-service-density"
7004 #
7005 #- type: "plot"
7006 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7007 #  algorithm: "plot_nf_heatmap"
7008 #  output-file-type: ".html"
7009 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7010 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7011 #  filter: "'NIC_Intel-XXV710' and
7012 #           'NF_DENSITY' and
7013 #           'DOCKER' and
7014 #           'CHAIN' and
7015 #           'NF_VPPIP4' and
7016 #           '64B' and
7017 #           '8T4C' and
7018 #           'NDRPDR'"
7019 #  parameters:
7020 #  - "throughput"
7021 #  - "name"
7022 #  - "tags"
7023 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7024 #  x-axis: "X = CNFs per Service Chain"
7025 #  y-axis: "Y = Number of Service Chains"
7026 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7027 #  layout:
7028 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7029 #    layout: "plot-service-density"
7030 #
7031 ## Plots - NF Density - CSC - NDR IMIX
7032 #- type: "plot"
7033 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7034 #  algorithm: "plot_nf_heatmap"
7035 #  output-file-type: ".html"
7036 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7037 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7038 #  filter: "'NIC_Intel-XXV710' and
7039 #           'NF_DENSITY' and
7040 #           'DOCKER' and
7041 #           'CHAIN' and
7042 #           'NF_VPPIP4' and
7043 #           'IMIX' and
7044 #           '2T1C' and
7045 #           'NDRPDR'"
7046 #  parameters:
7047 #  - "throughput"
7048 #  - "name"
7049 #  - "tags"
7050 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7051 #  x-axis: "X = CNFs per Service Chain"
7052 #  y-axis: "Y = Number of Service Chains"
7053 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7054 #  layout:
7055 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7056 #    layout: "plot-service-density"
7057 #
7058 #- type: "plot"
7059 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7060 #  algorithm: "plot_nf_heatmap"
7061 #  output-file-type: ".html"
7062 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7063 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7064 #  filter: "'NIC_Intel-XXV710' and
7065 #           'NF_DENSITY' and
7066 #           'DOCKER' and
7067 #           'CHAIN' and
7068 #           'NF_VPPIP4' and
7069 #           'IMIX' and
7070 #           '4T2C' and
7071 #           'NDRPDR'"
7072 #  parameters:
7073 #  - "throughput"
7074 #  - "name"
7075 #  - "tags"
7076 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7077 #  x-axis: "X = CNFs per Service Chain"
7078 #  y-axis: "Y = Number of Service Chains"
7079 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7080 #  layout:
7081 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7082 #    layout: "plot-service-density"
7083 #
7084 #- type: "plot"
7085 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7086 #  algorithm: "plot_nf_heatmap"
7087 #  output-file-type: ".html"
7088 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7089 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7090 #  filter: "'NIC_Intel-XXV710' and
7091 #           'NF_DENSITY' and
7092 #           'DOCKER' and
7093 #           'CHAIN' and
7094 #           'NF_VPPIP4' and
7095 #           'IMIX' and
7096 #           '8T4C' and
7097 #           'NDRPDR'"
7098 #  parameters:
7099 #  - "throughput"
7100 #  - "name"
7101 #  - "tags"
7102 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7103 #  x-axis: "X = CNFs per Service Chain"
7104 #  y-axis: "Y = Number of Service Chains"
7105 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7106 #  layout:
7107 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7108 #    layout: "plot-service-density"
7109 #
7110 ## Plots - NF Density - CSC - PDR 64b
7111 #- type: "plot"
7112 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7113 #  algorithm: "plot_nf_heatmap"
7114 #  output-file-type: ".html"
7115 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7116 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7117 #  filter: "'NIC_Intel-XXV710' and
7118 #           'NF_DENSITY' and
7119 #           'DOCKER' and
7120 #           'CHAIN' and
7121 #           'NF_VPPIP4' and
7122 #           '64B' and
7123 #           '2T1C' and
7124 #           'NDRPDR'"
7125 #  parameters:
7126 #  - "throughput"
7127 #  - "name"
7128 #  - "tags"
7129 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7130 #  x-axis: "X = CNFs per Service Chain"
7131 #  y-axis: "Y = Number of Service Chains"
7132 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7133 #  layout:
7134 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7135 #    layout: "plot-service-density"
7136 #
7137 #- type: "plot"
7138 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7139 #  algorithm: "plot_nf_heatmap"
7140 #  output-file-type: ".html"
7141 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7142 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7143 #  filter: "'NIC_Intel-XXV710' and
7144 #           'NF_DENSITY' and
7145 #           'DOCKER' and
7146 #           'CHAIN' and
7147 #           'NF_VPPIP4' and
7148 #           '64B' and
7149 #           '4T2C' and
7150 #           'NDRPDR'"
7151 #  parameters:
7152 #  - "throughput"
7153 #  - "name"
7154 #  - "tags"
7155 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7156 #  x-axis: "X = CNFs per Service Chain"
7157 #  y-axis: "Y = Number of Service Chains"
7158 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7159 #  layout:
7160 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7161 #    layout: "plot-service-density"
7162 #
7163 #- type: "plot"
7164 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7165 #  algorithm: "plot_nf_heatmap"
7166 #  output-file-type: ".html"
7167 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7168 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7169 #  filter: "'NIC_Intel-XXV710' and
7170 #           'NF_DENSITY' and
7171 #           'DOCKER' and
7172 #           'CHAIN' and
7173 #           'NF_VPPIP4' and
7174 #           '64B' and
7175 #           '8T4C' and
7176 #           'NDRPDR'"
7177 #  parameters:
7178 #  - "throughput"
7179 #  - "name"
7180 #  - "tags"
7181 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7182 #  x-axis: "X = CNFs per Service Chain"
7183 #  y-axis: "Y = Number of Service Chains"
7184 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7185 #  layout:
7186 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7187 #    layout: "plot-service-density"
7188 #
7189 ## Plots - NF Density - CSC - PDR IMIX
7190 #- type: "plot"
7191 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7192 #  algorithm: "plot_nf_heatmap"
7193 #  output-file-type: ".html"
7194 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7195 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7196 #  filter: "'NIC_Intel-XXV710' and
7197 #           'NF_DENSITY' and
7198 #           'DOCKER' and
7199 #           'CHAIN' and
7200 #           'NF_VPPIP4' and
7201 #           'IMIX' and
7202 #           '2T1C' and
7203 #           'NDRPDR'"
7204 #  parameters:
7205 #  - "throughput"
7206 #  - "name"
7207 #  - "tags"
7208 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7209 #  x-axis: "X = CNFs per Service Chain"
7210 #  y-axis: "Y = Number of Service Chains"
7211 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7212 #  layout:
7213 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7214 #    layout: "plot-service-density"
7215 #
7216 #- type: "plot"
7217 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7218 #  algorithm: "plot_nf_heatmap"
7219 #  output-file-type: ".html"
7220 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7221 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7222 #  filter: "'NIC_Intel-XXV710' and
7223 #           'NF_DENSITY' and
7224 #           'DOCKER' and
7225 #           'CHAIN' and
7226 #           'NF_VPPIP4' and
7227 #           'IMIX' and
7228 #           '4T2C' and
7229 #           'NDRPDR'"
7230 #  parameters:
7231 #  - "throughput"
7232 #  - "name"
7233 #  - "tags"
7234 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7235 #  x-axis: "X = CNFs per Service Chain"
7236 #  y-axis: "Y = Number of Service Chains"
7237 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7238 #  layout:
7239 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7240 #    layout: "plot-service-density"
7241 #
7242 #- type: "plot"
7243 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7244 #  algorithm: "plot_nf_heatmap"
7245 #  output-file-type: ".html"
7246 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7247 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7248 #  filter: "'NIC_Intel-XXV710' and
7249 #           'NF_DENSITY' and
7250 #           'DOCKER' and
7251 #           'CHAIN' and
7252 #           'NF_VPPIP4' and
7253 #           'IMIX' and
7254 #           '8T4C' and
7255 #           'NDRPDR'"
7256 #  parameters:
7257 #  - "throughput"
7258 #  - "name"
7259 #  - "tags"
7260 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7261 #  x-axis: "X = CNFs per Service Chain"
7262 #  y-axis: "Y = Number of Service Chains"
7263 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7264 #  layout:
7265 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7266 #    layout: "plot-service-density"
7267 #
7268 ################################################################################
7269 #
7270 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7271 #- type: "plot"
7272 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7273 #  algorithm: "plot_nf_heatmap"
7274 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7275 #  data: "plot-vpp-nfv-3n-skx-mrr"
7276 #  filter: "'NIC_Intel-XXV710' and
7277 #           'NF_DENSITY' and
7278 #           'DOCKER' and
7279 #           'CHAIN' and
7280 #           'NF_VPPIP4' and
7281 #           'IPSEC' and
7282 #           'TNL_4' and
7283 #           'IMIX' and
7284 #           '2T1C' and
7285 #           'MRR'"
7286 #  parameters:
7287 #  - "result"
7288 #  - "name"
7289 #  - "tags"
7290 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7291 #  x-axis: "X = CNFs per Service Chain"
7292 #  y-axis: "Y = Number of Service Chains"
7293 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7294 #  layout:
7295 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7296 #    layout: "plot-service-density"
7297 #
7298 #- type: "plot"
7299 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7300 #  algorithm: "plot_nf_heatmap"
7301 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
7302 #  data: "plot-vpp-nfv-3n-skx-mrr"
7303 #  filter: "'NIC_Intel-XXV710' and
7304 #           'NF_DENSITY' and
7305 #           'DOCKER' and
7306 #           'CHAIN' and
7307 #           'NF_VPPIP4' and
7308 #           'IPSEC' and
7309 #           'TNL_4' and
7310 #           'IMIX' and
7311 #           '4T2C' and
7312 #           'MRR'"
7313 #  parameters:
7314 #  - "result"
7315 #  - "name"
7316 #  - "tags"
7317 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7318 #  x-axis: "X = CNFs per Service Chain"
7319 #  y-axis: "Y = Number of Service Chains"
7320 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7321 #  layout:
7322 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7323 #    layout: "plot-service-density"
7324 #
7325 #- type: "plot"
7326 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7327 #  algorithm: "plot_nf_heatmap"
7328 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
7329 #  data: "plot-vpp-nfv-3n-skx-mrr"
7330 #  filter: "'NIC_Intel-XXV710' and
7331 #           'NF_DENSITY' and
7332 #           'DOCKER' and
7333 #           'CHAIN' and
7334 #           'NF_VPPIP4' and
7335 #           'IPSEC' and
7336 #           'TNL_4' and
7337 #           'IMIX' and
7338 #           '8T4C' and
7339 #           'MRR'"
7340 #  parameters:
7341 #  - "result"
7342 #  - "name"
7343 #  - "tags"
7344 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7345 #  x-axis: "X = CNFs per Service Chain"
7346 #  y-axis: "Y = Number of Service Chains"
7347 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7348 #  layout:
7349 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7350 #    layout: "plot-service-density"
7351 #
7352 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7353 #- type: "plot"
7354 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7355 #  algorithm: "plot_nf_heatmap"
7356 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
7357 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7358 #  filter: "'NIC_Intel-XXV710' and
7359 #           'NF_DENSITY' and
7360 #           'DOCKER' and
7361 #           'CHAIN' and
7362 #           'NF_VPPIP4' and
7363 #           'IPSEC' and
7364 #           'TNL_4' and
7365 #           'IMIX' and
7366 #           '2T1C' and
7367 #           'NDRPDR'"
7368 #  parameters:
7369 #  - "throughput"
7370 #  - "name"
7371 #  - "tags"
7372 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7373 #  x-axis: "X = CNFs per Service Chain"
7374 #  y-axis: "Y = Number of Service Chains"
7375 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7376 #  layout:
7377 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7378 #    layout: "plot-service-density"
7379 #
7380 #- type: "plot"
7381 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7382 #  algorithm: "plot_nf_heatmap"
7383 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
7384 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7385 #  filter: "'NIC_Intel-XXV710' and
7386 #           'NF_DENSITY' and
7387 #           'DOCKER' and
7388 #           'CHAIN' and
7389 #           'NF_VPPIP4' and
7390 #           'IPSEC' and
7391 #           'TNL_4' and
7392 #           'IMIX' and
7393 #           '4T2C' and
7394 #           'NDRPDR'"
7395 #  parameters:
7396 #  - "throughput"
7397 #  - "name"
7398 #  - "tags"
7399 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7400 #  x-axis: "X = CNFs per Service Chain"
7401 #  y-axis: "Y = Number of Service Chains"
7402 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7403 #  layout:
7404 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7405 #    layout: "plot-service-density"
7406 #
7407 #- type: "plot"
7408 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7409 #  algorithm: "plot_nf_heatmap"
7410 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
7411 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7412 #  filter: "'NIC_Intel-XXV710' and
7413 #           'NF_DENSITY' and
7414 #           'DOCKER' and
7415 #           'CHAIN' and
7416 #           'NF_VPPIP4' and
7417 #           'IPSEC' and
7418 #           'TNL_4' and
7419 #           'IMIX' and
7420 #           '8T4C' and
7421 #           'NDRPDR'"
7422 #  parameters:
7423 #  - "throughput"
7424 #  - "name"
7425 #  - "tags"
7426 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7427 #  x-axis: "X = CNFs per Service Chain"
7428 #  y-axis: "Y = Number of Service Chains"
7429 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7430 #  layout:
7431 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7432 #    layout: "plot-service-density"
7433 #
7434 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7435 #- type: "plot"
7436 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7437 #  algorithm: "plot_nf_heatmap"
7438 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
7439 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7440 #  filter: "'NIC_Intel-XXV710' and
7441 #           'NF_DENSITY' and
7442 #           'DOCKER' and
7443 #           'CHAIN' and
7444 #           'NF_VPPIP4' and
7445 #           'IPSEC' and
7446 #           'TNL_4' and
7447 #           'IMIX' and
7448 #           '2T1C' and
7449 #           'NDRPDR'"
7450 #  parameters:
7451 #  - "throughput"
7452 #  - "name"
7453 #  - "tags"
7454 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7455 #  x-axis: "X = CNFs per Service Chain"
7456 #  y-axis: "Y = Number of Service Chains"
7457 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7458 #  layout:
7459 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7460 #    layout: "plot-service-density"
7461 #
7462 #- type: "plot"
7463 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7464 #  algorithm: "plot_nf_heatmap"
7465 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
7466 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7467 #  filter: "'NIC_Intel-XXV710' and
7468 #           'NF_DENSITY' and
7469 #           'DOCKER' and
7470 #           'CHAIN' and
7471 #           'NF_VPPIP4' and
7472 #           'IPSEC' and
7473 #           'TNL_4' and
7474 #           'IMIX' and
7475 #           '4T2C' and
7476 #           'NDRPDR'"
7477 #  parameters:
7478 #  - "throughput"
7479 #  - "name"
7480 #  - "tags"
7481 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7482 #  x-axis: "X = CNFs per Service Chain"
7483 #  y-axis: "Y = Number of Service Chains"
7484 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7485 #  layout:
7486 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7487 #    layout: "plot-service-density"
7488 #
7489 #- type: "plot"
7490 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7491 #  algorithm: "plot_nf_heatmap"
7492 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
7493 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7494 #  filter: "'NIC_Intel-XXV710' and
7495 #           'NF_DENSITY' and
7496 #           'DOCKER' and
7497 #           'CHAIN' and
7498 #           'NF_VPPIP4' and
7499 #           'IPSEC' and
7500 #           'TNL_4' and
7501 #           'IMIX' and
7502 #           '8T4C' and
7503 #           'NDRPDR'"
7504 #  parameters:
7505 #  - "throughput"
7506 #  - "name"
7507 #  - "tags"
7508 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7509 #  x-axis: "X = CNFs per Service Chain"
7510 #  y-axis: "Y = Number of Service Chains"
7511 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7512 #  layout:
7513 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7514 #    layout: "plot-service-density"
7515
7516 ###############################################################################
7517
7518 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7519 - type: "plot"
7520   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7521   algorithm: "plot_nf_heatmap"
7522   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
7523   data: "plot-vpp-nfv-3n-hsw-mrr"
7524   filter: "'NIC_Intel-XL710' and
7525            'NF_DENSITY' and
7526            'DOCKER' and
7527            'CHAIN' and
7528            'NF_VPPIP4' and
7529            'IMIX' and
7530            'TNL_4' and
7531            '1T1C' and
7532            'MRR'"
7533   parameters:
7534   - "result"
7535   - "name"
7536   - "tags"
7537   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7538   x-axis: "X = CNFs per Service Chain"
7539   y-axis: "Y = Number of Service Chains"
7540   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7541   layout:
7542     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7543     layout: "plot-service-density"
7544
7545 - type: "plot"
7546   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7547   algorithm: "plot_nf_heatmap"
7548   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
7549   data: "plot-vpp-nfv-3n-hsw-mrr"
7550   filter: "'NIC_Intel-XL710' and
7551            'NF_DENSITY' and
7552            'DOCKER' and
7553            'CHAIN' and
7554            'NF_VPPIP4' and
7555            'IPSEC' and
7556            'TNL_4' and
7557            'IMIX' and
7558            '2T2C' and
7559            'MRR'"
7560   parameters:
7561   - "result"
7562   - "name"
7563   - "tags"
7564   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7565   x-axis: "X = CNFs per Service Chain"
7566   y-axis: "Y = Number of Service Chains"
7567   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7568   layout:
7569     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7570     layout: "plot-service-density"
7571
7572 - type: "plot"
7573   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7574   algorithm: "plot_nf_heatmap"
7575   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
7576   data: "plot-vpp-nfv-3n-hsw-mrr"
7577   filter: "'NIC_Intel-XL710' and
7578            'NF_DENSITY' and
7579            'DOCKER' and
7580            'CHAIN' and
7581            'NF_VPPIP4' and
7582            'IPSEC' and
7583            'TNL_4' and
7584            'IMIX' and
7585            '4T4C' and
7586            'MRR'"
7587   parameters:
7588   - "result"
7589   - "name"
7590   - "tags"
7591   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7592   x-axis: "X = CNFs per Service Chain"
7593   y-axis: "Y = Number of Service Chains"
7594   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7595   layout:
7596     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7597     layout: "plot-service-density"
7598
7599 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7600 - type: "plot"
7601   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7602   algorithm: "plot_nf_heatmap"
7603   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
7604   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7605   filter: "'NIC_Intel-XL710' and
7606            'NF_DENSITY' and
7607            'DOCKER' and
7608            'CHAIN' and
7609            'NF_VPPIP4' and
7610            'IPSEC' and
7611            'TNL_4' and
7612            'IMIX' and
7613            '1T1C' and
7614            'NDRPDR'"
7615   parameters:
7616   - "throughput"
7617   - "name"
7618   - "tags"
7619   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7620   x-axis: "X = CNFs per Service Chain"
7621   y-axis: "Y = Number of Service Chains"
7622   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7623   layout:
7624     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7625     layout: "plot-service-density"
7626
7627 - type: "plot"
7628   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7629   algorithm: "plot_nf_heatmap"
7630   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
7631   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7632   filter: "'NIC_Intel-XL710' and
7633            'NF_DENSITY' and
7634            'DOCKER' and
7635            'CHAIN' and
7636            'NF_VPPIP4' and
7637            'IPSEC' and
7638            'TNL_4' and
7639            'IMIX' and
7640            '2T2C' and
7641            'NDRPDR'"
7642   parameters:
7643   - "throughput"
7644   - "name"
7645   - "tags"
7646   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7647   x-axis: "X = CNFs per Service Chain"
7648   y-axis: "Y = Number of Service Chains"
7649   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7650   layout:
7651     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7652     layout: "plot-service-density"
7653
7654 - type: "plot"
7655   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7656   algorithm: "plot_nf_heatmap"
7657   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
7658   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7659   filter: "'NIC_Intel-XL710' and
7660            'NF_DENSITY' and
7661            'DOCKER' and
7662            'CHAIN' and
7663            'NF_VPPIP4' and
7664            'IPSEC' and
7665            'TNL_4' and
7666            'IMIX' and
7667            '4T4C' and
7668            'NDRPDR'"
7669   parameters:
7670   - "throughput"
7671   - "name"
7672   - "tags"
7673   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7674   x-axis: "X = CNFs per Service Chain"
7675   y-axis: "Y = Number of Service Chains"
7676   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7677   layout:
7678     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7679     layout: "plot-service-density"
7680
7681 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7682 - type: "plot"
7683   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7684   algorithm: "plot_nf_heatmap"
7685   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
7686   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7687   filter: "'NIC_Intel-XL710' and
7688            'NF_DENSITY' and
7689            'DOCKER' and
7690            'CHAIN' and
7691            'NF_VPPIP4' and
7692            'IPSEC' and
7693            'TNL_4' and
7694            'IMIX' and
7695            '1T1C' and
7696            'NDRPDR'"
7697   parameters:
7698   - "throughput"
7699   - "name"
7700   - "tags"
7701   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7702   x-axis: "X = CNFs per Service Chain"
7703   y-axis: "Y = Number of Service Chains"
7704   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7705   layout:
7706     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7707     layout: "plot-service-density"
7708
7709 - type: "plot"
7710   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7711   algorithm: "plot_nf_heatmap"
7712   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
7713   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7714   filter: "'NIC_Intel-XL710' and
7715            'NF_DENSITY' and
7716            'DOCKER' and
7717            'CHAIN' and
7718            'NF_VPPIP4' and
7719            'IPSEC' and
7720            'TNL_4' and
7721            'IMIX' and
7722            '2T2C' and
7723            'NDRPDR'"
7724   parameters:
7725   - "throughput"
7726   - "name"
7727   - "tags"
7728   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7729   x-axis: "X = CNFs per Service Chain"
7730   y-axis: "Y = Number of Service Chains"
7731   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7732   layout:
7733     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7734     layout: "plot-service-density"
7735
7736 - type: "plot"
7737   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7738   algorithm: "plot_nf_heatmap"
7739   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
7740   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7741   filter: "'NIC_Intel-XL710' and
7742            'NF_DENSITY' and
7743            'DOCKER' and
7744            'CHAIN' and
7745            'NF_VPPIP4' and
7746            'IPSEC' and
7747            'TNL_4' and
7748            'IMIX' and
7749            '4T4C' and
7750            'NDRPDR'"
7751   parameters:
7752   - "throughput"
7753   - "name"
7754   - "tags"
7755   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7756   x-axis: "X = CNFs per Service Chain"
7757   y-axis: "Y = Number of Service Chains"
7758   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7759   layout:
7760     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7761     layout: "plot-service-density"
7762
7763 ###############################################################################
7764
7765 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
7766 #- type: "plot"
7767 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7768 #  algorithm: "plot_nf_heatmap"
7769 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
7770 #  data: "plot-vpp-nfv-3n-skx-mrr"
7771 #  filter: "'NIC_Intel-XXV710' and
7772 #           'NF_DENSITY' and
7773 #           'DOCKER' and
7774 #           'CHAIN' and
7775 #           'NF_VPPIP4' and
7776 #           'IPSEC' and
7777 #           'TNL_1000' and
7778 #           'IMIX' and
7779 #           '2T1C' and
7780 #           'MRR'"
7781 #  parameters:
7782 #  - "result"
7783 #  - "name"
7784 #  - "tags"
7785 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7786 #  x-axis: "X = CNFs per Service Chain"
7787 #  y-axis: "Y = Number of Service Chains"
7788 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7789 #  layout:
7790 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7791 #    layout: "plot-service-density"
7792 #
7793 #- type: "plot"
7794 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7795 #  algorithm: "plot_nf_heatmap"
7796 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
7797 #  data: "plot-vpp-nfv-3n-skx-mrr"
7798 #  filter: "'NIC_Intel-XXV710' and
7799 #           'NF_DENSITY' and
7800 #           'DOCKER' and
7801 #           'CHAIN' and
7802 #           'NF_VPPIP4' and
7803 #           'IPSEC' and
7804 #           'TNL_1000' and
7805 #           'IMIX' and
7806 #           '4T2C' and
7807 #           'MRR'"
7808 #  parameters:
7809 #  - "result"
7810 #  - "name"
7811 #  - "tags"
7812 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7813 #  x-axis: "X = CNFs per Service Chain"
7814 #  y-axis: "Y = Number of Service Chains"
7815 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7816 #  layout:
7817 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7818 #    layout: "plot-service-density"
7819 #
7820 #- type: "plot"
7821 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7822 #  algorithm: "plot_nf_heatmap"
7823 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
7824 #  data: "plot-vpp-nfv-3n-skx-mrr"
7825 #  filter: "'NIC_Intel-XXV710' and
7826 #           'NF_DENSITY' and
7827 #           'DOCKER' and
7828 #           'CHAIN' and
7829 #           'NF_VPPIP4' and
7830 #           'IPSEC' and
7831 #           'TNL_1000' and
7832 #           'IMIX' and
7833 #           '8T4C' and
7834 #           'MRR'"
7835 #  parameters:
7836 #  - "result"
7837 #  - "name"
7838 #  - "tags"
7839 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7840 #  x-axis: "X = CNFs per Service Chain"
7841 #  y-axis: "Y = Number of Service Chains"
7842 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7843 #  layout:
7844 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7845 #    layout: "plot-service-density"
7846 #
7847 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
7848 #- type: "plot"
7849 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7850 #  algorithm: "plot_nf_heatmap"
7851 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
7852 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7853 #  filter: "'NIC_Intel-XXV710' and
7854 #           'NF_DENSITY' and
7855 #           'DOCKER' and
7856 #           'CHAIN' and
7857 #           'NF_VPPIP4' and
7858 #           'IPSEC' and
7859 #           'TNL_1000' and
7860 #           'IMIX' and
7861 #           '2T1C' and
7862 #           'NDRPDR'"
7863 #  parameters:
7864 #  - "throughput"
7865 #  - "name"
7866 #  - "tags"
7867 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7868 #  x-axis: "X = CNFs per Service Chain"
7869 #  y-axis: "Y = Number of Service Chains"
7870 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7871 #  layout:
7872 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7873 #    layout: "plot-service-density"
7874 #
7875 #- type: "plot"
7876 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7877 #  algorithm: "plot_nf_heatmap"
7878 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
7879 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7880 #  filter: "'NIC_Intel-XXV710' and
7881 #           'NF_DENSITY' and
7882 #           'DOCKER' and
7883 #           'CHAIN' and
7884 #           'NF_VPPIP4' and
7885 #           'IPSEC' and
7886 #           'TNL_1000' and
7887 #           'IMIX' and
7888 #           '4T2C' and
7889 #           'NDRPDR'"
7890 #  parameters:
7891 #  - "throughput"
7892 #  - "name"
7893 #  - "tags"
7894 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7895 #  x-axis: "X = CNFs per Service Chain"
7896 #  y-axis: "Y = Number of Service Chains"
7897 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7898 #  layout:
7899 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7900 #    layout: "plot-service-density"
7901 #
7902 #- type: "plot"
7903 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7904 #  algorithm: "plot_nf_heatmap"
7905 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
7906 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7907 #  filter: "'NIC_Intel-XXV710' and
7908 #           'NF_DENSITY' and
7909 #           'DOCKER' and
7910 #           'CHAIN' and
7911 #           'NF_VPPIP4' and
7912 #           'IPSEC' and
7913 #           'TNL_1000' and
7914 #           'IMIX' and
7915 #           '8T4C' and
7916 #           'NDRPDR'"
7917 #  parameters:
7918 #  - "throughput"
7919 #  - "name"
7920 #  - "tags"
7921 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7922 #  x-axis: "X = CNFs per Service Chain"
7923 #  y-axis: "Y = Number of Service Chains"
7924 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7925 #  layout:
7926 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7927 #    layout: "plot-service-density"
7928 #
7929 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
7930 #- type: "plot"
7931 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
7932 #  algorithm: "plot_nf_heatmap"
7933 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
7934 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7935 #  filter: "'NIC_Intel-XXV710' and
7936 #           'NF_DENSITY' and
7937 #           'DOCKER' and
7938 #           'CHAIN' and
7939 #           'NF_VPPIP4' and
7940 #           'IPSEC' and
7941 #           'TNL_1000' and
7942 #           'IMIX' and
7943 #           '2T1C' and
7944 #           'NDRPDR'"
7945 #  parameters:
7946 #  - "throughput"
7947 #  - "name"
7948 #  - "tags"
7949 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7950 #  x-axis: "X = CNFs per Service Chain"
7951 #  y-axis: "Y = Number of Service Chains"
7952 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7953 #  layout:
7954 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
7955 #    layout: "plot-service-density"
7956 #
7957 #- type: "plot"
7958 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
7959 #  algorithm: "plot_nf_heatmap"
7960 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
7961 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7962 #  filter: "'NIC_Intel-XXV710' and
7963 #           'NF_DENSITY' and
7964 #           'DOCKER' and
7965 #           'CHAIN' and
7966 #           'NF_VPPIP4' and
7967 #           'IPSEC' and
7968 #           'TNL_1000' and
7969 #           'IMIX' and
7970 #           '4T2C' and
7971 #           'NDRPDR'"
7972 #  parameters:
7973 #  - "throughput"
7974 #  - "name"
7975 #  - "tags"
7976 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7977 #  x-axis: "X = CNFs per Service Chain"
7978 #  y-axis: "Y = Number of Service Chains"
7979 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7980 #  layout:
7981 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
7982 #    layout: "plot-service-density"
7983 #
7984 #- type: "plot"
7985 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
7986 #  algorithm: "plot_nf_heatmap"
7987 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
7988 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7989 #  filter: "'NIC_Intel-XXV710' and
7990 #           'NF_DENSITY' and
7991 #           'DOCKER' and
7992 #           'CHAIN' and
7993 #           'NF_VPPIP4' and
7994 #           'IPSEC' and
7995 #           'TNL_1000' and
7996 #           'IMIX' and
7997 #           '8T4C' and
7998 #           'NDRPDR'"
7999 #  parameters:
8000 #  - "throughput"
8001 #  - "name"
8002 #  - "tags"
8003 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8004 #  x-axis: "X = CNFs per Service Chain"
8005 #  y-axis: "Y = Number of Service Chains"
8006 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8007 #  layout:
8008 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8009 #    layout: "plot-service-density"
8010
8011 ###############################################################################
8012
8013 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8014 - type: "plot"
8015   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8016   algorithm: "plot_nf_heatmap"
8017   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8018   data: "plot-vpp-nfv-3n-hsw-mrr"
8019   filter: "'NIC_Intel-XL710' and
8020            'NF_DENSITY' and
8021            'DOCKER' and
8022            'CHAIN' and
8023            'NF_VPPIP4' and
8024            'IMIX' and
8025            'TNL_1000' and
8026            '1T1C' and
8027            'MRR'"
8028   parameters:
8029   - "result"
8030   - "name"
8031   - "tags"
8032   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8033   x-axis: "X = CNFs per Service Chain"
8034   y-axis: "Y = Number of Service Chains"
8035   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8036   layout:
8037     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8038     layout: "plot-service-density"
8039
8040 - type: "plot"
8041   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8042   algorithm: "plot_nf_heatmap"
8043   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8044   data: "plot-vpp-nfv-3n-hsw-mrr"
8045   filter: "'NIC_Intel-XL710' and
8046            'NF_DENSITY' and
8047            'DOCKER' and
8048            'CHAIN' and
8049            'NF_VPPIP4' and
8050            'IPSEC' and
8051            'TNL_1000' and
8052            'IMIX' and
8053            '2T2C' and
8054            'MRR'"
8055   parameters:
8056   - "result"
8057   - "name"
8058   - "tags"
8059   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8060   x-axis: "X = CNFs per Service Chain"
8061   y-axis: "Y = Number of Service Chains"
8062   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8063   layout:
8064     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8065     layout: "plot-service-density"
8066
8067 - type: "plot"
8068   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8069   algorithm: "plot_nf_heatmap"
8070   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8071   data: "plot-vpp-nfv-3n-hsw-mrr"
8072   filter: "'NIC_Intel-XL710' and
8073            'NF_DENSITY' and
8074            'DOCKER' and
8075            'CHAIN' and
8076            'NF_VPPIP4' and
8077            'IPSEC' and
8078            'TNL_1000' and
8079            'IMIX' and
8080            '4T4C' and
8081            'MRR'"
8082   parameters:
8083   - "result"
8084   - "name"
8085   - "tags"
8086   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8087   x-axis: "X = CNFs per Service Chain"
8088   y-axis: "Y = Number of Service Chains"
8089   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8090   layout:
8091     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8092     layout: "plot-service-density"
8093
8094 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8095 - type: "plot"
8096   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8097   algorithm: "plot_nf_heatmap"
8098   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8099   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8100   filter: "'NIC_Intel-XL710' and
8101            'NF_DENSITY' and
8102            'DOCKER' and
8103            'CHAIN' and
8104            'NF_VPPIP4' and
8105            'IPSEC' and
8106            'TNL_1000' and
8107            'IMIX' and
8108            '1T1C' and
8109            'NDRPDR'"
8110   parameters:
8111   - "throughput"
8112   - "name"
8113   - "tags"
8114   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8115   x-axis: "X = CNFs per Service Chain"
8116   y-axis: "Y = Number of Service Chains"
8117   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8118   layout:
8119     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8120     layout: "plot-service-density"
8121
8122 - type: "plot"
8123   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8124   algorithm: "plot_nf_heatmap"
8125   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8126   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8127   filter: "'NIC_Intel-XL710' and
8128            'NF_DENSITY' and
8129            'DOCKER' and
8130            'CHAIN' and
8131            'NF_VPPIP4' and
8132            'IPSEC' and
8133            'TNL_1000' and
8134            'IMIX' and
8135            '2T2C' and
8136            'NDRPDR'"
8137   parameters:
8138   - "throughput"
8139   - "name"
8140   - "tags"
8141   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8142   x-axis: "X = CNFs per Service Chain"
8143   y-axis: "Y = Number of Service Chains"
8144   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8145   layout:
8146     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8147     layout: "plot-service-density"
8148
8149 - type: "plot"
8150   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8151   algorithm: "plot_nf_heatmap"
8152   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8153   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8154   filter: "'NIC_Intel-XL710' and
8155            'NF_DENSITY' and
8156            'DOCKER' and
8157            'CHAIN' and
8158            'NF_VPPIP4' and
8159            'IPSEC' and
8160            'TNL_1000' and
8161            'IMIX' and
8162            '4T4C' and
8163            'NDRPDR'"
8164   parameters:
8165   - "throughput"
8166   - "name"
8167   - "tags"
8168   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8169   x-axis: "X = CNFs per Service Chain"
8170   y-axis: "Y = Number of Service Chains"
8171   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8172   layout:
8173     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8174     layout: "plot-service-density"
8175
8176 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8177 - type: "plot"
8178   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8179   algorithm: "plot_nf_heatmap"
8180   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8181   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8182   filter: "'NIC_Intel-XL710' and
8183            'NF_DENSITY' and
8184            'DOCKER' and
8185            'CHAIN' and
8186            'NF_VPPIP4' and
8187            'IPSEC' and
8188            'TNL_1000' and
8189            'IMIX' and
8190            '1T1C' and
8191            'NDRPDR'"
8192   parameters:
8193   - "throughput"
8194   - "name"
8195   - "tags"
8196   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8197   x-axis: "X = CNFs per Service Chain"
8198   y-axis: "Y = Number of Service Chains"
8199   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8200   layout:
8201     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8202     layout: "plot-service-density"
8203
8204 - type: "plot"
8205   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8206   algorithm: "plot_nf_heatmap"
8207   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8208   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8209   filter: "'NIC_Intel-XL710' and
8210            'NF_DENSITY' and
8211            'DOCKER' and
8212            'CHAIN' and
8213            'NF_VPPIP4' and
8214            'IPSEC' and
8215            'TNL_1000' and
8216            'IMIX' and
8217            '2T2C' and
8218            'NDRPDR'"
8219   parameters:
8220   - "throughput"
8221   - "name"
8222   - "tags"
8223   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8224   x-axis: "X = CNFs per Service Chain"
8225   y-axis: "Y = Number of Service Chains"
8226   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8227   layout:
8228     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8229     layout: "plot-service-density"
8230
8231 - type: "plot"
8232   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8233   algorithm: "plot_nf_heatmap"
8234   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8235   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8236   filter: "'NIC_Intel-XL710' and
8237            'NF_DENSITY' and
8238            'DOCKER' and
8239            'CHAIN' and
8240            'NF_VPPIP4' and
8241            'IPSEC' and
8242            'TNL_1000' and
8243            'IMIX' and
8244            '4T4C' and
8245            'NDRPDR'"
8246   parameters:
8247   - "throughput"
8248   - "name"
8249   - "tags"
8250   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8251   x-axis: "X = CNFs per Service Chain"
8252   y-axis: "Y = Number of Service Chains"
8253   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8254   layout:
8255     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8256     layout: "plot-service-density"
8257
8258 ###############################################################################
8259
8260 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8261 #- type: "plot"
8262 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8263 #  algorithm: "plot_nf_heatmap"
8264 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8265 #  data: "plot-vpp-nfv-3n-skx-mrr"
8266 #  filter: "'NIC_Intel-XXV710' and
8267 #           'NF_DENSITY' and
8268 #           'DOCKER' and
8269 #           'CHAIN' and
8270 #           'NF_VPPIP4' and
8271 #           'IPSEC' and
8272 #           'TNL_10000' and
8273 #           'IMIX' and
8274 #           '2T1C' and
8275 #           'MRR'"
8276 #  parameters:
8277 #  - "result"
8278 #  - "name"
8279 #  - "tags"
8280 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8281 #  x-axis: "X = CNFs per Service Chain"
8282 #  y-axis: "Y = Number of Service Chains"
8283 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8284 #  layout:
8285 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8286 #    layout: "plot-service-density"
8287 #
8288 #- type: "plot"
8289 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8290 #  algorithm: "plot_nf_heatmap"
8291 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
8292 #  data: "plot-vpp-nfv-3n-skx-mrr"
8293 #  filter: "'NIC_Intel-XXV710' and
8294 #           'NF_DENSITY' and
8295 #           'DOCKER' and
8296 #           'CHAIN' and
8297 #           'NF_VPPIP4' and
8298 #           'IPSEC' and
8299 #           'TNL_10000' and
8300 #           'IMIX' and
8301 #           '4T2C' and
8302 #           'MRR'"
8303 #  parameters:
8304 #  - "result"
8305 #  - "name"
8306 #  - "tags"
8307 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8308 #  x-axis: "X = CNFs per Service Chain"
8309 #  y-axis: "Y = Number of Service Chains"
8310 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8311 #  layout:
8312 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8313 #    layout: "plot-service-density"
8314 #
8315 #- type: "plot"
8316 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8317 #  algorithm: "plot_nf_heatmap"
8318 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
8319 #  data: "plot-vpp-nfv-3n-skx-mrr"
8320 #  filter: "'NIC_Intel-XXV710' and
8321 #           'NF_DENSITY' and
8322 #           'DOCKER' and
8323 #           'CHAIN' and
8324 #           'NF_VPPIP4' and
8325 #           'IPSEC' and
8326 #           'TNL_10000' and
8327 #           'IMIX' and
8328 #           '8T4C' and
8329 #           'MRR'"
8330 #  parameters:
8331 #  - "result"
8332 #  - "name"
8333 #  - "tags"
8334 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8335 #  x-axis: "X = CNFs per Service Chain"
8336 #  y-axis: "Y = Number of Service Chains"
8337 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8338 #  layout:
8339 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8340 #    layout: "plot-service-density"
8341 #
8342 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8343 #- type: "plot"
8344 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8345 #  algorithm: "plot_nf_heatmap"
8346 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
8347 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8348 #  filter: "'NIC_Intel-XXV710' and
8349 #           'NF_DENSITY' and
8350 #           'DOCKER' and
8351 #           'CHAIN' and
8352 #           'NF_VPPIP4' and
8353 #           'IPSEC' and
8354 #           'TNL_10000' and
8355 #           'IMIX' and
8356 #           '2T1C' and
8357 #           'NDRPDR'"
8358 #  parameters:
8359 #  - "throughput"
8360 #  - "name"
8361 #  - "tags"
8362 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8363 #  x-axis: "X = CNFs per Service Chain"
8364 #  y-axis: "Y = Number of Service Chains"
8365 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8366 #  layout:
8367 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8368 #    layout: "plot-service-density"
8369 #
8370 #- type: "plot"
8371 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8372 #  algorithm: "plot_nf_heatmap"
8373 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
8374 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8375 #  filter: "'NIC_Intel-XXV710' and
8376 #           'NF_DENSITY' and
8377 #           'DOCKER' and
8378 #           'CHAIN' and
8379 #           'NF_VPPIP4' and
8380 #           'IPSEC' and
8381 #           'TNL_10000' and
8382 #           'IMIX' and
8383 #           '4T2C' and
8384 #           'NDRPDR'"
8385 #  parameters:
8386 #  - "throughput"
8387 #  - "name"
8388 #  - "tags"
8389 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8390 #  x-axis: "X = CNFs per Service Chain"
8391 #  y-axis: "Y = Number of Service Chains"
8392 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8393 #  layout:
8394 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8395 #    layout: "plot-service-density"
8396 #
8397 #- type: "plot"
8398 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8399 #  algorithm: "plot_nf_heatmap"
8400 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
8401 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8402 #  filter: "'NIC_Intel-XXV710' and
8403 #           'NF_DENSITY' and
8404 #           'DOCKER' and
8405 #           'CHAIN' and
8406 #           'NF_VPPIP4' and
8407 #           'IPSEC' and
8408 #           'TNL_10000' and
8409 #           'IMIX' and
8410 #           '8T4C' and
8411 #           'NDRPDR'"
8412 #  parameters:
8413 #  - "throughput"
8414 #  - "name"
8415 #  - "tags"
8416 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8417 #  x-axis: "X = CNFs per Service Chain"
8418 #  y-axis: "Y = Number of Service Chains"
8419 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8420 #  layout:
8421 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8422 #    layout: "plot-service-density"
8423 #
8424 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8425 #- type: "plot"
8426 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8427 #  algorithm: "plot_nf_heatmap"
8428 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
8429 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8430 #  filter: "'NIC_Intel-XXV710' and
8431 #           'NF_DENSITY' and
8432 #           'DOCKER' and
8433 #           'CHAIN' and
8434 #           'NF_VPPIP4' and
8435 #           'IPSEC' and
8436 #           'TNL_10000' and
8437 #           'IMIX' and
8438 #           '2T1C' and
8439 #           'NDRPDR'"
8440 #  parameters:
8441 #  - "throughput"
8442 #  - "name"
8443 #  - "tags"
8444 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8445 #  x-axis: "X = CNFs per Service Chain"
8446 #  y-axis: "Y = Number of Service Chains"
8447 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8448 #  layout:
8449 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8450 #    layout: "plot-service-density"
8451 #
8452 #- type: "plot"
8453 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8454 #  algorithm: "plot_nf_heatmap"
8455 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
8456 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8457 #  filter: "'NIC_Intel-XXV710' and
8458 #           'NF_DENSITY' and
8459 #           'DOCKER' and
8460 #           'CHAIN' and
8461 #           'NF_VPPIP4' and
8462 #           'IPSEC' and
8463 #           'TNL_10000' and
8464 #           'IMIX' and
8465 #           '4T2C' and
8466 #           'NDRPDR'"
8467 #  parameters:
8468 #  - "throughput"
8469 #  - "name"
8470 #  - "tags"
8471 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8472 #  x-axis: "X = CNFs per Service Chain"
8473 #  y-axis: "Y = Number of Service Chains"
8474 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8475 #  layout:
8476 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8477 #    layout: "plot-service-density"
8478 #
8479 #- type: "plot"
8480 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8481 #  algorithm: "plot_nf_heatmap"
8482 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
8483 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8484 #  filter: "'NIC_Intel-XXV710' and
8485 #           'NF_DENSITY' and
8486 #           'DOCKER' and
8487 #           'CHAIN' and
8488 #           'NF_VPPIP4' and
8489 #           'IPSEC' and
8490 #           'TNL_10000' and
8491 #           'IMIX' and
8492 #           '8T4C' and
8493 #           'NDRPDR'"
8494 #  parameters:
8495 #  - "throughput"
8496 #  - "name"
8497 #  - "tags"
8498 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8499 #  x-axis: "X = CNFs per Service Chain"
8500 #  y-axis: "Y = Number of Service Chains"
8501 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8502 #  layout:
8503 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8504 #    layout: "plot-service-density"
8505
8506 ###############################################################################
8507
8508 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8509 - type: "plot"
8510   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8511   algorithm: "plot_nf_heatmap"
8512   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
8513   data: "plot-vpp-nfv-3n-hsw-mrr"
8514   filter: "'NIC_Intel-XL710' and
8515            'NF_DENSITY' and
8516            'DOCKER' and
8517            'CHAIN' and
8518            'NF_VPPIP4' and
8519            'IMIX' and
8520            'TNL_10000' and
8521            '1T1C' and
8522            'MRR'"
8523   parameters:
8524   - "result"
8525   - "name"
8526   - "tags"
8527   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8528   x-axis: "X = CNFs per Service Chain"
8529   y-axis: "Y = Number of Service Chains"
8530   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8531   layout:
8532     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8533     layout: "plot-service-density"
8534
8535 - type: "plot"
8536   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8537   algorithm: "plot_nf_heatmap"
8538   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
8539   data: "plot-vpp-nfv-3n-hsw-mrr"
8540   filter: "'NIC_Intel-XL710' and
8541            'NF_DENSITY' and
8542            'DOCKER' and
8543            'CHAIN' and
8544            'NF_VPPIP4' and
8545            'IPSEC' and
8546            'TNL_10000' and
8547            'IMIX' and
8548            '2T2C' and
8549            'MRR'"
8550   parameters:
8551   - "result"
8552   - "name"
8553   - "tags"
8554   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8555   x-axis: "X = CNFs per Service Chain"
8556   y-axis: "Y = Number of Service Chains"
8557   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8558   layout:
8559     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8560     layout: "plot-service-density"
8561
8562 - type: "plot"
8563   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8564   algorithm: "plot_nf_heatmap"
8565   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
8566   data: "plot-vpp-nfv-3n-hsw-mrr"
8567   filter: "'NIC_Intel-XL710' and
8568            'NF_DENSITY' and
8569            'DOCKER' and
8570            'CHAIN' and
8571            'NF_VPPIP4' and
8572            'IPSEC' and
8573            'TNL_10000' and
8574            'IMIX' and
8575            '4T4C' and
8576            'MRR'"
8577   parameters:
8578   - "result"
8579   - "name"
8580   - "tags"
8581   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8582   x-axis: "X = CNFs per Service Chain"
8583   y-axis: "Y = Number of Service Chains"
8584   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8585   layout:
8586     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8587     layout: "plot-service-density"
8588
8589 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8590 - type: "plot"
8591   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8592   algorithm: "plot_nf_heatmap"
8593   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
8594   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8595   filter: "'NIC_Intel-XL710' and
8596            'NF_DENSITY' and
8597            'DOCKER' and
8598            'CHAIN' and
8599            'NF_VPPIP4' and
8600            'IPSEC' and
8601            'TNL_10000' and
8602            'IMIX' and
8603            '1T1C' and
8604            'NDRPDR'"
8605   parameters:
8606   - "throughput"
8607   - "name"
8608   - "tags"
8609   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8610   x-axis: "X = CNFs per Service Chain"
8611   y-axis: "Y = Number of Service Chains"
8612   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8613   layout:
8614     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8615     layout: "plot-service-density"
8616
8617 - type: "plot"
8618   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8619   algorithm: "plot_nf_heatmap"
8620   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
8621   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8622   filter: "'NIC_Intel-XL710' and
8623            'NF_DENSITY' and
8624            'DOCKER' and
8625            'CHAIN' and
8626            'NF_VPPIP4' and
8627            'IPSEC' and
8628            'TNL_10000' and
8629            'IMIX' and
8630            '2T2C' and
8631            'NDRPDR'"
8632   parameters:
8633   - "throughput"
8634   - "name"
8635   - "tags"
8636   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8637   x-axis: "X = CNFs per Service Chain"
8638   y-axis: "Y = Number of Service Chains"
8639   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8640   layout:
8641     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8642     layout: "plot-service-density"
8643
8644 - type: "plot"
8645   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8646   algorithm: "plot_nf_heatmap"
8647   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
8648   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8649   filter: "'NIC_Intel-XL710' and
8650            'NF_DENSITY' and
8651            'DOCKER' and
8652            'CHAIN' and
8653            'NF_VPPIP4' and
8654            'IPSEC' and
8655            'TNL_10000' and
8656            'IMIX' and
8657            '4T4C' and
8658            'NDRPDR'"
8659   parameters:
8660   - "throughput"
8661   - "name"
8662   - "tags"
8663   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8664   x-axis: "X = CNFs per Service Chain"
8665   y-axis: "Y = Number of Service Chains"
8666   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8667   layout:
8668     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8669     layout: "plot-service-density"
8670
8671 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8672 - type: "plot"
8673   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8674   algorithm: "plot_nf_heatmap"
8675   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
8676   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8677   filter: "'NIC_Intel-XL710' and
8678            'NF_DENSITY' and
8679            'DOCKER' and
8680            'CHAIN' and
8681            'NF_VPPIP4' and
8682            'IPSEC' and
8683            'TNL_10000' and
8684            'IMIX' and
8685            '1T1C' and
8686            'NDRPDR'"
8687   parameters:
8688   - "throughput"
8689   - "name"
8690   - "tags"
8691   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8692   x-axis: "X = CNFs per Service Chain"
8693   y-axis: "Y = Number of Service Chains"
8694   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8695   layout:
8696     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8697     layout: "plot-service-density"
8698
8699 - type: "plot"
8700   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8701   algorithm: "plot_nf_heatmap"
8702   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
8703   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8704   filter: "'NIC_Intel-XL710' and
8705            'NF_DENSITY' and
8706            'DOCKER' and
8707            'CHAIN' and
8708            'NF_VPPIP4' and
8709            'IPSEC' and
8710            'TNL_10000' and
8711            'IMIX' and
8712            '2T2C' and
8713            'NDRPDR'"
8714   parameters:
8715   - "throughput"
8716   - "name"
8717   - "tags"
8718   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8719   x-axis: "X = CNFs per Service Chain"
8720   y-axis: "Y = Number of Service Chains"
8721   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8722   layout:
8723     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8724     layout: "plot-service-density"
8725
8726 - type: "plot"
8727   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8728   algorithm: "plot_nf_heatmap"
8729   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
8730   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8731   filter: "'NIC_Intel-XL710' and
8732            'NF_DENSITY' and
8733            'DOCKER' and
8734            'CHAIN' and
8735            'NF_VPPIP4' and
8736            'IPSEC' and
8737            'TNL_10000' and
8738            'IMIX' and
8739            '4T4C' and
8740            'NDRPDR'"
8741   parameters:
8742   - "throughput"
8743   - "name"
8744   - "tags"
8745   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8746   x-axis: "X = CNFs per Service Chain"
8747   y-axis: "Y = Number of Service Chains"
8748   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8749   layout:
8750     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8751     layout: "plot-service-density"
8752
8753 ###############################################################################
8754
8755 # Plots - NF Density - CSP - MRR 64b
8756
8757 #- type: "plot"
8758 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8759 #  algorithm: "plot_nf_heatmap"
8760 #  output-file-type: ".html"
8761 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
8762 #  data: "plot-vpp-nfv-2n-skx-mrr"
8763 #  filter: "'NIC_Intel-XXV710' and
8764 #           'NF_DENSITY' and
8765 #           'DOCKER' and
8766 #           'PIPELINE' and
8767 #           'NF_VPPIP4' and
8768 #           '64B' and
8769 #           '2T1C' and
8770 #           'MRR'"
8771 #  parameters:
8772 #  - "result"
8773 #  - "name"
8774 #  - "tags"
8775 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8776 #  x-axis: "X = CNFs per Service Pipeline"
8777 #  y-axis: "Y = Number of Service Pipelines"
8778 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8779 #  layout:
8780 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8781 #    layout: "plot-service-density"
8782 #
8783 #- type: "plot"
8784 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8785 #  algorithm: "plot_nf_heatmap"
8786 #  output-file-type: ".html"
8787 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
8788 #  data: "plot-vpp-nfv-2n-skx-mrr"
8789 #  filter: "'NIC_Intel-XXV710' and
8790 #           'NF_DENSITY' and
8791 #           'DOCKER' and
8792 #           'PIPELINE' and
8793 #           'NF_VPPIP4' and
8794 #           '64B' and
8795 #           '4T2C' and
8796 #           'MRR'"
8797 #  parameters:
8798 #  - "result"
8799 #  - "name"
8800 #  - "tags"
8801 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8802 #  x-axis: "X = CNFs per Service Pipeline"
8803 #  y-axis: "Y = Number of Service Pipelines"
8804 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8805 #  layout:
8806 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8807 #    layout: "plot-service-density"
8808 #
8809 #- type: "plot"
8810 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8811 #  algorithm: "plot_nf_heatmap"
8812 #  output-file-type: ".html"
8813 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
8814 #  data: "plot-vpp-nfv-2n-skx-mrr"
8815 #  filter: "'NIC_Intel-XXV710' and
8816 #           'NF_DENSITY' and
8817 #           'DOCKER' and
8818 #           'PIPELINE' and
8819 #           'NF_VPPIP4' and
8820 #           '64B' and
8821 #           '8T4C' and
8822 #           'MRR'"
8823 #  parameters:
8824 #  - "result"
8825 #  - "name"
8826 #  - "tags"
8827 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8828 #  x-axis: "X = CNFs per Service Pipeline"
8829 #  y-axis: "Y = Number of Service Pipelines"
8830 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8831 #  layout:
8832 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8833 #    layout: "plot-service-density"
8834 #
8835 ## Plots - NF Density - CSP - MRR IMIX
8836 #- type: "plot"
8837 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8838 #  algorithm: "plot_nf_heatmap"
8839 #  output-file-type: ".html"
8840 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
8841 #  data: "plot-vpp-nfv-2n-skx-mrr"
8842 #  filter: "'NIC_Intel-XXV710' and
8843 #           'NF_DENSITY' and
8844 #           'DOCKER' and
8845 #           'PIPELINE' and
8846 #           'NF_VPPIP4' and
8847 #           'IMIX' and
8848 #           '2T1C' and
8849 #           'MRR'"
8850 #  parameters:
8851 #  - "result"
8852 #  - "name"
8853 #  - "tags"
8854 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8855 #  x-axis: "X = CNFs per Service Pipeline"
8856 #  y-axis: "Y = Number of Service Pipelines"
8857 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8858 #  layout:
8859 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8860 #    layout: "plot-service-density"
8861 #
8862 #- type: "plot"
8863 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8864 #  algorithm: "plot_nf_heatmap"
8865 #  output-file-type: ".html"
8866 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
8867 #  data: "plot-vpp-nfv-2n-skx-mrr"
8868 #  filter: "'NIC_Intel-XXV710' and
8869 #           'NF_DENSITY' and
8870 #           'DOCKER' and
8871 #           'PIPELINE' and
8872 #           'NF_VPPIP4' and
8873 #           'IMIX' and
8874 #           '4T2C' and
8875 #           'MRR'"
8876 #  parameters:
8877 #  - "result"
8878 #  - "name"
8879 #  - "tags"
8880 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8881 #  x-axis: "X = CNFs per Service Pipeline"
8882 #  y-axis: "Y = Number of Service Pipelines"
8883 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8884 #  layout:
8885 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8886 #    layout: "plot-service-density"
8887 #
8888 #- type: "plot"
8889 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8890 #  algorithm: "plot_nf_heatmap"
8891 #  output-file-type: ".html"
8892 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
8893 #  data: "plot-vpp-nfv-2n-skx-mrr"
8894 #  filter: "'NIC_Intel-XXV710' and
8895 #           'NF_DENSITY' and
8896 #           'DOCKER' and
8897 #           'PIPELINE' and
8898 #           'NF_VPPIP4' and
8899 #           'IMIX' and
8900 #           '8T4C' and
8901 #           'MRR'"
8902 #  parameters:
8903 #  - "result"
8904 #  - "name"
8905 #  - "tags"
8906 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8907 #  x-axis: "X = CNFs per Service Pipeline"
8908 #  y-axis: "Y = Number of Service Pipelines"
8909 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8910 #  layout:
8911 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8912 #    layout: "plot-service-density"
8913 #
8914 ## Plots - NF Density - CSP - NDR 64b
8915 #- type: "plot"
8916 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
8917 #  algorithm: "plot_nf_heatmap"
8918 #  output-file-type: ".html"
8919 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
8920 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8921 #  filter: "'NIC_Intel-XXV710' and
8922 #           'NF_DENSITY' and
8923 #           'DOCKER' and
8924 #           'PIPELINE' and
8925 #           'NF_VPPIP4' and
8926 #           '64B' and
8927 #           '2T1C' and
8928 #           'NDRPDR'"
8929 #  parameters:
8930 #  - "throughput"
8931 #  - "name"
8932 #  - "tags"
8933 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8934 #  x-axis: "X = CNFs per Service Pipeline"
8935 #  y-axis: "Y = Number of Service Pipelines"
8936 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8937 #  layout:
8938 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
8939 #    layout: "plot-service-density"
8940 #
8941 #- type: "plot"
8942 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
8943 #  algorithm: "plot_nf_heatmap"
8944 #  output-file-type: ".html"
8945 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
8946 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8947 #  filter: "'NIC_Intel-XXV710' and
8948 #           'NF_DENSITY' and
8949 #           'DOCKER' and
8950 #           'PIPELINE' and
8951 #           'NF_VPPIP4' and
8952 #           '64B' and
8953 #           '4T2C' and
8954 #           'NDRPDR'"
8955 #  parameters:
8956 #  - "throughput"
8957 #  - "name"
8958 #  - "tags"
8959 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8960 #  x-axis: "X = CNFs per Service Pipeline"
8961 #  y-axis: "Y = Number of Service Pipelines"
8962 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8963 #  layout:
8964 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
8965 #    layout: "plot-service-density"
8966 #
8967 #- type: "plot"
8968 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
8969 #  algorithm: "plot_nf_heatmap"
8970 #  output-file-type: ".html"
8971 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
8972 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8973 #  filter: "'NIC_Intel-XXV710' and
8974 #           'NF_DENSITY' and
8975 #           'DOCKER' and
8976 #           'PIPELINE' and
8977 #           'NF_VPPIP4' and
8978 #           '64B' and
8979 #           '8T4C' and
8980 #           'NDRPDR'"
8981 #  parameters:
8982 #  - "throughput"
8983 #  - "name"
8984 #  - "tags"
8985 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8986 #  x-axis: "X = CNFs per Service Pipeline"
8987 #  y-axis: "Y = Number of Service Pipelines"
8988 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8989 #  layout:
8990 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
8991 #    layout: "plot-service-density"
8992 #
8993 ## Plots - NF Density - CSP - NDR IMIX
8994 #- type: "plot"
8995 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
8996 #  algorithm: "plot_nf_heatmap"
8997 #  output-file-type: ".html"
8998 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
8999 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9000 #  filter: "'NIC_Intel-XXV710' and
9001 #           'NF_DENSITY' and
9002 #           'DOCKER' and
9003 #           'PIPELINE' and
9004 #           'NF_VPPIP4' and
9005 #           'IMIX' and
9006 #           '2T1C' and
9007 #           'NDRPDR'"
9008 #  parameters:
9009 #  - "throughput"
9010 #  - "name"
9011 #  - "tags"
9012 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9013 #  x-axis: "X = CNFs per Service Pipeline"
9014 #  y-axis: "Y = Number of Service Pipelines"
9015 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9016 #  layout:
9017 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9018 #    layout: "plot-service-density"
9019 #
9020 #- type: "plot"
9021 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9022 #  algorithm: "plot_nf_heatmap"
9023 #  output-file-type: ".html"
9024 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9025 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9026 #  filter: "'NIC_Intel-XXV710' and
9027 #           'NF_DENSITY' and
9028 #           'DOCKER' and
9029 #           'PIPELINE' and
9030 #           'NF_VPPIP4' and
9031 #           'IMIX' and
9032 #           '4T2C' and
9033 #           'NDRPDR'"
9034 #  parameters:
9035 #  - "throughput"
9036 #  - "name"
9037 #  - "tags"
9038 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9039 #  x-axis: "X = CNFs per Service Pipeline"
9040 #  y-axis: "Y = Number of Service Pipelines"
9041 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9042 #  layout:
9043 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9044 #    layout: "plot-service-density"
9045 #
9046 #- type: "plot"
9047 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9048 #  algorithm: "plot_nf_heatmap"
9049 #  output-file-type: ".html"
9050 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9051 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9052 #  filter: "'NIC_Intel-XXV710' and
9053 #           'NF_DENSITY' and
9054 #           'DOCKER' and
9055 #           'PIPELINE' and
9056 #           'NF_VPPIP4' and
9057 #           'IMIX' and
9058 #           '8T4C' and
9059 #           'NDRPDR'"
9060 #  parameters:
9061 #  - "throughput"
9062 #  - "name"
9063 #  - "tags"
9064 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9065 #  x-axis: "X = CNFs per Service Pipeline"
9066 #  y-axis: "Y = Number of Service Pipelines"
9067 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9068 #  layout:
9069 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9070 #    layout: "plot-service-density"
9071 #
9072 ## Plots - NF Density - CSP - PDR 64b
9073 #- type: "plot"
9074 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9075 #  algorithm: "plot_nf_heatmap"
9076 #  output-file-type: ".html"
9077 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9078 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9079 #  filter: "'NIC_Intel-XXV710' and
9080 #           'NF_DENSITY' and
9081 #           'DOCKER' and
9082 #           'PIPELINE' and
9083 #           'NF_VPPIP4' and
9084 #           '64B' and
9085 #           '2T1C' and
9086 #           'NDRPDR'"
9087 #  parameters:
9088 #  - "throughput"
9089 #  - "name"
9090 #  - "tags"
9091 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9092 #  x-axis: "X = CNFs per Service Pipeline"
9093 #  y-axis: "Y = Number of Service Pipelines"
9094 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9095 #  layout:
9096 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9097 #    layout: "plot-service-density"
9098 #
9099 #- type: "plot"
9100 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9101 #  algorithm: "plot_nf_heatmap"
9102 #  output-file-type: ".html"
9103 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9104 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9105 #  filter: "'NIC_Intel-XXV710' and
9106 #           'NF_DENSITY' and
9107 #           'DOCKER' and
9108 #           'PIPELINE' and
9109 #           'NF_VPPIP4' and
9110 #           '64B' and
9111 #           '4T2C' and
9112 #           'NDRPDR'"
9113 #  parameters:
9114 #  - "throughput"
9115 #  - "name"
9116 #  - "tags"
9117 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9118 #  x-axis: "X = CNFs per Service Pipeline"
9119 #  y-axis: "Y = Number of Service Pipelines"
9120 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9121 #  layout:
9122 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9123 #    layout: "plot-service-density"
9124 #
9125 #- type: "plot"
9126 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9127 #  algorithm: "plot_nf_heatmap"
9128 #  output-file-type: ".html"
9129 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9130 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9131 #  filter: "'NIC_Intel-XXV710' and
9132 #           'NF_DENSITY' and
9133 #           'DOCKER' and
9134 #           'PIPELINE' and
9135 #           'NF_VPPIP4' and
9136 #           '64B' and
9137 #           '8T4C' and
9138 #           'NDRPDR'"
9139 #  parameters:
9140 #  - "throughput"
9141 #  - "name"
9142 #  - "tags"
9143 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9144 #  x-axis: "X = CNFs per Service Pipeline"
9145 #  y-axis: "Y = Number of Service Pipelines"
9146 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9147 #  layout:
9148 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9149 #    layout: "plot-service-density"
9150 #
9151 ## Plots - NF Density - CSP - PDR IMIX
9152 #- type: "plot"
9153 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9154 #  algorithm: "plot_nf_heatmap"
9155 #  output-file-type: ".html"
9156 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9157 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9158 #  filter: "'NIC_Intel-XXV710' and
9159 #           'NF_DENSITY' and
9160 #           'DOCKER' and
9161 #           'PIPELINE' and
9162 #           'NF_VPPIP4' and
9163 #           'IMIX' and
9164 #           '2T1C' and
9165 #           'NDRPDR'"
9166 #  parameters:
9167 #  - "throughput"
9168 #  - "name"
9169 #  - "tags"
9170 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9171 #  x-axis: "X = CNFs per Service Pipeline"
9172 #  y-axis: "Y = Number of Service Pipelines"
9173 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9174 #  layout:
9175 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9176 #    layout: "plot-service-density"
9177 #
9178 #- type: "plot"
9179 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9180 #  algorithm: "plot_nf_heatmap"
9181 #  output-file-type: ".html"
9182 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9183 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9184 #  filter: "'NIC_Intel-XXV710' and
9185 #           'NF_DENSITY' and
9186 #           'DOCKER' and
9187 #           'PIPELINE' and
9188 #           'NF_VPPIP4' and
9189 #           'IMIX' and
9190 #           '4T2C' and
9191 #           'NDRPDR'"
9192 #  parameters:
9193 #  - "throughput"
9194 #  - "name"
9195 #  - "tags"
9196 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9197 #  x-axis: "X = CNFs per Service Pipeline"
9198 #  y-axis: "Y = Number of Service Pipelines"
9199 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9200 #  layout:
9201 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9202 #    layout: "plot-service-density"
9203 #
9204 #- type: "plot"
9205 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9206 #  algorithm: "plot_nf_heatmap"
9207 #  output-file-type: ".html"
9208 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9209 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9210 #  filter: "'NIC_Intel-XXV710' and
9211 #           'NF_DENSITY' and
9212 #           'DOCKER' and
9213 #           'PIPELINE' and
9214 #           'NF_VPPIP4' and
9215 #           'IMIX' and
9216 #           '8T4C' and
9217 #           'NDRPDR'"
9218 #  parameters:
9219 #  - "throughput"
9220 #  - "name"
9221 #  - "tags"
9222 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9223 #  x-axis: "X = CNFs per Service Pipeline"
9224 #  y-axis: "Y = Number of Service Pipelines"
9225 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9226 #  layout:
9227 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9228 #    layout: "plot-service-density"
9229
9230 ###############################################################################
9231 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9232
9233 #- type: "plot"
9234 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9235 #  algorithm: "plot_nf_heatmap"
9236 #  output-file-type: ".html"
9237 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9238 #  data: "plot-vpp-nfv-2n-clx-mrr"
9239 #  filter: "'NIC_Intel-XXV710' and
9240 #           'NF_DENSITY' and
9241 #           'VHOST' and
9242 #           not 'VXLAN' and
9243 #           'CHAIN' and
9244 #           'NF_VPPIP4' and
9245 #           'IMIX' and
9246 #           '2T1C' and
9247 #           'MRR'"
9248 #  parameters:
9249 #  - "result"
9250 #  - "name"
9251 #  - "tags"
9252 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9253 #  x-axis: "X = VNFs per Service Chain"
9254 #  y-axis: "Y = Number of Service Chains"
9255 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9256 #  layout:
9257 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9258 #    layout: "plot-service-density"
9259 #
9260 #- type: "plot"
9261 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9262 #  algorithm: "plot_nf_heatmap"
9263 #  output-file-type: ".html"
9264 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9265 #  data: "plot-vpp-nfv-2n-clx-mrr"
9266 #  filter: "'NIC_Intel-XXV710' and
9267 #           'NF_DENSITY' and
9268 #           'VHOST' and
9269 #           not 'VXLAN' and
9270 #           'CHAIN' and
9271 #           'NF_VPPIP4' and
9272 #           'IMIX' and
9273 #           '4T2C' and
9274 #           'MRR'"
9275 #  parameters:
9276 #  - "result"
9277 #  - "name"
9278 #  - "tags"
9279 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9280 #  x-axis: "X = VNFs per Service Chain"
9281 #  y-axis: "Y = Number of Service Chains"
9282 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9283 #  layout:
9284 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9285 #    layout: "plot-service-density"
9286 #
9287 #- type: "plot"
9288 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9289 #  algorithm: "plot_nf_heatmap"
9290 #  output-file-type: ".html"
9291 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9292 #  data: "plot-vpp-nfv-2n-clx-mrr"
9293 #  filter: "'NIC_Intel-XXV710' and
9294 #           'NF_DENSITY' and
9295 #           'VHOST' and
9296 #           not 'VXLAN' and
9297 #           'CHAIN' and
9298 #           'NF_VPPIP4' and
9299 #           'IMIX' and
9300 #           '8T4C' and
9301 #           'MRR'"
9302 #  parameters:
9303 #  - "result"
9304 #  - "name"
9305 #  - "tags"
9306 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9307 #  x-axis: "X = VNFs per Service Chain"
9308 #  y-axis: "Y = Number of Service Chains"
9309 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9310 #  layout:
9311 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9312 #    layout: "plot-service-density"
9313 #
9314 ## Plots - NF Density - VSC - NDR IMIX
9315 #- type: "plot"
9316 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9317 #  algorithm: "plot_nf_heatmap"
9318 #  output-file-type: ".html"
9319 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9320 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9321 #  filter: "'NIC_Intel-XXV710' and
9322 #           'NF_DENSITY' and
9323 #           'VHOST' and
9324 #           not 'VXLAN' and
9325 #           'CHAIN' and
9326 #           'NF_VPPIP4' and
9327 #           'IMIX' and
9328 #           '2T1C' and
9329 #           'NDRPDR'"
9330 #  parameters:
9331 #  - "throughput"
9332 #  - "name"
9333 #  - "tags"
9334 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9335 #  x-axis: "X = VNFs per Service Chain"
9336 #  y-axis: "Y = Number of Service Chains"
9337 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9338 #  layout:
9339 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9340 #    layout: "plot-service-density"
9341 #
9342 #- type: "plot"
9343 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9344 #  algorithm: "plot_nf_heatmap"
9345 #  output-file-type: ".html"
9346 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9347 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9348 #  filter: "'NIC_Intel-XXV710' and
9349 #           'NF_DENSITY' and
9350 #           'VHOST' and
9351 #           not 'VXLAN' and
9352 #           'CHAIN' and
9353 #           'NF_VPPIP4' and
9354 #           'IMIX' and
9355 #           '4T2C' and
9356 #           'NDRPDR'"
9357 #  parameters:
9358 #  - "throughput"
9359 #  - "name"
9360 #  - "tags"
9361 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9362 #  x-axis: "X = VNFs per Service Chain"
9363 #  y-axis: "Y = Number of Service Chains"
9364 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9365 #  layout:
9366 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9367 #    layout: "plot-service-density"
9368 #
9369 #- type: "plot"
9370 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9371 #  algorithm: "plot_nf_heatmap"
9372 #  output-file-type: ".html"
9373 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9374 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9375 #  filter: "'NIC_Intel-XXV710' and
9376 #           'NF_DENSITY' and
9377 #           'VHOST' and
9378 #           not 'VXLAN' and
9379 #           'CHAIN' and
9380 #           'NF_VPPIP4' and
9381 #           'IMIX' and
9382 #           '8T4C' and
9383 #           'NDRPDR'"
9384 #  parameters:
9385 #  - "throughput"
9386 #  - "name"
9387 #  - "tags"
9388 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9389 #  x-axis: "X = VNFs per Service Chain"
9390 #  y-axis: "Y = Number of Service Chains"
9391 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9392 #  layout:
9393 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9394 #    layout: "plot-service-density"
9395 #
9396 ## Plots - NF Density - VSC - PDR IMIX
9397 #- type: "plot"
9398 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9399 #  algorithm: "plot_nf_heatmap"
9400 #  output-file-type: ".html"
9401 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9402 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9403 #  filter: "'NIC_Intel-XXV710' and
9404 #           'NF_DENSITY' and
9405 #           'VHOST' and
9406 #           not 'VXLAN' and
9407 #           'CHAIN' and
9408 #           'NF_VPPIP4' and
9409 #           'IMIX' and
9410 #           '2T1C' and
9411 #           'NDRPDR'"
9412 #  parameters:
9413 #  - "throughput"
9414 #  - "name"
9415 #  - "tags"
9416 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9417 #  x-axis: "X = VNFs per Service Chain"
9418 #  y-axis: "Y = Number of Service Chains"
9419 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9420 #  layout:
9421 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9422 #    layout: "plot-service-density"
9423 #
9424 #- type: "plot"
9425 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9426 #  algorithm: "plot_nf_heatmap"
9427 #  output-file-type: ".html"
9428 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
9429 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9430 #  filter: "'NIC_Intel-XXV710' and
9431 #           'NF_DENSITY' and
9432 #           'VHOST' and
9433 #           not 'VXLAN' and
9434 #           'CHAIN' and
9435 #           'NF_VPPIP4' and
9436 #           'IMIX' and
9437 #           '4T2C' and
9438 #           'NDRPDR'"
9439 #  parameters:
9440 #  - "throughput"
9441 #  - "name"
9442 #  - "tags"
9443 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9444 #  x-axis: "X = VNFs per Service Chain"
9445 #  y-axis: "Y = Number of Service Chains"
9446 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9447 #  layout:
9448 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9449 #    layout: "plot-service-density"
9450 #
9451 #- type: "plot"
9452 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9453 #  algorithm: "plot_nf_heatmap"
9454 #  output-file-type: ".html"
9455 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
9456 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9457 #  filter: "'NIC_Intel-XXV710' and
9458 #           'NF_DENSITY' and
9459 #           'VHOST' and
9460 #           not 'VXLAN' and
9461 #           'CHAIN' and
9462 #           'NF_VPPIP4' and
9463 #           'IMIX' and
9464 #           '8T4C' and
9465 #           'NDRPDR'"
9466 #  parameters:
9467 #  - "throughput"
9468 #  - "name"
9469 #  - "tags"
9470 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9471 #  x-axis: "X = VNFs per Service Chain"
9472 #  y-axis: "Y = Number of Service Chains"
9473 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9474 #  layout:
9475 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9476 #    layout: "plot-service-density"
9477 #
9478 ## Plots - NF Density - VSC - MRR IMIX
9479 #- type: "plot"
9480 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9481 #  algorithm: "plot_nf_heatmap"
9482 #  output-file-type: ".html"
9483 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
9484 #  data: "plot-vpp-nfv-2n-clx-mrr"
9485 #  filter: "'NIC_Intel-XXV710' and
9486 #           'NF_DENSITY' and
9487 #           'VHOST' and
9488 #           'VXLAN' and
9489 #           'CHAIN' and
9490 #           'IMIX' and
9491 #           '2T1C' and
9492 #           'MRR'"
9493 #  parameters:
9494 #  - "result"
9495 #  - "name"
9496 #  - "tags"
9497 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9498 #  x-axis: "X = VNFs per Service Chain"
9499 #  y-axis: "Y = Number of Service Chains"
9500 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9501 #  layout:
9502 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9503 #    layout: "plot-service-density"
9504 #
9505 #- type: "plot"
9506 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9507 #  algorithm: "plot_nf_heatmap"
9508 #  output-file-type: ".html"
9509 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
9510 #  data: "plot-vpp-nfv-2n-clx-mrr"
9511 #  filter: "'NIC_Intel-XXV710' and
9512 #           'NF_DENSITY' and
9513 #           'VHOST' and
9514 #           'VXLAN' and
9515 #           'CHAIN' and
9516 #           'IMIX' and
9517 #           '4T2C' and
9518 #           'MRR'"
9519 #  parameters:
9520 #  - "result"
9521 #  - "name"
9522 #  - "tags"
9523 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9524 #  x-axis: "X = VNFs per Service Chain"
9525 #  y-axis: "Y = Number of Service Chains"
9526 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9527 #  layout:
9528 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9529 #    layout: "plot-service-density"
9530 #
9531 #- type: "plot"
9532 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9533 #  algorithm: "plot_nf_heatmap"
9534 #  output-file-type: ".html"
9535 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
9536 #  data: "plot-vpp-nfv-2n-clx-mrr"
9537 #  filter: "'NIC_Intel-XXV710' and
9538 #           'NF_DENSITY' and
9539 #           'VHOST' and
9540 #           'VXLAN' and
9541 #           'CHAIN' and
9542 #           'IMIX' and
9543 #           '8T4C' and
9544 #           'MRR'"
9545 #  parameters:
9546 #  - "result"
9547 #  - "name"
9548 #  - "tags"
9549 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9550 #  x-axis: "X = VNFs per Service Chain"
9551 #  y-axis: "Y = Number of Service Chains"
9552 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9553 #  layout:
9554 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9555 #    layout: "plot-service-density"
9556 #
9557 ## Plots - NF Density - VSC - NDR IMIX
9558 #- type: "plot"
9559 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9560 #  algorithm: "plot_nf_heatmap"
9561 #  output-file-type: ".html"
9562 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
9563 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9564 #  filter: "'NIC_Intel-XXV710' and
9565 #           'NF_DENSITY' and
9566 #           'VHOST' and
9567 #           'VXLAN' and
9568 #           'CHAIN' a
9569 #           'IMIX' and
9570 #           '2T1C' and
9571 #           'NDRPDR'"
9572 #  parameters:
9573 #  - "throughput"
9574 #  - "name"
9575 #  - "tags"
9576 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9577 #  x-axis: "X = VNFs per Service Chain"
9578 #  y-axis: "Y = Number of Service Chains"
9579 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9580 #  layout:
9581 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9582 #    layout: "plot-service-density"
9583 #
9584 #- type: "plot"
9585 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9586 #  algorithm: "plot_nf_heatmap"
9587 #  output-file-type: ".html"
9588 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
9589 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9590 #  filter: "'NIC_Intel-XXV710' and
9591 #           'NF_DENSITY' and
9592 #           'VHOST' and
9593 #           'VXLAN' and
9594 #           'CHAIN' and
9595 #           'IMIX' and
9596 #           '4T2C' and
9597 #           'NDRPDR'"
9598 #  parameters:
9599 #  - "throughput"
9600 #  - "name"
9601 #  - "tags"
9602 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9603 #  x-axis: "X = VNFs per Service Chain"
9604 #  y-axis: "Y = Number of Service Chains"
9605 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9606 #  layout:
9607 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9608 #    layout: "plot-service-density"
9609 #
9610 #- type: "plot"
9611 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9612 #  algorithm: "plot_nf_heatmap"
9613 #  output-file-type: ".html"
9614 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
9615 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9616 #  filter: "'NIC_Intel-XXV710' and
9617 #           'NF_DENSITY' and
9618 #           'VHOST' and
9619 #           'VXLAN' and
9620 #           'CHAIN' and
9621 #           'IMIX' and
9622 #           '8T4C' and
9623 #           'NDRPDR'"
9624 #  parameters:
9625 #  - "throughput"
9626 #  - "name"
9627 #  - "tags"
9628 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9629 #  x-axis: "X = VNFs per Service Chain"
9630 #  y-axis: "Y = Number of Service Chains"
9631 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9632 #  layout:
9633 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9634 #    layout: "plot-service-density"
9635 #
9636 ## Plots - NF Density - VSC - PDR IMIX
9637 #- type: "plot"
9638 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9639 #  algorithm: "plot_nf_heatmap"
9640 #  output-file-type: ".html"
9641 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
9642 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9643 #  filter: "'NIC_Intel-XXV710' and
9644 #           'NF_DENSITY' and
9645 #           'VHOST' and
9646 #           'VXLAN' and
9647 #           'CHAIN' and
9648 #           'IMIX' and
9649 #           '2T1C' and
9650 #           'NDRPDR'"
9651 #  parameters:
9652 #  - "throughput"
9653 #  - "name"
9654 #  - "tags"
9655 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9656 #  x-axis: "X = VNFs per Service Chain"
9657 #  y-axis: "Y = Number of Service Chains"
9658 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9659 #  layout:
9660 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9661 #    layout: "plot-service-density"
9662 #
9663 #- type: "plot"
9664 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9665 #  algorithm: "plot_nf_heatmap"
9666 #  output-file-type: ".html"
9667 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
9668 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9669 #  filter: "'NIC_Intel-XXV710' and
9670 #           'NF_DENSITY' and
9671 #           'VHOST' and
9672 #           'VXLAN' and
9673 #           'CHAIN' and
9674 #           'IMIX' and
9675 #           '4T2C' and
9676 #           'NDRPDR'"
9677 #  parameters:
9678 #  - "throughput"
9679 #  - "name"
9680 #  - "tags"
9681 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9682 #  x-axis: "X = VNFs per Service Chain"
9683 #  y-axis: "Y = Number of Service Chains"
9684 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9685 #  layout:
9686 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9687 #    layout: "plot-service-density"
9688 #
9689 #- type: "plot"
9690 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9691 #  algorithm: "plot_nf_heatmap"
9692 #  output-file-type: ".html"
9693 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
9694 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9695 #  filter: "'NIC_Intel-XXV710' and
9696 #           'NF_DENSITY' and
9697 #           'VHOST' and
9698 #           'VXLAN' and
9699 #           'CHAIN' and
9700 #           'IMIX' and
9701 #           '8T4C' and
9702 #           'NDRPDR'"
9703 #  parameters:
9704 #  - "throughput"
9705 #  - "name"
9706 #  - "tags"
9707 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9708 #  x-axis: "X = VNFs per Service Chain"
9709 #  y-axis: "Y = Number of Service Chains"
9710 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9711 #  layout:
9712 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9713 #    layout: "plot-service-density"
9714 #
9715 ## Plots - NF Density - CSC - MRR IMIX
9716 #- type: "plot"
9717 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9718 #  algorithm: "plot_nf_heatmap"
9719 #  output-file-type: ".html"
9720 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
9721 #  data: "plot-vpp-nfv-2n-clx-mrr"
9722 #  filter: "'NIC_Intel-XXV710' and
9723 #           'NF_DENSITY' and
9724 #           'DOCKER' and
9725 #           'CHAIN' and
9726 #           'NF_VPPIP4' and
9727 #           'IMIX' and
9728 #           '2T1C' and
9729 #           'MRR'"
9730 #  parameters:
9731 #  - "result"
9732 #  - "name"
9733 #  - "tags"
9734 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9735 #  x-axis: "X = CNFs per Service Chain"
9736 #  y-axis: "Y = Number of Service Chains"
9737 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9738 #  layout:
9739 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9740 #    layout: "plot-service-density"
9741 #
9742 #- type: "plot"
9743 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9744 #  algorithm: "plot_nf_heatmap"
9745 #  output-file-type: ".html"
9746 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
9747 #  data: "plot-vpp-nfv-2n-clx-mrr"
9748 #  filter: "'NIC_Intel-XXV710' and
9749 #           'NF_DENSITY' and
9750 #           'DOCKER' and
9751 #           'CHAIN' and
9752 #           'NF_VPPIP4' and
9753 #           'IMIX' and
9754 #           '4T2C' and
9755 #           'MRR'"
9756 #  parameters:
9757 #  - "result"
9758 #  - "name"
9759 #  - "tags"
9760 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9761 #  x-axis: "X = CNFs per Service Chain"
9762 #  y-axis: "Y = Number of Service Chains"
9763 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9764 #  layout:
9765 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9766 #    layout: "plot-service-density"
9767 #
9768 #- type: "plot"
9769 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9770 #  algorithm: "plot_nf_heatmap"
9771 #  output-file-type: ".html"
9772 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
9773 #  data: "plot-vpp-nfv-2n-clx-mrr"
9774 #  filter: "'NIC_Intel-XXV710' and
9775 #           'NF_DENSITY' and
9776 #           'DOCKER' and
9777 #           'CHAIN' and
9778 #           'NF_VPPIP4' and
9779 #           'IMIX' and
9780 #           '8T4C' and
9781 #           'MRR'"
9782 #  parameters:
9783 #  - "result"
9784 #  - "name"
9785 #  - "tags"
9786 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9787 #  x-axis: "X = CNFs per Service Chain"
9788 #  y-axis: "Y = Number of Service Chains"
9789 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9790 #  layout:
9791 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9792 #    layout: "plot-service-density"
9793 #
9794 ## Plots - NF Density - CSC - NDR IMIX
9795 #- type: "plot"
9796 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9797 #  algorithm: "plot_nf_heatmap"
9798 #  output-file-type: ".html"
9799 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
9800 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9801 #  filter: "'NIC_Intel-XXV710' and
9802 #           'NF_DENSITY' and
9803 #           'DOCKER' and
9804 #           'CHAIN' and
9805 #           'NF_VPPIP4' and
9806 #           'IMIX' and
9807 #           '2T1C' and
9808 #           'NDRPDR'"
9809 #  parameters:
9810 #  - "throughput"
9811 #  - "name"
9812 #  - "tags"
9813 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9814 #  x-axis: "X = CNFs per Service Chain"
9815 #  y-axis: "Y = Number of Service Chains"
9816 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9817 #  layout:
9818 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9819 #    layout: "plot-service-density"
9820 #
9821 #- type: "plot"
9822 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9823 #  algorithm: "plot_nf_heatmap"
9824 #  output-file-type: ".html"
9825 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
9826 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9827 #  filter: "'NIC_Intel-XXV710' and
9828 #           'NF_DENSITY' and
9829 #           'DOCKER' and
9830 #           'CHAIN' and
9831 #           'NF_VPPIP4' and
9832 #           'IMIX' and
9833 #           '4T2C' and
9834 #           'NDRPDR'"
9835 #  parameters:
9836 #  - "throughput"
9837 #  - "name"
9838 #  - "tags"
9839 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9840 #  x-axis: "X = CNFs per Service Chain"
9841 #  y-axis: "Y = Number of Service Chains"
9842 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9843 #  layout:
9844 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9845 #    layout: "plot-service-density"
9846 #
9847 #- type: "plot"
9848 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9849 #  algorithm: "plot_nf_heatmap"
9850 #  output-file-type: ".html"
9851 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
9852 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9853 #  filter: "'NIC_Intel-XXV710' and
9854 #           'NF_DENSITY' and
9855 #           'DOCKER' and
9856 #           'CHAIN' and
9857 #           'NF_VPPIP4' and
9858 #           'IMIX' and
9859 #           '8T4C' and
9860 #           'NDRPDR'"
9861 #  parameters:
9862 #  - "throughput"
9863 #  - "name"
9864 #  - "tags"
9865 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9866 #  x-axis: "X = CNFs per Service Chain"
9867 #  y-axis: "Y = Number of Service Chains"
9868 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9869 #  layout:
9870 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9871 #    layout: "plot-service-density"
9872 #
9873 ## Plots - NF Density - CSC - PDR IMIX
9874 #- type: "plot"
9875 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9876 #  algorithm: "plot_nf_heatmap"
9877 #  output-file-type: ".html"
9878 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
9879 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9880 #  filter: "'NIC_Intel-XXV710' and
9881 #           'NF_DENSITY' and
9882 #           'DOCKER' and
9883 #           'CHAIN' and
9884 #           'NF_VPPIP4' and
9885 #           'IMIX' and
9886 #           '2T1C' and
9887 #           'NDRPDR'"
9888 #  parameters:
9889 #  - "throughput"
9890 #  - "name"
9891 #  - "tags"
9892 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9893 #  x-axis: "X = CNFs per Service Chain"
9894 #  y-axis: "Y = Number of Service Chains"
9895 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9896 #  layout:
9897 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9898 #    layout: "plot-service-density"
9899 #
9900 #- type: "plot"
9901 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9902 #  algorithm: "plot_nf_heatmap"
9903 #  output-file-type: ".html"
9904 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
9905 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9906 #  filter: "'NIC_Intel-XXV710' and
9907 #           'NF_DENSITY' and
9908 #           'DOCKER' and
9909 #           'CHAIN' and
9910 #           'NF_VPPIP4' and
9911 #           'IMIX' and
9912 #           '4T2C' and
9913 #           'NDRPDR'"
9914 #  parameters:
9915 #  - "throughput"
9916 #  - "name"
9917 #  - "tags"
9918 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9919 #  x-axis: "X = CNFs per Service Chain"
9920 #  y-axis: "Y = Number of Service Chains"
9921 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9922 #  layout:
9923 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9924 #    layout: "plot-service-density"
9925 #
9926 #- type: "plot"
9927 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9928 #  algorithm: "plot_nf_heatmap"
9929 #  output-file-type: ".html"
9930 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
9931 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9932 #  filter: "'NIC_Intel-XXV710' and
9933 #           'NF_DENSITY' and
9934 #           'DOCKER' and
9935 #           'CHAIN' and
9936 #           'NF_VPPIP4' and
9937 #           'IMIX' and
9938 #           '8T4C' and
9939 #           'NDRPDR'"
9940 #  parameters:
9941 #  - "throughput"
9942 #  - "name"
9943 #  - "tags"
9944 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9945 #  x-axis: "X = CNFs per Service Chain"
9946 #  y-axis: "Y = Number of Service Chains"
9947 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9948 #  layout:
9949 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9950 #    layout: "plot-service-density"
9951 #
9952 ## Plots - NF Density - CSP - MRR IMIX
9953 #- type: "plot"
9954 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9955 #  algorithm: "plot_nf_heatmap"
9956 #  output-file-type: ".html"
9957 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
9958 #  data: "plot-vpp-nfv-2n-clx-mrr"
9959 #  filter: "'NIC_Intel-XXV710' and
9960 #           'NF_DENSITY' and
9961 #           'DOCKER' and
9962 #           'PIPELINE' and
9963 #           'NF_VPPIP4' and
9964 #           'IMIX' and
9965 #           '2T1C' and
9966 #           'MRR'"
9967 #  parameters:
9968 #  - "result"
9969 #  - "name"
9970 #  - "tags"
9971 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9972 #  x-axis: "X = CNFs per Service Pipeline"
9973 #  y-axis: "Y = Number of Service Pipelines"
9974 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9975 #  layout:
9976 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9977 #    layout: "plot-service-density"
9978 #
9979 #- type: "plot"
9980 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9981 #  algorithm: "plot_nf_heatmap"
9982 #  output-file-type: ".html"
9983 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
9984 #  data: "plot-vpp-nfv-2n-clx-mrr"
9985 #  filter: "'NIC_Intel-XXV710' and
9986 #           'NF_DENSITY' and
9987 #           'DOCKER' and
9988 #           'PIPELINE' and
9989 #           'NF_VPPIP4' and
9990 #           'IMIX' and
9991 #           '4T2C' and
9992 #           'MRR'"
9993 #  parameters:
9994 #  - "result"
9995 #  - "name"
9996 #  - "tags"
9997 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9998 #  x-axis: "X = CNFs per Service Pipeline"
9999 #  y-axis: "Y = Number of Service Pipelines"
10000 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10001 #  layout:
10002 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10003 #    layout: "plot-service-density"
10004 #
10005 #- type: "plot"
10006 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10007 #  algorithm: "plot_nf_heatmap"
10008 #  output-file-type: ".html"
10009 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10010 #  data: "plot-vpp-nfv-2n-clx-mrr"
10011 #  filter: "'NIC_Intel-XXV710' and
10012 #           'NF_DENSITY' and
10013 #           'DOCKER' and
10014 #           'PIPELINE' and
10015 #           'NF_VPPIP4' and
10016 #           'IMIX' and
10017 #           '8T4C' and
10018 #           'MRR'"
10019 #  parameters:
10020 #  - "result"
10021 #  - "name"
10022 #  - "tags"
10023 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10024 #  x-axis: "X = CNFs per Service Pipeline"
10025 #  y-axis: "Y = Number of Service Pipelines"
10026 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10027 #  layout:
10028 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10029 #    layout: "plot-service-density"
10030 #
10031 ## Plots - NF Density - CSP - NDR IMIX
10032 #- type: "plot"
10033 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10034 #  algorithm: "plot_nf_heatmap"
10035 #  output-file-type: ".html"
10036 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10037 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10038 #  filter: "'NIC_Intel-XXV710' and
10039 #           'NF_DENSITY' and
10040 #           'DOCKER' and
10041 #           'PIPELINE' and
10042 #           'NF_VPPIP4' and
10043 #           'IMIX' and
10044 #           '2T1C' and
10045 #           'NDRPDR'"
10046 #  parameters:
10047 #  - "throughput"
10048 #  - "name"
10049 #  - "tags"
10050 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10051 #  x-axis: "X = CNFs per Service Pipeline"
10052 #  y-axis: "Y = Number of Service Pipelines"
10053 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10054 #  layout:
10055 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10056 #    layout: "plot-service-density"
10057 #
10058 #- type: "plot"
10059 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10060 #  algorithm: "plot_nf_heatmap"
10061 #  output-file-type: ".html"
10062 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10063 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10064 #  filter: "'NIC_Intel-XXV710' and
10065 #           'NF_DENSITY' and
10066 #           'DOCKER' and
10067 #           'PIPELINE' and
10068 #           'NF_VPPIP4' and
10069 #           'IMIX' and
10070 #           '4T2C' and
10071 #           'NDRPDR'"
10072 #  parameters:
10073 #  - "throughput"
10074 #  - "name"
10075 #  - "tags"
10076 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10077 #  x-axis: "X = CNFs per Service Pipeline"
10078 #  y-axis: "Y = Number of Service Pipelines"
10079 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10080 #  layout:
10081 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10082 #    layout: "plot-service-density"
10083 #
10084 #- type: "plot"
10085 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10086 #  algorithm: "plot_nf_heatmap"
10087 #  output-file-type: ".html"
10088 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10089 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10090 #  filter: "'NIC_Intel-XXV710' and
10091 #           'NF_DENSITY' and
10092 #           'DOCKER' and
10093 #           'PIPELINE' and
10094 #           'NF_VPPIP4' and
10095 #           'IMIX' and
10096 #           '8T4C' and
10097 #           'NDRPDR'"
10098 #  parameters:
10099 #  - "throughput"
10100 #  - "name"
10101 #  - "tags"
10102 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10103 #  x-axis: "X = CNFs per Service Pipeline"
10104 #  y-axis: "Y = Number of Service Pipelines"
10105 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10106 #  layout:
10107 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10108 #    layout: "plot-service-density"
10109 #
10110 ## Plots - NF Density - CSP - PDR IMIX
10111 #- type: "plot"
10112 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10113 #  algorithm: "plot_nf_heatmap"
10114 #  output-file-type: ".html"
10115 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10116 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10117 #  filter: "'NIC_Intel-XXV710' and
10118 #           'NF_DENSITY' and
10119 #           'DOCKER' and
10120 #           'PIPELINE' and
10121 #           'NF_VPPIP4' and
10122 #           'IMIX' and
10123 #           '2T1C' and
10124 #           'NDRPDR'"
10125 #  parameters:
10126 #  - "throughput"
10127 #  - "name"
10128 #  - "tags"
10129 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10130 #  x-axis: "X = CNFs per Service Pipeline"
10131 #  y-axis: "Y = Number of Service Pipelines"
10132 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10133 #  layout:
10134 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10135 #    layout: "plot-service-density"
10136 #
10137 #- type: "plot"
10138 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10139 #  algorithm: "plot_nf_heatmap"
10140 #  output-file-type: ".html"
10141 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10142 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10143 #  filter: "'NIC_Intel-XXV710' and
10144 #           'NF_DENSITY' and
10145 #           'DOCKER' and
10146 #           'PIPELINE' and
10147 #           'NF_VPPIP4' and
10148 #           'IMIX' and
10149 #           '4T2C' and
10150 #           'NDRPDR'"
10151 #  parameters:
10152 #  - "throughput"
10153 #  - "name"
10154 #  - "tags"
10155 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10156 #  x-axis: "X = CNFs per Service Pipeline"
10157 #  y-axis: "Y = Number of Service Pipelines"
10158 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10159 #  layout:
10160 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10161 #    layout: "plot-service-density"
10162 #
10163 #- type: "plot"
10164 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10165 #  algorithm: "plot_nf_heatmap"
10166 #  output-file-type: ".html"
10167 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10168 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10169 #  filter: "'NIC_Intel-XXV710' and
10170 #           'NF_DENSITY' and
10171 #           'DOCKER' and
10172 #           'PIPELINE' and
10173 #           'NF_VPPIP4' and
10174 #           'IMIX' and
10175 #           '8T4C' and
10176 #           'NDRPDR'"
10177 #  parameters:
10178 #  - "throughput"
10179 #  - "name"
10180 #  - "tags"
10181 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10182 #  x-axis: "X = CNFs per Service Pipeline"
10183 #  y-axis: "Y = Number of Service Pipelines"
10184 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10185 #  layout:
10186 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10187 #    layout: "plot-service-density"
10188
10189 ################################################################################
10190
10191 # Packet Throughput
10192
10193 #- type: "plot"
10194 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10195 #  algorithm: "plot_perf_box_name"
10196 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10197 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10198 #  include:
10199 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10200 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10201 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10202 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10203 #  layout:
10204 #    title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10205 #    layout: "plot-throughput"
10206 #
10207 #- type: "plot"
10208 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10209 #  algorithm: "plot_perf_box_name"
10210 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10211 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10212 #  include:
10213 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10214 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10215 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10216 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10217 #  layout:
10218 #    title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10219 #    layout: "plot-throughput"
10220 #
10221 #- type: "plot"
10222 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10223 #  algorithm: "plot_perf_box_name"
10224 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10225 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10226 #  include:
10227 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10228 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10229 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10230 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10231 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10232 #  layout:
10233 #    title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10234 #    layout: "plot-throughput"
10235 #
10236 #- type: "plot"
10237 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10238 #  algorithm: "plot_perf_box_name"
10239 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10240 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10241 #  include:
10242 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10243 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10244 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10245 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10246 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10247 #  layout:
10248 #    title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10249 #    layout: "plot-throughput"
10250
10251 - type: "plot"
10252   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10253   algorithm: "plot_perf_box_name"
10254   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10255   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10256   include:
10257     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10258     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10259     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10260     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10261     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10262   layout:
10263     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10264     layout: "plot-throughput"
10265
10266 - type: "plot"
10267   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10268   algorithm: "plot_perf_box_name"
10269   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10270   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10271   include:
10272     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10273     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10274     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10275     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10276     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10277   layout:
10278     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10279     layout: "plot-throughput"
10280
10281 #- type: "plot"
10282 #  title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10283 #  algorithm: "plot_perf_box_name"
10284 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10285 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10286 #  include:
10287 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10288 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10289 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10290 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10291 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10292 #  layout:
10293 #    title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10294 #    layout: "plot-throughput"
10295 #
10296 #- type: "plot"
10297 #  title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10298 #  algorithm: "plot_perf_box_name"
10299 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10300 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10301 #  include:
10302 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10303 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10304 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10305 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10306 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10307 #  layout:
10308 #    title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10309 #    layout: "plot-throughput"
10310 #
10311 #- type: "plot"
10312 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10313 #  algorithm: "plot_perf_box_name"
10314 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10315 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10316 #  include:
10317 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10318 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10319 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10320 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10321 #  layout:
10322 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10323 #    layout: "plot-throughput"
10324 #
10325 #- type: "plot"
10326 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10327 #  algorithm: "plot_perf_box_name"
10328 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10329 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10330 #  include:
10331 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10332 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10333 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10334 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10335 #  layout:
10336 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10337 #    layout: "plot-throughput"
10338 #
10339 #- type: "plot"
10340 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10341 #  algorithm: "plot_perf_box_name"
10342 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10343 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10344 #  include:
10345 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10346 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10347 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10348 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10349 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10350 #  layout:
10351 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10352 #    layout: "plot-throughput"
10353 #
10354 #- type: "plot"
10355 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10356 #  algorithm: "plot_perf_box_name"
10357 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10358 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10359 #  include:
10360 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10361 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10362 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10363 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10364 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10365 #  layout:
10366 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10367 #    layout: "plot-throughput"
10368 #
10369 #- type: "plot"
10370 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10371 #  algorithm: "plot_perf_box_name"
10372 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10373 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10374 #  include:
10375 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10376 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10377 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10378 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10379 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10380 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10381 #  layout:
10382 #    title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10383 #    layout: "plot-throughput"
10384 #
10385 #- type: "plot"
10386 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10387 #  algorithm: "plot_perf_box_name"
10388 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10389 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10390 #  include:
10391 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10392 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10393 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10394 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10395 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10396 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10397 #  layout:
10398 #    title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10399 #    layout: "plot-throughput"
10400
10401 - type: "plot"
10402   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10403   algorithm: "plot_perf_box_name"
10404   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10405   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10406   include:
10407     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10408     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10409     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10410   layout:
10411     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10412     layout: "plot-throughput"
10413
10414 - type: "plot"
10415   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10416   algorithm: "plot_perf_box_name"
10417   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10418   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10419   include:
10420     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10421     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10422     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10423   layout:
10424     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10425     layout: "plot-throughput"
10426
10427 #- type: "plot"
10428 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10429 #  algorithm: "plot_perf_box_name"
10430 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10431 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10432 #  include:
10433 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10434 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10435 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10436 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10437 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10438 #  layout:
10439 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10440 #    layout: "plot-throughput"
10441 #
10442 #- type: "plot"
10443 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10444 #  algorithm: "plot_perf_box_name"
10445 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10446 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10447 #  include:
10448 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10449 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10450 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10451 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10452 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10453 #  layout:
10454 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10455 #    layout: "plot-throughput"
10456 #
10457 #- type: "plot"
10458 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10459 #  algorithm: "plot_perf_box_name"
10460 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10461 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10462 #  include:
10463 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10464 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10465 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10466 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10467 #  layout:
10468 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10469 #    layout: "plot-throughput"
10470 #
10471 #- type: "plot"
10472 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10473 #  algorithm: "plot_perf_box_name"
10474 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10475 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10476 #  include:
10477 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10478 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10479 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10480 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10481 #  layout:
10482 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10483 #    layout: "plot-throughput"
10484 #
10485 #- type: "plot"
10486 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10487 #  algorithm: "plot_perf_box_name"
10488 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10489 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10490 #  include:
10491 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10492 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10493 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10494 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10495 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10496 #  layout:
10497 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10498 #    layout: "plot-throughput"
10499 #
10500 #- type: "plot"
10501 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10502 #  algorithm: "plot_perf_box_name"
10503 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10504 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10505 #  include:
10506 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10507 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10508 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10509 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10510 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10511 #  layout:
10512 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10513 #    layout: "plot-throughput"
10514 #
10515 #- type: "plot"
10516 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10517 #  algorithm: "plot_perf_box_name"
10518 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10519 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10520 #  include:
10521 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10522 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10523 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10524 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10525 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10526 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10527 #  layout:
10528 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10529 #    layout: "plot-throughput"
10530 #
10531 #- type: "plot"
10532 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10533 #  algorithm: "plot_perf_box_name"
10534 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10535 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10536 #  include:
10537 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10538 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10539 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10540 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10541 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10542 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10543 #  layout:
10544 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10545 #    layout: "plot-throughput"
10546
10547 - type: "plot"
10548   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10549   algorithm: "plot_perf_box_name"
10550   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10551   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10552   include:
10553     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10554     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10555     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10556     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10557     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10558   layout:
10559     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10560     layout: "plot-throughput"
10561
10562 - type: "plot"
10563   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10564   algorithm: "plot_perf_box_name"
10565   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10566   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10567   include:
10568     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10569     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10570     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10571     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10572     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10573   layout:
10574     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10575     layout: "plot-throughput"
10576
10577 - type: "plot"
10578   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10579   algorithm: "plot_perf_box_name"
10580   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10581   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10582   include:
10583     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10584     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10585     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10586     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10587     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10588     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10589   layout:
10590     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10591     layout: "plot-throughput"
10592
10593 - type: "plot"
10594   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10595   algorithm: "plot_perf_box_name"
10596   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10597   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10598   include:
10599     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10600     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10601     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10602     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10603     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10604     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10605   layout:
10606     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10607     layout: "plot-throughput"
10608
10609 - type: "plot"
10610   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10611   algorithm: "plot_perf_box_name"
10612   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10613   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10614   include:
10615     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10616     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10617     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10618     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10619     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10620   layout:
10621     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10622     layout: "plot-throughput"
10623
10624 - type: "plot"
10625   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10626   algorithm: "plot_perf_box_name"
10627   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10628   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10629   include:
10630     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10631     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10632     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10633     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10634     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10635   layout:
10636     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10637     layout: "plot-throughput"
10638
10639 - type: "plot"
10640   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10641   algorithm: "plot_perf_box_name"
10642   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10643   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10644   include:
10645     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10646     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10647     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10648     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10649     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10650     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10651   layout:
10652     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10653     layout: "plot-throughput"
10654
10655 - type: "plot"
10656   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10657   algorithm: "plot_perf_box_name"
10658   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10659   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10660   include:
10661     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10662     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10663     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10664     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10665     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10666     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10667   layout:
10668     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10669     layout: "plot-throughput"
10670
10671 - type: "plot"
10672   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10673   algorithm: "plot_perf_box_name"
10674   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10675   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10676   include:
10677     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10678     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10679     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10680     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10681     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10682   layout:
10683     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10684     layout: "plot-throughput"
10685
10686 - type: "plot"
10687   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10688   algorithm: "plot_perf_box_name"
10689   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10690   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10691   include:
10692     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10693     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10694     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10695     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10696     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10697   layout:
10698     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10699     layout: "plot-throughput"
10700
10701 - type: "plot"
10702   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10703   algorithm: "plot_perf_box_name"
10704   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10705   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10706   include:
10707     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10708     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10709     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10710     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10711     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10712     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10713   layout:
10714     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10715     layout: "plot-throughput"
10716
10717 - type: "plot"
10718   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10719   algorithm: "plot_perf_box_name"
10720   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10721   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10722   include:
10723     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10724     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10725     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10726     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10727     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10728     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10729   layout:
10730     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10731     layout: "plot-throughput"
10732
10733 - type: "plot"
10734   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
10735   algorithm: "plot_perf_box_name"
10736   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
10737   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10738   include:
10739     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10740     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10741   layout:
10742     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
10743     layout: "plot-throughput"
10744
10745 - type: "plot"
10746   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
10747   algorithm: "plot_perf_box_name"
10748   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
10749   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10750   include:
10751     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10752     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10753   layout:
10754     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
10755     layout: "plot-throughput"
10756
10757 #- type: "plot"
10758 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
10759 #  algorithm: "plot_perf_box_name"
10760 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
10761 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10762 #  include:
10763 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
10764 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10765 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10766 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10767 #  layout:
10768 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
10769 #    layout: "plot-throughput"
10770 #
10771 #- type: "plot"
10772 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
10773 #  algorithm: "plot_perf_box_name"
10774 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
10775 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10776 #  include:
10777 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
10778 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10779 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10780 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10781 #  layout:
10782 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
10783 #    layout: "plot-throughput"
10784
10785 - type: "plot"
10786   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10787   algorithm: "plot_perf_box_name"
10788   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10789   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10790   include:
10791     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10792     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10793     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10794     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10795   layout:
10796     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10797     layout: "plot-throughput"
10798
10799 - type: "plot"
10800   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10801   algorithm: "plot_perf_box_name"
10802   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10803   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10804   include:
10805     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10806     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10807     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10808     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10809   layout:
10810     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10811     layout: "plot-throughput"
10812
10813 - type: "plot"
10814   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10815   algorithm: "plot_perf_box_name"
10816   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10817   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10818   include:
10819     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10820     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10821     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10822     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10823   layout:
10824     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10825     layout: "plot-throughput"
10826
10827 - type: "plot"
10828   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10829   algorithm: "plot_perf_box_name"
10830   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10831   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10832   include:
10833     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10834     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10835     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10836     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10837   layout:
10838     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10839     layout: "plot-throughput"
10840
10841 #- type: "plot"
10842 #  title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10843 #  algorithm: "plot_perf_box_name"
10844 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10845 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10846 #  include:
10847 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10848 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10849 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10850 #  layout:
10851 #    title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10852 #    layout: "plot-throughput"
10853 #
10854 #- type: "plot"
10855 #  title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10856 #  algorithm: "plot_perf_box_name"
10857 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10858 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10859 #  include:
10860 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10861 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10862 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10863 #  layout:
10864 #    title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10865 #    layout: "plot-throughput"
10866 #
10867 #- type: "plot"
10868 #  title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10869 #  algorithm: "plot_perf_box_name"
10870 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10871 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10872 #  include:
10873 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10874 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10875 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
10876 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
10877 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10878 #  layout:
10879 #    title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10880 #    layout: "plot-throughput"
10881 #
10882 #- type: "plot"
10883 #  title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10884 #  algorithm: "plot_perf_box_name"
10885 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10886 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10887 #  include:
10888 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10889 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10890 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
10891 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
10892 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10893 #  layout:
10894 #    title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10895 #    layout: "plot-throughput"
10896
10897 - type: "plot"
10898   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
10899   algorithm: "plot_perf_box_name"
10900   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
10901   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10902   include:
10903     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
10904     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
10905     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
10906   layout:
10907     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
10908     layout: "plot-throughput"
10909
10910 - type: "plot"
10911   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
10912   algorithm: "plot_perf_box_name"
10913   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
10914   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10915   include:
10916     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
10917     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
10918     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
10919   layout:
10920     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
10921     layout: "plot-throughput"
10922
10923 #- type: "plot"
10924 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10925 #  algorithm: "plot_perf_box_name"
10926 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10927 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10928 #  include:
10929 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10930 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10931 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10932 #  layout:
10933 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10934 #    layout: "plot-throughput"
10935 #
10936 #- type: "plot"
10937 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10938 #  algorithm: "plot_perf_box_name"
10939 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10940 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10941 #  include:
10942 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10943 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10944 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10945 #  layout:
10946 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10947 #    layout: "plot-throughput"
10948 #
10949 #- type: "plot"
10950 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10951 #  algorithm: "plot_perf_box_name"
10952 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10953 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10954 #  include:
10955 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10956 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10957 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
10958 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
10959 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10960 #  layout:
10961 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10962 #    layout: "plot-throughput"
10963 #
10964 #- type: "plot"
10965 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10966 #  algorithm: "plot_perf_box_name"
10967 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10968 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10969 #  include:
10970 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10971 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10972 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
10973 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
10974 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10975 #  layout:
10976 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10977 #    layout: "plot-throughput"
10978
10979 - type: "plot"
10980   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
10981   algorithm: "plot_perf_box_name"
10982   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
10983   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10984   include:
10985     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
10986     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
10987     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
10988     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
10989     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
10990   layout:
10991     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
10992     layout: "plot-throughput"
10993
10994 - type: "plot"
10995   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
10996   algorithm: "plot_perf_box_name"
10997   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
10998   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10999   include:
11000     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11001     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11002     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11003     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11004     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11005   layout:
11006     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11007     layout: "plot-throughput"
11008
11009 - type: "plot"
11010   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11011   algorithm: "plot_perf_box_name"
11012   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11013   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11014   include:
11015     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11016     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11017     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11018     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11019     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11020   layout:
11021     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11022     layout: "plot-throughput"
11023
11024 - type: "plot"
11025   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11026   algorithm: "plot_perf_box_name"
11027   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11028   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11029   include:
11030     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11031     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11032     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11033     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11034     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11035   layout:
11036     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11037     layout: "plot-throughput"
11038
11039 - type: "plot"
11040   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11041   algorithm: "plot_perf_box_name"
11042   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11043   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11044   include:
11045     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11046     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11047     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11048     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11049     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11050   layout:
11051     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11052     layout: "plot-throughput"
11053
11054 - type: "plot"
11055   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11056   algorithm: "plot_perf_box_name"
11057   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11058   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11059   include:
11060     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11061     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11062     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11063     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11064     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11065   layout:
11066     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11067     layout: "plot-throughput"
11068
11069 - type: "plot"
11070   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11071   algorithm: "plot_perf_box_name"
11072   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11073   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11074   include:
11075     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11076     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11077     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11078     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11079     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11080     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11081   layout:
11082     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11083     layout: "plot-throughput"
11084
11085 - type: "plot"
11086   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11087   algorithm: "plot_perf_box_name"
11088   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11089   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11090   include:
11091     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11092     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11093     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11094     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11095     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11096     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11097   layout:
11098     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11099     layout: "plot-throughput"
11100
11101 - type: "plot"
11102   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11103   algorithm: "plot_perf_box_name"
11104   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11105   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11106   include:
11107     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11108     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11109     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11110     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11111   layout:
11112     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11113     layout: "plot-throughput"
11114
11115 - type: "plot"
11116   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11117   algorithm: "plot_perf_box_name"
11118   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11119   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11120   include:
11121     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11122     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11123     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11124     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11125   layout:
11126     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11127     layout: "plot-throughput"
11128
11129 #- type: "plot"
11130 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11131 #  algorithm: "plot_perf_box_name"
11132 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11133 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11134 #  include:
11135 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11136 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11137 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11138 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11139 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11140 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11141 #  layout:
11142 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11143 #    layout: "plot-throughput"
11144 #
11145 #- type: "plot"
11146 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11147 #  algorithm: "plot_perf_box_name"
11148 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11149 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11150 #  include:
11151 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11152 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11153 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11154 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11155 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11156 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11157 #  layout:
11158 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11159 #    layout: "plot-throughput"
11160
11161 - type: "plot"
11162   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11163   algorithm: "plot_perf_box_name"
11164   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11165   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11166   include:
11167     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11168 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11169     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11170 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11171     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11172 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11173   layout:
11174     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11175     layout: "plot-throughput"
11176
11177 - type: "plot"
11178   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11179   algorithm: "plot_perf_box_name"
11180   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11181   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11182   include:
11183     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11184 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11185     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11186 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11187     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11188 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11189   layout:
11190     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11191     layout: "plot-throughput"
11192
11193 - type: "plot"
11194   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11195   algorithm: "plot_perf_box_name"
11196   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11197   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11198   include:
11199     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11200     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11201     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11202     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11203     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11204     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11205   layout:
11206     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11207     layout: "plot-throughput"
11208
11209 - type: "plot"
11210   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11211   algorithm: "plot_perf_box_name"
11212   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11213   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11214   include:
11215     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11216     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11217     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11218     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11219     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11220     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11221   layout:
11222     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11223     layout: "plot-throughput"
11224
11225 #- type: "plot"
11226 #  title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11227 #  algorithm: "plot_perf_box_name"
11228 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11229 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11230 #  include:
11231 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11232 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11233 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11234 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11235 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11236 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11237 #  layout:
11238 #    title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11239 #    layout: "plot-throughput"
11240 #
11241 #- type: "plot"
11242 #  title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11243 #  algorithm: "plot_perf_box_name"
11244 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11245 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11246 #  include:
11247 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11248 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11249 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11250 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11251 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11252 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11253 #  layout:
11254 #    title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11255 #    layout: "plot-throughput"
11256 #
11257 #- type: "plot"
11258 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11259 #  algorithm: "plot_perf_box_name"
11260 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11261 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11262 #  include:
11263 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11264 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11265 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11266 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11267 #  layout:
11268 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11269 #    layout: "plot-throughput"
11270 #
11271 #- type: "plot"
11272 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11273 #  algorithm: "plot_perf_box_name"
11274 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11275 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11276 #  include:
11277 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11278 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11279 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11280 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11281 #  layout:
11282 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11283 #    layout: "plot-throughput"
11284 #
11285 #- type: "plot"
11286 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11287 #  algorithm: "plot_perf_box_name"
11288 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11289 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11290 #  include:
11291 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11292 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11293 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11294 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11295 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11296 #  layout:
11297 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11298 #    layout: "plot-throughput"
11299 #
11300 #- type: "plot"
11301 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11302 #  algorithm: "plot_perf_box_name"
11303 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11304 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11305 #  include:
11306 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11307 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11308 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11309 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11310 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11311 #  layout:
11312 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11313 #    layout: "plot-throughput"
11314 #
11315 #- type: "plot"
11316 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11317 #  algorithm: "plot_perf_box_name"
11318 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11319 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11320 #  include:
11321 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11322 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11323 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11324 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11325 #  layout:
11326 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11327 #    layout: "plot-throughput"
11328 #
11329 #- type: "plot"
11330 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11331 #  algorithm: "plot_perf_box_name"
11332 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11333 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11334 #  include:
11335 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11336 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11337 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11338 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11339 #  layout:
11340 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11341 #    layout: "plot-throughput"
11342
11343 - type: "plot"
11344   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11345   algorithm: "plot_perf_box_name"
11346   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11347   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11348   include:
11349     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11350     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11351     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11352     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11353     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11354     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11355   layout:
11356     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11357     layout: "plot-throughput"
11358
11359 - type: "plot"
11360   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11361   algorithm: "plot_perf_box_name"
11362   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11363   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11364   include:
11365     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11366     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11367     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11368     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11369     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11370     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11371   layout:
11372     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11373     layout: "plot-throughput"
11374
11375 #- type: "plot"
11376 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11377 #  algorithm: "plot_perf_box_name"
11378 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11379 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11380 #  include:
11381 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11382 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11383 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11384 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11385 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11386 #  layout:
11387 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11388 #    layout: "plot-throughput"
11389 #
11390 #- type: "plot"
11391 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11392 #  algorithm: "plot_perf_box_name"
11393 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11394 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11395 #  include:
11396 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11397 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11398 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11399 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11400 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11401 #  layout:
11402 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11403 #    layout: "plot-throughput"
11404 #
11405 #- type: "plot"
11406 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11407 #  algorithm: "plot_perf_box_name"
11408 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11409 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11410 #  include:
11411 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11412 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11413 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11414 #  layout:
11415 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11416 #    layout: "plot-throughput"
11417 #
11418 #- type: "plot"
11419 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11420 #  algorithm: "plot_perf_box_name"
11421 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11422 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11423 #  include:
11424 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11425 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11426 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11427 #  layout:
11428 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11429 #    layout: "plot-throughput"
11430 #
11431 #- type: "plot"
11432 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11433 #  algorithm: "plot_perf_box_name"
11434 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11435 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11436 #  include:
11437 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11438 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11439 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11440 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11441 #  layout:
11442 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11443 #    layout: "plot-throughput"
11444 #
11445 #- type: "plot"
11446 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11447 #  algorithm: "plot_perf_box_name"
11448 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11449 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11450 #  include:
11451 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11452 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11453 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11454 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11455 #  layout:
11456 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11457 #    layout: "plot-throughput"
11458 #
11459 #- type: "plot"
11460 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11461 #  algorithm: "plot_perf_box_name"
11462 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11463 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11464 #  include:
11465 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11466 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11467 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11468 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11469 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11470 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11471 #  layout:
11472 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11473 #    layout: "plot-throughput"
11474 #
11475 #- type: "plot"
11476 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11477 #  algorithm: "plot_perf_box_name"
11478 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11479 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11480 #  include:
11481 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11482 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11483 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11484 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11485 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11486 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11487 #  layout:
11488 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11489 #    layout: "plot-throughput"
11490 #
11491 #- type: "plot"
11492 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11493 #  algorithm: "plot_perf_box_name"
11494 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11495 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11496 #  include:
11497 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11498 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11499 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11500 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11501 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11502 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11503 #  layout:
11504 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11505 #    layout: "plot-throughput"
11506 #
11507 #- type: "plot"
11508 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11509 #  algorithm: "plot_perf_box_name"
11510 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11511 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11512 #  include:
11513 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11514 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11515 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11516 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11517 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11518 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11519 #  layout:
11520 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11521 #    layout: "plot-throughput"
11522
11523 - type: "plot"
11524   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11525   algorithm: "plot_perf_box_name"
11526   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11527   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11528   include:
11529     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11530     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11531     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11532     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11533   layout:
11534     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11535     layout: "plot-throughput"
11536
11537 - type: "plot"
11538   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11539   algorithm: "plot_perf_box_name"
11540   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11541   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11542   include:
11543     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11544     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11545     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11546     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11547   layout:
11548     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11549     layout: "plot-throughput"
11550
11551 - type: "plot"
11552   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11553   algorithm: "plot_perf_box_name"
11554   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11555   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11556   include:
11557     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11558     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11559     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11560     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11561     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11562     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11563   layout:
11564     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11565     layout: "plot-throughput"
11566
11567 - type: "plot"
11568   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11569   algorithm: "plot_perf_box_name"
11570   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11571   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11572   include:
11573     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11574     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11575     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11576     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11577     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11578     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11579   layout:
11580     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11581     layout: "plot-throughput"
11582
11583 - type: "plot"
11584   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11585   algorithm: "plot_perf_box_name"
11586   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11587   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11588   include:
11589     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11590     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11591     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11592     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11593     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11594     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11595   layout:
11596     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11597     layout: "plot-throughput"
11598
11599 - type: "plot"
11600   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11601   algorithm: "plot_perf_box_name"
11602   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11603   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11604   include:
11605     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11606     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11607     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11608     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11609     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11610     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11611   layout:
11612     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11613     layout: "plot-throughput"
11614
11615 - type: "plot"
11616   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11617   algorithm: "plot_perf_box_name"
11618   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11619   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11620   include:
11621     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11622     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11623     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11624     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11625   layout:
11626     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11627     layout: "plot-throughput"
11628
11629 - type: "plot"
11630   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11631   algorithm: "plot_perf_box_name"
11632   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11633   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11634   include:
11635     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11636     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11637     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11638     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11639   layout:
11640     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11641     layout: "plot-throughput"
11642
11643 - type: "plot"
11644   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11645   algorithm: "plot_perf_box_name"
11646   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11647   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11648   include:
11649     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11650     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11651     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11652     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11653     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11654     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11655   layout:
11656     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11657     layout: "plot-throughput"
11658
11659 - type: "plot"
11660   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11661   algorithm: "plot_perf_box_name"
11662   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11663   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11664   include:
11665     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11666     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11667     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11668     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11669     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11670     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11671   layout:
11672     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11673     layout: "plot-throughput"
11674
11675 - type: "plot"
11676   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11677   algorithm: "plot_perf_box_name"
11678   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11679   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11680   include:
11681     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11682     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11683     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11684     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11685   layout:
11686     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11687     layout: "plot-throughput"
11688
11689 - type: "plot"
11690   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11691   algorithm: "plot_perf_box_name"
11692   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11693   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11694   include:
11695     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11696     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11697     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11698     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11699   layout:
11700     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11701     layout: "plot-throughput"
11702
11703 - type: "plot"
11704   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11705   algorithm: "plot_perf_box_name"
11706   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11707   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11708   include:
11709     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11710     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11711     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11712     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11713     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11714     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11715   layout:
11716     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11717     layout: "plot-throughput"
11718
11719 - type: "plot"
11720   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11721   algorithm: "plot_perf_box_name"
11722   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11723   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11724   include:
11725     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11726     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11727     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11728     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11729     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11730     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11731   layout:
11732     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11733     layout: "plot-throughput"
11734
11735 - type: "plot"
11736   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11737   algorithm: "plot_perf_box_name"
11738   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11739   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11740   include:
11741     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11742     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11743     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11744     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11745     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11746     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11747   layout:
11748     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11749     layout: "plot-throughput"
11750
11751 - type: "plot"
11752   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11753   algorithm: "plot_perf_box_name"
11754   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11755   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11756   include:
11757     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11758     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11759     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11760     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11761     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11762     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11763   layout:
11764     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11765     layout: "plot-throughput"
11766
11767 - type: "plot"
11768   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
11769   algorithm: "plot_perf_box_name"
11770   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
11771   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11772   include:
11773     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11774     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11775     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11776     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11777     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11778     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11779   layout:
11780     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
11781     layout: "plot-throughput"
11782
11783 - type: "plot"
11784   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
11785   algorithm: "plot_perf_box_name"
11786   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
11787   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11788   include:
11789     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11790     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11791     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11792     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11793     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11794     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11795   layout:
11796     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
11797     layout: "plot-throughput"
11798
11799 #- type: "plot"
11800 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
11801 #  algorithm: "plot_perf_box_name"
11802 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
11803 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11804 #  include:
11805 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11806 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11807 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11808 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11809 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11810 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11811 #  layout:
11812 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
11813 #    layout: "plot-throughput"
11814 #
11815 #- type: "plot"
11816 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
11817 #  algorithm: "plot_perf_box_name"
11818 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
11819 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11820 #  include:
11821 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11822 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11823 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11824 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11825 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11826 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11827 #  layout:
11828 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
11829 #    layout: "plot-throughput"
11830
11831 - type: "plot"
11832   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11833   algorithm: "plot_perf_box_name"
11834   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11835   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11836   include:
11837     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11838     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11839     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11840     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11841     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11842     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11843   layout:
11844     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11845     layout: "plot-throughput"
11846
11847 - type: "plot"
11848   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11849   algorithm: "plot_perf_box_name"
11850   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11851   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11852   include:
11853     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11854     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11855     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11856     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11857     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11858     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11859   layout:
11860     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11861     layout: "plot-throughput"
11862
11863 #- type: "plot"
11864 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11865 #  algorithm: "plot_perf_box_name"
11866 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11867 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11868 #  include:
11869 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11870 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11871 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11872 #  layout:
11873 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11874 #    layout: "plot-throughput"
11875 #
11876 #- type: "plot"
11877 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11878 #  algorithm: "plot_perf_box_name"
11879 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11880 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11881 #  include:
11882 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11883 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11884 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11885 #  layout:
11886 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11887 #    layout: "plot-throughput"
11888
11889 #- type: "plot"
11890 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
11891 #  algorithm: "plot_perf_box_name"
11892 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
11893 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11894 #  include:
11895 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11896 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11897 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11898 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11899 #  layout:
11900 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
11901 #    layout: "plot-throughput"
11902 #
11903 #- type: "plot"
11904 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
11905 #  algorithm: "plot_perf_box_name"
11906 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
11907 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11908 #  include:
11909 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11910 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11911 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11912 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11913 #  layout:
11914 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
11915 #    layout: "plot-throughput"
11916 #
11917 #- type: "plot"
11918 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
11919 #  algorithm: "plot_perf_box_name"
11920 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
11921 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11922 #  include:
11923 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11924 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11925 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11926 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
11927 #  layout:
11928 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
11929 #    layout: "plot-throughput"
11930 #
11931 #- type: "plot"
11932 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
11933 #  algorithm: "plot_perf_box_name"
11934 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
11935 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11936 #  include:
11937 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11938 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11939 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11940 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
11941 #  layout:
11942 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
11943 #    layout: "plot-throughput"
11944
11945 - type: "plot"
11946   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
11947   algorithm: "plot_perf_box_name"
11948   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
11949   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11950   include:
11951     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11952     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11953     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11954     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11955   layout:
11956     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
11957     layout: "plot-throughput"
11958
11959 - type: "plot"
11960   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
11961   algorithm: "plot_perf_box_name"
11962   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
11963   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11964   include:
11965     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11966     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11967     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11968     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11969   layout:
11970     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
11971     layout: "plot-throughput"
11972
11973 - type: "plot"
11974   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
11975   algorithm: "plot_perf_box_name"
11976   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
11977   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11978   include:
11979     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11980     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11981     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11982     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
11983   layout:
11984     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
11985     layout: "plot-throughput"
11986
11987 - type: "plot"
11988   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
11989   algorithm: "plot_perf_box_name"
11990   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
11991   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11992   include:
11993     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11994     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11995     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11996     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
11997   layout:
11998     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
11999     layout: "plot-throughput"
12000
12001 #- type: "plot"
12002 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12003 #  algorithm: "plot_perf_box_name"
12004 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12005 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12006 #  include:
12007 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12008 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12009 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12010 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12011 #  layout:
12012 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12013 #    layout: "plot-throughput"
12014 #
12015 #- type: "plot"
12016 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12017 #  algorithm: "plot_perf_box_name"
12018 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12019 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12020 #  include:
12021 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12022 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12023 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12024 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12025 #  layout:
12026 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12027 #    layout: "plot-throughput"
12028 #
12029 #- type: "plot"
12030 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12031 #  algorithm: "plot_perf_box_name"
12032 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12033 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12034 #  include:
12035 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12036 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12037 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12038 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12039 #  layout:
12040 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12041 #    layout: "plot-throughput"
12042 #
12043 #- type: "plot"
12044 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12045 #  algorithm: "plot_perf_box_name"
12046 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12047 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12048 #  include:
12049 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12050 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12051 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12052 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12053 #  layout:
12054 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12055 #    layout: "plot-throughput"
12056 #
12057 #- type: "plot"
12058 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12059 #  algorithm: "plot_perf_box_name"
12060 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12061 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12062 #  include:
12063 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12064 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12065 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12066 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12067 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12068 #  layout:
12069 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12070 #    layout: "plot-throughput"
12071 #
12072 #- type: "plot"
12073 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12074 #  algorithm: "plot_perf_box_name"
12075 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12076 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12077 #  include:
12078 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12079 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12080 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12081 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12082 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12083 #  layout:
12084 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12085 #    layout: "plot-throughput"
12086 #
12087 #- type: "plot"
12088 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12089 #  algorithm: "plot_perf_box_name"
12090 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12091 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12092 #  include:
12093 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12094 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12095 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12096 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12097 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12098 #  layout:
12099 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12100 #    layout: "plot-throughput"
12101 #
12102 #- type: "plot"
12103 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12104 #  algorithm: "plot_perf_box_name"
12105 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12106 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12107 #  include:
12108 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12109 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12110 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12111 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12112 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12113 #  layout:
12114 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12115 #    layout: "plot-throughput"
12116 #
12117 #- type: "plot"
12118 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12119 #  algorithm: "plot_perf_box_name"
12120 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12121 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12122 #  include:
12123 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12124 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12125 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12126 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12127 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12128 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12129 #  layout:
12130 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12131 #    layout: "plot-throughput"
12132 #
12133 #- type: "plot"
12134 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12135 #  algorithm: "plot_perf_box_name"
12136 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12137 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12138 #  include:
12139 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12140 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12141 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12142 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12143 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12144 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12145 #  layout:
12146 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12147 #    layout: "plot-throughput"
12148 #
12149 #- type: "plot"
12150 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12151 #  algorithm: "plot_perf_box_name"
12152 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12153 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12154 #  include:
12155 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12156 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12157 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12158 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12159 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12160 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12161 #  layout:
12162 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12163 #    layout: "plot-throughput"
12164 #
12165 #- type: "plot"
12166 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12167 #  algorithm: "plot_perf_box_name"
12168 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12169 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12170 #  include:
12171 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12172 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12173 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12174 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12175 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12176 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12177 #  layout:
12178 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12179 #    layout: "plot-throughput"
12180
12181 - type: "plot"
12182   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12183   algorithm: "plot_perf_box_name"
12184   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12185   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12186   include:
12187     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12188     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12189     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12190     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12191     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12192   layout:
12193     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12194     layout: "plot-throughput"
12195
12196 - type: "plot"
12197   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12198   algorithm: "plot_perf_box_name"
12199   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12200   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12201   include:
12202     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12203     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12204     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12205     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12206     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12207   layout:
12208     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12209     layout: "plot-throughput"
12210
12211 #- type: "plot"
12212 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12213 #  algorithm: "plot_perf_box_name"
12214 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12215 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12216 #  include:
12217 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12218 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12219 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12220 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12221 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12222 #  layout:
12223 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12224 #    layout: "plot-throughput"
12225 #
12226 #- type: "plot"
12227 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12228 #  algorithm: "plot_perf_box_name"
12229 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12230 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12231 #  include:
12232 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12233 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12234 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12235 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12236 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12237 #  layout:
12238 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12239 #    layout: "plot-throughput"
12240
12241 #- type: "plot"
12242 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12243 #  algorithm: "plot_perf_box_name"
12244 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12245 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12246 #  include:
12247 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12248 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12249 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12250 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12251 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12252 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12253 #  layout:
12254 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12255 #    layout: "plot-throughput"
12256 #
12257 #- type: "plot"
12258 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12259 #  algorithm: "plot_perf_box_name"
12260 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12261 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12262 #  include:
12263 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12264 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12265 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12266 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12267 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12268 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12269 #  layout:
12270 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12271 #    layout: "plot-throughput"
12272
12273 #- type: "plot"
12274 #  title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12275 #  algorithm: "plot_perf_box_name"
12276 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12277 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12278 #  include:
12279 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12280 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12281 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12282 #  layout:
12283 #    title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12284 #    layout: "plot-throughput"
12285 #
12286 #- type: "plot"
12287 #  title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12288 #  algorithm: "plot_perf_box_name"
12289 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12290 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12291 #  include:
12292 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12293 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12294 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12295 #  layout:
12296 #    title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12297 #    layout: "plot-throughput"
12298
12299 ################################################################################
12300
12301 # Packet Speedup
12302
12303 #- type: "plot"
12304 #  title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12305 #  algorithm: "plot_tsa_name"
12306 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12307 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12308 #  include:
12309 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12310 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12311 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12312 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12313 #  layout:
12314 #    title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
12315 #    layout: "plot-throughput-speedup-analysis"
12316 #
12317 #- type: "plot"
12318 #  title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12319 #  algorithm: "plot_tsa_name"
12320 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12321 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12322 #  include:
12323 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12324 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12325 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12326 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12327 #  layout:
12328 #    title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
12329 #    layout: "plot-throughput-speedup-analysis"
12330 #
12331 #- type: "plot"
12332 #  title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12333 #  algorithm: "plot_tsa_name"
12334 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12335 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12336 #  include:
12337 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12338 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12339 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12340 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12341 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12342 #  layout:
12343 #    title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
12344 #    layout: "plot-throughput-speedup-analysis"
12345 #
12346 #- type: "plot"
12347 #  title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12348 #  algorithm: "plot_tsa_name"
12349 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12350 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12351 #  include:
12352 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12353 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12354 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12355 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12356 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12357 #  layout:
12358 #    title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
12359 #    layout: "plot-throughput-speedup-analysis"
12360 #
12361 #- type: "plot"
12362 #  title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12363 #  algorithm: "plot_tsa_name"
12364 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12365 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12366 #  include:
12367 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12368 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12369 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12370 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12371 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12372 #  layout:
12373 #    title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12374 #    layout: "plot-throughput-speedup-analysis"
12375 #
12376 #- type: "plot"
12377 #  title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12378 #  algorithm: "plot_tsa_name"
12379 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12380 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12381 #  include:
12382 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12383 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12384 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12385 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12386 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12387 #  layout:
12388 #    title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12389 #    layout: "plot-throughput-speedup-analysis"
12390 #
12391 #- type: "plot"
12392 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12393 #  algorithm: "plot_tsa_name"
12394 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12395 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12396 #  include:
12397 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12398 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12399 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12400 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12401 #  layout:
12402 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12403 #    layout: "plot-throughput-speedup-analysis"
12404 #
12405 #- type: "plot"
12406 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12407 #  algorithm: "plot_tsa_name"
12408 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12409 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12410 #  include:
12411 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12412 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12413 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12414 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12415 #  layout:
12416 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12417 #    layout: "plot-throughput-speedup-analysis"
12418 #
12419 #- type: "plot"
12420 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12421 #  algorithm: "plot_tsa_name"
12422 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12423 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12424 #  include:
12425 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12426 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12427 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12428 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12429 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12430 #  layout:
12431 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12432 #    layout: "plot-throughput-speedup-analysis"
12433 #
12434 #- type: "plot"
12435 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12436 #  algorithm: "plot_tsa_name"
12437 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12438 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12439 #  include:
12440 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12441 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12442 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12443 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12444 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12445 #  layout:
12446 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12447 #    layout: "plot-throughput-speedup-analysis"
12448 #
12449 #- type: "plot"
12450 #  title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12451 #  algorithm: "plot_tsa_name"
12452 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12453 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12454 #  include:
12455 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12456 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12457 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12458 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12459 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12460 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12461 #  layout:
12462 #    title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
12463 #    layout: "plot-throughput-speedup-analysis"
12464 #
12465 #- type: "plot"
12466 #  title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12467 #  algorithm: "plot_tsa_name"
12468 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12469 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12470 #  include:
12471 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12472 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12473 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12474 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12475 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12476 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12477 #  layout:
12478 #    title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
12479 #    layout: "plot-throughput-speedup-analysis"
12480
12481 - type: "plot"
12482   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12483   algorithm: "plot_tsa_name"
12484   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12485   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12486   include:
12487     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12488     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12489     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12490   layout:
12491     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
12492     layout: "plot-throughput-speedup-analysis"
12493
12494 - type: "plot"
12495   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12496   algorithm: "plot_tsa_name"
12497   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12498   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12499   include:
12500     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12501     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12502     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12503   layout:
12504     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
12505     layout: "plot-throughput-speedup-analysis"
12506
12507 #- type: "plot"
12508 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12509 #  algorithm: "plot_tsa_name"
12510 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12511 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12512 #  include:
12513 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12514 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12515 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12516 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12517 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12518 #  layout:
12519 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12520 #    layout: "plot-throughput-speedup-analysis"
12521 #
12522 #- type: "plot"
12523 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12524 #  algorithm: "plot_tsa_name"
12525 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12526 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12527 #  include:
12528 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12529 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12530 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12531 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12532 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12533 #  layout:
12534 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12535 #    layout: "plot-throughput-speedup-analysis"
12536 #
12537 #- type: "plot"
12538 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12539 #  algorithm: "plot_tsa_name"
12540 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12541 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12542 #  include:
12543 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12544 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12545 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12546 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12547 #  layout:
12548 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12549 #    layout: "plot-throughput-speedup-analysis"
12550 #
12551 #- type: "plot"
12552 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12553 #  algorithm: "plot_tsa_name"
12554 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12555 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12556 #  include:
12557 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12558 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12559 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12560 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12561 #  layout:
12562 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12563 #    layout: "plot-throughput-speedup-analysis"
12564 #
12565 #- type: "plot"
12566 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12567 #  algorithm: "plot_tsa_name"
12568 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12569 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12570 #  include:
12571 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12572 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12573 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12574 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12575 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12576 #  layout:
12577 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12578 #    layout: "plot-throughput-speedup-analysis"
12579 #
12580 #- type: "plot"
12581 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12582 #  algorithm: "plot_tsa_name"
12583 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12584 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12585 #  include:
12586 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12587 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12588 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12589 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12590 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12591 #  layout:
12592 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12593 #    layout: "plot-throughput-speedup-analysis"
12594 #
12595 #- type: "plot"
12596 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12597 #  algorithm: "plot_tsa_name"
12598 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12599 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12600 #  include:
12601 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12602 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12603 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12604 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12605 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12606 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12607 #  layout:
12608 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
12609 #    layout: "plot-throughput-speedup-analysis"
12610 #
12611 #- type: "plot"
12612 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12613 #  algorithm: "plot_tsa_name"
12614 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12615 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12616 #  include:
12617 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12618 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12619 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12620 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12621 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12622 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12623 #  layout:
12624 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
12625 #    layout: "plot-throughput-speedup-analysis"
12626
12627 - type: "plot"
12628   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
12629   algorithm: "plot_tsa_name"
12630   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
12631   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12632   include:
12633     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12634     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12635   layout:
12636     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
12637     layout: "plot-throughput-speedup-analysis"
12638
12639 - type: "plot"
12640   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
12641   algorithm: "plot_tsa_name"
12642   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
12643   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12644   include:
12645     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12646     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12647   layout:
12648     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
12649     layout: "plot-throughput-speedup-analysis"
12650
12651 #- type: "plot"
12652 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
12653 #  algorithm: "plot_tsa_name"
12654 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
12655 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12656 #  include:
12657 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12658 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12659 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12660 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12661 #  layout:
12662 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
12663 #    layout: "plot-throughput-speedup-analysis"
12664 #
12665 #- type: "plot"
12666 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
12667 #  algorithm: "plot_tsa_name"
12668 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
12669 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12670 #  include:
12671 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12672 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12673 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12674 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12675 #  layout:
12676 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
12677 #    layout: "plot-throughput-speedup-analysis"
12678 #
12679 #- type: "plot"
12680 #  title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12681 #  algorithm: "plot_tsa_name"
12682 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12683 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12684 #  include:
12685 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12686 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12687 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12688 #  layout:
12689 #    title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
12690 #    layout: "plot-throughput-speedup-analysis"
12691 #
12692 #- type: "plot"
12693 #  title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12694 #  algorithm: "plot_tsa_name"
12695 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12696 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12697 #  include:
12698 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12699 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12700 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12701 #  layout:
12702 #    title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
12703 #    layout: "plot-throughput-speedup-analysis"
12704 #
12705 #- type: "plot"
12706 #  title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12707 #  algorithm: "plot_tsa_name"
12708 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12709 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12710 #  include:
12711 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12712 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12713 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12714 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12715 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12716 #  layout:
12717 #    title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
12718 #    layout: "plot-throughput-speedup-analysis"
12719 #
12720 #- type: "plot"
12721 #  title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12722 #  algorithm: "plot_tsa_name"
12723 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12724 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12725 #  include:
12726 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12727 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12728 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12729 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12730 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12731 #  layout:
12732 #    title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
12733 #    layout: "plot-throughput-speedup-analysis"
12734
12735 - type: "plot"
12736   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12737   algorithm: "plot_tsa_name"
12738   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12739   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12740   include:
12741     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12742     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12743     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12744   layout:
12745     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
12746     layout: "plot-throughput-speedup-analysis"
12747
12748 - type: "plot"
12749   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12750   algorithm: "plot_tsa_name"
12751   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12752   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12753   include:
12754     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12755     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12756     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12757   layout:
12758     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
12759     layout: "plot-throughput-speedup-analysis"
12760
12761 #- type: "plot"
12762 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12763 #  algorithm: "plot_tsa_name"
12764 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12765 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12766 #  include:
12767 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12768 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12769 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12770 #  layout:
12771 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
12772 #    layout: "plot-throughput-speedup-analysis"
12773 #
12774 #- type: "plot"
12775 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12776 #  algorithm: "plot_tsa_name"
12777 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12778 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12779 #  include:
12780 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12781 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12782 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12783 #  layout:
12784 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
12785 #    layout: "plot-throughput-speedup-analysis"
12786 #
12787 #- type: "plot"
12788 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12789 #  algorithm: "plot_tsa_name"
12790 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12791 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12792 #  include:
12793 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12794 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12795 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12796 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12797 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12798 #  layout:
12799 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
12800 #    layout: "plot-throughput-speedup-analysis"
12801 #
12802 #- type: "plot"
12803 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12804 #  algorithm: "plot_tsa_name"
12805 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12806 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12807 #  include:
12808 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12809 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12810 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12811 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12812 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12813 #  layout:
12814 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
12815 #    layout: "plot-throughput-speedup-analysis"
12816
12817 - type: "plot"
12818   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
12819   algorithm: "plot_tsa_name"
12820   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
12821   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12822   include:
12823     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12824     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12825     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12826     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12827     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12828     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12829   layout:
12830     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12831     layout: "plot-throughput-speedup-analysis"
12832
12833 - type: "plot"
12834   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
12835   algorithm: "plot_tsa_name"
12836   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
12837   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12838   include:
12839     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12840     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12841     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12842     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12843     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12844     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12845   layout:
12846     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12847     layout: "plot-throughput-speedup-analysis"
12848
12849 - type: "plot"
12850   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
12851   algorithm: "plot_tsa_name"
12852   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
12853   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12854   include:
12855     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12856     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12857     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12858     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12859   layout:
12860     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12861     layout: "plot-throughput-speedup-analysis"
12862
12863 - type: "plot"
12864   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
12865   algorithm: "plot_tsa_name"
12866   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
12867   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12868   include:
12869     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12870     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12871     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12872     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12873   layout:
12874     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12875     layout: "plot-throughput-speedup-analysis"
12876
12877 #- type: "plot"
12878 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
12879 #  algorithm: "plot_tsa_name"
12880 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
12881 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12882 #  include:
12883 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12884 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12885 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12886 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12887 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12888 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12889 #  layout:
12890 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
12891 #    layout: "plot-throughput-speedup-analysis"
12892 #
12893 #- type: "plot"
12894 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
12895 #  algorithm: "plot_tsa_name"
12896 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
12897 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12898 #  include:
12899 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12900 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12901 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12902 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12903 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12904 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12905 #  layout:
12906 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
12907 #    layout: "plot-throughput-speedup-analysis"
12908 #
12909 #- type: "plot"
12910 #  title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
12911 #  algorithm: "plot_tsa_name"
12912 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
12913 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12914 #  include:
12915 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
12916 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12917 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
12918 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
12919 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12920 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
12921 #  layout:
12922 #    title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
12923 #    layout: "plot-throughput-speedup-analysis"
12924 #
12925 #- type: "plot"
12926 #  title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
12927 #  algorithm: "plot_tsa_name"
12928 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
12929 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12930 #  include:
12931 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
12932 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12933 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
12934 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
12935 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12936 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
12937 #  layout:
12938 #    title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
12939 #    layout: "plot-throughput-speedup-analysis"
12940 #
12941 #- type: "plot"
12942 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
12943 #  algorithm: "plot_tsa_name"
12944 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
12945 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12946 #  include:
12947 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
12948 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
12949 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12950 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
12951 #  layout:
12952 #    title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
12953 #    layout: "plot-throughput-speedup-analysis"
12954 #
12955 #- type: "plot"
12956 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
12957 #  algorithm: "plot_tsa_name"
12958 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
12959 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12960 #  include:
12961 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
12962 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
12963 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12964 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
12965 #  layout:
12966 #    title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
12967 #    layout: "plot-throughput-speedup-analysis"
12968 #
12969 #- type: "plot"
12970 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
12971 #  algorithm: "plot_tsa_name"
12972 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
12973 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12974 #  include:
12975 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
12976 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
12977 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
12978 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
12979 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12980 #  layout:
12981 #    title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
12982 #    layout: "plot-throughput-speedup-analysis"
12983 #
12984 #- type: "plot"
12985 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
12986 #  algorithm: "plot_tsa_name"
12987 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
12988 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12989 #  include:
12990 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
12991 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
12992 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
12993 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
12994 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12995 #  layout:
12996 #    title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
12997 #    layout: "plot-throughput-speedup-analysis"
12998 #
12999 #- type: "plot"
13000 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13001 #  algorithm: "plot_tsa_name"
13002 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13003 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13004 #  include:
13005 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13006 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13007 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13008 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13009 #  layout:
13010 #    title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13011 #    layout: "plot-throughput-speedup-analysis"
13012 #
13013 #- type: "plot"
13014 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13015 #  algorithm: "plot_tsa_name"
13016 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13017 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13018 #  include:
13019 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13020 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13021 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13022 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13023 #  layout:
13024 #    title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13025 #    layout: "plot-throughput-speedup-analysis"
13026
13027 - type: "plot"
13028   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13029   algorithm: "plot_tsa_name"
13030   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13031   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13032   include:
13033     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13034     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13035     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13036     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13037     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13038     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13039   layout:
13040     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
13041     layout: "plot-throughput-speedup-analysis"
13042
13043 - type: "plot"
13044   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13045   algorithm: "plot_tsa_name"
13046   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13047   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13048   include:
13049     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13050     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13051     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13052     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13053     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13054     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13055   layout:
13056     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
13057     layout: "plot-throughput-speedup-analysis"
13058
13059 #- type: "plot"
13060 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13061 #  algorithm: "plot_tsa_name"
13062 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13063 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13064 #  include:
13065 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13066 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13067 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13068 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13069 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13070 #  layout:
13071 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13072 #    layout: "plot-throughput-speedup-analysis"
13073 #
13074 #- type: "plot"
13075 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13076 #  algorithm: "plot_tsa_name"
13077 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13078 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13079 #  include:
13080 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13081 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13082 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13083 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13084 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13085 #  layout:
13086 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13087 #    layout: "plot-throughput-speedup-analysis"
13088 #
13089 #- type: "plot"
13090 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13091 #  algorithm: "plot_tsa_name"
13092 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13093 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13094 #  include:
13095 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13096 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13097 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13098 #  layout:
13099 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
13100 #    layout: "plot-throughput-speedup-analysis"
13101 #
13102 #- type: "plot"
13103 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13104 #  algorithm: "plot_tsa_name"
13105 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13106 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13107 #  include:
13108 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13109 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13110 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13111 #  layout:
13112 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
13113 #    layout: "plot-throughput-speedup-analysis"
13114 #
13115 #- type: "plot"
13116 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13117 #  algorithm: "plot_tsa_name"
13118 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13119 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13120 #  include:
13121 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13122 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13123 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13124 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13125 #  layout:
13126 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13127 #    layout: "plot-throughput-speedup-analysis"
13128 #
13129 #- type: "plot"
13130 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13131 #  algorithm: "plot_tsa_name"
13132 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13133 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13134 #  include:
13135 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13136 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13137 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13138 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13139 #  layout:
13140 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13141 #    layout: "plot-throughput-speedup-analysis"
13142 #
13143 #- type: "plot"
13144 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13145 #  algorithm: "plot_tsa_name"
13146 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13147 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13148 #  include:
13149 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13150 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13151 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13152 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13153 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13154 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13155 #  layout:
13156 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13157 #    layout: "plot-throughput-speedup-analysis"
13158 #
13159 #- type: "plot"
13160 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13161 #  algorithm: "plot_tsa_name"
13162 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13163 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13164 #  include:
13165 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13166 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13167 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13168 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13169 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13170 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13171 #  layout:
13172 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13173 #    layout: "plot-throughput-speedup-analysis"
13174 #
13175 #- type: "plot"
13176 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13177 #  algorithm: "plot_tsa_name"
13178 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13179 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13180 #  include:
13181 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13182 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13183 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13184 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13185 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13186 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13187 #  layout:
13188 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr"
13189 #    layout: "plot-throughput-speedup-analysis"
13190 #
13191 #- type: "plot"
13192 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13193 #  algorithm: "plot_tsa_name"
13194 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13195 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13196 #  include:
13197 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13198 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13199 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13200 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13201 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13202 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13203 #  layout:
13204 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr"
13205 #    layout: "plot-throughput-speedup-analysis"
13206
13207 - type: "plot"
13208   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13209   algorithm: "plot_tsa_name"
13210   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13211   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13212   include:
13213     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13214     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13215     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13216     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13217     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13218     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13219   layout:
13220     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
13221     layout: "plot-throughput-speedup-analysis"
13222
13223 - type: "plot"
13224   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13225   algorithm: "plot_tsa_name"
13226   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13227   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13228   include:
13229     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13230     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13231     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13232     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13233     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13234     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13235   layout:
13236     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
13237     layout: "plot-throughput-speedup-analysis"
13238
13239 #- type: "plot"
13240 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13241 #  algorithm: "plot_tsa_name"
13242 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13243 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13244 #  include:
13245 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13246 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13247 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13248 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13249 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13250 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13251 #  layout:
13252 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr"
13253 #    layout: "plot-throughput-speedup-analysis"
13254 #
13255 #- type: "plot"
13256 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13257 #  algorithm: "plot_tsa_name"
13258 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13259 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13260 #  include:
13261 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13262 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13263 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13264 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13265 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13266 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13267 #  layout:
13268 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr"
13269 #    layout: "plot-throughput-speedup-analysis"
13270 #
13271 #- type: "plot"
13272 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13273 #  algorithm: "plot_tsa_name"
13274 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13275 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13276 #  include:
13277 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13278 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13279 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13280 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13281 #  layout:
13282 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13283 #    layout: "plot-throughput-speedup-analysis"
13284 #
13285 #- type: "plot"
13286 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13287 #  algorithm: "plot_tsa_name"
13288 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13289 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13290 #  include:
13291 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13292 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13293 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13294 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13295 #  layout:
13296 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13297 #    layout: "plot-throughput-speedup-analysis"
13298 #
13299 #- type: "plot"
13300 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13301 #  algorithm: "plot_tsa_name"
13302 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13303 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13304 #  include:
13305 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13306 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13307 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13308 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13309 #  layout:
13310 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13311 #    layout: "plot-throughput-speedup-analysis"
13312 #
13313 #- type: "plot"
13314 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13315 #  algorithm: "plot_tsa_name"
13316 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13317 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13318 #  include:
13319 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13320 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13321 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13322 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13323 #  layout:
13324 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13325 #    layout: "plot-throughput-speedup-analysis"
13326
13327 - type: "plot"
13328   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13329   algorithm: "plot_tsa_name"
13330   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
13331   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13332   include:
13333     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13334     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13335     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13336     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13337   layout:
13338     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13339     layout: "plot-throughput-speedup-analysis"
13340
13341 - type: "plot"
13342   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13343   algorithm: "plot_tsa_name"
13344   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
13345   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13346   include:
13347     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13348     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13349     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13350     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13351   layout:
13352     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13353     layout: "plot-throughput-speedup-analysis"
13354
13355 - type: "plot"
13356   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13357   algorithm: "plot_tsa_name"
13358   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13359   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13360   include:
13361     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13362     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13363     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13364     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13365   layout:
13366     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13367     layout: "plot-throughput-speedup-analysis"
13368
13369 - type: "plot"
13370   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13371   algorithm: "plot_tsa_name"
13372   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13373   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13374   include:
13375     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13376     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13377     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13378     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13379   layout:
13380     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13381     layout: "plot-throughput-speedup-analysis"
13382
13383 #- type: "plot"
13384 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13385 #  algorithm: "plot_tsa_name"
13386 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13387 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13388 #  include:
13389 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13390 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13391 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13392 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13393 #  layout:
13394 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13395 #    layout: "plot-throughput-speedup-analysis"
13396 #
13397 #- type: "plot"
13398 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13399 #  algorithm: "plot_tsa_name"
13400 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13401 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13402 #  include:
13403 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13404 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13405 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13406 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13407 #  layout:
13408 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13409 #    layout: "plot-throughput-speedup-analysis"
13410 #
13411 #- type: "plot"
13412 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13413 #  algorithm: "plot_tsa_name"
13414 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13415 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13416 #  include:
13417 #    - "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"
13418 #    - "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"
13419 #    - "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"
13420 #    - "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"
13421 #  layout:
13422 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13423 #    layout: "plot-throughput-speedup-analysis"
13424 #
13425 #- type: "plot"
13426 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13427 #  algorithm: "plot_tsa_name"
13428 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13429 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13430 #  include:
13431 #    - "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"
13432 #    - "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"
13433 #    - "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"
13434 #    - "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"
13435 #  layout:
13436 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13437 #    layout: "plot-throughput-speedup-analysis"
13438 #
13439 #- type: "plot"
13440 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13441 #  algorithm: "plot_tsa_name"
13442 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13443 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13444 #  include:
13445 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13446 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13447 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13448 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13449 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13450 #  layout:
13451 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13452 #    layout: "plot-throughput-speedup-analysis"
13453 #
13454 #- type: "plot"
13455 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13456 #  algorithm: "plot_tsa_name"
13457 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13458 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13459 #  include:
13460 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13461 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13462 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13463 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13464 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13465 #  layout:
13466 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13467 #    layout: "plot-throughput-speedup-analysis"
13468 #
13469 #- type: "plot"
13470 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13471 #  algorithm: "plot_tsa_name"
13472 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13473 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13474 #  include:
13475 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13476 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13477 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13478 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13479 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13480 #  layout:
13481 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13482 #    layout: "plot-throughput-speedup-analysis"
13483 #
13484 #- type: "plot"
13485 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13486 #  algorithm: "plot_tsa_name"
13487 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13488 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13489 #  include:
13490 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13491 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13492 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13493 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13494 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13495 #  layout:
13496 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13497 #    layout: "plot-throughput-speedup-analysis"
13498 #
13499 #- type: "plot"
13500 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13501 #  algorithm: "plot_tsa_name"
13502 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13503 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13504 #  include:
13505 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13506 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13507 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13508 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13509 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13510 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13511 #  layout:
13512 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13513 #    layout: "plot-throughput-speedup-analysis"
13514 #
13515 #- type: "plot"
13516 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
13517 #  algorithm: "plot_tsa_name"
13518 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13519 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13520 #  include:
13521 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13522 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13523 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13524 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13525 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13526 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13527 #  layout:
13528 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
13529 #    layout: "plot-throughput-speedup-analysis"
13530 #
13531 #- type: "plot"
13532 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13533 #  algorithm: "plot_tsa_name"
13534 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13535 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13536 #  include:
13537 #    - "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"
13538 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13539 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13540 #    - "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"
13541 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13542 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13543 #  layout:
13544 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13545 #    layout: "plot-throughput-speedup-analysis"
13546 #
13547 #- type: "plot"
13548 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13549 #  algorithm: "plot_tsa_name"
13550 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13551 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13552 #  include:
13553 #    - "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"
13554 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13555 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13556 #    - "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"
13557 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13558 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13559 #  layout:
13560 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13561 #    layout: "plot-throughput-speedup-analysis"
13562 #
13563 #- type: "plot"
13564 #  title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
13565 #  algorithm: "plot_tsa_name"
13566 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
13567 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13568 #  include:
13569 #    - "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"
13570 #    - "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"
13571 #    - "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"
13572 #  layout:
13573 #    title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr"
13574 #    layout: "plot-throughput-speedup-analysis"
13575 #
13576 #- type: "plot"
13577 #  title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
13578 #  algorithm: "plot_tsa_name"
13579 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
13580 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13581 #  include:
13582 #    - "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"
13583 #    - "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"
13584 #    - "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"
13585 #  layout:
13586 #    title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr"
13587 #    layout: "plot-throughput-speedup-analysis"
13588
13589 - type: "plot"
13590   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
13591   algorithm: "plot_tsa_name"
13592   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
13593   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13594   include:
13595     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13596     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13597     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13598     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13599     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13600   layout:
13601     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
13602     layout: "plot-throughput-speedup-analysis"
13603
13604 - type: "plot"
13605   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
13606   algorithm: "plot_tsa_name"
13607   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
13608   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13609   include:
13610     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13611     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13612     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13613     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13614     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13615   layout:
13616     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
13617     layout: "plot-throughput-speedup-analysis"
13618
13619 - type: "plot"
13620   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13621   algorithm: "plot_tsa_name"
13622   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13623   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13624   include:
13625     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13626     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13627     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13628     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13629     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13630   layout:
13631     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
13632     layout: "plot-throughput-speedup-analysis"
13633
13634 - type: "plot"
13635   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
13636   algorithm: "plot_tsa_name"
13637   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
13638   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13639   include:
13640     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13641     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13642     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13643     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13644     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13645   layout:
13646     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
13647     layout: "plot-throughput-speedup-analysis"
13648
13649 - type: "plot"
13650   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
13651   algorithm: "plot_tsa_name"
13652   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
13653   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13654   include:
13655     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13656     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13657     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13658     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13659     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13660     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13661   layout:
13662     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
13663     layout: "plot-throughput-speedup-analysis"
13664
13665 - type: "plot"
13666   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
13667   algorithm: "plot_tsa_name"
13668   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
13669   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13670   include:
13671     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13672     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13673     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13674     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13675     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13676     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13677   layout:
13678     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
13679     layout: "plot-throughput-speedup-analysis"
13680
13681 - type: "plot"
13682   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
13683   algorithm: "plot_tsa_name"
13684   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
13685   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13686   include:
13687     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13688     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13689     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13690     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13691   layout:
13692     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
13693     layout: "plot-throughput-speedup-analysis"
13694
13695 - type: "plot"
13696   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
13697   algorithm: "plot_tsa_name"
13698   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
13699   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13700   include:
13701     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13702     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13703     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13704     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13705   layout:
13706     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
13707     layout: "plot-throughput-speedup-analysis"
13708
13709 - type: "plot"
13710   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
13711   algorithm: "plot_tsa_name"
13712   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
13713   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13714   include:
13715     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13716     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13717     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13718     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13719     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13720   layout:
13721     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
13722     layout: "plot-throughput-speedup-analysis"
13723
13724 - type: "plot"
13725   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
13726   algorithm: "plot_tsa_name"
13727   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
13728   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13729   include:
13730     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13731     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13732     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13733     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13734     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13735   layout:
13736     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
13737     layout: "plot-throughput-speedup-analysis"
13738
13739 - type: "plot"
13740   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
13741   algorithm: "plot_tsa_name"
13742   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
13743   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13744   include:
13745     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13746     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13747     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13748     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13749     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13750     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13751   layout:
13752     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13753     layout: "plot-throughput-speedup-analysis"
13754
13755 - type: "plot"
13756   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
13757   algorithm: "plot_tsa_name"
13758   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
13759   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13760   include:
13761     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13762     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13763     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13764     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13765     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13766     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13767   layout:
13768     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13769     layout: "plot-throughput-speedup-analysis"
13770
13771 - type: "plot"
13772   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
13773   algorithm: "plot_tsa_name"
13774   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
13775   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13776   include:
13777     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13778     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13779     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13780     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13781   layout:
13782     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
13783     layout: "plot-throughput-speedup-analysis"
13784
13785 - type: "plot"
13786   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
13787   algorithm: "plot_tsa_name"
13788   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
13789   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13790   include:
13791     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13792     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13793     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13794     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13795   layout:
13796     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
13797     layout: "plot-throughput-speedup-analysis"
13798
13799 - type: "plot"
13800   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
13801   algorithm: "plot_tsa_name"
13802   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
13803   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13804   include:
13805     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13806     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13807     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13808     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13809     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13810     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13811   layout:
13812     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
13813     layout: "plot-throughput-speedup-analysis"
13814
13815 - type: "plot"
13816   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
13817   algorithm: "plot_tsa_name"
13818   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
13819   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13820   include:
13821     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13822     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13823     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13824     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13825     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13826     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13827   layout:
13828     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
13829     layout: "plot-throughput-speedup-analysis"
13830
13831 - type: "plot"
13832   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
13833   algorithm: "plot_tsa_name"
13834   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
13835   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13836   include:
13837     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13838     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13839     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13840     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13841     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13842     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13843   layout:
13844     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
13845     layout: "plot-throughput-speedup-analysis"
13846
13847 - type: "plot"
13848   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
13849   algorithm: "plot_tsa_name"
13850   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
13851   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13852   include:
13853     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13854     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13855     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13856     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13857     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13858     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13859   layout:
13860     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
13861     layout: "plot-throughput-speedup-analysis"
13862
13863 - type: "plot"
13864   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
13865   algorithm: "plot_tsa_name"
13866   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
13867   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13868   include:
13869     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13870     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13871     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13872     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13873     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13874     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13875   layout:
13876     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
13877     layout: "plot-throughput-speedup-analysis"
13878
13879 - type: "plot"
13880   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
13881   algorithm: "plot_tsa_name"
13882   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
13883   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13884   include:
13885     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13886     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13887     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13888     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13889     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13890     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13891   layout:
13892     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
13893     layout: "plot-throughput-speedup-analysis"
13894
13895 - type: "plot"
13896   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
13897   algorithm: "plot_tsa_name"
13898   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
13899   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13900   include:
13901     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13902     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13903     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13904     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13905     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13906   layout:
13907     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
13908     layout: "plot-throughput-speedup-analysis"
13909
13910 - type: "plot"
13911   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
13912   algorithm: "plot_tsa_name"
13913   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
13914   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13915   include:
13916     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13917     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13918     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13919     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13920     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13921   layout:
13922     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
13923     layout: "plot-throughput-speedup-analysis"
13924
13925 #- type: "plot"
13926 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
13927 #  algorithm: "plot_tsa_name"
13928 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
13929 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13930 #  include:
13931 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13932 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13933 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13934 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13935 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13936 #  layout:
13937 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
13938 #    layout: "plot-throughput-speedup-analysis"
13939 #
13940 #- type: "plot"
13941 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
13942 #  algorithm: "plot_tsa_name"
13943 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
13944 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13945 #  include:
13946 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13947 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13948 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13949 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13950 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13951 #  layout:
13952 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
13953 #    layout: "plot-throughput-speedup-analysis"
13954
13955 #- type: "plot"
13956 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
13957 #  algorithm: "plot_tsa_name"
13958 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
13959 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13960 #  include:
13961 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13962 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13963 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13964 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13965 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13966 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13967 #  layout:
13968 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
13969 #    layout: "plot-throughput-speedup-analysis"
13970 #
13971 #- type: "plot"
13972 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
13973 #  algorithm: "plot_tsa_name"
13974 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
13975 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13976 #  include:
13977 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13978 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13979 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13980 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13981 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13982 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13983 #  layout:
13984 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
13985 #    layout: "plot-throughput-speedup-analysis"
13986
13987 - type: "plot"
13988   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13989   algorithm: "plot_tsa_name"
13990   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13991   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13992   include:
13993     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13994     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13995     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13996     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13997     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13998   layout:
13999     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14000     layout: "plot-throughput-speedup-analysis"
14001
14002 - type: "plot"
14003   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14004   algorithm: "plot_tsa_name"
14005   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14006   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14007   include:
14008     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14009     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14010     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14011     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14012     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14013   layout:
14014     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14015     layout: "plot-throughput-speedup-analysis"
14016
14017 - type: "plot"
14018   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14019   algorithm: "plot_tsa_name"
14020   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14021   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14022   include:
14023     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14024     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14025     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14026     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14027     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14028     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14029   layout:
14030     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14031     layout: "plot-throughput-speedup-analysis"
14032
14033 - type: "plot"
14034   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14035   algorithm: "plot_tsa_name"
14036   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14037   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14038   include:
14039     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14040     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14041     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14042     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14043     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14044     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14045   layout:
14046     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14047     layout: "plot-throughput-speedup-analysis"
14048
14049 - type: "plot"
14050   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14051   algorithm: "plot_tsa_name"
14052   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14053   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14054   include:
14055     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14056     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14057     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14058     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14059     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14060   layout:
14061     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14062     layout: "plot-throughput-speedup-analysis"
14063
14064 - type: "plot"
14065   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14066   algorithm: "plot_tsa_name"
14067   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14068   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14069   include:
14070     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14071     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14072     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14073     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14074     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14075   layout:
14076     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14077     layout: "plot-throughput-speedup-analysis"
14078
14079 - type: "plot"
14080   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14081   algorithm: "plot_tsa_name"
14082   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14083   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14084   include:
14085     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14086     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14087     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14088     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14089   layout:
14090     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14091     layout: "plot-throughput-speedup-analysis"
14092
14093 - type: "plot"
14094   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14095   algorithm: "plot_tsa_name"
14096   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14097   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14098   include:
14099     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14100     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14101     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14102     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14103   layout:
14104     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14105     layout: "plot-throughput-speedup-analysis"
14106
14107 - type: "plot"
14108   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14109   algorithm: "plot_tsa_name"
14110   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14111   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14112   include:
14113     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14114     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14115     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14116     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14117     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14118     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14119   layout:
14120     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14121     layout: "plot-throughput-speedup-analysis"
14122
14123 - type: "plot"
14124   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14125   algorithm: "plot_tsa_name"
14126   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14127   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14128   include:
14129     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14130     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14131     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14132     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14133     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14134     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14135   layout:
14136     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14137     layout: "plot-throughput-speedup-analysis"
14138
14139 - type: "plot"
14140   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14141   algorithm: "plot_tsa_name"
14142   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14143   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14144   include:
14145     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14146     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14147     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14148     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14149     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14150   layout:
14151     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14152     layout: "plot-throughput-speedup-analysis"
14153
14154 - type: "plot"
14155   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14156   algorithm: "plot_tsa_name"
14157   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14158   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14159   include:
14160     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14161     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14162     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14163     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14164     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14165   layout:
14166     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14167     layout: "plot-throughput-speedup-analysis"
14168
14169 - type: "plot"
14170   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14171   algorithm: "plot_tsa_name"
14172   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14173   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14174   include:
14175     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14176     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14177     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14178     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14179     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14180     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14181   layout:
14182     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14183     layout: "plot-throughput-speedup-analysis"
14184
14185 - type: "plot"
14186   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14187   algorithm: "plot_tsa_name"
14188   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14189   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14190   include:
14191     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14192     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14193     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14194     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14195     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14196     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14197   layout:
14198     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14199     layout: "plot-throughput-speedup-analysis"
14200
14201 - type: "plot"
14202   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14203   algorithm: "plot_tsa_name"
14204   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14205   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14206   include:
14207     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14208     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14209     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14210     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14211   layout:
14212     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14213     layout: "plot-throughput-speedup-analysis"
14214
14215 - type: "plot"
14216   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14217   algorithm: "plot_tsa_name"
14218   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14219   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14220   include:
14221     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14222     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14223     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14224     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14225   layout:
14226     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14227     layout: "plot-throughput-speedup-analysis"
14228
14229 - type: "plot"
14230   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14231   algorithm: "plot_tsa_name"
14232   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14233   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14234   include:
14235     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14236     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14237     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14238     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14239     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14240   layout:
14241     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14242     layout: "plot-throughput-speedup-analysis"
14243
14244 - type: "plot"
14245   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14246   algorithm: "plot_tsa_name"
14247   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14248   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14249   include:
14250     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14251     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14252     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14253     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14254     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14255   layout:
14256     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14257     layout: "plot-throughput-speedup-analysis"
14258
14259 - type: "plot"
14260   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14261   algorithm: "plot_tsa_name"
14262   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14263   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14264   include:
14265     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14266     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14267     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14268     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14269     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14270     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14271   layout:
14272     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14273     layout: "plot-throughput-speedup-analysis"
14274
14275 - type: "plot"
14276   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14277   algorithm: "plot_tsa_name"
14278   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14279   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14280   include:
14281     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14282     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14283     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14284     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14285     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14286     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14287   layout:
14288     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14289     layout: "plot-throughput-speedup-analysis"
14290
14291 - type: "plot"
14292   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14293   algorithm: "plot_tsa_name"
14294   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14295   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14296   include:
14297     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14298     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14299     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14300     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14301   layout:
14302     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14303     layout: "plot-throughput-speedup-analysis"
14304
14305 - type: "plot"
14306   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14307   algorithm: "plot_tsa_name"
14308   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14309   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14310   include:
14311     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14312     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14313     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14314     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14315   layout:
14316     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14317     layout: "plot-throughput-speedup-analysis"
14318
14319 - type: "plot"
14320   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14321   algorithm: "plot_tsa_name"
14322   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14323   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14324   include:
14325     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14326     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14327     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14328     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14329     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14330     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14331   layout:
14332     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14333     layout: "plot-throughput-speedup-analysis"
14334
14335 - type: "plot"
14336   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14337   algorithm: "plot_tsa_name"
14338   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14339   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14340   include:
14341     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14342     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14343     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14344     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14345     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14346     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14347   layout:
14348     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14349     layout: "plot-throughput-speedup-analysis"
14350
14351 - type: "plot"
14352   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14353   algorithm: "plot_tsa_name"
14354   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14355   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14356   include:
14357     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14358     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14359     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14360     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14361     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14362     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14363   layout:
14364     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14365     layout: "plot-throughput-speedup-analysis"
14366
14367 - type: "plot"
14368   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14369   algorithm: "plot_tsa_name"
14370   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14371   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14372   include:
14373     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14374     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14375     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14376     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14377     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14378     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14379   layout:
14380     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14381     layout: "plot-throughput-speedup-analysis"
14382
14383 #- type: "plot"
14384 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14385 #  algorithm: "plot_tsa_name"
14386 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14387 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14388 #  include:
14389 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14390 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14391 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14392 #  layout:
14393 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14394 #    layout: "plot-throughput-speedup-analysis"
14395 #
14396 #- type: "plot"
14397 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14398 #  algorithm: "plot_tsa_name"
14399 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14400 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14401 #  include:
14402 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14403 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14404 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14405 #  layout:
14406 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14407 #    layout: "plot-throughput-speedup-analysis"
14408
14409 ################################################################################
14410
14411 # Packet Throughput - DPDK
14412
14413 # 2n-skx-xxv710
14414
14415 #- type: "plot"
14416 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
14417 #  algorithm: "plot_perf_box_name"
14418 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
14419 #  data: "plot-dpdk-throughput-latency-2n-skx"
14420 #  include:
14421 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14422 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14423 #  layout:
14424 #    title: "2n-skx-xxv710-64b-2t1c-base-ndr"
14425 #    layout: "plot-throughput"
14426 #
14427 #- type: "plot"
14428 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
14429 #  algorithm: "plot_perf_box_name"
14430 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
14431 #  data: "plot-dpdk-throughput-latency-2n-skx"
14432 #  include:
14433 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14434 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14435 #  layout:
14436 #    title: "2n-skx-xxv710-64b-4t2c-base-ndr"
14437 #    layout: "plot-throughput"
14438 #
14439 #- type: "plot"
14440 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
14441 #  algorithm: "plot_perf_box_name"
14442 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
14443 #  data: "plot-dpdk-throughput-latency-2n-skx"
14444 #  include:
14445 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14446 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14447 #  layout:
14448 #    title: "2n-skx-xxv710-64b-2t1c-base-pdr"
14449 #    layout: "plot-throughput"
14450 #
14451 #- type: "plot"
14452 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
14453 #  algorithm: "plot_perf_box_name"
14454 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
14455 #  data: "plot-dpdk-throughput-latency-2n-skx"
14456 #  include:
14457 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14458 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14459 #  layout:
14460 #    title: "2n-skx-xxv710-64b-4t2c-base-pdr"
14461 #    layout: "plot-throughput"
14462 #
14463 ## 2n-skx-x710
14464 #
14465 #- type: "plot"
14466 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
14467 #  algorithm: "plot_perf_box_name"
14468 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
14469 #  data: "plot-dpdk-throughput-latency-2n-skx"
14470 #  include:
14471 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14472 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14473 #  layout:
14474 #    title: "2n-skx-x710-64b-2t1c-base-ndr"
14475 #    layout: "plot-throughput"
14476 #
14477 #- type: "plot"
14478 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
14479 #  algorithm: "plot_perf_box_name"
14480 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
14481 #  data: "plot-dpdk-throughput-latency-2n-skx"
14482 #  include:
14483 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14484 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14485 #  layout:
14486 #    title: "2n-skx-x710-64b-4t2c-base-ndr"
14487 #    layout: "plot-throughput"
14488 #
14489 #- type: "plot"
14490 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
14491 #  algorithm: "plot_perf_box_name"
14492 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
14493 #  data: "plot-dpdk-throughput-latency-2n-skx"
14494 #  include:
14495 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14496 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14497 #  layout:
14498 #    title: "2n-skx-x710-64b-2t1c-base-pdr"
14499 #    layout: "plot-throughput"
14500 #
14501 #- type: "plot"
14502 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
14503 #  algorithm: "plot_perf_box_name"
14504 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
14505 #  data: "plot-dpdk-throughput-latency-2n-skx"
14506 #  include:
14507 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14508 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14509 #  layout:
14510 #    title: "2n-skx-x710-64b-4t2c-base-pdr"
14511 #    layout: "plot-throughput"
14512 #
14513 ## 3n-skx-xxv710
14514 #
14515 #- type: "plot"
14516 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
14517 #  algorithm: "plot_perf_box_name"
14518 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
14519 #  data: "plot-dpdk-throughput-latency-3n-skx"
14520 #  include:
14521 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14522 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14523 #  layout:
14524 #    title: "3n-skx-xxv710-64b-2t1c-base-ndr"
14525 #    layout: "plot-throughput"
14526 #
14527 #- type: "plot"
14528 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
14529 #  algorithm: "plot_perf_box_name"
14530 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
14531 #  data: "plot-dpdk-throughput-latency-3n-skx"
14532 #  include:
14533 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14534 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14535 #  layout:
14536 #    title: "3n-skx-xxv710-64b-4t2c-base-ndr"
14537 #    layout: "plot-throughput"
14538 #
14539 #- type: "plot"
14540 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
14541 #  algorithm: "plot_perf_box_name"
14542 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
14543 #  data: "plot-dpdk-throughput-latency-3n-skx"
14544 #  include:
14545 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14546 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14547 #  layout:
14548 #    title: "3n-skx-xxv710-64b-2t1c-base-pdr"
14549 #    layout: "plot-throughput"
14550 #
14551 #- type: "plot"
14552 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
14553 #  algorithm: "plot_perf_box_name"
14554 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
14555 #  data: "plot-dpdk-throughput-latency-3n-skx"
14556 #  include:
14557 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14558 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14559 #  layout:
14560 #    title: "3n-skx-xxv710-64b-4t2c-base-pdr"
14561 #    layout: "plot-throughput"
14562 #
14563 ## 3n-skx-x710
14564 #
14565 #- type: "plot"
14566 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
14567 #  algorithm: "plot_perf_box_name"
14568 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
14569 #  data: "plot-dpdk-throughput-latency-3n-skx"
14570 #  include:
14571 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14572 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14573 #  layout:
14574 #    title: "3n-skx-x710-64b-2t1c-base-ndr"
14575 #    layout: "plot-throughput"
14576 #
14577 #- type: "plot"
14578 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
14579 #  algorithm: "plot_perf_box_name"
14580 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
14581 #  data: "plot-dpdk-throughput-latency-3n-skx"
14582 #  include:
14583 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14584 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14585 #  layout:
14586 #    title: "3n-skx-x710-64b-4t2c-base-ndr"
14587 #    layout: "plot-throughput"
14588 #
14589 #- type: "plot"
14590 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
14591 #  algorithm: "plot_perf_box_name"
14592 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
14593 #  data: "plot-dpdk-throughput-latency-3n-skx"
14594 #  include:
14595 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14596 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14597 #  layout:
14598 #    title: "3n-skx-x710-64b-2t1c-base-pdr"
14599 #    layout: "plot-throughput"
14600 #
14601 #- type: "plot"
14602 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
14603 #  algorithm: "plot_perf_box_name"
14604 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
14605 #  data: "plot-dpdk-throughput-latency-3n-skx"
14606 #  include:
14607 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14608 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14609 #  layout:
14610 #    title: "3n-skx-x710-64b-4t2c-base-pdr"
14611 #    layout: "plot-throughput"
14612
14613 # 3n-hsw-xl710
14614
14615 - type: "plot"
14616   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
14617   algorithm: "plot_perf_box_name"
14618   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
14619   data: "plot-dpdk-throughput-latency-3n-hsw"
14620   include:
14621     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14622     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14623   layout:
14624     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
14625     layout: "plot-throughput"
14626
14627 - type: "plot"
14628   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
14629   algorithm: "plot_perf_box_name"
14630   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
14631   data: "plot-dpdk-throughput-latency-3n-hsw"
14632   include:
14633     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14634     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14635   layout:
14636     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
14637     layout: "plot-throughput"
14638
14639 - type: "plot"
14640   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
14641   algorithm: "plot_perf_box_name"
14642   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
14643   data: "plot-dpdk-throughput-latency-3n-hsw"
14644   include:
14645     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14646     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14647   layout:
14648     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
14649     layout: "plot-throughput"
14650
14651 - type: "plot"
14652   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
14653   algorithm: "plot_perf_box_name"
14654   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
14655   data: "plot-dpdk-throughput-latency-3n-hsw"
14656   include:
14657     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14658     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14659   layout:
14660     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
14661     layout: "plot-throughput"
14662
14663 # 3n-hsw-x710
14664
14665 - type: "plot"
14666   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
14667   algorithm: "plot_perf_box_name"
14668   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
14669   data: "plot-dpdk-throughput-latency-3n-hsw"
14670   include:
14671     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14672     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14673   layout:
14674     title: "3n-hsw-x710-64b-1t1c-base-ndr"
14675     layout: "plot-throughput"
14676
14677 - type: "plot"
14678   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
14679   algorithm: "plot_perf_box_name"
14680   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
14681   data: "plot-dpdk-throughput-latency-3n-hsw"
14682   include:
14683     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14684     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14685   layout:
14686     title: "3n-hsw-x710-64b-2t2c-base-ndr"
14687     layout: "plot-throughput"
14688
14689 - type: "plot"
14690   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
14691   algorithm: "plot_perf_box_name"
14692   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
14693   data: "plot-dpdk-throughput-latency-3n-hsw"
14694   include:
14695     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14696     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14697   layout:
14698     title: "3n-hsw-x710-64b-1t1c-base-pdr"
14699     layout: "plot-throughput"
14700
14701 - type: "plot"
14702   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
14703   algorithm: "plot_perf_box_name"
14704   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
14705   data: "plot-dpdk-throughput-latency-3n-hsw"
14706   include:
14707     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14708     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14709   layout:
14710     title: "3n-hsw-x710-64b-2t2c-base-pdr"
14711     layout: "plot-throughput"
14712
14713 # 2n-dnv-x553
14714
14715 - type: "plot"
14716   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
14717   algorithm: "plot_perf_box_name"
14718   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
14719   data: "plot-dpdk-throughput-latency-2n-dnv"
14720   include:
14721     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14722     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14723   layout:
14724     title: "2n-dnv-x553-64b-1t1c-base-ndr"
14725     layout: "plot-throughput"
14726
14727 - type: "plot"
14728   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
14729   algorithm: "plot_perf_box_name"
14730   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
14731   data: "plot-dpdk-throughput-latency-2n-dnv"
14732   include:
14733     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14734     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14735   layout:
14736     title: "2n-dnv-x553-64b-2t2c-base-ndr"
14737     layout: "plot-throughput"
14738
14739 - type: "plot"
14740   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
14741   algorithm: "plot_perf_box_name"
14742   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
14743   data: "plot-dpdk-throughput-latency-2n-dnv"
14744   include:
14745     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14746     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14747   layout:
14748     title: "2n-dnv-x553-64b-1t1c-base-pdr"
14749     layout: "plot-throughput"
14750
14751 - type: "plot"
14752   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
14753   algorithm: "plot_perf_box_name"
14754   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
14755   data: "plot-dpdk-throughput-latency-2n-dnv"
14756   include:
14757     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14758     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14759   layout:
14760     title: "2n-dnv-x553-64b-2t2c-base-pdr"
14761     layout: "plot-throughput"
14762
14763 # 3n-dnv-x553
14764
14765 - type: "plot"
14766   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
14767   algorithm: "plot_perf_box_name"
14768   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
14769   data: "plot-dpdk-throughput-latency-3n-dnv"
14770   include:
14771     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14772     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14773   layout:
14774     title: "3n-dnv-x553-64b-1t1c-base-ndr"
14775     layout: "plot-throughput"
14776
14777 - type: "plot"
14778   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
14779   algorithm: "plot_perf_box_name"
14780   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
14781   data: "plot-dpdk-throughput-latency-3n-dnv"
14782   include:
14783     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14784     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14785   layout:
14786     title: "3n-dnv-x553-64b-2t2c-base-ndr"
14787     layout: "plot-throughput"
14788
14789 - type: "plot"
14790   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
14791   algorithm: "plot_perf_box_name"
14792   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
14793   data: "plot-dpdk-throughput-latency-3n-dnv"
14794   include:
14795     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14796     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14797   layout:
14798     title: "3n-dnv-x553-64b-1t1c-base-pdr"
14799     layout: "plot-throughput"
14800
14801 - type: "plot"
14802   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
14803   algorithm: "plot_perf_box_name"
14804   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
14805   data: "plot-dpdk-throughput-latency-3n-dnv"
14806   include:
14807     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14808     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14809   layout:
14810     title: "3n-dnv-x553-64b-2t2c-base-pdr"
14811     layout: "plot-throughput"
14812
14813 # 3n-tsh-x520
14814
14815 - type: "plot"
14816   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
14817   algorithm: "plot_perf_box_name"
14818   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
14819   data: "plot-dpdk-throughput-latency-3n-tsh"
14820   include:
14821     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14822     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14823   layout:
14824     title: "3n-tsh-x520-64b-1t1c-base-ndr"
14825     layout: "plot-throughput"
14826
14827 - type: "plot"
14828   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
14829   algorithm: "plot_perf_box_name"
14830   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
14831   data: "plot-dpdk-throughput-latency-3n-tsh"
14832   include:
14833     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14834     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14835   layout:
14836     title: "3n-tsh-x520-64b-2t2c-base-ndr"
14837     layout: "plot-throughput"
14838
14839 - type: "plot"
14840   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
14841   algorithm: "plot_perf_box_name"
14842   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
14843   data: "plot-dpdk-throughput-latency-3n-tsh"
14844   include:
14845     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14846     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14847   layout:
14848     title: "3n-tsh-x520-64b-1t1c-base-pdr"
14849     layout: "plot-throughput"
14850
14851 - type: "plot"
14852   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
14853   algorithm: "plot_perf_box_name"
14854   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
14855   data: "plot-dpdk-throughput-latency-3n-tsh"
14856   include:
14857     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14858     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14859   layout:
14860     title: "3n-tsh-x520-64b-2t2c-base-pdr"
14861     layout: "plot-throughput"
14862
14863 ################################################################################
14864 ###   2n-clx                                                                 ###
14865 ################################################################################
14866
14867 # Packet Throughput
14868
14869 #- type: "plot"
14870 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
14871 #  algorithm: "plot_perf_box_name"
14872 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
14873 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14874 #  include:
14875 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14876 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14877 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14878 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14879 #  layout:
14880 #    title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
14881 #    layout: "plot-throughput"
14882 #
14883 #- type: "plot"
14884 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
14885 #  algorithm: "plot_perf_box_name"
14886 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
14887 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14888 #  include:
14889 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14890 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14891 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14892 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14893 #  layout:
14894 #    title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
14895 #    layout: "plot-throughput"
14896 #
14897 #- type: "plot"
14898 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
14899 #  algorithm: "plot_perf_box_name"
14900 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
14901 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14902 #  include:
14903 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14904 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14905 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14906 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14907 #  layout:
14908 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
14909 #    layout: "plot-throughput"
14910 #
14911 #- type: "plot"
14912 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
14913 #  algorithm: "plot_perf_box_name"
14914 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
14915 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14916 #  include:
14917 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14918 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14919 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14920 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14921 #  layout:
14922 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
14923 #    layout: "plot-throughput"
14924 #
14925 #- type: "plot"
14926 #  title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
14927 #  algorithm: "plot_perf_box_name"
14928 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
14929 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14930 #  include:
14931 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
14932 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
14933 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
14934 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
14935 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
14936 #  layout:
14937 #    title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
14938 #    layout: "plot-throughput"
14939 #
14940 #- type: "plot"
14941 #  title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
14942 #  algorithm: "plot_perf_box_name"
14943 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
14944 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14945 #  include:
14946 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
14947 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
14948 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
14949 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
14950 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
14951 #  layout:
14952 #    title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
14953 #    layout: "plot-throughput"
14954 #
14955 #- type: "plot"
14956 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
14957 #  algorithm: "plot_perf_box_name"
14958 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
14959 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14960 #  include:
14961 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
14962 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
14963 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
14964 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
14965 #  layout:
14966 #    title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
14967 #    layout: "plot-throughput"
14968 #
14969 #- type: "plot"
14970 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
14971 #  algorithm: "plot_perf_box_name"
14972 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
14973 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14974 #  include:
14975 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
14976 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
14977 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
14978 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
14979 #  layout:
14980 #    title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
14981 #    layout: "plot-throughput"
14982 #
14983 #- type: "plot"
14984 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
14985 #  algorithm: "plot_perf_box_name"
14986 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
14987 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14988 #  include:
14989 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
14990 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
14991 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
14992 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
14993 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
14994 #  layout:
14995 #    title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
14996 #    layout: "plot-throughput"
14997 #
14998 #- type: "plot"
14999 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15000 #  algorithm: "plot_perf_box_name"
15001 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15002 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15003 #  include:
15004 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15005 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15006 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15007 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15008 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15009 #  layout:
15010 #    title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15011 #    layout: "plot-throughput"
15012 #
15013 #- type: "plot"
15014 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15015 #  algorithm: "plot_perf_box_name"
15016 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15017 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15018 #  include:
15019 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15020 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15021 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15022 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15023 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15024 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15025 #  layout:
15026 #    title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15027 #    layout: "plot-throughput"
15028 #
15029 #- type: "plot"
15030 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15031 #  algorithm: "plot_perf_box_name"
15032 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15033 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15034 #  include:
15035 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15036 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15037 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15038 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15039 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15040 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15041 #  layout:
15042 #    title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15043 #    layout: "plot-throughput"
15044 #
15045 #- type: "plot"
15046 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15047 #  algorithm: "plot_perf_box_name"
15048 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15049 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15050 #  include:
15051 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15052 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15053 #  layout:
15054 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15055 #    layout: "plot-throughput"
15056 #
15057 #- type: "plot"
15058 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15059 #  algorithm: "plot_perf_box_name"
15060 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15061 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15062 #  include:
15063 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15064 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15065 #  layout:
15066 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15067 #    layout: "plot-throughput"
15068 #
15069 #- type: "plot"
15070 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15071 #  algorithm: "plot_perf_box_name"
15072 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15073 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15074 #  include:
15075 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15076 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15077 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15078 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15079 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15080 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15081 #  layout:
15082 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15083 #    layout: "plot-throughput"
15084 #
15085 #- type: "plot"
15086 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15087 #  algorithm: "plot_perf_box_name"
15088 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15089 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15090 #  include:
15091 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15092 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15093 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15094 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15095 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15096 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15097 #  layout:
15098 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15099 #    layout: "plot-throughput"
15100 #
15101 #- type: "plot"
15102 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15103 #  algorithm: "plot_perf_box_name"
15104 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15105 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15106 #  include:
15107 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15108 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15109 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15110 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15111 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15112 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15113 #  layout:
15114 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15115 #    layout: "plot-throughput"
15116 #
15117 #- type: "plot"
15118 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15119 #  algorithm: "plot_perf_box_name"
15120 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15121 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15122 #  include:
15123 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15124 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15125 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15126 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15127 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15128 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15129 #  layout:
15130 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15131 #    layout: "plot-throughput"
15132 #
15133 #- type: "plot"
15134 #  title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15135 #  algorithm: "plot_perf_box_name"
15136 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15137 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15138 #  include:
15139 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15140 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15141 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15142 #  layout:
15143 #    title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15144 #    layout: "plot-throughput"
15145 #
15146 #- type: "plot"
15147 #  title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15148 #  algorithm: "plot_perf_box_name"
15149 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15150 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15151 #  include:
15152 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15153 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15154 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15155 #  layout:
15156 #    title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15157 #    layout: "plot-throughput"
15158 #
15159 #- type: "plot"
15160 #  title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15161 #  algorithm: "plot_perf_box_name"
15162 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15163 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15164 #  include:
15165 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15166 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15167 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15168 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15169 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15170 #  layout:
15171 #    title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15172 #    layout: "plot-throughput"
15173 #
15174 #- type: "plot"
15175 #  title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15176 #  algorithm: "plot_perf_box_name"
15177 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15178 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15179 #  include:
15180 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15181 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15182 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15183 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15184 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15185 #  layout:
15186 #    title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15187 #    layout: "plot-throughput"
15188 #
15189 #- type: "plot"
15190 #  title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15191 #  algorithm: "plot_perf_box_name"
15192 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15193 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15194 #  include:
15195 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15196 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15197 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15198 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15199 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15200 #  layout:
15201 #    title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15202 #    layout: "plot-throughput"
15203 #
15204 #- type: "plot"
15205 #  title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15206 #  algorithm: "plot_perf_box_name"
15207 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15208 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15209 #  include:
15210 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15211 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15212 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15213 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15214 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15215 #  layout:
15216 #    title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15217 #    layout: "plot-throughput"
15218 #
15219 #- type: "plot"
15220 #  title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15221 #  algorithm: "plot_perf_box_name"
15222 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15223 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15224 #  include:
15225 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15226 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15227 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15228 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15229 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15230 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15231 #  layout:
15232 #    title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15233 #    layout: "plot-throughput"
15234 #
15235 #- type: "plot"
15236 #  title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15237 #  algorithm: "plot_perf_box_name"
15238 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15239 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15240 #  include:
15241 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15242 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15243 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15244 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15245 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15246 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15247 #  layout:
15248 #    title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15249 #    layout: "plot-throughput"
15250 #
15251 #- type: "plot"
15252 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15253 #  algorithm: "plot_perf_box_name"
15254 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15255 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15256 #  include:
15257 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15258 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15259 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15260 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15261 #  layout:
15262 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15263 #    layout: "plot-throughput"
15264 #
15265 #- type: "plot"
15266 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15267 #  algorithm: "plot_perf_box_name"
15268 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15269 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15270 #  include:
15271 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15272 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15273 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15274 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15275 #  layout:
15276 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15277 #    layout: "plot-throughput"
15278 #
15279 #- type: "plot"
15280 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15281 #  algorithm: "plot_perf_box_name"
15282 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15283 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15284 #  include:
15285 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15286 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15287 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15288 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15289 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15290 #  layout:
15291 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15292 #    layout: "plot-throughput"
15293 #
15294 #- type: "plot"
15295 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15296 #  algorithm: "plot_perf_box_name"
15297 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15298 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15299 #  include:
15300 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15301 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15302 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15303 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15304 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15305 #  layout:
15306 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15307 #    layout: "plot-throughput"
15308 #
15309 #- type: "plot"
15310 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15311 #  algorithm: "plot_perf_box_name"
15312 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15313 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15314 #  include:
15315 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15316 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15317 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15318 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15319 #  layout:
15320 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15321 #    layout: "plot-throughput"
15322 #
15323 #- type: "plot"
15324 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15325 #  algorithm: "plot_perf_box_name"
15326 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15327 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15328 #  include:
15329 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15330 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15331 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15332 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15333 #  layout:
15334 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15335 #    layout: "plot-throughput"
15336 #
15337 #- type: "plot"
15338 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15339 #  algorithm: "plot_perf_box_name"
15340 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15341 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15342 #  include:
15343 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15344 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15345 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15346 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15347 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15348 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15349 #  layout:
15350 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15351 #    layout: "plot-throughput"
15352 #
15353 #- type: "plot"
15354 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15355 #  algorithm: "plot_perf_box_name"
15356 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15357 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15358 #  include:
15359 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15360 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15361 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15362 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15363 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15364 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15365 #  layout:
15366 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15367 #    layout: "plot-throughput"
15368 #
15369 #- type: "plot"
15370 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15371 #  algorithm: "plot_perf_box_name"
15372 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15373 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15374 #  include:
15375 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15376 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15377 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15378 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15379 #  layout:
15380 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15381 #    layout: "plot-throughput"
15382 #
15383 #- type: "plot"
15384 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15385 #  algorithm: "plot_perf_box_name"
15386 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15387 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15388 #  include:
15389 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15390 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15391 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15392 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15393 #  layout:
15394 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15395 #    layout: "plot-throughput"
15396 #
15397 #- type: "plot"
15398 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15399 #  algorithm: "plot_perf_box_name"
15400 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15401 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15402 #  include:
15403 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15404 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15405 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15406 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15407 #  layout:
15408 #    title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15409 #    layout: "plot-throughput"
15410 #
15411 #- type: "plot"
15412 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15413 #  algorithm: "plot_perf_box_name"
15414 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15415 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15416 #  include:
15417 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15418 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15419 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15420 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15421 #  layout:
15422 #    title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15423 #    layout: "plot-throughput"
15424 #
15425 #- type: "plot"
15426 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15427 #  algorithm: "plot_perf_box_name"
15428 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15429 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15430 #  include:
15431 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15432 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15433 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15434 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15435 #  layout:
15436 #    title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15437 #    layout: "plot-throughput"
15438 #
15439 #- type: "plot"
15440 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15441 #  algorithm: "plot_perf_box_name"
15442 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15443 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15444 #  include:
15445 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15446 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15447 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15448 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15449 #  layout:
15450 #    title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15451 #    layout: "plot-throughput"
15452 #
15453 #- type: "plot"
15454 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15455 #  algorithm: "plot_perf_box_name"
15456 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15457 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15458 #  include:
15459 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15460 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15461 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15462 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15463 #  layout:
15464 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15465 #    layout: "plot-throughput"
15466 #
15467 #- type: "plot"
15468 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15469 #  algorithm: "plot_perf_box_name"
15470 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15471 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15472 #  include:
15473 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15474 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15475 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15476 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15477 #  layout:
15478 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15479 #    layout: "plot-throughput"
15480 #
15481 #- type: "plot"
15482 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15483 #  algorithm: "plot_perf_box_name"
15484 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15485 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15486 #  include:
15487 #    - "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"
15488 #    - "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"
15489 #    - "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"
15490 #    - "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"
15491 #  layout:
15492 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15493 #    layout: "plot-throughput"
15494 #
15495 #- type: "plot"
15496 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15497 #  algorithm: "plot_perf_box_name"
15498 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15499 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15500 #  include:
15501 #    - "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"
15502 #    - "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"
15503 #    - "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"
15504 #    - "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"
15505 #  layout:
15506 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15507 #    layout: "plot-throughput"
15508 #
15509 #################################################################################
15510 #
15511 ## Packet Speedup
15512 #
15513 #- type: "plot"
15514 #  title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15515 #  algorithm: "plot_tsa_name"
15516 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15517 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15518 #  include:
15519 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15520 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15521 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15522 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15523 #  layout:
15524 #    title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
15525 #    layout: "plot-throughput-speedup-analysis"
15526 #
15527 #- type: "plot"
15528 #  title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15529 #  algorithm: "plot_tsa_name"
15530 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15531 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15532 #  include:
15533 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15534 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15535 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15536 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15537 #  layout:
15538 #    title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
15539 #    layout: "plot-throughput-speedup-analysis"
15540 #
15541 #- type: "plot"
15542 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr-tsa"
15543 #  algorithm: "plot_tsa_name"
15544 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr-tsa"
15545 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15546 #  include:
15547 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15548 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15549 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15550 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15551 #  layout:
15552 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15553 #    layout: "plot-throughput"
15554 #
15555 #- type: "plot"
15556 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr-tsa"
15557 #  algorithm: "plot_tsa_name"
15558 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr-tsa"
15559 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15560 #  include:
15561 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15562 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15563 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15564 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15565 #  layout:
15566 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15567 #    layout: "plot-throughput"
15568 #
15569 #- type: "plot"
15570 #  title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15571 #  algorithm: "plot_tsa_name"
15572 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15573 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15574 #  include:
15575 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15576 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15577 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15578 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15579 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15580 #  layout:
15581 #    title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
15582 #    layout: "plot-throughput-speedup-analysis"
15583 #
15584 #- type: "plot"
15585 #  title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15586 #  algorithm: "plot_tsa_name"
15587 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15588 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15589 #  include:
15590 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15591 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15592 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15593 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15594 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15595 #  layout:
15596 #    title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
15597 #    layout: "plot-throughput-speedup-analysis"
15598 #
15599 #- type: "plot"
15600 #  title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15601 #  algorithm: "plot_tsa_name"
15602 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15603 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15604 #  include:
15605 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15606 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15607 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15608 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15609 #  layout:
15610 #    title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
15611 #    layout: "plot-throughput-speedup-analysis"
15612 #
15613 #- type: "plot"
15614 #  title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15615 #  algorithm: "plot_tsa_name"
15616 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15617 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15618 #  include:
15619 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15620 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15621 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15622 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15623 #  layout:
15624 #    title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
15625 #    layout: "plot-throughput-speedup-analysis"
15626 #
15627 #- type: "plot"
15628 #  title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15629 #  algorithm: "plot_tsa_name"
15630 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15631 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15632 #  include:
15633 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15634 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15635 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15636 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15637 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15638 #  layout:
15639 #    title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
15640 #    layout: "plot-throughput-speedup-analysis"
15641 #
15642 #- type: "plot"
15643 #  title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15644 #  algorithm: "plot_tsa_name"
15645 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15646 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15647 #  include:
15648 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15649 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15650 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15651 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15652 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15653 #  layout:
15654 #    title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
15655 #    layout: "plot-throughput-speedup-analysis"
15656 #
15657 #- type: "plot"
15658 #  title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15659 #  algorithm: "plot_tsa_name"
15660 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15661 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15662 #  include:
15663 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15664 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15665 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15666 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15667 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15668 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15669 #  layout:
15670 #    title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15671 #    layout: "plot-throughput-speedup-analysis"
15672 #
15673 #- type: "plot"
15674 #  title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15675 #  algorithm: "plot_tsa_name"
15676 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15677 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15678 #  include:
15679 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15680 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15681 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15682 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15683 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15684 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15685 #  layout:
15686 #    title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15687 #    layout: "plot-throughput-speedup-analysis"
15688 #
15689 #- type: "plot"
15690 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr-tsa"
15691 #  algorithm: "plot_tsa_name"
15692 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr-tsa"
15693 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15694 #  include:
15695 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15696 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15697 #  layout:
15698 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15699 #    layout: "plot-throughput"
15700 #
15701 #- type: "plot"
15702 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr-tsa"
15703 #  algorithm: "plot_tsa_name"
15704 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr-tsa"
15705 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15706 #  include:
15707 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15708 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15709 #  layout:
15710 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15711 #    layout: "plot-throughput"
15712 #
15713 #- type: "plot"
15714 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr-tsa"
15715 #  algorithm: "plot_tsa_name"
15716 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr-tsa"
15717 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15718 #  include:
15719 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15720 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15721 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15722 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15723 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15724 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15725 #  layout:
15726 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15727 #    layout: "plot-throughput"
15728 #
15729 #- type: "plot"
15730 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr-tsa"
15731 #  algorithm: "plot_tsa_name"
15732 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr-tsa"
15733 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15734 #  include:
15735 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15736 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15737 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15738 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15739 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15740 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15741 #  layout:
15742 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15743 #    layout: "plot-throughput"
15744 #
15745 #- type: "plot"
15746 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr-tsa"
15747 #  algorithm: "plot_tsa_name"
15748 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr-tsa"
15749 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15750 #  include:
15751 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15752 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15753 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15754 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15755 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15756 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15757 #  layout:
15758 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15759 #    layout: "plot-throughput"
15760 #
15761 #- type: "plot"
15762 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr-tsa"
15763 #  algorithm: "plot_tsa_name"
15764 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr-tsa"
15765 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15766 #  include:
15767 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15768 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15769 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15770 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15771 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15772 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15773 #  layout:
15774 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15775 #    layout: "plot-throughput"
15776 #
15777 #- type: "plot"
15778 #  title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15779 #  algorithm: "plot_tsa_name"
15780 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15781 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15782 #  include:
15783 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15784 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15785 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15786 #  layout:
15787 #    title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr"
15788 #    layout: "plot-throughput-speedup-analysis"
15789 #
15790 #- type: "plot"
15791 #  title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15792 #  algorithm: "plot_tsa_name"
15793 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15794 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15795 #  include:
15796 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15797 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15798 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15799 #  layout:
15800 #    title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr"
15801 #    layout: "plot-throughput-speedup-analysis"
15802 #
15803 #- type: "plot"
15804 #  title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15805 #  algorithm: "plot_tsa_name"
15806 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15807 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15808 #  include:
15809 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15810 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15811 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15812 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15813 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15814 #  layout:
15815 #    title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15816 #    layout: "plot-throughput-speedup-analysis"
15817 #
15818 #- type: "plot"
15819 #  title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15820 #  algorithm: "plot_tsa_name"
15821 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15822 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15823 #  include:
15824 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15825 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15826 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15827 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15828 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15829 #  layout:
15830 #    title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15831 #    layout: "plot-throughput-speedup-analysis"
15832 #
15833 #- type: "plot"
15834 #  title: "Speedup: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr-tsa"
15835 #  algorithm: "plot_tsa_name"
15836 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr-tsa"
15837 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15838 #  include:
15839 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15840 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15841 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15842 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15843 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15844 #  layout:
15845 #    title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15846 #    layout: "plot-throughput"
15847 #
15848 #- type: "plot"
15849 #  title: "Speedup: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr-tsa"
15850 #  algorithm: "plot_tsa_name"
15851 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr-tsa"
15852 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15853 #  include:
15854 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15855 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15856 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15857 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15858 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15859 #  layout:
15860 #    title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15861 #    layout: "plot-throughput"
15862 #
15863 #- type: "plot"
15864 #  title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15865 #  algorithm: "plot_tsa_name"
15866 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15867 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15868 #  include:
15869 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15870 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15871 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15872 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15873 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15874 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15875 #  layout:
15876 #    title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15877 #    layout: "plot-throughput-speedup-analysis"
15878 #
15879 #- type: "plot"
15880 #  title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15881 #  algorithm: "plot_tsa_name"
15882 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15883 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15884 #  include:
15885 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15886 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15887 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15888 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15889 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15890 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15891 #  layout:
15892 #    title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15893 #    layout: "plot-throughput-speedup-analysis"
15894 #
15895 #- type: "plot"
15896 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15897 #  algorithm: "plot_tsa_name"
15898 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15899 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15900 #  include:
15901 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15902 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15903 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15904 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15905 #  layout:
15906 #    title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
15907 #    layout: "plot-throughput-speedup-analysis"
15908 #
15909 #- type: "plot"
15910 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15911 #  algorithm: "plot_tsa_name"
15912 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15913 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15914 #  include:
15915 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15916 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15917 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15918 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15919 #  layout:
15920 #    title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
15921 #    layout: "plot-throughput-speedup-analysis"
15922 #
15923 #- type: "plot"
15924 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15925 #  algorithm: "plot_tsa_name"
15926 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15927 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15928 #  include:
15929 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15930 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15931 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15932 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15933 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15934 #  layout:
15935 #    title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
15936 #    layout: "plot-throughput-speedup-analysis"
15937 #
15938 #- type: "plot"
15939 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15940 #  algorithm: "plot_tsa_name"
15941 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15942 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15943 #  include:
15944 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15945 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15946 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15947 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15948 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15949 #  layout:
15950 #    title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
15951 #    layout: "plot-throughput-speedup-analysis"
15952 #
15953 #- type: "plot"
15954 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15955 #  algorithm: "plot_tsa_name"
15956 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15957 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15958 #  include:
15959 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15960 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15961 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15962 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15963 #  layout:
15964 #    title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15965 #    layout: "plot-throughput-speedup-analysis"
15966 #
15967 #- type: "plot"
15968 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15969 #  algorithm: "plot_tsa_name"
15970 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15971 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15972 #  include:
15973 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15974 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15975 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15976 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15977 #  layout:
15978 #    title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15979 #    layout: "plot-throughput-speedup-analysis"
15980 #
15981 #- type: "plot"
15982 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr-tsa"
15983 #  algorithm: "plot_tsa_name"
15984 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr-tsa"
15985 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15986 #  include:
15987 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15988 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15989 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15990 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15991 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15992 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15993 #  layout:
15994 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15995 #    layout: "plot-throughput"
15996 #
15997 #- type: "plot"
15998 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr-tsa"
15999 #  algorithm: "plot_tsa_name"
16000 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr-tsa"
16001 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16002 #  include:
16003 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
16004 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16005 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16006 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
16007 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
16008 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16009 #  layout:
16010 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
16011 #    layout: "plot-throughput"
16012 #
16013 #- type: "plot"
16014 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr-tsa"
16015 #  algorithm: "plot_tsa_name"
16016 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr-tsa"
16017 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16018 #  include:
16019 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16020 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16021 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16022 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16023 #  layout:
16024 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
16025 #    layout: "plot-throughput"
16026 #
16027 #- type: "plot"
16028 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr-tsa"
16029 #  algorithm: "plot_tsa_name"
16030 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr-tsa"
16031 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16032 #  include:
16033 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16034 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16035 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16036 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16037 #  layout:
16038 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
16039 #    layout: "plot-throughput"
16040 #
16041 #- type: "plot"
16042 #  title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16043 #  algorithm: "plot_tsa_name"
16044 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16045 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16046 #  include:
16047 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16048 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16049 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16050 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16051 #  layout:
16052 #    title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16053 #    layout: "plot-throughput-speedup-analysis"
16054 #
16055 #- type: "plot"
16056 #  title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16057 #  algorithm: "plot_tsa_name"
16058 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16059 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16060 #  include:
16061 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16062 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16063 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16064 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16065 #  layout:
16066 #    title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16067 #    layout: "plot-throughput-speedup-analysis"
16068 #
16069 #- type: "plot"
16070 #  title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16071 #  algorithm: "plot_tsa_name"
16072 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16073 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16074 #  include:
16075 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16076 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16077 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16078 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16079 #  layout:
16080 #    title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16081 #    layout: "plot-throughput-speedup-analysis"
16082 #
16083 #- type: "plot"
16084 #  title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16085 #  algorithm: "plot_tsa_name"
16086 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16087 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16088 #  include:
16089 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16090 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16091 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16092 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16093 #  layout:
16094 #    title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16095 #    layout: "plot-throughput-speedup-analysis"
16096 #
16097 #- type: "plot"
16098 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-tsa"
16099 #  algorithm: "plot_tsa_name"
16100 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-tsa"
16101 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16102 #  include:
16103 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16104 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16105 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16106 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16107 #  layout:
16108 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
16109 #    layout: "plot-throughput"
16110 #
16111 #- type: "plot"
16112 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr-tsa"
16113 #  algorithm: "plot_tsa_name"
16114 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr-tsa"
16115 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16116 #  include:
16117 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16118 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16119 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16120 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16121 #  layout:
16122 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
16123 #    layout: "plot-throughput"
16124 #
16125 #- type: "plot"
16126 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
16127 #  algorithm: "plot_tsa_name"
16128 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
16129 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16130 #  include:
16131 #    - "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"
16132 #    - "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"
16133 #    - "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"
16134 #    - "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"
16135 #  layout:
16136 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
16137 #    layout: "plot-throughput"
16138 #
16139 #- type: "plot"
16140 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
16141 #  algorithm: "plot_tsa_name"
16142 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
16143 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16144 #  include:
16145 #    - "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"
16146 #    - "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"
16147 #    - "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"
16148 #    - "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"
16149 #  layout:
16150 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
16151 #    layout: "plot-throughput"
16152
16153 ################################################################################
16154
16155 # Packet Throughput - DPDK
16156
16157 # 2n-clx-xxv710
16158
16159 #- type: "plot"
16160 #  title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
16161 #  algorithm: "plot_perf_box_name"
16162 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
16163 #  data: "plot-dpdk-throughput-latency-2n-clx"
16164 #  include:
16165 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16166 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16167 #  layout:
16168 #    title: "2n-clx-xxv710-64b-2t1c-base-ndr"
16169 #    layout: "plot-throughput"
16170 #
16171 #- type: "plot"
16172 #  title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
16173 #  algorithm: "plot_perf_box_name"
16174 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
16175 #  data: "plot-dpdk-throughput-latency-2n-clx"
16176 #  include:
16177 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16178 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16179 #  layout:
16180 #    title: "2n-clx-xxv710-64b-4t2c-base-ndr"
16181 #    layout: "plot-throughput"
16182 #
16183 #- type: "plot"
16184 #  title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
16185 #  algorithm: "plot_perf_box_name"
16186 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
16187 #  data: "plot-dpdk-throughput-latency-2n-clx"
16188 #  include:
16189 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16190 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16191 #  layout:
16192 #    title: "2n-clx-xxv710-64b-2t1c-base-pdr"
16193 #    layout: "plot-throughput"
16194 #
16195 #- type: "plot"
16196 #  title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
16197 #  algorithm: "plot_perf_box_name"
16198 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
16199 #  data: "plot-dpdk-throughput-latency-2n-clx"
16200 #  include:
16201 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16202 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16203 #  layout:
16204 #    title: "2n-clx-xxv710-64b-4t2c-base-pdr"
16205 #    layout: "plot-throughput"
16206 #
16207 ## 2n-clx-x710
16208 #
16209 #- type: "plot"
16210 #  title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
16211 #  algorithm: "plot_perf_box_name"
16212 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
16213 #  data: "plot-dpdk-throughput-latency-2n-clx"
16214 #  include:
16215 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16216 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16217 #  layout:
16218 #    title: "2n-clx-x710-64b-2t1c-base-ndr"
16219 #    layout: "plot-throughput"
16220 #
16221 #- type: "plot"
16222 #  title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
16223 #  algorithm: "plot_perf_box_name"
16224 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
16225 #  data: "plot-dpdk-throughput-latency-2n-clx"
16226 #  include:
16227 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16228 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16229 #  layout:
16230 #    title: "2n-clx-x710-64b-4t2c-base-ndr"
16231 #    layout: "plot-throughput"
16232 #
16233 #- type: "plot"
16234 #  title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
16235 #  algorithm: "plot_perf_box_name"
16236 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
16237 #  data: "plot-dpdk-throughput-latency-2n-clx"
16238 #  include:
16239 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16240 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16241 #  layout:
16242 #    title: "2n-clx-x710-64b-2t1c-base-pdr"
16243 #    layout: "plot-throughput"
16244 #
16245 #- type: "plot"
16246 #  title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
16247 #  algorithm: "plot_perf_box_name"
16248 #  output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
16249 #  data: "plot-dpdk-throughput-latency-2n-clx"
16250 #  include:
16251 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16252 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16253 #  layout:
16254 #    title: "2n-clx-x710-64b-4t2c-base-pdr"
16255 #    layout: "plot-throughput"
16256
16257 ################################################################################
16258
16259 #- type: "plot"
16260 #  title: "Latency by percentile: 2n-skx"
16261 #  algorithm: "plot_hdrh_lat_by_percentile"
16262 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
16263 #  output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
16264 #  target-links: "../../_static/vpp"
16265 #  data: "plot-vpp-hdrh-lat-2n-skx"
16266 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16267 #  layout:
16268 #    layout: "plot-hdrh-latency-by-percentile"
16269
16270 #- type: "plot"
16271 #  title: "Latency by percentile: 3n-skx"
16272 #  algorithm: "plot_hdrh_lat_by_percentile"
16273 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
16274 #  output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
16275 #  target-links: "../../_static/vpp"
16276 #  data: "plot-vpp-hdrh-lat-3n-skx"
16277 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16278 #  layout:
16279 #    layout: "plot-hdrh-latency-by-percentile"
16280
16281 #- type: "plot"
16282 #  title: "Latency by percentile: 2n-clx"
16283 #  algorithm: "plot_hdrh_lat_by_percentile"
16284 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
16285 #  output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
16286 #  target-links: "../../_static/vpp"
16287 #  data: "plot-vpp-hdrh-lat-2n-clx"
16288 #  filter: "'2T1C' and 'NIC_Mellanox-CX556A'"
16289 #  layout:
16290 #    layout: "plot-hdrh-latency-by-percentile"
16291
16292 - type: "plot"
16293   title: "Latency by percentile: 3n-hsw"
16294   algorithm: "plot_hdrh_lat_by_percentile"
16295   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
16296   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
16297   target-links: "../../_static/vpp"
16298   data: "plot-vpp-hdrh-lat-3n-hsw"
16299   filter: "'1T1C' and 'NIC_Intel-XL710'"
16300   layout:
16301     layout: "plot-hdrh-latency-by-percentile"
16302
16303 - type: "plot"
16304   title: "Latency by percentile: 3n-tsh"
16305   algorithm: "plot_hdrh_lat_by_percentile"
16306   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
16307   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
16308   target-links: "../../_static/vpp"
16309   data: "plot-vpp-hdrh-lat-3n-tsh"
16310   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16311   layout:
16312     layout: "plot-hdrh-latency-by-percentile"
16313
16314 - type: "plot"
16315   title: "Latency by percentile: DPDK 3n-hsw"
16316   algorithm: "plot_hdrh_lat_by_percentile"
16317   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
16318   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
16319   target-links: "../../_static/dpdk"
16320   data: "plot-dpdk-hdrh-lat-3n-hsw"
16321   filter: "'1T1C' and 'NIC_Intel-XL710'"
16322   layout:
16323     layout: "plot-hdrh-latency-by-percentile"
16324
16325 - type: "plot"
16326   title: "Latency by percentile: DPDK 3n-tsh"
16327   algorithm: "plot_hdrh_lat_by_percentile"
16328   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
16329   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
16330   target-links: "../../_static/dpdk"
16331   data: "plot-dpdk-hdrh-lat-3n-tsh"
16332   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16333   layout:
16334     layout: "plot-hdrh-latency-by-percentile"