Report: Add HDRH Lat for DPDK, part 1
[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,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
34     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
35     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
36     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
37     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
38     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
39     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
40     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
41     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
42     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
43     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
44     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
45     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
46     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
47     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
48     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
49     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
50
51     # Detailed test configurations
52     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
53     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
54     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
55     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
56     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
57     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
58     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
59     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
60     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
61     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
62     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
63     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
64     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
65     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
66     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
67     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
68
69     # Detailed tests operational data
70     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
71     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
72     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
73     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
74     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
75     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
76     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
77     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
78
79     # Latencies:
80     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
81     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
82
83     # .css patch file to fix tables generated by Sphinx
84     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
85     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
86
87   urls:
88     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
89     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
90     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
91     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
92     DIR[NEXUS,DOC]: "report/_static/archive"
93
94   make-dirs:
95   # List the directories which are created while preparing the environment.
96   # All directories MUST be defined in "paths" section.
97   - "DIR[WORKING,DATA]"
98   - "DIR[STATIC,VPP]"
99   - "DIR[STATIC,DPDK]"
100   - "DIR[STATIC,ARCH]"
101   - "DIR[BUILD,LATEX]"
102   - "DIR[WORKING,SRC]"
103   - "DIR[WORKING,SRC,STATIC]"
104
105   remove-dirs:
106   # List the directories which are deleted while cleaning the environment.
107   # All directories MUST be defined in "paths" section.
108   #- "DIR[BUILD,HTML]"
109   - "DIR[WORKING,DATA]"
110
111   build-dirs:
112   # List the directories where the results (build) is stored.
113   # All directories MUST be defined in "paths" section.
114   - "DIR[BUILD,HTML]"
115   - "DIR[BUILD,LATEX]"
116
117 - type: "configuration"
118
119   limits:
120     nic:
121       x520: 24460000
122       x553: 29761905
123       x710: 35800000
124       xxv710: 35800000
125       xl710: 35800000
126
127     link:
128       10ge: 14880952.38
129       25ge: 37202380.95
130       40ge: 59523809.52
131       100ge: 148809523.81
132
133     pci:
134       pci-g3-x8: 74404761.90
135       pci-g3-x16: 148809523.81
136
137   data-sets:
138
139     ###########################################################################
140     # Replacements:
141
142     replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost:
143       csit-vpp-perf-verify-1908-3n-hsw:
144         - 48  # NDRPDR sel vhost
145         - 49  # NDRPDR sel vhost
146         - 52  # NDRPDR sel vhost
147         - 53  # NDRPDR sel vhost
148         - 54  # NDRPDR sel vhost
149         - 55  # NDRPDR sel vhost
150         - 56  # NDRPDR sel vhost
151         - 57  # NDRPDR sel vhost
152         - 58  # NDRPDR sel vhost
153         - 59  # NDRPDR sel vhost
154
155     replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost:
156       csit-vpp-perf-verify-1908-3n-skx:
157         - 52  # NDRPDR sel vhost
158         - 53  # NDRPDR sel vhost
159         - 55  # NDRPDR sel vhost
160         - 61  # NDRPDR sel vhost
161         - 62  # NDRPDR sel vhost
162         - 63  # NDRPDR sel vhost
163         - 64  # NDRPDR sel vhost
164         - 65  # NDRPDR sel vhost
165         - 66  # NDRPDR sel vhost
166         - 67  # NDRPDR sel vhost
167
168     replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost:
169       csit-vpp-perf-verify-1908-2n-skx:
170         - 88  # NDRPDR sel vhost
171         - 89  # NDRPDR sel vhost
172         - 91  # NDRPDR sel vhost
173         - 92  # NDRPDR sel vhost
174         - 93  # NDRPDR sel vhost
175         - 94  # NDRPDR sel vhost
176         - 95  # NDRPDR sel vhost
177         - 96  # NDRPDR sel vhost
178         - 97  # NDRPDR sel vhost
179         - 98  # NDRPDR sel vhost
180
181     ###########################################################################
182     # Plots:
183
184     # 3n-hsw
185
186     plot-vpp-throughput-lat-tsa-3n-hsw:
187       csit-vpp-perf-verify-2001-3n-hsw:
188         - 21  # NDRPDR sel
189         - 22  # NDRPDR sel
190         - 23  # NDRPDR sel
191         - 24  # NDRPDR sel
192         - 25  # NDRPDR sel
193         - 29  # NDRPDR sel
194         - 30  # NDRPDR sel
195         - 31  # NDRPDR sel
196
197     plot-vpp-hdrh-lat-3n-hsw:
198       csit-vpp-perf-verify-2001-3n-hsw:
199         - 21  # NDRPDR sel
200
201     plot-vpp-nfv-3n-hsw-ndrpdr:
202       csit-vpp-perf-verify-2001-3n-hsw:
203         - 21  # NDRPDR sel
204         - 22  # NDRPDR sel
205         - 23  # NDRPDR sel
206         - 24  # NDRPDR sel
207         - 25  # NDRPDR sel
208         - 29  # NDRPDR sel
209         - 30  # NDRPDR sel
210         - 31  # NDRPDR sel
211
212     plot-vpp-nfv-3n-hsw-mrr:
213       csit-vpp-perf-verify-2001-3n-hsw:
214         - 17  # MRR sel
215
216     plot-dpdk-throughput-latency-3n-hsw:
217       csit-dpdk-perf-verify-2001-3n-hsw:
218         - 4   # NDRPDR sel
219         - 5   # NDRPDR sel
220         - 6   # NDRPDR sel
221         - 7   # NDRPDR sel
222         - 8   # NDRPDR sel
223         - 9   # NDRPDR sel
224         - 10  # NDRPDR sel
225         - 11  # NDRPDR sel
226         - 12  # NDRPDR sel
227         - 13  # NDRPDR sel
228         - 15  # NDRPDR sel
229         - 16  # NDRPDR sel
230         - 17  # NDRPDR sel
231         - 18  # NDRPDR sel
232         - 19  # NDRPDR sel
233         - 20  # NDRPDR sel
234         - 22  # NDRPDR sel
235
236     plot-dpdk-hdrh-lat-3n-hsw:
237       csit-dpdk-perf-verify-2001-3n-hsw:
238         - 13  # NDRPDR sel
239
240     # 3n-skx
241
242     plot-vpp-throughput-lat-tsa-3n-skx:
243       # TODO: Add the data
244       csit-vpp-perf-verify-2001-3n-skx:
245         - 14  # NDRPDR sel
246         - 15  # NDRPDR sel
247         - 16  # NDRPDR sel
248
249     plot-vpp-hdrh-lat-3n-skx:
250       csit-vpp-perf-verify-2001-3n-skx:
251         - 14  # NDRPDR sel
252
253     plot-vpp-nfv-3n-skx-ndrpdr:
254       # TODO: Add data
255       csit-vpp-perf-verify-2001-3n-skx:
256         - 14  # NDRPDR sel
257         - 15  # NDRPDR sel
258         - 16  # NDRPDR sel
259
260     plot-vpp-nfv-3n-skx-mrr:
261       # TODO: Replace
262       # csit-vpp-perf-verify-2001-3n-skx:
263       csit-vpp-perf-verify-1908-3n-skx:
264         - 36  # MRR sel
265
266     plot-dpdk-throughput-latency-3n-skx:
267       csit-dpdk-perf-verify-2001-3n-skx:
268         - 1   # NDRPDR sel
269         - 2   # NDRPDR sel
270         - 3   # NDRPDR sel
271         - 4   # NDRPDR sel
272         - 5   # NDRPDR sel
273         - 6   # NDRPDR sel
274         - 7   # NDRPDR sel
275         - 8   # NDRPDR sel
276         - 9   # NDRPDR sel
277         - 10  # NDRPDR sel
278
279     plot-dpdk-hdrh-lat-3n-skx:
280       csit-dpdk-perf-verify-2001-3n-skx:
281         - 1   # NDRPDR sel
282         - 19  # NDRPDR sel
283
284     # 2n-skx
285
286     plot-vpp-throughput-lat-tsa-2n-skx:
287       # TODO: Add the data
288       csit-vpp-perf-verify-2001-2n-skx:
289         - 21  # NDRPDR sel
290         - 22  # NDRPDR sel
291         - 23  # NDRPDR sel
292         - 26  # NDRPDR sel
293         - 27  # NDRPDR sel
294         - 29  # NDRPDR sel
295
296     plot-vpp-hdrh-lat-2n-skx:
297       csit-vpp-perf-verify-2001-2n-skx:
298         - 21  # NDRPDR sel
299
300     plot-vpp-http-server-performance:
301       # TODO: Replace:
302       # csit-vpp-perf-verify-2001-2n-skx:
303       csit-vpp-perf-verify-1908-2n-skx:
304         - 29  # TCP
305         - 30  # TCP
306         - 58  # TCP
307
308     plot-vpp-soak-2n-skx:
309       # TODO: Replace the data
310       # csit-vpp-perf-verify-2001-2n-skx:
311       csit-vpp-perf-verify-1908-2n-skx:
312         - 83  # SOAK
313         - 86  # SOAK
314
315     plot-vpp-nfv-2n-skx-ndrpdr:
316       # TODO: Add the data
317       csit-vpp-perf-verify-2001-2n-skx:
318         - 30  # NFV
319         - 31  # NFV
320
321     plot-vpp-nfv-2n-skx-mrr:
322       # TODO: Replace the data
323       # csit-vpp-perf-verify-2001-2n-skx:
324       csit-vpp-perf-verify-1908-2n-skx:
325         - 71  # NFV MRR
326
327     plot-vpp-nfv-reconf-2n-skx:
328       # TODO: Replace the data
329       # csit-vpp-perf-verify-2001-2n-skx:
330       csit-vpp-perf-verify-1908-2n-skx:
331         - 113 # NFV reconf sel
332         - 114 # NFV reconf sel
333         - 115 # NFV reconf sel
334
335     plot-dpdk-throughput-latency-2n-skx:
336       csit-dpdk-perf-verify-2001-2n-skx:
337         - 1   # NDRPDR sel
338         - 2   # NDRPDR sel
339         - 3   # NDRPDR sel
340         - 4   # NDRPDR sel
341         - 5   # NDRPDR sel
342         - 6   # NDRPDR sel
343         - 7   # NDRPDR sel
344         - 8   # NDRPDR sel
345         - 9   # NDRPDR sel
346         - 10  # NDRPDR sel
347         - 11  # NDRPDR sel
348         - 13  # NDRPDR sel
349         - 26  # NDRPDR sel
350         - 16  # NDRPDR sel
351         - 17  # NDRPDR sel
352         - 18  # NDRPDR sel
353         - 19  # NDRPDR sel
354         - 27  # NDRPDR sel
355         - 21  # NDRPDR sel
356         - 25  # NDRPDR sel
357
358     plot-dpdk-hdrh-lat-2n-skx:
359       csit-dpdk-perf-verify-2001-2n-skx:
360         - 1   # NDRPDR sel
361         - 19  # NDRPDR sel
362
363     # 2n-clx
364
365     plot-vpp-throughput-lat-tsa-2n-clx:
366       # TODO: Add the data
367       csit-vpp-perf-verify-2001-2n-clx:
368         - 22  # NDRPDR sel
369         - 23  # NDRPDR sel
370         - 24  # NDRPDR sel
371         - 25  # NDRPDR sel
372
373     plot-vpp-hdrh-lat-2n-clx:
374       csit-vpp-perf-verify-2001-2n-clx:
375         - 22  # NDRPDR sel
376
377     plot-vpp-nfv-2n-clx-ndrpdr:
378       # TODO: Add the data
379       csit-vpp-perf-verify-2001-2n-clx:
380         - 22  # NDRPDR sel
381         - 23  # NDRPDR sel
382         - 24  # NDRPDR sel
383
384     plot-vpp-nfv-2n-clx-mrr:
385       # TODO: Replace the data
386       csit-vpp-perf-verify-2001-2n-clx:
387         - 3   # NDRPDR sel RC2
388         - 4   # NDRPDR sel RC2
389
390     plot-dpdk-throughput-latency-2n-clx:
391       csit-dpdk-perf-verify-2001-2n-clx:
392         - 1   # NDRPDR sel
393         - 2   # NDRPDR sel
394         - 3   # NDRPDR sel
395         - 4   # NDRPDR sel
396         - 5   # NDRPDR sel
397         - 6   # NDRPDR sel
398         - 7   # NDRPDR sel
399         - 8   # NDRPDR sel
400         - 9   # NDRPDR sel
401         - 10  # NDRPDR sel
402
403     plot-dpdk-hdrh-lat-2n-clx:
404       csit-dpdk-perf-verify-2001-2n-clx:
405         - 1   # NDRPDR sel
406
407     # 3n-tsh
408
409     plot-vpp-throughput-lat-tsa-3n-tsh:
410       # TODO: Add the data
411       csit-vpp-perf-verify-2001-3n-tsh:
412         - 3   # NDRPDR sel
413         - 4   # NDRPDR sel
414         - 7   # NDRPDR sel
415         - 8   # NDRPDR sel
416
417     plot-vpp-hdrh-lat-3n-tsh:
418       csit-vpp-perf-verify-2001-3n-tsh:
419         - 3   # NDRPDR sel
420
421     # 3n-dnv
422
423     plot-vpp-throughput-lat-tsa-3n-dnv:
424       csit-vpp-perf-verify-2001-3n-dnv:
425         - 5   # NDRPDR sel
426         - 6   # NDRPDR sel
427         - 7   # NDRPDR sel
428         - 8   # NDRPDR sel
429         - 9   # NDRPDR sel
430         - 10  # NDRPDR sel
431         - 12  # NDRPDR sel
432         - 16  # NDRPDR sel
433         - 17  # NDRPDR sel
434         - 18  # NDRPDR sel
435
436     # 2n-dnv
437
438     plot-vpp-throughput-lat-tsa-2n-dnv:
439       csit-vpp-perf-verify-2001-2n-dnv:
440         - 4   # NDRPDR sel
441         - 5   # NDRPDR sel
442         - 6   # NDRPDR sel
443         - 7   # NDRPDR sel
444         - 8   # NDRPDR sel
445         - 9   # NDRPDR sel
446         - 10  # NDRPDR sel
447         - 11  # NDRPDR sel
448         - 13  # NDRPDR sel
449         - 16  # NDRPDR sel
450
451     ###########################################################################
452     # Simple tables (only one data set):
453
454     # NIC Comparisons
455
456     vpp-nic-comparison-3n-skx:
457       # TODO: Add the data
458       csit-vpp-perf-verify-2001-3n-skx:
459         - 14  # NDRPDR sel
460         - 15  # NDRPDR sel
461         - 16  # NDRPDR sel
462
463     vpp-nic-comparison-2n-skx:
464       # TODO: Add the data
465       csit-vpp-perf-verify-2001-2n-skx:
466         - 21  # NDRPDR sel
467         - 22  # NDRPDR sel
468         - 23  # NDRPDR sel
469         - 26  # NDRPDR sel
470
471     vpp-nic-comparison-3n-skx-mrr:
472       # TODO: Replace
473       # csit-vpp-perf-verify-2001-3n-skx:
474       csit-vpp-perf-verify-1908-3n-skx:
475         - 36  # MRR sel
476
477     vpp-nic-comparison-2n-skx-mrr:
478       # TODO: Replace
479       # csit-vpp-perf-verify-2001-2n-skx:
480       csit-vpp-perf-verify-1908-2n-skx:
481         - 69  # MRR sel
482
483     # Results
484
485     vpp-perf-results-3n-hsw:
486       csit-vpp-perf-verify-2001-3n-hsw:
487         - 18  # NDRPDR full
488         - 20  # NDRPDR full
489         - 28  # NDRPDR full
490
491     vpp-perf-results-3n-skx:
492       # TODO: Replace
493       csit-vpp-perf-verify-2001-3n-skx:
494         - 14  # NDRPDR sel
495
496     vpp-perf-results-2n-skx:
497       csit-vpp-perf-verify-2001-2n-skx:
498         - 32  # NDRPDR full
499         - 33  # NDRPDR full
500
501     vpp-perf-results-2n-clx:
502       # TODO: Replace
503       csit-vpp-perf-verify-2001-2n-clx:
504         - 22  # NDRPDR sel
505
506     vpp-perf-results-3n-tsh:
507       # TODO: Replace
508       csit-vpp-perf-verify-2001-3n-tsh:
509         - 3   # NDRPDR sel
510
511     vpp-perf-results-3n-dnv:
512       csit-vpp-perf-verify-2001-3n-dnv:
513         - 13  # NDRPDR full
514         - 15  # NDRPDR full
515         - 19  # NDRPDR full
516         - 20  # NDRPDR full
517         - 21  # NDRPDR full
518
519     vpp-perf-results-2n-dnv:
520       csit-vpp-perf-verify-2001-2n-dnv:
521         - 21  # NDRPDR full
522         - 22  # NDRPDR full
523
524     vpp-mrr-results-3n-hsw:
525       csit-vpp-perf-verify-2001-3n-hsw:
526         - 17  # MRR sel
527
528     vpp-mrr-results-3n-skx:
529       # TODO: Replace
530       # csit-vpp-perf-verify-2001-3n-skx:
531       csit-vpp-perf-verify-1908-3n-skx:
532         - 36  # MRR sel
533
534     vpp-mrr-results-2n-skx:
535       # TODO: Replace
536       # csit-vpp-perf-verify-2001-2n-skx:
537       csit-vpp-perf-verify-1908-2n-skx:
538         - 69  # MRR sel
539
540     vpp-mrr-results-2n-clx:
541       # TODO: Replace
542       # csit-vpp-perf-verify-2001-2n-clx:
543       csit-vpp-perf-verify-1908-2n-skx:
544         - 69  # MRR sel
545
546     vpp-mrr-results-3n-tsh:
547       # TODO: Replace
548       # csit-vpp-perf-verify-2001-3n-tsh:
549       csit-vpp-perf-verify-1908-3n-tsh:
550         - 17  # MRR sel
551
552     vpp-mrr-results-3n-dnv:
553       csit-vpp-perf-verify-2001-3n-dnv:
554         - 11  # MRR sel
555
556     vpp-mrr-results-2n-dnv:
557       csit-vpp-perf-verify-2001-2n-dnv:
558         - 12  # MRR sel
559
560     vpp-device-results-ubuntu:
561       csit-vpp-device-2001-ubuntu1804-1n-skx:
562         - 57
563
564     dpdk-perf-results-3n-hsw:
565       csit-dpdk-perf-verify-2001-3n-hsw:
566         - 13  # NDRPDR sel
567
568     dpdk-perf-results-3n-skx:
569       csit-dpdk-perf-verify-2001-3n-skx:
570         - 1   # NDRPDR sel
571
572     dpdk-perf-results-2n-skx:
573       csit-dpdk-perf-verify-2001-2n-skx:
574         - 1   # NDRPDR sel
575
576     dpdk-perf-results-2n-clx:
577       csit-dpdk-perf-verify-2001-2n-clx:
578         - 1   # NDRPDR sel
579
580 ###########################################################################
581     # Tables (more than one data set)
582
583     # Performance changes
584
585     vpp-performance-changes-3n-hsw-h1:
586       csit-vpp-perf-verify-1904-3n-hsw:
587         - 11  # NDRPDR sel
588         - 12  # NDRPDR sel
589         - 20  # NDRPDR sel
590         - 21  # NDRPDR sel
591         - 23  # NDRPDR sel
592         - 24  # NDRPDR sel
593         - 25  # NDRPDR sel
594         - 26  # NDRPDR sel
595         - 29  # NDRPDR sel
596         - 30  # NDRPDR sel
597     vpp-performance-changes-3n-hsw-ref:
598       csit-vpp-perf-verify-1908-3n-hsw:
599         - 12  # NDRPDR sel
600         - 13  # NDRPDR sel
601         - 14  # NDRPDR sel
602         - 15  # NDRPDR sel
603         - 16  # NDRPDR sel
604         - 17  # NDRPDR sel
605         - 18  # NDRPDR sel
606         - 19  # NDRPDR sel
607         - 20  # NDRPDR sel
608         - 21  # NDRPDR sel
609     vpp-performance-changes-3n-hsw-cmp:
610       csit-vpp-perf-verify-2001-3n-hsw:
611         - 21  # NDRPDR sel
612         - 22  # NDRPDR sel
613         - 23  # NDRPDR sel
614         - 24  # NDRPDR sel
615         - 25  # NDRPDR sel
616         - 29  # NDRPDR sel
617         - 30  # NDRPDR sel
618         - 31  # NDRPDR sel
619     vpp-performance-changes-3n-hsw:
620       - "vpp-performance-changes-3n-hsw-h1"
621       - "vpp-performance-changes-3n-hsw-ref"
622       - "vpp-performance-changes-3n-hsw-cmp"
623
624     vpp-performance-changes-3n-skx-h1:
625       csit-vpp-perf-verify-1904-3n-skx:
626         - 8   # NDRPDR sel
627         - 9   # NDRPDR sel
628         - 10  # NDRPDR sel
629         - 11  # NDRPDR sel
630         - 12  # NDRPDR sel
631         - 14  # NDRPDR sel
632         - 16  # NDRPDR sel
633         - 21  # NDRPDR sel
634         - 23  # NDRPDR sel
635         - 25  # NDRPDR sel
636     vpp-performance-changes-3n-skx-ref:
637       csit-vpp-perf-verify-1908-3n-skx:
638         - 14  # NDRPDR sel
639         - 16  # NDRPDR sel
640         - 19  # NDRPDR sel
641         - 20  # NDRPDR sel
642         - 22  # NDRPDR sel
643         - 23  # NDRPDR sel
644         - 24  # NDRPDR sel
645         - 25  # NDRPDR sel
646         - 26  # NDRPDR sel
647         - 29  # NDRPDR sel
648     vpp-performance-changes-3n-skx-cmp:
649       # TODO: Add the data
650       csit-vpp-perf-verify-2001-3n-skx:
651         - 14  # NDRPDR sel
652         - 15  # NDRPDR sel
653         - 16  # NDRPDR sel
654     vpp-performance-changes-3n-skx:
655       - "vpp-performance-changes-3n-skx-h1"
656       - "vpp-performance-changes-3n-skx-ref"
657       - "vpp-performance-changes-3n-skx-cmp"
658
659     vpp-performance-changes-2n-skx-h1:
660       csit-vpp-perf-verify-1904-2n-skx:
661         - 12  # NDRPDR sel
662         - 14  # NDRPDR sel
663         - 16  # NDRPDR sel
664         - 17  # NDRPDR sel
665         - 18  # NDRPDR sel
666         - 21  # NDRPDR sel
667         - 27  # NDRPDR sel
668         - 30  # NDRPDR sel
669         - 31  # NDRPDR sel
670         - 32  # NDRPDR sel
671     vpp-performance-changes-2n-skx-ref:
672       csit-vpp-perf-verify-1908-2n-skx:
673         - 26  # NDRPDR sel
674         - 27  # NDRPDR sel
675         - 34  # NDRPDR sel
676         - 35  # NDRPDR sel
677         - 36  # NDRPDR sel
678         - 42  # NDRPDR sel
679         - 43  # NDRPDR sel
680         - 44  # NDRPDR sel
681         - 45  # NDRPDR sel
682         - 46  # NDRPDR sel
683     vpp-performance-changes-2n-skx-cmp:
684       # TODO: Add the data
685       csit-vpp-perf-verify-2001-2n-skx:
686         - 21  # NDRPDR sel
687         - 22  # NDRPDR sel
688         - 23  # NDRPDR sel
689         - 26  # NDRPDR sel
690         - 27  # NDRPDR sel
691         - 29  # NDRPDR sel
692     vpp-performance-changes-2n-skx:
693       - "vpp-performance-changes-2n-skx-h1"
694       - "vpp-performance-changes-2n-skx-ref"
695       - "vpp-performance-changes-2n-skx-cmp"
696
697     vpp-performance-changes-nfv-2n-skx-ref:
698       csit-vpp-perf-verify-1908-2n-skx:
699         - 22  # NFV
700         - 31  # NFV
701         - 32  # NFV
702     vpp-performance-changes-nfv-2n-skx-cmp:
703       # TODO: Add the data
704       csit-vpp-perf-verify-2001-2n-skx:
705         - 30  # NFV
706         - 31  # NFV
707     vpp-performance-changes-nfv-2n-skx:
708       - "vpp-performance-changes-nfv-2n-skx-ref"
709       - "vpp-performance-changes-nfv-2n-skx-cmp"
710
711     vpp-performance-changes-2n-dnv-ref:
712       csit-vpp-perf-verify-1908-2n-dnv:
713         - 1   # NDRPDR sel
714         - 2   # NDRPDR sel
715         - 3   # NDRPDR sel
716         - 4   # NDRPDR sel
717         - 5   # NDRPDR sel
718         - 6   # NDRPDR sel
719         - 7   # NDRPDR sel
720         - 8   # NDRPDR sel
721         - 9   # NDRPDR sel
722         - 10  # NDRPDR sel
723     vpp-performance-changes-2n-dnv-cmp:
724       csit-vpp-perf-verify-2001-2n-dnv:
725         - 4   # NDRPDR sel
726         - 5   # NDRPDR sel
727         - 6   # NDRPDR sel
728         - 7   # NDRPDR sel
729         - 8   # NDRPDR sel
730         - 9   # NDRPDR sel
731         - 10  # NDRPDR sel
732         - 11  # NDRPDR sel
733         - 13  # NDRPDR sel
734         - 16  # NDRPDR sel
735     vpp-performance-changes-2n-dnv:
736       - "vpp-performance-changes-2n-dnv-ref"
737       - "vpp-performance-changes-2n-dnv-cmp"
738
739     vpp-performance-changes-3n-dnv-ref:
740       csit-vpp-perf-verify-1908-3n-dnv:
741         - 6   # NDRPDR sel
742         - 7   # NDRPDR sel
743         - 8   # NDRPDR sel
744         - 9   # NDRPDR sel
745         - 10  # NDRPDR sel
746         - 12  # NDRPDR sel
747         - 13  # NDRPDR sel
748         - 14  # NDRPDR sel
749         - 15  # NDRPDR sel
750         - 16  # NDRPDR sel
751     vpp-performance-changes-3n-dnv-cmp:
752       csit-vpp-perf-verify-2001-3n-dnv:
753         - 5   # NDRPDR sel
754         - 6   # NDRPDR sel
755         - 7   # NDRPDR sel
756         - 8   # NDRPDR sel
757         - 9   # NDRPDR sel
758         - 10  # NDRPDR sel
759         - 12  # NDRPDR sel
760         - 16  # NDRPDR sel
761         - 17  # NDRPDR sel
762         - 18  # NDRPDR sel
763     vpp-performance-changes-3n-dnv:
764       - "vpp-performance-changes-3n-dnv-ref"
765       - "vpp-performance-changes-3n-dnv-cmp"
766
767     vpp-performance-changes-3n-tsh-ref:
768       csit-vpp-perf-verify-1908-3n-tsh:
769         - 7   # NDRPDR sel
770         - 8   # NDRPDR sel
771         - 9   # NDRPDR sel
772         - 10  # NDRPDR sel
773         - 11  # NDRPDR sel
774         - 12  # NDRPDR sel
775         - 13  # NDRPDR sel
776         - 14  # NDRPDR sel
777         - 15  # NDRPDR sel
778         - 16  # NDRPDR sel
779     vpp-performance-changes-3n-tsh-cmp:
780       # TODO: Add the data
781       csit-vpp-perf-verify-2001-3n-tsh:
782         - 3   # NDRPDR sel
783         - 4   # NDRPDR sel
784         - 7   # NDRPDR sel
785         - 8   # NDRPDR sel
786     vpp-performance-changes-3n-tsh:
787       - "vpp-performance-changes-3n-tsh-ref"
788       - "vpp-performance-changes-3n-tsh-cmp"
789
790     vpp-soak-vs-ndr-2n-skx-ref:
791       # TODO: Replace
792       # csit-vpp-perf-verify-2001-2n-skx:
793       csit-vpp-perf-verify-1908-2n-skx:
794         - 26  # NDRPDR sel
795         - 27  # NDRPDR sel
796         - 34  # NDRPDR sel
797     vpp-soak-vs-ndr-2n-skx-cmp:
798       # TODO: Replace
799       # csit-vpp-perf-verify-2001-2n-skx:
800       csit-vpp-perf-verify-1908-2n-skx:
801         - 83  # SOAK
802         - 86  # SOAK
803     vpp-soak-vs-ndr-2n-skx:
804       # TODO: Replace
805       # csit-vpp-perf-verify-2001-2n-skx:
806       csit-vpp-perf-verify-1908-2n-skx:
807         - 26  # NDRPDR sel
808         - 27  # NDRPDR sel
809         - 34  # NDRPDR sel
810         - 83  # SOAK
811         - 86  # SOAK
812
813     vpp-performance-changes-3n-hsw-mrr-h1:
814       csit-vpp-perf-verify-1904-3n-hsw:
815         - 9   # MRR sel
816     vpp-performance-changes-3n-hsw-mrr-ref:
817       csit-vpp-perf-verify-1908-3n-hsw:
818         - 39  # MRR sel
819     vpp-performance-changes-3n-hsw-mrr-cmp:
820       csit-vpp-perf-verify-2001-3n-hsw:
821         - 17  # MRR sel
822     vpp-performance-changes-3n-hsw-mrr:
823       - "vpp-performance-changes-3n-hsw-mrr-h1"
824       - "vpp-performance-changes-3n-hsw-mrr-ref"
825       - "vpp-performance-changes-3n-hsw-mrr-cmp"
826
827     vpp-performance-changes-3n-skx-mrr-h1:
828       csit-vpp-perf-verify-1904-3n-skx:
829         - 7   # MRR sel
830     vpp-performance-changes-3n-skx-mrr-ref:
831       csit-vpp-perf-verify-1908-3n-skx:
832         - 36  # MRR sel
833     vpp-performance-changes-3n-skx-mrr-cmp:
834       # TODO: Replace
835       # csit-vpp-perf-verify-2001-3n-skx:
836       csit-vpp-perf-verify-1908-3n-skx:
837         - 36  # MRR sel
838     vpp-performance-changes-3n-skx-mrr:
839       - "vpp-performance-changes-3n-skx-mrr-h1"
840       - "vpp-performance-changes-3n-skx-mrr-ref"
841       - "vpp-performance-changes-3n-skx-mrr-cmp"
842
843     vpp-performance-changes-2n-skx-mrr-h1:
844       csit-vpp-perf-verify-1904-2n-skx:
845         - 11  # MRR sel
846     vpp-performance-changes-2n-skx-mrr-ref:
847       csit-vpp-perf-verify-1908-2n-skx:
848         - 69  # MRR sel
849     vpp-performance-changes-2n-skx-mrr-cmp:
850       # TODO: Replace
851       # csit-vpp-perf-verify-2001-2n-skx:
852       csit-vpp-perf-verify-1908-2n-skx:
853         - 69  # MRR sel
854     vpp-performance-changes-2n-skx-mrr:
855       - "vpp-performance-changes-2n-skx-mrr-h1"
856       - "vpp-performance-changes-2n-skx-mrr-ref"
857       - "vpp-performance-changes-2n-skx-mrr-cmp"
858
859     vpp-performance-changes-nfv-2n-skx-mrr-ref:
860       csit-vpp-perf-verify-1908-2n-skx:
861         - 71  # NFV MRR
862     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
863       # TODO: Replace
864       # csit-vpp-perf-verify-2001-2n-skx:
865       csit-vpp-perf-verify-1908-2n-skx:
866         - 71  # NFV MRR
867     vpp-performance-changes-nfv-2n-skx-mrr:
868       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
869       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
870
871     vpp-performance-changes-2n-dnv-mrr-ref:
872       csit-vpp-perf-verify-1908-2n-dnv:
873         - 11  # MRR sel
874     vpp-performance-changes-2n-dnv-mrr-cmp:
875       csit-vpp-perf-verify-2001-2n-dnv:
876         - 12  # MRR sel
877     vpp-performance-changes-2n-dnv-mrr:
878       - "vpp-performance-changes-2n-dnv-mrr-ref"
879       - "vpp-performance-changes-2n-dnv-mrr-cmp"
880
881     vpp-performance-changes-3n-dnv-mrr-ref:
882       csit-vpp-perf-verify-1908-3n-dnv:
883         - 17  # MRR sel
884     vpp-performance-changes-3n-dnv-mrr-cmp:
885       csit-vpp-perf-verify-2001-3n-dnv:
886         - 11  # MRR sel
887     vpp-performance-changes-3n-dnv-mrr:
888       - "vpp-performance-changes-3n-dnv-mrr-ref"
889       - "vpp-performance-changes-3n-dnv-mrr-cmp"
890
891     vpp-performance-changes-3n-tsh-mrr-ref:
892       csit-vpp-perf-verify-1908-3n-tsh:
893         - 17  # MRR sel
894     vpp-performance-changes-3n-tsh-mrr-cmp:
895       # TODO: Replace
896       # csit-vpp-perf-verify-2001-3n-tsh:
897       csit-vpp-perf-verify-1908-3n-tsh:
898         - 17  # MRR sel
899     vpp-performance-changes-3n-tsh-mrr:
900       - "vpp-performance-changes-3n-tsh-mrr-ref"
901       - "vpp-performance-changes-3n-tsh-mrr-cmp"
902
903     dpdk-performance-changes-3n-hsw-h1:
904       csit-dpdk-perf-verify-1904-3n-hsw:
905         - 2   # NDRPDR sel
906         - 3   # NDRPDR sel
907         - 5   # NDRPDR sel
908         - 6   # NDRPDR sel
909         - 13  # NDRPDR sel
910         - 14  # NDRPDR sel
911         - 15  # NDRPDR sel
912         - 18  # NDRPDR sel
913         - 19  # NDRPDR sel
914         - 20  # NDRPDR sel
915     dpdk-performance-changes-3n-hsw-ref:
916       csit-dpdk-perf-verify-1908-3n-hsw:
917         - 2   # NDRPDR sel
918         - 3   # NDRPDR sel
919         - 4   # NDRPDR sel
920         - 5   # NDRPDR sel
921         - 6   # NDRPDR sel
922         - 7   # NDRPDR sel
923         - 8   # NDRPDR sel
924         - 9   # NDRPDR sel
925         - 10  # NDRPDR sel
926         - 11  # NDRPDR sel
927     dpdk-performance-changes-3n-hsw-cmp:
928       csit-dpdk-perf-verify-2001-3n-hsw:
929         - 4   # NDRPDR sel
930         - 5   # NDRPDR sel
931         - 6   # NDRPDR sel
932         - 7   # NDRPDR sel
933         - 8   # NDRPDR sel
934         - 9   # NDRPDR sel
935         - 10  # NDRPDR sel
936         - 11  # NDRPDR sel
937         - 12  # NDRPDR sel
938         - 13  # NDRPDR sel
939         - 15  # NDRPDR sel
940         - 16  # NDRPDR sel
941         - 17  # NDRPDR sel
942         - 18  # NDRPDR sel
943         - 19  # NDRPDR sel
944         - 20  # NDRPDR sel
945         - 22  # NDRPDR sel
946     dpdk-performance-changes-3n-hsw:
947       - "dpdk-performance-changes-3n-hsw-h1"
948       - "dpdk-performance-changes-3n-hsw-ref"
949       - "dpdk-performance-changes-3n-hsw-cmp"
950
951     dpdk-performance-changes-3n-skx-h1:
952       csit-dpdk-perf-verify-1904-3n-skx:
953         - 2   # NDRPDR sel
954         - 3   # NDRPDR sel
955         - 4   # NDRPDR sel
956         - 5   # NDRPDR sel
957         - 6   # NDRPDR sel
958         - 7   # NDRPDR sel
959         - 11  # NDRPDR sel
960         - 12  # NDRPDR sel
961         - 13  # NDRPDR sel
962         - 14  # NDRPDR sel
963     dpdk-performance-changes-3n-skx-ref:
964       csit-dpdk-perf-verify-1908-3n-skx:
965         - 3   # NDRPDR sel
966         - 4   # NDRPDR sel
967         - 5   # NDRPDR sel
968         - 6   # NDRPDR sel
969         - 7   # NDRPDR sel
970         - 8   # NDRPDR sel
971         - 9   # NDRPDR sel
972         - 10  # NDRPDR sel
973         - 11  # NDRPDR sel
974         - 12  # NDRPDR sel
975     dpdk-performance-changes-3n-skx-cmp:
976       csit-dpdk-perf-verify-2001-3n-skx:
977         - 1   # NDRPDR sel
978         - 2   # NDRPDR sel
979         - 3   # NDRPDR sel
980         - 4   # NDRPDR sel
981         - 5   # NDRPDR sel
982         - 6   # NDRPDR sel
983         - 7   # NDRPDR sel
984         - 8   # NDRPDR sel
985         - 9   # NDRPDR sel
986         - 10  # NDRPDR sel
987     dpdk-performance-changes-3n-skx:
988       - "dpdk-performance-changes-3n-skx-h1"
989       - "dpdk-performance-changes-3n-skx-ref"
990       - "dpdk-performance-changes-3n-skx-cmp"
991
992     dpdk-performance-changes-2n-skx-h1:
993       csit-dpdk-perf-verify-1904-2n-skx:
994         - 2   # NDRPDR sel
995         - 3   # NDRPDR sel
996         - 4   # NDRPDR sel
997         - 5   # NDRPDR sel
998         - 7   # NDRPDR sel
999         - 8   # NDRPDR sel
1000         - 9   # NDRPDR sel
1001         - 10  # NDRPDR sel
1002         - 11  # NDRPDR sel
1003         - 12  # NDRPDR sel
1004     dpdk-performance-changes-2n-skx-ref:
1005       csit-dpdk-perf-verify-1908-2n-skx:
1006         - 2   # NDRPDR sel
1007         - 3   # NDRPDR sel
1008         - 4   # NDRPDR sel
1009         - 5   # NDRPDR sel
1010         - 7   # NDRPDR sel
1011         - 8   # NDRPDR sel
1012         - 9   # NDRPDR sel
1013         - 10  # NDRPDR sel
1014         - 11  # NDRPDR sel
1015         - 12  # NDRPDR sel
1016     dpdk-performance-changes-2n-skx-cmp:
1017       csit-dpdk-perf-verify-2001-2n-skx:
1018         - 1   # NDRPDR sel
1019         - 2   # NDRPDR sel
1020         - 3   # NDRPDR sel
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         - 13  # NDRPDR sel
1030         - 26  # NDRPDR sel
1031         - 16  # NDRPDR sel
1032         - 17  # NDRPDR sel
1033         - 18  # NDRPDR sel
1034         - 19  # NDRPDR sel
1035         - 27  # NDRPDR sel
1036         - 21  # NDRPDR sel
1037         - 25  # NDRPDR sel
1038     dpdk-performance-changes-2n-skx:
1039       - "dpdk-performance-changes-2n-skx-h1"
1040       - "dpdk-performance-changes-2n-skx-ref"
1041       - "dpdk-performance-changes-2n-skx-cmp"
1042
1043     # Compare testbeds
1044
1045     vpp-compare-testbeds-ref:
1046       csit-vpp-perf-verify-2001-3n-hsw:
1047         - 21  # NDRPDR sel
1048         - 22  # NDRPDR sel
1049         - 23  # NDRPDR sel
1050         - 24  # NDRPDR sel
1051         - 25  # NDRPDR sel
1052         - 29  # NDRPDR sel
1053         - 30  # NDRPDR sel
1054         - 31  # NDRPDR sel
1055     vpp-compare-testbeds-cmp:
1056       # TODO: Add the data
1057       csit-vpp-perf-verify-2001-3n-skx:
1058         - 14  # NDRPDR sel
1059         - 15  # NDRPDR sel
1060         - 16  # NDRPDR sel
1061     vpp-compare-testbeds:
1062       - "vpp-compare-testbeds-ref"
1063       - "vpp-compare-testbeds-cmp"
1064
1065     vpp-compare-testbeds-skx-clx-ref:
1066       # TODO: Add the data
1067       csit-vpp-perf-verify-2001-2n-skx:
1068         - 21  # NDRPDR sel
1069         - 22  # NDRPDR sel
1070         - 23  # NDRPDR sel
1071         - 26  # NDRPDR sel
1072         - 27  # NDRPDR sel
1073         - 29  # NDRPDR sel
1074     vpp-compare-testbeds-skx-clx-cmp:
1075       # TODO: Add the data
1076       csit-vpp-perf-verify-2001-2n-clx:
1077         - 22  # NDRPDR sel
1078         - 23  # NDRPDR sel
1079         - 24  # NDRPDR sel
1080         - 25  # NDRPDR sel
1081     vpp-compare-testbeds-skx-clx:
1082       - "vpp-compare-testbeds-skx-clx-ref"
1083       - "vpp-compare-testbeds-skx-clx-cmp"
1084
1085     vpp-compare-testbeds-mrr-ref:
1086       csit-vpp-perf-verify-2001-3n-hsw:
1087         - 17  # MRR sel
1088     vpp-compare-testbeds-mrr-cmp:
1089       # TODO: Replace
1090       # csit-vpp-perf-verify-2001-3n-skx:
1091       csit-vpp-perf-verify-1908-3n-skx:
1092         - 36  # MRR sel
1093     vpp-compare-testbeds-mrr:
1094       - "vpp-compare-testbeds-mrr-ref"
1095       - "vpp-compare-testbeds-mrr-cmp"
1096
1097     vpp-compare-testbeds-mrr-skx-clx-ref:
1098       # TODO: Replace
1099       # csit-vpp-perf-verify-2001-2n-skx:
1100       csit-vpp-perf-verify-1908-2n-skx:
1101         - 69  # MRR sel
1102     vpp-compare-testbeds-mrr-skx-clx-cmp:
1103       # TODO: Replace
1104       # csit-vpp-perf-verify-2001-2n-clx:
1105       csit-vpp-perf-verify-1908-2n-skx:
1106         - 69  # MRR sel
1107     vpp-compare-testbeds-mrr-skx-clx:
1108       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1109       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1110
1111     dpdk-compare-testbeds-ref:
1112       csit-dpdk-perf-verify-2001-3n-hsw:
1113         - 4   # NDRPDR sel
1114         - 5   # NDRPDR sel
1115         - 6   # NDRPDR sel
1116         - 7   # NDRPDR sel
1117         - 8   # NDRPDR sel
1118         - 9   # NDRPDR sel
1119         - 10  # NDRPDR sel
1120         - 11  # NDRPDR sel
1121         - 12  # NDRPDR sel
1122         - 13  # NDRPDR sel
1123         - 15  # NDRPDR sel
1124         - 16  # NDRPDR sel
1125         - 17  # NDRPDR sel
1126         - 18  # NDRPDR sel
1127         - 19  # NDRPDR sel
1128         - 20  # NDRPDR sel
1129         - 22  # NDRPDR sel
1130     dpdk-compare-testbeds-cmp:
1131       csit-dpdk-perf-verify-2001-3n-skx:
1132         - 1   # NDRPDR sel
1133         - 2   # NDRPDR sel
1134         - 3   # NDRPDR sel
1135         - 4   # NDRPDR sel
1136         - 5   # NDRPDR sel
1137         - 6   # NDRPDR sel
1138         - 7   # NDRPDR sel
1139         - 8   # NDRPDR sel
1140         - 9   # NDRPDR sel
1141         - 10  # NDRPDR sel
1142     dpdk-compare-testbeds:
1143       - "dpdk-compare-testbeds-ref"
1144       - "dpdk-compare-testbeds-cmp"
1145
1146     dpdk-compare-testbeds-skx-clx-ref:
1147       csit-dpdk-perf-verify-2001-2n-skx:
1148         - 1   # NDRPDR sel
1149         - 2   # NDRPDR sel
1150         - 3   # NDRPDR sel
1151         - 4   # NDRPDR sel
1152         - 5   # NDRPDR sel
1153         - 6   # NDRPDR sel
1154         - 7   # NDRPDR sel
1155         - 8   # NDRPDR sel
1156         - 9   # NDRPDR sel
1157         - 10  # NDRPDR sel
1158         - 11  # NDRPDR sel
1159         - 13  # NDRPDR sel
1160         - 26  # NDRPDR sel
1161         - 16  # NDRPDR sel
1162         - 17  # NDRPDR sel
1163         - 18  # NDRPDR sel
1164         - 19  # NDRPDR sel
1165         - 27  # NDRPDR sel
1166         - 21  # NDRPDR sel
1167         - 25  # NDRPDR sel
1168     dpdk-compare-testbeds-skx-clx-cmp:
1169       csit-dpdk-perf-verify-2001-2n-clx:
1170         - 1   # NDRPDR sel
1171         - 2   # NDRPDR sel
1172         - 3   # NDRPDR sel
1173         - 4   # NDRPDR sel
1174         - 5   # NDRPDR sel
1175         - 6   # NDRPDR sel
1176         - 7   # NDRPDR sel
1177         - 8   # NDRPDR sel
1178         - 9   # NDRPDR sel
1179         - 10  # NDRPDR sel
1180     dpdk-compare-testbeds-skx-clx:
1181       - "dpdk-compare-testbeds-skx-clx-ref"
1182       - "dpdk-compare-testbeds-skx-clx-cmp"
1183
1184     # Compare topologies
1185
1186     vpp-compare-topologies-ref:
1187       # TODO: Add the data
1188       csit-vpp-perf-verify-2001-3n-skx:
1189         - 14  # NDRPDR sel
1190         - 15  # NDRPDR sel
1191         - 16  # NDRPDR sel
1192     vpp-compare-topologies-cmp:
1193       # TODO: Add the data
1194       csit-vpp-perf-verify-2001-2n-skx:
1195         - 21  # NDRPDR sel
1196         - 22  # NDRPDR sel
1197         - 23  # NDRPDR sel
1198         - 26  # NDRPDR sel
1199         - 27  # NDRPDR sel
1200         - 29  # NDRPDR sel
1201     vpp-compare-topologies:
1202       - "vpp-compare-topologies-ref"
1203       - "vpp-compare-topologies-cmp"
1204
1205     vpp-compare-topologies-mrr-ref:
1206       # TODO: Replace
1207       # csit-vpp-perf-verify-2001-3n-skx:
1208       csit-vpp-perf-verify-1908-3n-skx:
1209         - 36  # MRR sel
1210     vpp-compare-topologies-mrr-cmp:
1211       # TODO: Replace
1212       # csit-vpp-perf-verify-2001-2n-skx:
1213       csit-vpp-perf-verify-1908-2n-skx:
1214         - 69  # MRR sel
1215     vpp-compare-topologies-mrr:
1216       - "vpp-compare-topologies-mrr-ref"
1217       - "vpp-compare-topologies-mrr-cmp"
1218
1219     dpdk-compare-topologies-ref:
1220       csit-dpdk-perf-verify-2001-3n-skx:
1221         - 1   # NDRPDR sel
1222         - 2   # NDRPDR sel
1223         - 3   # NDRPDR sel
1224         - 4   # NDRPDR sel
1225         - 5   # NDRPDR sel
1226         - 6   # NDRPDR sel
1227         - 7   # NDRPDR sel
1228         - 8   # NDRPDR sel
1229         - 9   # NDRPDR sel
1230         - 10  # NDRPDR sel
1231     dpdk-compare-topologies-cmp:
1232       csit-dpdk-perf-verify-2001-2n-skx:
1233         - 1   # NDRPDR sel
1234         - 2   # NDRPDR sel
1235         - 3   # NDRPDR sel
1236         - 4   # NDRPDR sel
1237         - 5   # NDRPDR sel
1238         - 6   # NDRPDR sel
1239         - 7   # NDRPDR sel
1240         - 8   # NDRPDR sel
1241         - 9   # NDRPDR sel
1242         - 10  # NDRPDR sel
1243         - 11  # NDRPDR sel
1244         - 13  # NDRPDR sel
1245         - 26  # NDRPDR sel
1246         - 16  # NDRPDR sel
1247         - 17  # NDRPDR sel
1248         - 18  # NDRPDR sel
1249         - 19  # NDRPDR sel
1250         - 27  # NDRPDR sel
1251         - 21  # NDRPDR sel
1252         - 25  # NDRPDR sel
1253     dpdk-compare-topologies:
1254       - "dpdk-compare-topologies-ref"
1255       - "dpdk-compare-topologies-cmp"
1256
1257   plot-layouts:
1258
1259     plot-soak-throughput:
1260       titlefont:
1261         size: 18
1262       xaxis:
1263         title: "<b>Test Cases [Index]</b>"
1264         titlefont:
1265           size: 16
1266         autorange: True
1267         fixedrange: False
1268         gridcolor: "rgb(230, 230, 230)"
1269         linecolor: "rgb(220, 220, 220)"
1270         linewidth: 1
1271         showgrid: True
1272         showline: True
1273         showticklabels: True
1274         tickcolor: "rgb(220, 220, 220)"
1275         tickmode: "linear"
1276         tickfont:
1277           size: 16
1278         zeroline: False
1279       yaxis:
1280         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1281         titlefont:
1282           size: 16
1283         gridcolor: "rgb(230, 230, 230)"
1284         hoverformat: ".4r"
1285         tickformat: ".3r"
1286         linecolor: "rgb(220, 220, 220)"
1287         linewidth: 1
1288         showgrid: True
1289         showline: True
1290         showticklabels: True
1291         tickcolor: "rgb(220, 220, 220)"
1292         tickfont:
1293           size: 16
1294         zeroline: False
1295         range: [0,50]
1296       autosize: False
1297       margin:
1298         t: 50
1299         b: 0
1300         l: 80
1301         r: 20
1302       showlegend: True
1303       legend:
1304         orientation: "h"
1305         font:
1306           size: 16
1307       width: 700
1308       height: 900
1309       paper_bgcolor: "#fff"
1310       plot_bgcolor: "#fff"
1311       hoverlabel:
1312         namelength: -1
1313
1314     plot-service-density:
1315       titlefont:
1316         size: 18
1317       xaxis:
1318         side: "top"
1319         autorange: True
1320         fixedrange: False
1321         showgrid: False
1322         showline: False
1323         showticklabels: False
1324         ticks: ""
1325         ticklen: 0
1326         tickwidth: 0
1327         zeroline: False
1328       yaxis:
1329         autorange: "reversed"
1330         showgrid: False
1331         showline: False
1332         showticklabels: False
1333         ticks: ""
1334         ticklen: 0
1335         tickwidth: 0
1336         zeroline: False
1337       showlegend: False
1338       paper_bgcolor: "#fff"
1339       plot_bgcolor: "#fff"
1340       width: 700
1341       height: 700
1342       hoverlabel:
1343         namelength: -1
1344
1345     plot-cps:
1346       titlefont:
1347         size: 18
1348       xaxis:
1349         title: "<b>Test Cases [Index]</b>"
1350         titlefont:
1351           size: 16
1352         autorange: True
1353         fixedrange: False
1354         gridcolor: "rgb(230, 230, 230)"
1355         linecolor: "rgb(220, 220, 220)"
1356         linewidth: 1
1357         showgrid: True
1358         showline: True
1359         showticklabels: True
1360         tickcolor: "rgb(220, 220, 220)"
1361         tickmode: "linear"
1362         tickfont:
1363           size: 16
1364         zeroline: False
1365       yaxis:
1366         title: "<b>Connections Per Second [cps]</b>"
1367         titlefont:
1368           size: 16
1369         gridcolor: "rgb(230, 230, 230)"
1370         hoverformat: ".4s"
1371         linecolor: "rgb(220, 220, 220)"
1372         linewidth: 1
1373         rangemode: "tozero"
1374         showgrid: True
1375         showline: True
1376         showticklabels: True
1377         tickcolor: "rgb(220, 220, 220)"
1378         tickformat: ".3s"
1379         tickfont:
1380           size: 16
1381         zeroline: False
1382       boxmode: "group"
1383       boxgroupgap: 0.5
1384       autosize: False
1385       margin:
1386         t: 50
1387         b: 20
1388         l: 80
1389         r: 20
1390       showlegend: True
1391       legend:
1392         orientation: "h"
1393         font:
1394           size: 16
1395       width: 700
1396       height: 800
1397       paper_bgcolor: "#fff"
1398       plot_bgcolor: "#fff"
1399       hoverlabel:
1400         namelength: -1
1401
1402     plot-rps:
1403       titlefont:
1404         size: 18
1405       xaxis:
1406         title: "<b>Test Cases [Index]</b>"
1407         titlefont:
1408           size: 16
1409         autorange: True
1410         fixedrange: False
1411         gridcolor: "rgb(230, 230, 230)"
1412         linecolor: "rgb(220, 220, 220)"
1413         linewidth: 1
1414         showgrid: True
1415         showline: True
1416         showticklabels: True
1417         tickcolor: "rgb(220, 220, 220)"
1418         tickmode: "linear"
1419         tickfont:
1420           size: 16
1421         zeroline: False
1422       yaxis:
1423         title: "<b>Requests Per Second [rps]</b>"
1424         titlefont:
1425           size: 16
1426         gridcolor: "rgb(230, 230, 230)"
1427         hoverformat: ".4s"
1428         linecolor: "rgb(220, 220, 220)"
1429         linewidth: 1
1430         rangemode: "tozero"
1431         showgrid: True
1432         showline: True
1433         showticklabels: True
1434         tickcolor: "rgb(230, 230, 230)"
1435         tickformat: ".3s"
1436         tickfont:
1437           size: 16
1438         zeroline: False
1439       boxmode: "group"
1440       boxgroupgap: 0.5
1441       autosize: False
1442       margin:
1443         t: 50
1444         b: 20
1445         l: 80
1446         r: 20
1447       showlegend: True
1448       legend:
1449         orientation: "h"
1450         font:
1451           size: 16
1452       width: 700
1453       height: 800
1454       paper_bgcolor: "#fff"
1455       plot_bgcolor: "#fff"
1456       hoverlabel:
1457         namelength: -1
1458
1459     plot-throughput:
1460       titlefont:
1461         size: 18
1462       xaxis:
1463         title: "<b>Test Cases [Index]</b>"
1464         titlefont:
1465           size: 16
1466         autorange: True
1467         fixedrange: False
1468         gridcolor: "rgb(230, 230, 230)"
1469         linecolor: "rgb(220, 220, 220)"
1470         linewidth: 1
1471         showgrid: True
1472         showline: True
1473         showticklabels: True
1474         tickcolor: "rgb(220, 220, 220)"
1475         tickmode: "linear"
1476         tickfont:
1477           size: 16
1478         zeroline: False
1479       yaxis:
1480         title: "<b>Packet Throughput [Mpps]</b>"
1481         titlefont:
1482           size: 16
1483         gridcolor: "rgb(230, 230, 230)"
1484         hoverformat: ".4r"
1485         tickformat: ".3r"
1486         linecolor: "rgb(220, 220, 220)"
1487         linewidth: 1
1488         showgrid: True
1489         showline: True
1490         showticklabels: True
1491         tickcolor: "rgb(220, 220, 220)"
1492         tickfont:
1493           size: 16
1494         zeroline: False
1495         range: [0,50]
1496       autosize: False
1497       margin:
1498         t: 50
1499         b: 0
1500         l: 80
1501         r: 20
1502       showlegend: True
1503       legend:
1504         orientation: "h"
1505         font:
1506           size: 16
1507       width: 700
1508       height: 900
1509       paper_bgcolor: "#fff"
1510       plot_bgcolor: "#fff"
1511       hoverlabel:
1512         namelength: -1
1513
1514     plot-throughput-speedup-analysis:
1515       titlefont:
1516         size: 18
1517       xaxis:
1518         title: "<b>Number of Cores [Qty]</b>"
1519         titlefont:
1520           size: 16
1521         autorange: True
1522         fixedrange: False
1523         gridcolor: "rgb(230, 230, 230)"
1524         linecolor: "rgb(220, 220, 220)"
1525         linewidth: 1
1526         showgrid: True
1527         showline: True
1528         showticklabels: True
1529         tickcolor: "rgb(238, 238, 238)"
1530         tickmode: "linear"
1531         tickfont:
1532           size: 16
1533         zeroline: False
1534       yaxis:
1535         title: "<b>Packet Throughput [Mpps]</b>"
1536         titlefont:
1537           size: 16
1538         type: "linear"
1539         gridcolor: "rgb(230, 230, 230)"
1540         hoverformat: ".4s"
1541         linecolor: "rgb(220, 220, 220)"
1542         linewidth: 1
1543         showgrid: True
1544         showline: True
1545         showticklabels: True
1546         tickcolor: "rgb(220, 220, 220)"
1547         tickformat: ".4s"
1548         tickfont:
1549           size: 16
1550         zeroline: True
1551         rangemode: "tozero"
1552         range: [0,100]
1553       legend:
1554         orientation: "h"
1555         font:
1556           size: 16
1557         xanchor: "left"
1558         yanchor: "top"
1559         x: 0
1560         y: -0.2
1561         bgcolor: "rgba(255, 255, 255, 0)"
1562         bordercolor: "rgba(255, 255, 255, 0)"
1563         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1564       autosize: False
1565       margin:
1566           't': 50
1567           'b': 150
1568           'l': 85
1569           'r': 10
1570       showlegend: True
1571       width: 700
1572       height: 700
1573       paper_bgcolor: "#fff"
1574       plot_bgcolor: "#fff"
1575       hoverlabel:
1576         namelength: -1
1577       annotations: [
1578         {
1579           text: "_ _          __          ...",
1580           align: "left",
1581           showarrow: False,
1582           xref: "paper",
1583           yref: "paper",
1584           xanchor: "left",
1585           yanchor: "top",
1586           x: 0,
1587           y: -0.13,
1588           font: {
1589             family: "Consolas, Courier New",
1590             size: 15
1591           },
1592         },
1593         {
1594           text: "    Perfect     Measured     Limit",
1595           align: "left",
1596           showarrow: False,
1597           xref: "paper",
1598           yref: "paper",
1599           xanchor: "left",
1600           yanchor: "top",
1601           x: 0,
1602           y: -0.15,
1603           font: {
1604             family: "Consolas, Courier New",
1605             size: 15
1606           },
1607         },
1608       ]
1609
1610     plot-latency:
1611       titlefont:
1612         size: 18
1613       xaxis:
1614         title: "<b>Direction</b>"
1615         titlefont:
1616           size: 16
1617         autorange: True
1618         fixedrange: False
1619         gridcolor: "rgb(230, 230, 230)"
1620         linecolor: "rgb(220, 220, 220)"
1621         linewidth: 1
1622         showgrid: True
1623         showline: True
1624         showticklabels: False
1625         tickcolor: "rgb(220, 220, 220)"
1626         tickmode: "linear"
1627         tickfont:
1628           size: 16
1629         zeroline: False
1630       yaxis:
1631         title: "<b>Packet Latency [uSec]</b>"
1632         titlefont:
1633           size: 16
1634         type: "linear"
1635         gridcolor: "rgb(230, 230, 230)"
1636         hoverformat: ".4s"
1637         linecolor: "rgb(220, 220, 220)"
1638         linewidth: 1
1639         showgrid: True
1640         showline: True
1641         showticklabels: True
1642         tickcolor: "rgb(220, 220, 220)"
1643         tickformat: ".4s"
1644         tickfont:
1645           size: 16
1646         zeroline: True
1647         rangemode: "tozero"
1648       legend:
1649         orientation: "h"
1650         font:
1651           size: 16
1652         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1653       autosize: False
1654       margin:
1655           't': 50
1656           'b': 150
1657           'l': 80
1658           'r': 10
1659       showlegend: True
1660       width: 700
1661       height: 700
1662       paper_bgcolor: "#fff"
1663       plot_bgcolor: "#fff"
1664       hoverlabel:
1665         namelength: -1
1666
1667     plot-hdrh-latency:
1668       title:
1669         text: ""
1670         xanchor: "center"
1671         x: 0.5
1672         font:
1673           size: 16
1674       width: 700
1675       plot_bgcolor: "white"
1676       annotations:
1677         - font:
1678             size: 14
1679           showarrow: False
1680           text: "<b>Packet Latency [uSec]</b>"
1681           x: 1
1682           xanchor: "right"
1683           xref: "paper"
1684           y: -0.045
1685           yanchor: "top"
1686           yref: "paper"
1687         - font:
1688             size: 14
1689           showarrow: False
1690           text: "<b>Probability [%]</b>"
1691           textangle: 270
1692           x: -0.06
1693           xanchor: "center"
1694           xref: "paper"
1695           y: 0.5
1696           yanchor: "middle"
1697           yref: "paper"
1698         - font:
1699             size: 14
1700           showarrow: False
1701           text: "<b>Direction: E-W</b>"
1702           x: 0.24
1703           xanchor: "center"
1704           xref: "paper"
1705           y: 1.05
1706           yanchor: "bottom"
1707           yref: "paper"
1708         - font:
1709             size: 14
1710           showarrow: False
1711           text: "<b>Direction: W-E</b>"
1712           x: 0.74
1713           xanchor: "center"
1714           xref: "paper"
1715           y: 1.05
1716           yanchor: "bottom"
1717           yref: "paper"
1718
1719     plot-hdrh-latency-percentile:
1720       title:
1721         text: ""
1722         xanchor: "center"
1723         x: 0.5
1724         font:
1725           size: 18
1726       xaxis:
1727         type: "log"
1728         title: "<b>Percentile [%]</b>"
1729         titlefont:
1730           size: 16
1731         autorange: True
1732         fixedrange: False
1733         gridcolor: "rgb(230, 230, 230)"
1734         linecolor: "rgb(220, 220, 220)"
1735         linewidth: 1
1736         showgrid: True
1737         showline: True
1738         showticklabels: True
1739         tickcolor: "rgb(220, 220, 220)"
1740         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
1741         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
1742         tickfont:
1743           size: 16
1744       yaxis:
1745         title: "<b>Packet Latency [uSec]</b>"
1746         titlefont:
1747           size: 16
1748         gridcolor: "rgb(230, 230, 230)"
1749         linecolor: "rgb(220, 220, 220)"
1750         linewidth: 1
1751         showgrid: True
1752         showline: True
1753         showticklabels: True
1754         tickcolor: "rgb(220, 220, 220)"
1755         tickfont:
1756           size: 16
1757       autosize: False
1758       showlegend: True
1759       legend:
1760         traceorder: "normal"
1761         orientation: "h"
1762         font:
1763           size: 16
1764         xanchor: "left"
1765         yanchor: "top"
1766         x: 0
1767         y: -0.15
1768         bgcolor: "rgba(255, 255, 255, 0)"
1769         bordercolor: "rgba(255, 255, 255, 0)"
1770       width: 700
1771       height: 700
1772       paper_bgcolor: "white"
1773       plot_bgcolor: "white"
1774
1775     plot-hdrh-latency-by-percentile:
1776       title:
1777         text: "<b>Latency by Percentile Distribution</b>"
1778         xanchor: "center"
1779         x: 0.5
1780         font:
1781           size: 18
1782       showlegend: True
1783       legend:
1784         traceorder: "normal"
1785         orientation: "h"
1786         font:
1787           size: 16
1788         xanchor: "left"
1789         yanchor: "top"
1790         x: 0
1791         y: -0.2
1792         bgcolor: "rgba(255, 255, 255, 0)"
1793         bordercolor: "rgba(255, 255, 255, 0)"
1794       xaxis:
1795         type: "linear"
1796         title: "<b>Percentile [%]</b>"
1797         titlefont:
1798           size: 14
1799         autorange: False
1800         fixedrange: False
1801         range: [0, 100]
1802         gridcolor: "rgb(230, 230, 230)"
1803         linecolor: "rgb(220, 220, 220)"
1804         linewidth: 1
1805         showgrid: True
1806         showline: True
1807         showticklabels: True
1808         tickcolor: "rgb(220, 220, 220)"
1809         tickvals: [0, 25, 50, 75, 100]
1810         ticktext: [0, 25, 50, 75, 100]
1811         tickfont:
1812           size: 14
1813       yaxis:
1814         title: "<b>One-Way Latency per Direction [uSec]</b>"
1815         titlefont:
1816           size: 14
1817         gridcolor: "rgb(230, 230, 230)"
1818         linecolor: "rgb(220, 220, 220)"
1819         linewidth: 1
1820         showgrid: True
1821         showline: True
1822         showticklabels: True
1823         tickcolor: "rgb(220, 220, 220)"
1824         tickfont:
1825           size: 14
1826       width: 700
1827       height: 700
1828       paper_bgcolor: "white"
1829       plot_bgcolor: "white"
1830
1831 - type: "static"
1832   src-path: "{DIR[RST]}"
1833   dst-path: "{DIR[WORKING,SRC]}"
1834
1835 - type: "input"
1836   general:
1837     file-name: "output_info.xml.gz"
1838     file-format: ".gz"
1839     arch-file-format:
1840       - ".gz"
1841       - ".zip"
1842     download-path: "{job}/{build}/archives/{filename}"
1843     extract: "output.xml"
1844
1845     zip-file-name: "robot-plugin.zip"
1846     zip-file-format: ".zip"
1847     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1848     zip-extract: "robot-plugin/output.xml"
1849
1850   builds:
1851
1852     csit-vpp-perf-verify-1904-3n-hsw:
1853       - 9   # MRR sel
1854       - 11  # NDRPDR sel
1855       - 12  # NDRPDR sel
1856       - 20  # NDRPDR sel
1857       - 21  # NDRPDR sel
1858       - 23  # NDRPDR sel
1859       - 24  # NDRPDR sel
1860       - 25  # NDRPDR sel
1861       - 26  # NDRPDR sel
1862       - 29  # NDRPDR sel
1863       - 30  # NDRPDR sel
1864     csit-vpp-perf-verify-1908-3n-hsw:
1865       - 12  # NDRPDR sel
1866       - 13  # NDRPDR sel
1867       - 14  # NDRPDR sel
1868       - 15  # NDRPDR sel
1869       - 16  # NDRPDR sel
1870       - 17  # NDRPDR sel
1871       - 18  # NDRPDR sel
1872       - 19  # NDRPDR sel
1873       - 20  # NDRPDR sel
1874       - 21  # NDRPDR sel
1875       - 48  # NDRPDR sel vhost
1876       - 49  # NDRPDR sel vhost
1877       - 52  # NDRPDR sel vhost
1878       - 53  # NDRPDR sel vhost
1879       - 54  # NDRPDR sel vhost
1880       - 55  # NDRPDR sel vhost
1881       - 56  # NDRPDR sel vhost
1882       - 57  # NDRPDR sel vhost
1883       - 58  # NDRPDR sel vhost
1884       - 59  # NDRPDR sel vhost
1885       - 39  # MRR sel
1886     csit-vpp-perf-verify-2001-3n-hsw:
1887       - 21  # NDRPDR sel
1888       - 22  # NDRPDR sel
1889       - 23  # NDRPDR sel
1890       - 24  # NDRPDR sel
1891       - 25  # NDRPDR sel
1892       - 29  # NDRPDR sel
1893       - 30  # NDRPDR sel
1894       - 31  # NDRPDR sel
1895       - 17  # MRR sel
1896       - 18  # NDRPDR full
1897       - 20  # NDRPDR full
1898       - 28  # NDRPDR full
1899
1900 #    csit-vpp-perf-verify-1904-3n-skx:
1901 #      - 7   # MRR sel
1902 #      - 8   # NDRPDR sel
1903 #      - 9   # NDRPDR sel
1904 #      - 10  # NDRPDR sel
1905 #      - 11  # NDRPDR sel
1906 #      - 12  # NDRPDR sel
1907 #      - 14  # NDRPDR sel
1908 #      - 16  # NDRPDR sel
1909 #      - 21  # NDRPDR sel
1910 #      - 23  # NDRPDR sel
1911 #      - 25  # NDRPDR sel
1912 #    csit-vpp-perf-verify-1908-3n-skx:
1913 #      - 14  # NDRPDR sel
1914 #      - 16  # NDRPDR sel
1915 #      - 19  # NDRPDR sel
1916 #      - 20  # NDRPDR sel
1917 #      - 22  # NDRPDR sel
1918 #      - 23  # NDRPDR sel
1919 #      - 24  # NDRPDR sel
1920 #      - 25  # NDRPDR sel
1921 #      - 26  # NDRPDR sel
1922 #      - 29  # NDRPDR sel
1923 #      - 52  # NDRPDR sel vhost
1924 #      - 53  # NDRPDR sel vhost
1925 #      - 55  # NDRPDR sel vhost
1926 #      - 61  # NDRPDR sel vhost
1927 #      - 62  # NDRPDR sel vhost
1928 #      - 63  # NDRPDR sel vhost
1929 #      - 64  # NDRPDR sel vhost
1930 #      - 65  # NDRPDR sel vhost
1931 #      - 66  # NDRPDR sel vhost
1932 #      - 67  # NDRPDR sel vhost
1933 #      - 36  # MRR sel
1934 #    csit-vpp-perf-verify-2001-3n-skx:
1935 #      - 14  # NDRPDR sel
1936 #      - 15  # NDRPDR sel
1937 #      - 16  # NDRPDR sel
1938
1939 #    csit-vpp-perf-verify-1904-2n-skx:
1940 #      - 11  # MRR sel
1941 #      - 12  # NDRPDR sel
1942 #      - 14  # NDRPDR sel
1943 #      - 16  # NDRPDR sel
1944 #      - 17  # NDRPDR sel
1945 #      - 18  # NDRPDR sel
1946 #      - 21  # NDRPDR sel
1947 #      - 27  # NDRPDR sel
1948 #      - 30  # NDRPDR sel
1949 #      - 31  # NDRPDR sel
1950 #      - 32  # NDRPDR sel
1951 #    csit-vpp-perf-verify-1908-2n-skx:
1952 #      - 26  # NDRPDR sel
1953 #      - 27  # NDRPDR sel
1954 #      - 34  # NDRPDR sel
1955 #      - 35  # NDRPDR sel
1956 #      - 36  # NDRPDR sel
1957 #      - 42  # NDRPDR sel
1958 #      - 43  # NDRPDR sel
1959 #      - 44  # NDRPDR sel
1960 #      - 45  # NDRPDR sel
1961 #      - 46  # NDRPDR sel
1962 #      - 88  # NDRPDR sel vhost
1963 #      - 89  # NDRPDR sel vhost
1964 #      - 91  # NDRPDR sel vhost
1965 #      - 92  # NDRPDR sel vhost
1966 #      - 93  # NDRPDR sel vhost
1967 #      - 94  # NDRPDR sel vhost
1968 #      - 95  # NDRPDR sel vhost
1969 #      - 96  # NDRPDR sel vhost
1970 #      - 97  # NDRPDR sel vhost
1971 #      - 98  # NDRPDR sel vhost
1972 #      - 69  # MRR sel
1973 #      - 29  # TCP
1974 #      - 30  # TCP
1975 #      - 58  # TCP
1976 #      - 22  # NFV
1977 #      - 31  # NFV
1978 #      - 32  # NFV
1979 #      - 71  # NFV MRR
1980 #      - 113 # NFV reconf sel
1981 #      - 114 # NFV reconf sel
1982 #      - 115 # NFV reconf sel
1983 #      - 83  # SOAK
1984 #      - 86  # SOAK
1985 #    csit-vpp-perf-verify-2001-2n-skx:
1986 #      - 21  # NDRPDR sel
1987 #      - 22  # NDRPDR sel
1988 #      - 23  # NDRPDR sel
1989 #      - 26  # NDRPDR sel
1990 #      - 27  # NDRPDR sel
1991 #      - 29  # NDRPDR sel
1992 #      - 32  # NDRPDR full
1993 #      - 33  # NDRPDR full
1994 #      - 30  # NFV
1995 #      - 31  # NFV
1996
1997 #    csit-vpp-perf-verify-2001-2n-clx:
1998 #      - 22  # NDRPDR sel
1999 #      - 23  # NDRPDR sel
2000 #      - 24  # NDRPDR sel
2001 #      - 25  # NDRPDR sel
2002
2003     csit-vpp-perf-verify-1908-3n-tsh:
2004       - 7   # NDRPDR sel
2005       - 8   # NDRPDR sel
2006       - 9   # NDRPDR sel
2007       - 10  # NDRPDR sel
2008       - 11  # NDRPDR sel
2009       - 12  # NDRPDR sel
2010       - 13  # NDRPDR sel
2011       - 14  # NDRPDR sel
2012       - 15  # NDRPDR sel
2013       - 16  # NDRPDR sel
2014       - 17  # MRR sel
2015     csit-vpp-perf-verify-2001-3n-tsh:
2016       - 3   # NDRPDR sel
2017       - 4   # NDRPDR sel
2018       - 7   # NDRPDR sel
2019       - 8   # NDRPDR sel
2020
2021     csit-vpp-perf-verify-1908-3n-dnv:
2022       - 6   # NDRPDR sel
2023       - 7   # NDRPDR sel
2024       - 8   # NDRPDR sel
2025       - 9   # NDRPDR sel
2026       - 10  # NDRPDR sel
2027       - 12  # NDRPDR sel
2028       - 13  # NDRPDR sel
2029       - 14  # NDRPDR sel
2030       - 15  # NDRPDR sel
2031       - 16  # NDRPDR sel
2032       - 17  # MRR sel
2033     csit-vpp-perf-verify-2001-3n-dnv:
2034       - 5   # NDRPDR sel
2035       - 6   # NDRPDR sel
2036       - 7   # NDRPDR sel
2037       - 8   # NDRPDR sel
2038       - 9   # NDRPDR sel
2039       - 10  # NDRPDR sel
2040       - 12  # NDRPDR sel
2041       - 16  # NDRPDR sel
2042       - 17  # NDRPDR sel
2043       - 18  # NDRPDR sel
2044       - 11  # MRR sel
2045       - 13  # NDRPDR full
2046       - 15  # NDRPDR full
2047       - 19  # NDRPDR full
2048       - 20  # NDRPDR full
2049       - 21  # NDRPDR full
2050
2051     csit-vpp-perf-verify-1908-2n-dnv:
2052       - 1   # NDRPDR sel
2053       - 2   # NDRPDR sel
2054       - 3   # NDRPDR sel
2055       - 4   # NDRPDR sel
2056       - 5   # NDRPDR sel
2057       - 6   # NDRPDR sel
2058       - 7   # NDRPDR sel
2059       - 8   # NDRPDR sel
2060       - 9   # NDRPDR sel
2061       - 10  # NDRPDR sel
2062       - 11  # MRR sel
2063     csit-vpp-perf-verify-2001-2n-dnv:
2064       - 4   # NDRPDR sel
2065       - 5   # NDRPDR sel
2066       - 6   # NDRPDR sel
2067       - 7   # NDRPDR sel
2068       - 8   # NDRPDR sel
2069       - 9   # NDRPDR sel
2070       - 10  # NDRPDR sel
2071       - 11  # NDRPDR sel
2072       - 13  # NDRPDR sel
2073       - 16  # NDRPDR sel
2074       - 12  # MRR sel
2075       - 21  # NDRPDR full
2076       - 22  # NDRPDR full
2077
2078     csit-dpdk-perf-verify-1904-3n-hsw:
2079       - 2   # NDRPDR sel
2080       - 3   # NDRPDR sel
2081       - 5   # NDRPDR sel
2082       - 6   # NDRPDR sel
2083       - 13  # NDRPDR sel
2084       - 14  # NDRPDR sel
2085       - 15  # NDRPDR sel
2086       - 18  # NDRPDR sel
2087       - 19  # NDRPDR sel
2088       - 20  # NDRPDR sel
2089     csit-dpdk-perf-verify-1908-3n-hsw:
2090       - 2   # NDRPDR sel
2091       - 3   # NDRPDR sel
2092       - 4   # NDRPDR sel
2093       - 5   # NDRPDR sel
2094       - 6   # NDRPDR sel
2095       - 7   # NDRPDR sel
2096       - 8   # NDRPDR sel
2097       - 9   # NDRPDR sel
2098       - 10  # NDRPDR sel
2099       - 11  # NDRPDR sel
2100     csit-dpdk-perf-verify-2001-3n-hsw:
2101       - 4   # NDRPDR sel
2102       - 5   # NDRPDR sel
2103       - 6   # NDRPDR sel
2104       - 7   # NDRPDR sel
2105       - 8   # NDRPDR sel
2106       - 9   # NDRPDR sel
2107       - 10  # NDRPDR sel
2108       - 11  # NDRPDR sel
2109       - 12  # NDRPDR sel
2110       - 13  # NDRPDR sel
2111       - 15  # NDRPDR sel
2112       - 16  # NDRPDR sel
2113       - 17  # NDRPDR sel
2114       - 18  # NDRPDR sel
2115       - 19  # NDRPDR sel
2116       - 20  # NDRPDR sel
2117       - 22  # NDRPDR sel
2118
2119 #    csit-dpdk-perf-verify-1904-3n-skx:
2120 #      - 2   # NDRPDR sel
2121 #      - 3   # NDRPDR sel
2122 #      - 4   # NDRPDR sel
2123 #      - 5   # NDRPDR sel
2124 #      - 6   # NDRPDR sel
2125 #      - 7   # NDRPDR sel
2126 #      - 11  # NDRPDR sel
2127 #      - 12  # NDRPDR sel
2128 #      - 13  # NDRPDR sel
2129 #      - 14  # NDRPDR sel
2130 #    csit-dpdk-perf-verify-1908-3n-skx:
2131 #      - 3   # NDRPDR sel
2132 #      - 4   # NDRPDR sel
2133 #      - 5   # NDRPDR sel
2134 #      - 6   # NDRPDR sel
2135 #      - 7   # NDRPDR sel
2136 #      - 8   # NDRPDR sel
2137 #      - 9   # NDRPDR sel
2138 #      - 10  # NDRPDR sel
2139 #      - 11  # NDRPDR sel
2140 #      - 12  # NDRPDR sel
2141 #    csit-dpdk-perf-verify-2001-3n-skx:
2142 #      - 1   # NDRPDR sel
2143 #      - 2   # NDRPDR sel
2144 #      - 3   # NDRPDR sel
2145 #      - 4   # NDRPDR sel
2146 #      - 5   # NDRPDR sel
2147 #      - 6   # NDRPDR sel
2148 #      - 7   # NDRPDR sel
2149 #      - 8   # NDRPDR sel
2150 #      - 9   # NDRPDR sel
2151 #      - 10  # NDRPDR sel
2152
2153 #    csit-dpdk-perf-verify-1904-2n-skx:
2154 #      - 2   # NDRPDR sel
2155 #      - 3   # NDRPDR sel
2156 #      - 4   # NDRPDR sel
2157 #      - 5   # NDRPDR sel
2158 #      - 7   # NDRPDR sel
2159 #      - 8   # NDRPDR sel
2160 #      - 9   # NDRPDR sel
2161 #      - 10  # NDRPDR sel
2162 #      - 11  # NDRPDR sel
2163 #      - 12  # NDRPDR sel
2164 #    csit-dpdk-perf-verify-1908-2n-skx:
2165 #      - 2   # NDRPDR sel
2166 #      - 3   # NDRPDR sel
2167 #      - 4   # NDRPDR sel
2168 #      - 5   # NDRPDR sel
2169 #      - 7   # NDRPDR sel
2170 #      - 8   # NDRPDR sel
2171 #      - 9   # NDRPDR sel
2172 #      - 10  # NDRPDR sel
2173 #      - 11  # NDRPDR sel
2174 #      - 12  # NDRPDR sel
2175 #    csit-dpdk-perf-verify-2001-2n-skx:
2176 #      - 1   # NDRPDR sel
2177 #      - 2   # NDRPDR sel
2178 #      - 3   # NDRPDR sel
2179 #      - 4   # NDRPDR sel
2180 #      - 5   # NDRPDR sel
2181 #      - 6   # NDRPDR sel
2182 #      - 7   # NDRPDR sel
2183 #      - 8   # NDRPDR sel
2184 #      - 9   # NDRPDR sel
2185 #      - 10  # NDRPDR sel
2186 #      - 11  # NDRPDR sel
2187 #      - 13  # NDRPDR sel
2188 #      - 26  # NDRPDR sel
2189 #      - 16  # NDRPDR sel
2190 #      - 17  # NDRPDR sel
2191 #      - 18  # NDRPDR sel
2192 #      - 19  # NDRPDR sel
2193 #      - 27  # NDRPDR sel
2194 #      - 21  # NDRPDR sel
2195 #      - 25  # NDRPDR sel
2196
2197 #    csit-dpdk-perf-verify-2001-2n-clx:
2198 #      - 1   # NDRPDR sel
2199 #      - 2   # NDRPDR sel
2200 #      - 3   # NDRPDR sel
2201 #      - 4   # NDRPDR sel
2202 #      - 5   # NDRPDR sel
2203 #      - 6   # NDRPDR sel
2204 #      - 7   # NDRPDR sel
2205 #      - 8   # NDRPDR sel
2206 #      - 9   # NDRPDR sel
2207 #      - 10  # NDRPDR sel
2208
2209     csit-vpp-device-2001-ubuntu1804-1n-skx:
2210       - 57
2211
2212 - type: "output"
2213   output: "report"
2214   format:
2215     html:
2216     - full
2217 # TODO: Enable for release runs:
2218 #    pdf:
2219 #    - minimal
2220
2221 ################################################################################
2222 ###                               T A B L E S                                ###
2223 ################################################################################
2224
2225 ## VPP Soak vs NDR
2226 #- type: "table"
2227 #  title: "VPP Soak vs NDR 2n-skx"
2228 #  algorithm: "table_soak_vs_ndr"
2229 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2230 #  reference:
2231 #    title: "NDR"
2232 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
2233 #  compare:
2234 #    title: "Soak"
2235 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
2236 #  data: "vpp-soak-vs-ndr-2n-skx"
2237 #  include-tests: "NDR"
2238 #  filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2239 #  parameters:
2240 #    - "throughput"
2241 #    - "name"
2242 #    - "parent"
2243
2244 ################################################################################
2245
2246 ## VPP Compare NICs 3n-skx 2t1c ndr
2247 #- type: "table"
2248 #  title: "VPP Compare NICs 3n-skx 2t1c ndr"
2249 #  algorithm: "table_nics_comparison"
2250 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2251 #  reference:
2252 #    title: "x710"
2253 #    nic: "NIC_Intel-X710"
2254 #  compare:
2255 #    title: "xxv710"
2256 #    nic: "NIC_Intel-XXV710"
2257 #  data: "vpp-nic-comparison-3n-skx"
2258 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2259 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2260 #  parameters:
2261 #  - "name"
2262 #  - "parent"
2263 #  - "throughput"
2264 #  - "tags"
2265 #
2266 ## VPP Compare NICs 3n-skx 4t2c ndr
2267 #- type: "table"
2268 #  title: "VPP Compare NICs 3n-skx 4t2c ndr"
2269 #  algorithm: "table_nics_comparison"
2270 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2271 #  reference:
2272 #    title: "x710"
2273 #    nic: "NIC_Intel-X710"
2274 #  compare:
2275 #    title: "xxv710"
2276 #    nic: "NIC_Intel-XXV710"
2277 #  data: "vpp-nic-comparison-3n-skx"
2278 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2279 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2280 #  parameters:
2281 #  - "name"
2282 #  - "parent"
2283 #  - "throughput"
2284 #  - "tags"
2285 #
2286 ## VPP Compare NICs 3n-skx 2t1c pdr
2287 #- type: "table"
2288 #  title: "VPP Compare NICs 3n-skx 2t1c pdr"
2289 #  algorithm: "table_nics_comparison"
2290 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2291 #  reference:
2292 #    title: "x710"
2293 #    nic: "NIC_Intel-X710"
2294 #  compare:
2295 #    title: "xxv710"
2296 #    nic: "NIC_Intel-XXV710"
2297 #  data: "vpp-nic-comparison-3n-skx"
2298 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2299 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2300 #  parameters:
2301 #  - "name"
2302 #  - "parent"
2303 #  - "throughput"
2304 #  - "tags"
2305 #
2306 # # VPP Compare NICs 3n-skx 4t2c pdr
2307 #- type: "table"
2308 #  title: "VPP Compare NICs 3n-skx 4t2c pdr"
2309 #  algorithm: "table_nics_comparison"
2310 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2311 #  reference:
2312 #    title: "x710"
2313 #    nic: "NIC_Intel-X710"
2314 #  compare:
2315 #    title: "xxv710"
2316 #    nic: "NIC_Intel-XXV710"
2317 #  data: "vpp-nic-comparison-3n-skx"
2318 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2319 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2320 #  parameters:
2321 #  - "name"
2322 #  - "parent"
2323 #  - "throughput"
2324 #  - "tags"
2325 #
2326 ## VPP Compare NICs 3n-skx 2t1c mrr
2327 #- type: "table"
2328 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2329 #  algorithm: "table_nics_comparison"
2330 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2331 #  reference:
2332 #    title: "x710"
2333 #    nic: "NIC_Intel-X710"
2334 #  compare:
2335 #    title: "xxv710"
2336 #    nic: "NIC_Intel-XXV710"
2337 #  data: "vpp-nic-comparison-3n-skx-mrr"
2338 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2339 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2340 #  parameters:
2341 #  - "name"
2342 #  - "parent"
2343 #  - "result"
2344 #  - "tags"
2345 #
2346 ## VPP Compare NICs 3n-skx 4t2c mrr
2347 #- type: "table"
2348 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2349 #  algorithm: "table_nics_comparison"
2350 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2351 #  reference:
2352 #    title: "x710"
2353 #    nic: "NIC_Intel-X710"
2354 #  compare:
2355 #    title: "xxv710"
2356 #    nic: "NIC_Intel-XXV710"
2357 #  data: "vpp-nic-comparison-3n-skx-mrr"
2358 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2359 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2360 #  parameters:
2361 #  - "name"
2362 #  - "parent"
2363 #  - "result"
2364 #  - "tags"
2365 #
2366 # # VPP Compare NICs 3n-skx 8t4c mrr
2367 #- type: "table"
2368 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2369 #  algorithm: "table_nics_comparison"
2370 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2371 #  reference:
2372 #    title: "x710"
2373 #    nic: "NIC_Intel-X710"
2374 #  compare:
2375 #    title: "xxv710"
2376 #    nic: "NIC_Intel-XXV710"
2377 #  data: "vpp-nic-comparison-3n-skx-mrr"
2378 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2379 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2380 #  parameters:
2381 #  - "name"
2382 #  - "parent"
2383 #  - "result"
2384 #  - "tags"
2385 #
2386 ## VPP Compare NICs 2n-skx 2t1c ndr
2387 #- type: "table"
2388 #  title: "VPP Compare NICs 2n-skx 2t1c ndr"
2389 #  algorithm: "table_nics_comparison"
2390 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2391 #  reference:
2392 #    title: "x710"
2393 #    nic: "NIC_Intel-X710"
2394 #  compare:
2395 #    title: "xxv710"
2396 #    nic: "NIC_Intel-XXV710"
2397 #  data: "vpp-nic-comparison-2n-skx"
2398 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2399 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2400 #  parameters:
2401 #  - "name"
2402 #  - "parent"
2403 #  - "throughput"
2404 #  - "tags"
2405 #
2406 ## VPP Compare NICs 2n-skx 4t2c ndr
2407 #- type: "table"
2408 #  title: "VPP Compare NICs 2n-skx 4t2c ndr"
2409 #  algorithm: "table_nics_comparison"
2410 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2411 #  reference:
2412 #    title: "x710"
2413 #    nic: "NIC_Intel-X710"
2414 #  compare:
2415 #    title: "xxv710"
2416 #    nic: "NIC_Intel-XXV710"
2417 #  data: "vpp-nic-comparison-2n-skx"
2418 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2419 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2420 #  parameters:
2421 #  - "name"
2422 #  - "parent"
2423 #  - "throughput"
2424 #  - "tags"
2425 #
2426 # # VPP Compare NICs 2n-skx 2t1c pdr
2427 #- type: "table"
2428 #  title: "VPP Compare NICs 2n-skx 2t1c pdr"
2429 #  algorithm: "table_nics_comparison"
2430 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2431 #  reference:
2432 #    title: "x710"
2433 #    nic: "NIC_Intel-X710"
2434 #  compare:
2435 #    title: "xxv710"
2436 #    nic: "NIC_Intel-XXV710"
2437 #  data: "vpp-nic-comparison-2n-skx"
2438 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2439 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2440 #  parameters:
2441 #  - "name"
2442 #  - "parent"
2443 #  - "throughput"
2444 #  - "tags"
2445 #
2446 ## VPP Compare NICs 2n-skx 4t2c pdr
2447 #- type: "table"
2448 #  title: "VPP Compare NICs 2n-skx 4t2c pdr"
2449 #  algorithm: "table_nics_comparison"
2450 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2451 #  reference:
2452 #    title: "x710"
2453 #    nic: "NIC_Intel-X710"
2454 #  compare:
2455 #    title: "xxv710"
2456 #    nic: "NIC_Intel-XXV710"
2457 #  data: "vpp-nic-comparison-2n-skx"
2458 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2459 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2460 #  parameters:
2461 #  - "name"
2462 #  - "parent"
2463 #  - "throughput"
2464 #  - "tags"
2465 #
2466 ## VPP Compare NICs 2n-skx 2t1c mrr
2467 #- type: "table"
2468 #  title: "VPP Compare NICs 2n-skx 2t1c mrr"
2469 #  algorithm: "table_nics_comparison"
2470 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2471 #  reference:
2472 #    title: "x710"
2473 #    nic: "NIC_Intel-X710"
2474 #  compare:
2475 #    title: "xxv710"
2476 #    nic: "NIC_Intel-XXV710"
2477 #  data: "vpp-nic-comparison-2n-skx-mrr"
2478 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2479 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2480 #  parameters:
2481 #  - "name"
2482 #  - "parent"
2483 #  - "result"
2484 #  - "tags"
2485 #
2486 ## VPP Compare NICs 2n-skx 4t2c mrr
2487 #- type: "table"
2488 #  title: "VPP Compare NICs 2n-skx 4t2c mrr"
2489 #  algorithm: "table_nics_comparison"
2490 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2491 #  reference:
2492 #    title: "x710"
2493 #    nic: "NIC_Intel-X710"
2494 #  compare:
2495 #    title: "xxv710"
2496 #    nic: "NIC_Intel-XXV710"
2497 #  data: "vpp-nic-comparison-2n-skx-mrr"
2498 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2499 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2500 #  parameters:
2501 #  - "name"
2502 #  - "parent"
2503 #  - "result"
2504 #  - "tags"
2505 #
2506 ## VPP Compare NICs 2n-skx 8t4c mrr
2507 #- type: "table"
2508 #  title: "VPP Compare NICs 2n-skx 8t4c mrr"
2509 #  algorithm: "table_nics_comparison"
2510 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2511 #  reference:
2512 #    title: "x710"
2513 #    nic: "NIC_Intel-X710"
2514 #  compare:
2515 #    title: "xxv710"
2516 #    nic: "NIC_Intel-XXV710"
2517 #  data: "vpp-nic-comparison-2n-skx-mrr"
2518 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2519 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2520 #  parameters:
2521 #  - "name"
2522 #  - "parent"
2523 #  - "result"
2524 #  - "tags"
2525
2526 ################################################################################
2527 # VPP
2528
2529 # VPP Performance Changes 3n-hsw 1t1c pdr
2530 - type: "table"
2531   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2532   algorithm: "table_perf_comparison"
2533   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2534   history:
2535     - title: "rls1904"
2536       data: "vpp-performance-changes-3n-hsw-h1"
2537   reference:
2538     title: "rls1908"
2539     data: "vpp-performance-changes-3n-hsw-ref"
2540     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2541   compare:
2542     title: "rls2001"
2543     data: "vpp-performance-changes-3n-hsw-cmp"
2544   data: "vpp-performance-changes-3n-hsw"
2545   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2546   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2547   parameters:
2548   - "name"
2549   - "parent"
2550   - "throughput"
2551
2552 # VPP Performance Changes 3n-hsw 2t2c pdr
2553 - type: "table"
2554   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2555   algorithm: "table_perf_comparison"
2556   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2557   history:
2558     - title: "rls1904"
2559       data: "vpp-performance-changes-3n-hsw-h1"
2560   reference:
2561     title: "rls1908"
2562     data: "vpp-performance-changes-3n-hsw-ref"
2563     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2564   compare:
2565     title: "rls2001"
2566     data: "vpp-performance-changes-3n-hsw-cmp"
2567   data: "vpp-performance-changes-3n-hsw"
2568   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2569   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2570   parameters:
2571   - "name"
2572   - "parent"
2573   - "throughput"
2574
2575 # VPP Performance Changes 3n-hsw 1t1c ndr
2576 - type: "table"
2577   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2578   algorithm: "table_perf_comparison"
2579   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2580   history:
2581     - title: "rls1904"
2582       data: "vpp-performance-changes-3n-hsw-h1"
2583   reference:
2584     title: "rls1908"
2585     data: "vpp-performance-changes-3n-hsw-ref"
2586     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2587   compare:
2588     title: "rls2001"
2589     data: "vpp-performance-changes-3n-hsw-cmp"
2590   data: "vpp-performance-changes-3n-hsw"
2591   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2592   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2593   parameters:
2594   - "name"
2595   - "parent"
2596   - "throughput"
2597
2598 # VPP Performance Changes 3n-hsw 2t2c ndr
2599 - type: "table"
2600   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2601   algorithm: "table_perf_comparison"
2602   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2603   history:
2604     - title: "rls1904"
2605       data: "vpp-performance-changes-3n-hsw-h1"
2606   reference:
2607     title: "rls1908"
2608     data: "vpp-performance-changes-3n-hsw-ref"
2609     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2610   compare:
2611     title: "rls2001"
2612     data: "vpp-performance-changes-3n-hsw-cmp"
2613   data: "vpp-performance-changes-3n-hsw"
2614   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2615   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2616   parameters:
2617   - "name"
2618   - "parent"
2619   - "throughput"
2620
2621 ## VPP Performance Changes 3n-skx 2t1c pdr
2622 #- type: "table"
2623 #  title: "VPP Performance Changes 3n-skx 2t1c pdr"
2624 #  algorithm: "table_perf_comparison_nic"
2625 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2626 #  history:
2627 #    - title: "rls1904 x710"
2628 #      data: "vpp-performance-changes-3n-skx-h1"
2629 #      nic: "NIC_Intel-X710"
2630 #  reference:
2631 #    title: "rls1908 xxv710"
2632 #    data: "vpp-performance-changes-3n-skx-ref"
2633 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2634 #    nic: "NIC_Intel-XXV710"
2635 #  compare:
2636 #    title: "rls2001 xxv710"
2637 #    data: "vpp-performance-changes-3n-skx-cmp"
2638 #    nic: "NIC_Intel-XXV710"
2639 #  data: "vpp-performance-changes-3n-skx"
2640 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2641 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2642 #  parameters:
2643 #  - "name"
2644 #  - "parent"
2645 #  - "throughput"
2646 #  - "tags"
2647 #
2648 ## VPP Performance Changes 3n-skx 4t2c pdr
2649 #- type: "table"
2650 #  title: "VPP Performance Changes 3n-skx 4t2c pdr"
2651 #  algorithm: "table_perf_comparison_nic"
2652 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2653 #  history:
2654 #    - title: "rls1904 x710"
2655 #      data: "vpp-performance-changes-3n-skx-h1"
2656 #      nic: "NIC_Intel-X710"
2657 #  reference:
2658 #    title: "rls1908 x710"
2659 #    data: "vpp-performance-changes-3n-skx-ref"
2660 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2661 #    nic: "NIC_Intel-X710"
2662 #  compare:
2663 #    title: "rls2001 xxv710"
2664 #    data: "vpp-performance-changes-3n-skx-cmp"
2665 #    nic: "NIC_Intel-XXV710"
2666 #  data: "vpp-performance-changes-3n-skx"
2667 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2668 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2669 #  parameters:
2670 #  - "name"
2671 #  - "parent"
2672 #  - "throughput"
2673 #  - "tags"
2674 #
2675 ## VPP Performance Changes 3n-skx 2t1c ndr
2676 #- type: "table"
2677 #  title: "VPP Performance Changes 3n-skx 2t1c ndr"
2678 #  algorithm: "table_perf_comparison_nic"
2679 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2680 #  history:
2681 #    - title: "rls1904 x710"
2682 #      data: "vpp-performance-changes-3n-skx-h1"
2683 #      nic: "NIC_Intel-X710"
2684 #  reference:
2685 #    title: "rls1908 x710"
2686 #    data: "vpp-performance-changes-3n-skx-ref"
2687 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2688 #    nic: "NIC_Intel-X710"
2689 #  compare:
2690 #    title: "rls2001 xxv710"
2691 #    data: "vpp-performance-changes-3n-skx-cmp"
2692 #    nic: "NIC_Intel-XXV710"
2693 #  data: "vpp-performance-changes-3n-skx"
2694 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2695 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2696 #  parameters:
2697 #  - "name"
2698 #  - "parent"
2699 #  - "throughput"
2700 #  - "tags"
2701 #
2702 ## VPP Performance Changes 3n-skx 4t2c ndr
2703 #- type: "table"
2704 #  title: "VPP Performance Changes 3n-skx 4t2c ndr"
2705 #  algorithm: "table_perf_comparison_nic"
2706 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2707 #  history:
2708 #    - title: "rls1904 x710"
2709 #      data: "vpp-performance-changes-3n-skx-h1"
2710 #      nic: "NIC_Intel-X710"
2711 #  reference:
2712 #    title: "rls1908 x710"
2713 #    data: "vpp-performance-changes-3n-skx-ref"
2714 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2715 #    nic: "NIC_Intel-X710"
2716 #  compare:
2717 #    title: "rls2001 xxv710"
2718 #    data: "vpp-performance-changes-3n-skx-cmp"
2719 #    nic: "NIC_Intel-XXV710"
2720 #  data: "vpp-performance-changes-3n-skx"
2721 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2722 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2723 #  parameters:
2724 #  - "name"
2725 #  - "parent"
2726 #  - "throughput"
2727 #  - "tags"
2728 #
2729 ## VPP Performance Changes 2n-skx 2t1c pdr
2730 #- type: "table"
2731 #  title: "VPP Performance Changes 2n-skx 2t1c pdr"
2732 #  algorithm: "table_perf_comparison_nic"
2733 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2734 #  history:
2735 #    - title: "rls1904 x710"
2736 #      data: "vpp-performance-changes-2n-skx-h1"
2737 #      nic: "NIC_Intel-X710"
2738 #  reference:
2739 #    title: "rls1908 xxv710"
2740 #    data: "vpp-performance-changes-2n-skx-ref"
2741 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2742 #    nic: "NIC_Intel-XXV710"
2743 #  compare:
2744 #    title: "rls2001 xxv710"
2745 #    data: "vpp-performance-changes-2n-skx-cmp"
2746 #    nic: "NIC_Intel-XXV710"
2747 #  data: "vpp-performance-changes-2n-skx"
2748 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2749 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2750 #  parameters:
2751 #  - "name"
2752 #  - "parent"
2753 #  - "throughput"
2754 #  - "tags"
2755 #
2756 ## VPP Performance Changes 2n-skx 4t2c pdr
2757 #- type: "table"
2758 #  title: "VPP Performance Changes 2n-skx 4t2c pdr"
2759 #  algorithm: "table_perf_comparison_nic"
2760 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2761 #  history:
2762 #    - title: "rls1904 x710"
2763 #      data: "vpp-performance-changes-2n-skx-h1"
2764 #      nic: "NIC_Intel-X710"
2765 #  reference:
2766 #    title: "rls1908 xxv710"
2767 #    data: "vpp-performance-changes-2n-skx-ref"
2768 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2769 #    nic: "NIC_Intel-XXV710"
2770 #  compare:
2771 #    title: "rls2001 xxv710"
2772 #    data: "vpp-performance-changes-2n-skx-cmp"
2773 #    nic: "NIC_Intel-XXV710"
2774 #  data: "vpp-performance-changes-2n-skx"
2775 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2776 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2777 #  parameters:
2778 #  - "name"
2779 #  - "parent"
2780 #  - "throughput"
2781 #  - "tags"
2782 #
2783 ## VPP Performance Changes 2n-skx 2t1c ndr
2784 #- type: "table"
2785 #  title: "VPP Performance Changes 2n-skx 2t1c ndr"
2786 #  algorithm: "table_perf_comparison_nic"
2787 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2788 #  history:
2789 #    - title: "rls1904 x710"
2790 #      data: "vpp-performance-changes-2n-skx-h1"
2791 #      nic: "NIC_Intel-X710"
2792 #  reference:
2793 #    title: "rls1908 xxv710"
2794 #    data: "vpp-performance-changes-2n-skx-ref"
2795 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2796 #    nic: "NIC_Intel-XXV710"
2797 #  compare:
2798 #    title: "rls2001 xxv710"
2799 #    data: "vpp-performance-changes-2n-skx-cmp"
2800 #    nic: "NIC_Intel-XXV710"
2801 #  data: "vpp-performance-changes-2n-skx"
2802 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2803 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2804 #  parameters:
2805 #  - "name"
2806 #  - "parent"
2807 #  - "throughput"
2808 #  - "tags"
2809 #
2810 ## VPP Performance Changes 2n-skx 4t2c ndr
2811 #- type: "table"
2812 #  title: "VPP Performance Changes 2n-skx 4t2c ndr"
2813 #  algorithm: "table_perf_comparison_nic"
2814 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2815 #  history:
2816 #    - title: "rls1904 x710"
2817 #      data: "vpp-performance-changes-2n-skx-h1"
2818 #      nic: "NIC_Intel-X710"
2819 #  reference:
2820 #    title: "rls1908 xxv710"
2821 #    data: "vpp-performance-changes-2n-skx-ref"
2822 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2823 #    nic: "NIC_Intel-XXV710"
2824 #  compare:
2825 #    title: "rls2001 xxv710"
2826 #    data: "vpp-performance-changes-2n-skx-cmp"
2827 #    nic: "NIC_Intel-XXV710"
2828 #  data: "vpp-performance-changes-2n-skx"
2829 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2830 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2831 #  parameters:
2832 #  - "name"
2833 #  - "parent"
2834 #  - "throughput"
2835 #  - "tags"
2836 #
2837 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
2838 #- type: "table"
2839 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
2840 #  algorithm: "table_perf_comparison"
2841 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
2842 #  reference:
2843 #    title: "rls1908"
2844 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
2845 #  compare:
2846 #    title: "rls2001"
2847 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
2848 #  data: "vpp-performance-changes-nfv-2n-skx"
2849 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2850 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
2851 #  parameters:
2852 #  - "name"
2853 #  - "parent"
2854 #  - "throughput"
2855 #  - "tags"
2856 #
2857 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
2858 #- type: "table"
2859 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
2860 #  algorithm: "table_perf_comparison"
2861 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
2862 #  reference:
2863 #    title: "rls1908"
2864 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
2865 #  compare:
2866 #    title: "rls2001"
2867 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
2868 #  data: "vpp-performance-changes-nfv-2n-skx"
2869 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2870 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
2871 #  parameters:
2872 #  - "name"
2873 #  - "parent"
2874 #  - "throughput"
2875 #  - "tags"
2876 #
2877 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
2878 #- type: "table"
2879 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
2880 #  algorithm: "table_perf_comparison"
2881 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
2882 #  reference:
2883 #    title: "rls1908"
2884 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
2885 #  compare:
2886 #    title: "rls2001"
2887 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
2888 #  data: "vpp-performance-changes-nfv-2n-skx"
2889 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2890 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
2891 #  parameters:
2892 #  - "name"
2893 #  - "parent"
2894 #  - "throughput"
2895 #  - "tags"
2896 #
2897 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
2898 #- type: "table"
2899 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
2900 #  algorithm: "table_perf_comparison"
2901 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
2902 #  reference:
2903 #    title: "rls1908"
2904 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
2905 #  compare:
2906 #    title: "rls2001"
2907 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
2908 #  data: "vpp-performance-changes-nfv-2n-skx"
2909 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2910 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
2911 #  parameters:
2912 #  - "name"
2913 #  - "parent"
2914 #  - "throughput"
2915 #  - "tags"
2916
2917 # VPP Performance Changes 2n-dnv 1t1c pdr
2918 - type: "table"
2919   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
2920   algorithm: "table_perf_comparison"
2921   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
2922   reference:
2923     title: "rls1908"
2924     data: "vpp-performance-changes-2n-dnv-ref"
2925   compare:
2926     title: "rls2001"
2927     data: "vpp-performance-changes-2n-dnv-cmp"
2928   data: "vpp-performance-changes-2n-dnv"
2929   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2930   filter: "'1T1C'"
2931   parameters:
2932   - "name"
2933   - "parent"
2934   - "throughput"
2935   - "tags"
2936
2937 # VPP Performance Changes 2n-dnv 2t2c pdr
2938 - type: "table"
2939   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
2940   algorithm: "table_perf_comparison"
2941   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
2942   reference:
2943     title: "rls1908"
2944     data: "vpp-performance-changes-2n-dnv-ref"
2945   compare:
2946     title: "rls2001"
2947     data: "vpp-performance-changes-2n-dnv-cmp"
2948   data: "vpp-performance-changes-2n-dnv"
2949   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2950   filter: "'2T2C'"
2951   parameters:
2952   - "name"
2953   - "parent"
2954   - "throughput"
2955   - "tags"
2956
2957 # VPP Performance Changes 2n-dnv 1t1c ndr
2958 - type: "table"
2959   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
2960   algorithm: "table_perf_comparison"
2961   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
2962   reference:
2963     title: "rls1908"
2964     data: "vpp-performance-changes-2n-dnv-ref"
2965   compare:
2966     title: "rls2001"
2967     data: "vpp-performance-changes-2n-dnv-cmp"
2968   data: "vpp-performance-changes-2n-dnv"
2969   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2970   filter: "'1T1C'"
2971   parameters:
2972   - "name"
2973   - "parent"
2974   - "throughput"
2975   - "tags"
2976
2977 # VPP Performance Changes 2n-dnv 2t2c ndr
2978 - type: "table"
2979   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
2980   algorithm: "table_perf_comparison"
2981   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
2982   reference:
2983     title: "rls1908 "
2984     data: "vpp-performance-changes-2n-dnv-ref"
2985   compare:
2986     title: "rls2001"
2987     data: "vpp-performance-changes-2n-dnv-cmp"
2988   data: "vpp-performance-changes-2n-dnv"
2989   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2990   filter: "'2T2C'"
2991   parameters:
2992   - "name"
2993   - "parent"
2994   - "throughput"
2995   - "tags"
2996
2997 # VPP Performance Changes 3n-dnv 1t1c pdr
2998 - type: "table"
2999   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3000   algorithm: "table_perf_comparison"
3001   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3002   reference:
3003     title: "rls1908"
3004     data: "vpp-performance-changes-3n-dnv-ref"
3005   compare:
3006     title: "rls2001"
3007     data: "vpp-performance-changes-3n-dnv-cmp"
3008   data: "vpp-performance-changes-3n-dnv"
3009   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3010   filter: "'1T1C'"
3011   parameters:
3012   - "name"
3013   - "parent"
3014   - "throughput"
3015   - "tags"
3016
3017 # VPP Performance Changes 3n-dnv 2t2c pdr
3018 - type: "table"
3019   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3020   algorithm: "table_perf_comparison"
3021   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3022   reference:
3023     title: "rls1908"
3024     data: "vpp-performance-changes-3n-dnv-ref"
3025   compare:
3026     title: "rls2001"
3027     data: "vpp-performance-changes-3n-dnv-cmp"
3028   data: "vpp-performance-changes-3n-dnv"
3029   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3030   filter: "'2T2C'"
3031   parameters:
3032   - "name"
3033   - "parent"
3034   - "throughput"
3035   - "tags"
3036
3037 # VPP Performance Changes 3n-dnv 1t1c ndr
3038 - type: "table"
3039   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3040   algorithm: "table_perf_comparison"
3041   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3042   reference:
3043     title: "rls1908"
3044     data: "vpp-performance-changes-3n-dnv-ref"
3045   compare:
3046     title: "rls2001"
3047     data: "vpp-performance-changes-3n-dnv-cmp"
3048   data: "vpp-performance-changes-3n-dnv"
3049   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3050   filter: "'1T1C'"
3051   parameters:
3052   - "name"
3053   - "parent"
3054   - "throughput"
3055   - "tags"
3056
3057 # VPP Performance Changes 3n-dnv 2t2c ndr
3058 - type: "table"
3059   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3060   algorithm: "table_perf_comparison"
3061   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3062   reference:
3063     title: "rls1908"
3064     data: "vpp-performance-changes-3n-dnv-ref"
3065   compare:
3066     title: "rls2001"
3067     data: "vpp-performance-changes-3n-dnv-cmp"
3068   data: "vpp-performance-changes-3n-dnv"
3069   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3070   filter: "'2T2C'"
3071   parameters:
3072   - "name"
3073   - "parent"
3074   - "throughput"
3075   - "tags"
3076
3077 # VPP Performance Changes 3n-tsh 1t1c pdr
3078 - type: "table"
3079   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3080   algorithm: "table_perf_comparison"
3081   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3082   reference:
3083     title: "rls1908"
3084     data: "vpp-performance-changes-3n-tsh-ref"
3085   compare:
3086     title: "rls2001"
3087     data: "vpp-performance-changes-3n-tsh-cmp"
3088   data: "vpp-performance-changes-3n-tsh"
3089   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3090   filter: "'1T1C'"
3091   parameters:
3092   - "name"
3093   - "parent"
3094   - "throughput"
3095   - "tags"
3096
3097 # VPP Performance Changes 3n-tsh 2t2c pdr
3098 - type: "table"
3099   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3100   algorithm: "table_perf_comparison"
3101   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3102   reference:
3103     title: "rls1908"
3104     data: "vpp-performance-changes-3n-tsh-ref"
3105   compare:
3106     title: "rls2001"
3107     data: "vpp-performance-changes-3n-tsh-cmp"
3108   data: "vpp-performance-changes-3n-tsh"
3109   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3110   filter: "'2T2C'"
3111   parameters:
3112   - "name"
3113   - "parent"
3114   - "throughput"
3115   - "tags"
3116
3117 # VPP Performance Changes 3n-tsh 1t1c ndr
3118 - type: "table"
3119   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3120   algorithm: "table_perf_comparison"
3121   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3122   reference:
3123     title: "rls1908"
3124     data: "vpp-performance-changes-3n-tsh-ref"
3125   compare:
3126     title: "rls2001"
3127     data: "vpp-performance-changes-3n-tsh-cmp"
3128   data: "vpp-performance-changes-3n-tsh"
3129   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3130   filter: "'1T1C'"
3131   parameters:
3132   - "name"
3133   - "parent"
3134   - "throughput"
3135   - "tags"
3136
3137 # VPP Performance Changes 3n-tsh 2t2c ndr
3138 - type: "table"
3139   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3140   algorithm: "table_perf_comparison"
3141   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3142   reference:
3143     title: "rls1908"
3144     data: "vpp-performance-changes-3n-tsh-ref"
3145   compare:
3146     title: "rls2001"
3147     data: "vpp-performance-changes-3n-tsh-cmp"
3148   data: "vpp-performance-changes-3n-tsh"
3149   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3150   filter: "'2T2C'"
3151   parameters:
3152   - "name"
3153   - "parent"
3154   - "throughput"
3155   - "tags"
3156
3157 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3158 #- type: "table"
3159 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3160 #  algorithm: "table_perf_comparison_nic"
3161 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3162 #  reference:
3163 #    title: "3n-hsw xl710"
3164 #    data: "vpp-compare-testbeds-ref"
3165 #    nic: "NIC_Intel-XL710"
3166 #  compare:
3167 #    title: "3n-skx xxv710"
3168 #    data: "vpp-compare-testbeds-cmp"
3169 #    nic: "NIC_Intel-XXV710"
3170 #  data: "vpp-compare-testbeds"
3171 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3172 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3173 #  parameters:
3174 #  - "name"
3175 #  - "parent"
3176 #  - "throughput"
3177 #  - "tags"
3178 #
3179 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3180 #- type: "table"
3181 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3182 #  algorithm: "table_perf_comparison_nic"
3183 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3184 #  reference:
3185 #    title: "3n-hsw xl710"
3186 #    data: "vpp-compare-testbeds-ref"
3187 #    nic: "NIC_Intel-XL710"
3188 #  compare:
3189 #    title: "3n-skx xxv710"
3190 #    data: "vpp-compare-testbeds-cmp"
3191 #    nic: "NIC_Intel-XXV710"
3192 #  data: "vpp-compare-testbeds"
3193 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3194 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3195 #  parameters:
3196 #  - "name"
3197 #  - "parent"
3198 #  - "throughput"
3199 #  - "tags"
3200 #
3201 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3202 #- type: "table"
3203 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3204 #  algorithm: "table_perf_comparison_nic"
3205 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3206 #  reference:
3207 #    title: "3n-hsw xl710"
3208 #    data: "vpp-compare-testbeds-ref"
3209 #    nic: "NIC_Intel-XL710"
3210 #  compare:
3211 #    title: "3n-skx xxv710"
3212 #    data: "vpp-compare-testbeds-cmp"
3213 #    nic: "NIC_Intel-XXV710"
3214 #  data: "vpp-compare-testbeds"
3215 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3216 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3217 #  parameters:
3218 #  - "name"
3219 #  - "parent"
3220 #  - "throughput"
3221 #  - "tags"
3222 #
3223 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3224 #- type: "table"
3225 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3226 #  algorithm: "table_perf_comparison_nic"
3227 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3228 #  reference:
3229 #    title: "3n-hsw xl710"
3230 #    data: "vpp-compare-testbeds-ref"
3231 #    nic: "NIC_Intel-XL710"
3232 #  compare:
3233 #    title: "3n-skx xxv710"
3234 #    data: "vpp-compare-testbeds-cmp"
3235 #    nic: "NIC_Intel-XXV710"
3236 #  data: "vpp-compare-testbeds"
3237 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3238 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3239 #  parameters:
3240 #  - "name"
3241 #  - "parent"
3242 #  - "throughput"
3243 #  - "tags"
3244 #
3245 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3246 #- type: "table"
3247 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3248 #  algorithm: "table_perf_comparison"
3249 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3250 #  reference:
3251 #    title: "2n-skx"
3252 #    data: "vpp-compare-testbeds-skx-clx-ref"
3253 #  compare:
3254 #    title: "2n-clx"
3255 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3256 #  data: "vpp-compare-testbeds-skx-clx"
3257 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3258 #  filter: "'2T1C'"
3259 #  parameters:
3260 #  - "name"
3261 #  - "parent"
3262 #  - "throughput"
3263 #  - "tags"
3264 #
3265 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3266 #- type: "table"
3267 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3268 #  algorithm: "table_perf_comparison"
3269 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3270 #  reference:
3271 #    title: "2n-skx"
3272 #    data: "vpp-compare-testbeds-skx-clx-ref"
3273 #  compare:
3274 #    title: "2n-clx"
3275 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3276 #  data: "vpp-compare-testbeds-skx-clx"
3277 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3278 #  filter: "'4T2C'"
3279 #  parameters:
3280 #  - "name"
3281 #  - "parent"
3282 #  - "throughput"
3283 #  - "tags"
3284 #
3285 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3286 #- type: "table"
3287 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3288 #  algorithm: "table_perf_comparison"
3289 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3290 #  reference:
3291 #    title: "2n-skx"
3292 #    data: "vpp-compare-testbeds-skx-clx-ref"
3293 #  compare:
3294 #    title: "2n-clx"
3295 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3296 #  data: "vpp-compare-testbeds-skx-clx"
3297 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3298 #  filter: "'2T1C'"
3299 #  parameters:
3300 #  - "name"
3301 #  - "parent"
3302 #  - "throughput"
3303 #  - "tags"
3304 #
3305 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3306 #- type: "table"
3307 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3308 #  algorithm: "table_perf_comparison"
3309 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3310 #  reference:
3311 #    title: "2n-skx"
3312 #    data: "vpp-compare-testbeds-skx-clx-ref"
3313 #  compare:
3314 #    title: "2n-clx"
3315 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3316 #  data: "vpp-compare-testbeds-skx-clx"
3317 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3318 #  filter: "'4T2C'"
3319 #  parameters:
3320 #  - "name"
3321 #  - "parent"
3322 #  - "throughput"
3323 #  - "tags"
3324 #
3325 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
3326 #- type: "table"
3327 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
3328 #  algorithm: "table_perf_comparison"
3329 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
3330 #  reference:
3331 #    title: "3-Node Skx"
3332 #    data: "vpp-compare-topologies-ref"
3333 #  compare:
3334 #    title: "2-Node Skx"
3335 #    data: "vpp-compare-topologies-cmp"
3336 #  data: "vpp-compare-topologies"
3337 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3338 #  filter: "'NDRPDR' and '1C'"
3339 #  parameters:
3340 #  - "name"
3341 #  - "parent"
3342 #  - "throughput"
3343 #
3344 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
3345 #- type: "table"
3346 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
3347 #  algorithm: "table_perf_comparison"
3348 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
3349 #  reference:
3350 #    title: "3-Node Skx"
3351 #    data: "vpp-compare-topologies-ref"
3352 #  compare:
3353 #    title: "2-Node Skx"
3354 #    data: "vpp-compare-topologies-cmp"
3355 #  data: "vpp-compare-topologies"
3356 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3357 #  filter: "'NDRPDR' and '2C'"
3358 #  parameters:
3359 #  - "name"
3360 #  - "parent"
3361 #  - "throughput"
3362 #
3363 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
3364 #- type: "table"
3365 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
3366 #  algorithm: "table_perf_comparison"
3367 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
3368 #  reference:
3369 #    title: "3-Node Skx"
3370 #    data: "vpp-compare-topologies-ref"
3371 #  compare:
3372 #    title: "2-Node Skx"
3373 #    data: "vpp-compare-topologies-cmp"
3374 #  data: "vpp-compare-topologies"
3375 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3376 #  filter: "'NDRPDR' and '1C'"
3377 #  parameters:
3378 #  - "name"
3379 #  - "parent"
3380 #  - "throughput"
3381 #
3382 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
3383 #- type: "table"
3384 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
3385 #  algorithm: "table_perf_comparison"
3386 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
3387 #  reference:
3388 #    title: "3-Node Skx"
3389 #    data: "vpp-compare-topologies-ref"
3390 #  compare:
3391 #    title: "2-Node Skx"
3392 #    data: "vpp-compare-topologies-cmp"
3393 #  data: "vpp-compare-topologies"
3394 #  include-tests: "PDR"
3395 #  filter: "'NDRPDR' and '2C'"
3396 #  parameters:
3397 #  - "name"
3398 #  - "parent"
3399 #  - "throughput"
3400
3401 # VPP Performance Changes 3n-hsw 1t1c MRR
3402 - type: "table"
3403   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
3404   algorithm: "table_perf_comparison"
3405   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
3406   history:
3407     - title: "rls1904"
3408       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3409   reference:
3410     title: "rls1908"
3411     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3412   compare:
3413     title: "rls2001"
3414     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3415   data: "vpp-performance-changes-3n-hsw-mrr"
3416   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3417   filter: "'1T1C' and 'MRR' and not 'NF_DENSITY'"
3418   parameters:
3419   - "name"
3420   - "parent"
3421   - "result"
3422
3423 # VPP Performance Changes 3n-hsw 2t2c MRR
3424 - type: "table"
3425   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
3426   algorithm: "table_perf_comparison"
3427   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
3428   history:
3429     - title: "rls1904"
3430       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3431   reference:
3432     title: "rls1908"
3433     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3434   compare:
3435     title: "rls2001"
3436     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3437   data: "vpp-performance-changes-3n-hsw-mrr"
3438   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3439   filter: "'2T2C' and 'MRR' and not 'NF_DENSITY'"
3440   parameters:
3441   - "name"
3442   - "parent"
3443   - "result"
3444
3445 # VPP Performance Changes 3n-hsw 4t4c MRR
3446 - type: "table"
3447   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
3448   algorithm: "table_perf_comparison"
3449   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
3450   history:
3451     - title: "rls1904"
3452       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3453   reference:
3454     title: "rls1908"
3455     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3456   compare:
3457     title: "rls2001"
3458     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3459   data: "vpp-performance-changes-3n-hsw-mrr"
3460   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3461   filter: "'4T4C' and 'MRR' and not 'NF_DENSITY'"
3462   parameters:
3463   - "name"
3464   - "parent"
3465   - "result"
3466
3467 ## VPP Performance Changes 3n-skx 2t1c MRR
3468 #- type: "table"
3469 #  title: "VPP Performance Changes 3n-skx 2t1c MRR"
3470 #  algorithm: "table_perf_comparison"
3471 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
3472 #  history:
3473 #    - title: "rls1904"
3474 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3475 #  reference:
3476 #    title: "rls1908"
3477 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3478 #  compare:
3479 #    title: "rls2001"
3480 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3481 #  data: "vpp-performance-changes-3n-skx-mrr"
3482 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3483 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3484 #  parameters:
3485 #  - "name"
3486 #  - "parent"
3487 #  - "result"
3488 #
3489 ## VPP Performance Changes 3n-skx 4t2c MRR
3490 #- type: "table"
3491 #  title: "VPP Performance Changes 3n-skx 4t2c MRR"
3492 #  algorithm: "table_perf_comparison"
3493 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
3494 #  history:
3495 #    - title: "rls1904"
3496 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3497 #  reference:
3498 #    title: "rls1908"
3499 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3500 #  compare:
3501 #    title: "rls2001"
3502 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3503 #  data: "vpp-performance-changes-3n-skx-mrr"
3504 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3505 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3506 #  parameters:
3507 #  - "name"
3508 #  - "parent"
3509 #  - "result"
3510 #
3511 ## VPP Performance Changes 3n-skx 8t4c MRR
3512 #- type: "table"
3513 #  title: "VPP Performance Changes 3n-skx 8t4c MRR"
3514 #  algorithm: "table_perf_comparison"
3515 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
3516 #  history:
3517 #    - title: "rls1904"
3518 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3519 #  reference:
3520 #    title: "rls1908"
3521 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3522 #  compare:
3523 #    title: "rls2001"
3524 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3525 #  data: "vpp-performance-changes-3n-skx-mrr"
3526 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3527 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3528 #  parameters:
3529 #  - "name"
3530 #  - "parent"
3531 #  - "result"
3532 #
3533 ## VPP Performance Changes 2n-skx 2t1c MRR
3534 #- type: "table"
3535 #  title: "VPP Performance Changes 2n-skx 2t1c MRR"
3536 #  algorithm: "table_perf_comparison"
3537 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
3538 #  history:
3539 #    - title: "rls1904"
3540 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3541 #  reference:
3542 #    title: "rls1908"
3543 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3544 #  compare:
3545 #    title: "rls2001"
3546 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3547 #  data: "vpp-performance-changes-2n-skx-mrr"
3548 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3549 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3550 #  parameters:
3551 #  - "name"
3552 #  - "parent"
3553 #  - "result"
3554 #
3555 ## VPP Performance Changes 2n-skx 4t2c MRR
3556 #- type: "table"
3557 #  title: "VPP Performance Changes 2n-skx 4t2c MRR"
3558 #  algorithm: "table_perf_comparison"
3559 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
3560 #  history:
3561 #    - title: "rls1904"
3562 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3563 #  reference:
3564 #    title: "rls1908"
3565 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3566 #  compare:
3567 #    title: "rls2001"
3568 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3569 #  data: "vpp-performance-changes-2n-skx-mrr"
3570 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3571 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3572 #  parameters:
3573 #  - "name"
3574 #  - "parent"
3575 #  - "result"
3576 #
3577 ## VPP Performance Changes 2n-skx 8t4c MRR
3578 #- type: "table"
3579 #  title: "VPP Performance Changes 2n-skx 8t4c MRR"
3580 #  algorithm: "table_perf_comparison"
3581 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
3582 #  history:
3583 #    - title: "rls1904"
3584 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3585 #  reference:
3586 #    title: "rls1908"
3587 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3588 #  compare:
3589 #    title: "rls2001"
3590 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3591 #  data: "vpp-performance-changes-2n-skx-mrr"
3592 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3593 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3594 #  parameters:
3595 #  - "name"
3596 #  - "parent"
3597 #  - "result"
3598 #
3599 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
3600 #- type: "table"
3601 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
3602 #  algorithm: "table_perf_comparison"
3603 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
3604 #  reference:
3605 #    title: "rls1908"
3606 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3607 #  compare:
3608 #    title: "rls2001"
3609 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3610 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
3611 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3612 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
3613 #  parameters:
3614 #  - "name"
3615 #  - "parent"
3616 #  - "result"
3617 #
3618 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
3619 #- type: "table"
3620 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
3621 #  algorithm: "table_perf_comparison"
3622 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
3623 #  reference:
3624 #    title: "rls1908"
3625 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3626 #  compare:
3627 #    title: "rls2001"
3628 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3629 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
3630 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3631 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
3632 #  parameters:
3633 #  - "name"
3634 #  - "parent"
3635 #  - "result"
3636 #
3637 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
3638 #- type: "table"
3639 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
3640 #  algorithm: "table_perf_comparison"
3641 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
3642 #  reference:
3643 #    title: "rls1908"
3644 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3645 #  compare:
3646 #    title: "rls2001"
3647 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3648 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
3649 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3650 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
3651 #  parameters:
3652 #  - "name"
3653 #  - "parent"
3654 #  - "result"
3655
3656 # VPP Performance Changes 2n-dnv 1t1c MRR
3657 - type: "table"
3658   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
3659   algorithm: "table_perf_comparison"
3660   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
3661   reference:
3662     title: "rls1908"
3663     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3664   compare:
3665     title: "rls2001"
3666     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3667   data: "vpp-performance-changes-2n-dnv-mrr"
3668   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3669   filter: "'1T1C' and 'MRR'"
3670   parameters:
3671   - "name"
3672   - "parent"
3673   - "result"
3674
3675 # VPP Performance Changes 2n-dnv 2t2c MRR
3676 - type: "table"
3677   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
3678   algorithm: "table_perf_comparison"
3679   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
3680   reference:
3681     title: "rls1908"
3682     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3683   compare:
3684     title: "rls2001"
3685     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3686   data: "vpp-performance-changes-2n-dnv-mrr"
3687   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3688   filter: "'2T2C' and 'MRR'"
3689   parameters:
3690   - "name"
3691   - "parent"
3692   - "result"
3693
3694 # VPP Performance Changes 2n-dnv 4t4c MRR
3695 - type: "table"
3696   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
3697   algorithm: "table_perf_comparison"
3698   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
3699   reference:
3700     title: "rls1908"
3701     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3702   compare:
3703     title: "rls2001"
3704     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3705   data: "vpp-performance-changes-2n-dnv-mrr"
3706   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3707   filter: "'4T4C' and 'MRR'"
3708   parameters:
3709   - "name"
3710   - "parent"
3711   - "result"
3712
3713 # VPP Performance Changes 3n-dnv 1t1c MRR
3714 - type: "table"
3715   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
3716   algorithm: "table_perf_comparison"
3717   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
3718   reference:
3719     title: "rls1908"
3720     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3721   compare:
3722     title: "rls2001"
3723     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3724   data: "vpp-performance-changes-3n-dnv-mrr"
3725   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3726   filter: "'1T1C' and 'MRR'"
3727   parameters:
3728   - "name"
3729   - "parent"
3730   - "result"
3731
3732 # VPP Performance Changes 3n-dnv 2t2c MRR
3733 - type: "table"
3734   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
3735   algorithm: "table_perf_comparison"
3736   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
3737   reference:
3738     title: "rls1908"
3739     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3740   compare:
3741     title: "rls2001"
3742     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3743   data: "vpp-performance-changes-3n-dnv-mrr"
3744   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3745   filter: "'2T2C' and 'MRR'"
3746   parameters:
3747   - "name"
3748   - "parent"
3749   - "result"
3750
3751 # VPP Performance Changes 3n-dnv 4t4c MRR
3752 - type: "table"
3753   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
3754   algorithm: "table_perf_comparison"
3755   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
3756   reference:
3757     title: "rls1908"
3758     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3759   compare:
3760     title: "rls2001"
3761     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3762   data: "vpp-performance-changes-3n-dnv-mrr"
3763   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3764   filter: "'4T4C' and 'MRR'"
3765   parameters:
3766   - "name"
3767   - "parent"
3768   - "result"
3769
3770 # VPP Performance Changes 3n-tsh 1t1c MRR
3771 - type: "table"
3772   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
3773   algorithm: "table_perf_comparison"
3774   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
3775   reference:
3776     title: "rls1908"
3777     data: "vpp-performance-changes-3n-tsh-mrr-ref"
3778   compare:
3779     title: "rls2001"
3780     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
3781   data: "vpp-performance-changes-3n-tsh-mrr"
3782   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3783   filter: "'1T1C' and 'MRR'"
3784   parameters:
3785   - "name"
3786   - "parent"
3787   - "result"
3788
3789 # VPP Performance Changes 3n-tsh 2t2c MRR
3790 - type: "table"
3791   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
3792   algorithm: "table_perf_comparison"
3793   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
3794   reference:
3795     title: "rls1908"
3796     data: "vpp-performance-changes-3n-tsh-mrr-ref"
3797   compare:
3798     title: "rls2001"
3799     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
3800   data: "vpp-performance-changes-3n-tsh-mrr"
3801   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3802   filter: "'2T2C' and 'MRR'"
3803   parameters:
3804   - "name"
3805   - "parent"
3806   - "result"
3807
3808 # VPP Performance Changes 3n-tsh 4t4c MRR
3809 - type: "table"
3810   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
3811   algorithm: "table_perf_comparison"
3812   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
3813   reference:
3814     title: "rls1908"
3815     data: "vpp-performance-changes-3n-tsh-mrr-ref"
3816   compare:
3817     title: "rls2001"
3818     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
3819   data: "vpp-performance-changes-3n-tsh-mrr"
3820   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3821   filter: "'4T4C' and 'MRR'"
3822   parameters:
3823   - "name"
3824   - "parent"
3825   - "result"
3826
3827 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
3828 #- type: "table"
3829 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
3830 #  algorithm: "table_perf_comparison_nic"
3831 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
3832 #  reference:
3833 #    title: "3n-hsw xl710"
3834 #    data: "vpp-compare-testbeds-mrr-ref"
3835 #    nic: "NIC_Intel-XL710"
3836 #  compare:
3837 #    title: "3n-skx xxv710"
3838 #    data: "vpp-compare-testbeds-mrr-cmp"
3839 #    nic: "NIC_Intel-XXV710"
3840 #  data: "vpp-compare-testbeds-mrr"
3841 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3842 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
3843 #  parameters:
3844 #  - "name"
3845 #  - "parent"
3846 #  - "result"
3847 #  - "tags"
3848 #
3849 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
3850 #- type: "table"
3851 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
3852 #  algorithm: "table_perf_comparison_nic"
3853 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
3854 #  reference:
3855 #    title: "3n-hsw xl710"
3856 #    data: "vpp-compare-testbeds-mrr-ref"
3857 #    nic: "NIC_Intel-XL710"
3858 #  compare:
3859 #    title: "3n-skx xxv710"
3860 #    data: "vpp-compare-testbeds-mrr-cmp"
3861 #    nic: "NIC_Intel-XXV710"
3862 #  data: "vpp-compare-testbeds-mrr"
3863 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3864 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
3865 #  parameters:
3866 #  - "name"
3867 #  - "parent"
3868 #  - "result"
3869 #  - "tags"
3870 #
3871 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
3872 #- type: "table"
3873 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
3874 #  algorithm: "table_perf_comparison_nic"
3875 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
3876 #  reference:
3877 #    title: "3n-hsw xl710"
3878 #    data: "vpp-compare-testbeds-mrr-ref"
3879 #    nic: "NIC_Intel-XL710"
3880 #  compare:
3881 #    title: "3n-skx xxv710"
3882 #    data: "vpp-compare-testbeds-mrr-cmp"
3883 #    nic: "NIC_Intel-XXV710"
3884 #  data: "vpp-compare-testbeds-mrr"
3885 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3886 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
3887 #  parameters:
3888 #  - "name"
3889 #  - "parent"
3890 #  - "result"
3891 #  - "tags"
3892 #
3893 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
3894 #- type: "table"
3895 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
3896 #  algorithm: "table_perf_comparison"
3897 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
3898 #  reference:
3899 #    title: "2n-skx"
3900 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
3901 #  compare:
3902 #    title: "2n-clx"
3903 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
3904 #  data: "vpp-compare-testbeds-mrr-skx-clx"
3905 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3906 #  filter: "'2T1C'"
3907 #  parameters:
3908 #  - "name"
3909 #  - "parent"
3910 #  - "result"
3911 #  - "tags"
3912 #
3913 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
3914 #- type: "table"
3915 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
3916 #  algorithm: "table_perf_comparison"
3917 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
3918 #  reference:
3919 #    title: "2n-skx"
3920 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
3921 #  compare:
3922 #    title: "2n-clx"
3923 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
3924 #  data: "vpp-compare-testbeds-mrr-skx-clx"
3925 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3926 #  filter: "'4T2C'"
3927 #  parameters:
3928 #  - "name"
3929 #  - "parent"
3930 #  - "result"
3931 #  - "tags"
3932 #
3933 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
3934 #- type: "table"
3935 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
3936 #  algorithm: "table_perf_comparison"
3937 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
3938 #  reference:
3939 #    title: "2n-skx"
3940 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
3941 #  compare:
3942 #    title: "2n-clx"
3943 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
3944 #  data: "vpp-compare-testbeds-mrr-skx-clx"
3945 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3946 #  filter: "'8T4C'"
3947 #  parameters:
3948 #  - "name"
3949 #  - "parent"
3950 #  - "result"
3951 #  - "tags"
3952 #
3953 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
3954 #- type: "table"
3955 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
3956 #  algorithm: "table_perf_comparison"
3957 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
3958 #  reference:
3959 #    title: "3-Node Skx"
3960 #    data: "vpp-compare-topologies-mrr-ref"
3961 #  compare:
3962 #    title: "2-Node Skx"
3963 #    data: "vpp-compare-topologies-mrr-cmp"
3964 #  data: "vpp-compare-topologies-mrr"
3965 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3966 #  filter: "'MRR' and '1C'"
3967 #  parameters:
3968 #  - "name"
3969 #  - "parent"
3970 #  - "result"
3971 #
3972 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
3973 #- type: "table"
3974 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
3975 #  algorithm: "table_perf_comparison"
3976 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
3977 #  reference:
3978 #    title: "3-Node Skx"
3979 #    data: "vpp-compare-topologies-mrr-ref"
3980 #  compare:
3981 #    title: "2-Node Skx"
3982 #    data: "vpp-compare-topologies-mrr-cmp"
3983 #  data: "vpp-compare-topologies-mrr"
3984 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3985 #  filter: "'MRR' and '2C'"
3986 #  parameters:
3987 #  - "name"
3988 #  - "parent"
3989 #  - "result"
3990 #
3991 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
3992 #- type: "table"
3993 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
3994 #  algorithm: "table_perf_comparison"
3995 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
3996 #  reference:
3997 #    title: "3-Node Skx"
3998 #    data: "vpp-compare-topologies-mrr-ref"
3999 #  compare:
4000 #    title: "2-Node Skx"
4001 #    data: "vpp-compare-topologies-mrr-cmp"
4002 #  data: "vpp-compare-topologies-mrr"
4003 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4004 #  filter: "'MRR' and '4C'"
4005 #  parameters:
4006 #  - "name"
4007 #  - "parent"
4008 #  - "result"
4009
4010 # Detailed Test Results - VPP Performance Results 3n-hsw
4011 - type: "table"
4012   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4013   algorithm: "table_merged_details"
4014   output-file-ext: ".csv"
4015   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4016   columns:
4017   - title: "Name"
4018     data: "data name"
4019   - title: "Status"
4020     data: "data msg"
4021   rows: "generated"
4022   data: "vpp-perf-results-3n-hsw"
4023   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4024   parameters:
4025   - "name"
4026   - "parent"
4027   - "msg"
4028
4029 ## Detailed Test Results - VPP Performance Results 3n-skx
4030 #- type: "table"
4031 #  title: "Detailed Test Results - VPP Performance Results 3n-skx"
4032 #  algorithm: "table_merged_details"
4033 #  output-file-ext: ".csv"
4034 #  output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4035 #  columns:
4036 #  - title: "Name"
4037 #    data: "data name"
4038 #  - title: "Status"
4039 #    data: "data msg"
4040 #  rows: "generated"
4041 #  data: "vpp-perf-results-3n-skx"
4042 #  filter: "not 'CFS_OPT'"
4043 #  parameters:
4044 #  - "name"
4045 #  - "parent"
4046 #  - "msg"
4047 #
4048 ## Detailed Test Results - VPP Performance Results 2n-skx
4049 #- type: "table"
4050 #  title: "Detailed Test Results - VPP Performance Results 2n-skx"
4051 #  algorithm: "table_merged_details"
4052 #  output-file-ext: ".csv"
4053 #  output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4054 #  columns:
4055 #  - title: "Name"
4056 #    data: "data name"
4057 #  - title: "Status"
4058 #    data: "data msg"
4059 #  rows: "generated"
4060 #  data: "vpp-perf-results-2n-skx"
4061 #  filter: "not 'CFS_OPT'"
4062 #  parameters:
4063 #  - "name"
4064 #  - "parent"
4065 #  - "msg"
4066
4067 ## Detailed Test Results - VPP Performance Results 2n-clx
4068 #- type: "table"
4069 #  title: "Detailed Test Results - VPP Performance Results 2n-clx"
4070 #  algorithm: "table_merged_details"
4071 #  output-file-ext: ".csv"
4072 #  output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/vpp_performance_results_2n_clx"
4073 #  columns:
4074 #  - title: "Name"
4075 #    data: "data name"
4076 #  - title: "Status"
4077 #    data: "data msg"
4078 #  rows: "generated"
4079 #  data: "vpp-perf-results-2n-clx"
4080 #  filter: "not 'CFS_OPT'"
4081 #  parameters:
4082 #  - "name"
4083 #  - "parent"
4084 #  - "msg"
4085
4086 # Detailed Test Results - VPP Performance Results 3n-tsh
4087 - type: "table"
4088   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4089   algorithm: "table_merged_details"
4090   output-file-ext: ".csv"
4091   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
4092   columns:
4093   - title: "Name"
4094     data: "data name"
4095   - title: "Status"
4096     data: "data msg"
4097   rows: "generated"
4098   data: "vpp-perf-results-3n-tsh"
4099   filter: "not 'CFS_OPT'"
4100   parameters:
4101   - "name"
4102   - "parent"
4103   - "msg"
4104
4105 # Detailed Test Results - VPP Performance Results 3n-dnv
4106 - type: "table"
4107   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4108   algorithm: "table_details"
4109   output-file-ext: ".csv"
4110   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
4111   columns:
4112   - title: "Name"
4113     data: "data name"
4114   - title: "Status"
4115     data: "data msg"
4116   rows: "generated"
4117   data: "vpp-perf-results-3n-dnv"
4118   filter: "'NDRPDR'"
4119   parameters:
4120   - "name"
4121   - "parent"
4122   - "msg"
4123
4124 # Detailed Test Results - VPP Performance Results 2n-dnv
4125 - type: "table"
4126   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4127   algorithm: "table_details"
4128   output-file-ext: ".csv"
4129   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4130   columns:
4131   - title: "Name"
4132     data: "data name"
4133   - title: "Status"
4134     data: "data msg"
4135   rows: "generated"
4136   data: "vpp-perf-results-2n-dnv"
4137   filter: "'NDRPDR'"
4138   parameters:
4139   - "name"
4140   - "parent"
4141   - "msg"
4142
4143 # Test configuration - VPP Performance Test Configs 3n-hsw
4144 - type: "table"
4145   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
4146   algorithm: "table_merged_details"
4147   output-file-ext: ".csv"
4148   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
4149   columns:
4150   - title: "Name"
4151     data: "data name"
4152   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4153     data: "data conf-history"
4154   rows: "generated"
4155   data: "vpp-perf-results-3n-hsw"
4156   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4157   parameters:
4158   - "parent"
4159   - "name"
4160   - "conf-history"
4161
4162 ## Test configuration - VPP Performance Test Configs 3n-skx
4163 #- type: "table"
4164 #  title: "Test configuration - VPP Performance Test Configs 3n-skx"
4165 #  algorithm: "table_merged_details"
4166 #  output-file-ext: ".csv"
4167 #  output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
4168 #  columns:
4169 #  - title: "Name"
4170 #    data: "data name"
4171 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4172 #    data: "data conf-history"
4173 #  rows: "generated"
4174 #  data: "vpp-perf-results-3n-skx"
4175 #  filter: "not 'CFS_OPT'"
4176 #  parameters:
4177 #  - "parent"
4178 #  - "name"
4179 #  - "conf-history"
4180 #
4181 ## Test configuration - VPP Performance Test Configs 2n-skx
4182 #- type: "table"
4183 #  title: "Test configuration - VPP Performance Test Configs 2n-skx"
4184 #  algorithm: "table_merged_details"
4185 #  output-file-ext: ".csv"
4186 #  output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
4187 #  columns:
4188 #  - title: "Name"
4189 #    data: "data name"
4190 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4191 #    data: "data conf-history"
4192 #  rows: "generated"
4193 #  data: "vpp-perf-results-2n-skx"
4194 #  filter: "not 'CFS_OPT'"
4195 #  parameters:
4196 #  - "parent"
4197 #  - "name"
4198 #  - "conf-history"
4199
4200 ## Test configuration - VPP Performance Test Configs 2n-clx
4201 #- type: "table"
4202 #  title: "Test configuration - VPP Performance Test Configs 2n-clx"
4203 #  algorithm: "table_merged_details"
4204 #  output-file-ext: ".csv"
4205 #  output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/vpp_test_configuration_2n_clx"
4206 #  columns:
4207 #  - title: "Name"
4208 #    data: "data name"
4209 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4210 #    data: "data conf-history"
4211 #  rows: "generated"
4212 #  data: "vpp-perf-results-2n-clx"
4213 #  filter: "not 'CFS_OPT'"
4214 #  parameters:
4215 #  - "parent"
4216 #  - "name"
4217 #  - "conf-history"
4218
4219 # Test configuration - VPP Performance Test Configs 3n-tsh
4220 - type: "table"
4221   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
4222   algorithm: "table_merged_details"
4223   output-file-ext: ".csv"
4224   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_test_configuration_3n_tsh"
4225   columns:
4226   - title: "Name"
4227     data: "data name"
4228   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4229     data: "data conf-history"
4230   rows: "generated"
4231   data: "vpp-perf-results-3n-tsh"
4232   filter: "not 'CFS_OPT'"
4233   parameters:
4234   - "parent"
4235   - "name"
4236   - "conf-history"
4237
4238 # Test configuration - VPP Performance Test Configs 3n-dnv
4239 - type: "table"
4240   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
4241   algorithm: "table_details"
4242   output-file-ext: ".csv"
4243   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_test_configuration_3n_dnv"
4244   columns:
4245   - title: "Name"
4246     data: "data name"
4247   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4248     data: "data conf-history"
4249   rows: "generated"
4250   data: "vpp-perf-results-3n-dnv"
4251   filter: "'NDRPDR'"
4252   parameters:
4253   - "parent"
4254   - "name"
4255   - "conf-history"
4256
4257 # Test configuration - VPP Performance Test Configs 2n-dnv
4258 - type: "table"
4259   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
4260   algorithm: "table_details"
4261   output-file-ext: ".csv"
4262   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
4263   columns:
4264   - title: "Name"
4265     data: "data name"
4266   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4267     data: "data conf-history"
4268   rows: "generated"
4269   data: "vpp-perf-results-2n-dnv"
4270   filter: "'NDRPDR'"
4271   parameters:
4272   - "parent"
4273   - "name"
4274   - "conf-history"
4275
4276 # Test Operational Data - VPP Performance Operational Data 3n-hsw
4277 - type: "table"
4278   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
4279   algorithm: "table_oper_data_html"
4280   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
4281   data: "vpp-perf-results-3n-hsw"
4282   filter: "'NDRPDR'"
4283
4284 ## Test Operational Data - VPP Performance Operational Data 3n-skx
4285 #- type: "table"
4286 #  title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
4287 #  algorithm: "table_oper_data_html"
4288 #  output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
4289 #  data: "vpp-perf-results-3n-skx"
4290 #  filter: "not 'CFS_OPT'"
4291 #
4292 ## Test Operational Data - VPP Performance Operational Data 2n-skx
4293 #- type: "table"
4294 #  title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
4295 #  algorithm: "table_oper_data_html"
4296 #  output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
4297 #  data: "vpp-perf-results-2n-skx"
4298 #  filter: "not 'CFS_OPT'"
4299
4300 ## Test Operational Data - VPP Performance Operational Data 2n-clx
4301 #- type: "table"
4302 #  title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
4303 #  algorithm: "table_oper_data_html"
4304 #  output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/vpp_test_operational_2n_clx"
4305 #  data: "vpp-perf-results-2n-clx"
4306 #  filter: "not 'CFS_OPT'"
4307
4308 # Test Operational Data - VPP Performance Operational Data 3n-tsh
4309 - type: "table"
4310   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
4311   algorithm: "table_oper_data_html"
4312   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_test_operational_3n_tsh"
4313   data: "vpp-perf-results-3n-tsh"
4314   filter: "not 'CFS_OPT'"
4315
4316 # Test Operational Data - VPP Performance Operational Data 3n-dnv
4317 - type: "table"
4318   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
4319   algorithm: "table_oper_data_html"
4320   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_test_operational_3n_dnv"
4321   data: "vpp-perf-results-3n-dnv"
4322   filter: "'NDRPDR'"
4323
4324 # Test Operational Data - VPP Performance Operational Data 2n-dnv
4325 - type: "table"
4326   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
4327   algorithm: "table_oper_data_html"
4328   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
4329   data: "vpp-perf-results-2n-dnv"
4330   filter: "'NDRPDR'"
4331
4332 # Detailed Test Results - VPP MRR Results 3n-hsw
4333 - type: "table"
4334   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
4335   algorithm: "table_details"
4336   output-file-ext: ".csv"
4337   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4338   columns:
4339   - title: "Name"
4340     data: "data name"
4341   - title: "Status"
4342     data: "data msg"
4343   rows: "generated"
4344   data: "vpp-mrr-results-3n-hsw"
4345   filter: "'MRR'"
4346   parameters:
4347   - "name"
4348   - "parent"
4349   - "msg"
4350
4351 ## Detailed Test Results - VPP MRR Results 3n-skx
4352 #- type: "table"
4353 #  title: "Detailed Test Results - VPP MRR Results 3n-skx"
4354 #  algorithm: "table_details"
4355 #  output-file-ext: ".csv"
4356 #  output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4357 #  columns:
4358 #  - title: "Name"
4359 #    data: "data name"
4360 #  - title: "Status"
4361 #    data: "data msg"
4362 #  rows: "generated"
4363 #  data: "vpp-mrr-results-3n-skx"
4364 #  filter: "'MRR'"
4365 #  parameters:
4366 #  - "name"
4367 #  - "parent"
4368 #  - "msg"
4369 #
4370 ## Detailed Test Results - VPP MRR Results 2n-skx
4371 #- type: "table"
4372 #  title: "Detailed Test Results - VPP MRR Results 2n-skx"
4373 #  algorithm: "table_details"
4374 #  output-file-ext: ".csv"
4375 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4376 #  columns:
4377 #  - title: "Name"
4378 #    data: "data name"
4379 #  - title: "Status"
4380 #    data: "data msg"
4381 #  rows: "generated"
4382 #  data: "vpp-mrr-results-2n-skx"
4383 #  filter: "'MRR'"
4384 #  parameters:
4385 #  - "name"
4386 #  - "parent"
4387 #  - "msg"
4388
4389 ## Detailed Test Results - VPP MRR Results 2n-clx
4390 #- type: "table"
4391 #  title: "Detailed Test Results - VPP MRR Results 2n-clx"
4392 #  algorithm: "table_details"
4393 #  output-file-ext: ".csv"
4394 #  output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/vpp_mrr_results_2n_clx"
4395 #  columns:
4396 #  - title: "Name"
4397 #    data: "data name"
4398 #  - title: "Status"
4399 #    data: "data msg"
4400 #  rows: "generated"
4401 #  data: "vpp-mrr-results-2n-clx"
4402 #  filter: "'MRR'"
4403 #  parameters:
4404 #  - "name"
4405 #  - "parent"
4406 #  - "msg"
4407
4408 # Detailed Test Results - VPP MRR Results 3n-tsh
4409 - type: "table"
4410   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
4411   algorithm: "table_details"
4412   output-file-ext: ".csv"
4413   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
4414   columns:
4415   - title: "Name"
4416     data: "data name"
4417   - title: "Status"
4418     data: "data msg"
4419   rows: "generated"
4420   data: "vpp-mrr-results-3n-tsh"
4421   filter: "'MRR'"
4422   parameters:
4423   - "name"
4424   - "parent"
4425   - "msg"
4426
4427 # Detailed Test Results - VPP MRR Results 3n-dnv
4428 - type: "table"
4429   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
4430   algorithm: "table_details"
4431   output-file-ext: ".csv"
4432   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
4433   columns:
4434   - title: "Name"
4435     data: "data name"
4436   - title: "Status"
4437     data: "data msg"
4438   rows: "generated"
4439   data: "vpp-mrr-results-3n-dnv"
4440   filter: "'MRR'"
4441   parameters:
4442   - "name"
4443   - "parent"
4444   - "msg"
4445
4446 # Detailed Test Results - VPP MRR Results 2n-dnv
4447 - type: "table"
4448   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
4449   algorithm: "table_details"
4450   output-file-ext: ".csv"
4451   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4452   columns:
4453   - title: "Name"
4454     data: "data name"
4455   - title: "Status"
4456     data: "data msg"
4457   rows: "generated"
4458   data: "vpp-mrr-results-2n-dnv"
4459   filter: "'MRR'"
4460   parameters:
4461   - "name"
4462   - "parent"
4463   - "msg"
4464
4465 # Test configuration - VPP MRR Test Configs 3n-hsw
4466 - type: "table"
4467   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
4468   algorithm: "table_details"
4469   output-file-ext: ".csv"
4470   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
4471   columns:
4472   - title: "Name"
4473     data: "data name"
4474   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4475     data: "data conf-history"
4476   rows: "generated"
4477   data: "vpp-mrr-results-3n-hsw"
4478   filter: "'MRR'"
4479   parameters:
4480   - "parent"
4481   - "name"
4482   - "conf-history"
4483
4484 ## Test configuration - VPP MRR Test Configs 3n-skx
4485 #- type: "table"
4486 #  title: "Test configuration - VPP MRR Test Configs 3n-skx"
4487 #  algorithm: "table_details"
4488 #  output-file-ext: ".csv"
4489 #  output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
4490 #  columns:
4491 #  - title: "Name"
4492 #    data: "data name"
4493 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4494 #    data: "data conf-history"
4495 #  rows: "generated"
4496 #  data: "vpp-mrr-results-3n-skx"
4497 #  filter: "'MRR'"
4498 #  parameters:
4499 #  - "parent"
4500 #  - "name"
4501 #  - "conf-history"
4502 #
4503 ## Test configuration - VPP MRR Test Configs 2n-skx
4504 #- type: "table"
4505 #  title: "Test configuration - VPP MRR Test Configs 2n-skx"
4506 #  algorithm: "table_details"
4507 #  output-file-ext: ".csv"
4508 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
4509 #  columns:
4510 #  - title: "Name"
4511 #    data: "data name"
4512 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4513 #    data: "data conf-history"
4514 #  rows: "generated"
4515 #  data: "vpp-mrr-results-2n-skx"
4516 #  filter: "'MRR'"
4517 #  parameters:
4518 #  - "parent"
4519 #  - "name"
4520 #  - "conf-history"
4521
4522 ## Test configuration - VPP MRR Test Configs 2n-clx
4523 #- type: "table"
4524 #  title: "Test configuration - VPP MRR Test Configs 2n-clx"
4525 #  algorithm: "table_details"
4526 #  output-file-ext: ".csv"
4527 #  output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/vpp_mrr_test_configuration_2n_clx"
4528 #  columns:
4529 #  - title: "Name"
4530 #    data: "data name"
4531 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
4532 #    data: "data conf-history"
4533 #  rows: "generated"
4534 #  data: "vpp-mrr-results-2n-clx"
4535 #  filter: "'MRR'"
4536 #  parameters:
4537 #  - "parent"
4538 #  - "name"
4539 #  - "conf-history"
4540
4541 # Test configuration - VPP MRR Test Configs 3n-tsh
4542 - type: "table"
4543   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
4544   algorithm: "table_details"
4545   output-file-ext: ".csv"
4546   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
4547   columns:
4548   - title: "Name"
4549     data: "data name"
4550   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4551     data: "data conf-history"
4552   rows: "generated"
4553   data: "vpp-mrr-results-3n-tsh"
4554   filter: "'MRR'"
4555   parameters:
4556   - "parent"
4557   - "name"
4558   - "conf-history"
4559
4560 # Test configuration - VPP MRR Test Configs 3n-dnv
4561 - type: "table"
4562   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
4563   algorithm: "table_details"
4564   output-file-ext: ".csv"
4565   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_test_configuration_3n_dnv"
4566   columns:
4567   - title: "Name"
4568     data: "data name"
4569   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4570     data: "data conf-history"
4571   rows: "generated"
4572   data: "vpp-mrr-results-3n-dnv"
4573   filter: "'MRR'"
4574   parameters:
4575   - "parent"
4576   - "name"
4577   - "conf-history"
4578
4579 # Test configuration - VPP MRR Test Configs 2n-dnv
4580 - type: "table"
4581   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
4582   algorithm: "table_details"
4583   output-file-ext: ".csv"
4584   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
4585   columns:
4586   - title: "Name"
4587     data: "data name"
4588   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4589     data: "data conf-history"
4590   rows: "generated"
4591   data: "vpp-mrr-results-2n-dnv"
4592   filter: "'MRR'"
4593   parameters:
4594   - "parent"
4595   - "name"
4596   - "conf-history"
4597
4598 # Detailed Test Results - VPP Device Results - Ubuntu
4599 - type: "table"
4600   title: "Detailed Test Results - VPP Device Results - Ubuntu"
4601   algorithm: "table_details"
4602   output-file-ext: ".csv"
4603   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4604   columns:
4605   - title: "Name"
4606     data: "data name"
4607   - title: "Documentation"
4608     data: "data doc"
4609   - title: "Status"
4610     data: "data status"
4611   rows: "generated"
4612   data: "vpp-device-results-ubuntu"
4613   filter: "all"
4614   parameters:
4615   - "name"
4616   - "parent"
4617   - "doc"
4618   - "status"
4619
4620 # Test configuration - VPP Device Test Configs - Ubuntu
4621 - type: "table"
4622   title: "Test configuration - VPP Device Test Configs - Ubuntu"
4623   algorithm: "table_details"
4624   output-file-ext: ".csv"
4625   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4626   columns:
4627   - title: "Name"
4628     data: "data name"
4629   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4630     data: "data conf-history"
4631   rows: "generated"
4632   data: "vpp-device-results-ubuntu"
4633   filter: "all"
4634   parameters:
4635   - "parent"
4636   - "name"
4637   - "conf-history"
4638
4639 ################################################################################
4640
4641 # DPDK Performance Changes 3n-hsw 1t1c pdr
4642 - type: "table"
4643   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
4644   algorithm: "table_perf_comparison"
4645   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
4646   history:
4647     - title: "rls1904"
4648       data: "dpdk-performance-changes-3n-hsw-h1"
4649   reference:
4650     title: "rls1908"
4651     data: "dpdk-performance-changes-3n-hsw-ref"
4652   compare:
4653     title: "rls2001"
4654     data: "dpdk-performance-changes-3n-hsw-cmp"
4655   data: "dpdk-performance-changes-3n-hsw"
4656   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4657   filter: "'1T1C'"
4658   parameters:
4659   - "name"
4660   - "parent"
4661   - "throughput"
4662
4663 # DPDK Performance Changes 3n-hsw 2t2c pdr
4664 - type: "table"
4665   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
4666   algorithm: "table_perf_comparison"
4667   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
4668   history:
4669     - title: "rls1904"
4670       data: "dpdk-performance-changes-3n-hsw-h1"
4671   reference:
4672     title: "rls1908"
4673     data: "dpdk-performance-changes-3n-hsw-ref"
4674   compare:
4675     title: "rls2001"
4676     data: "dpdk-performance-changes-3n-hsw-cmp"
4677   data: "dpdk-performance-changes-3n-hsw"
4678   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4679   filter: "'2T2C'"
4680   parameters:
4681   - "name"
4682   - "parent"
4683   - "throughput"
4684
4685 # DPDK Performance Changes 3n-hsw 1t1c ndr
4686 - type: "table"
4687   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
4688   algorithm: "table_perf_comparison"
4689   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
4690   history:
4691     - title: "rls1904"
4692       data: "dpdk-performance-changes-3n-hsw-h1"
4693   reference:
4694     title: "rls1908"
4695     data: "dpdk-performance-changes-3n-hsw-ref"
4696   compare:
4697     title: "rls2001"
4698     data: "dpdk-performance-changes-3n-hsw-cmp"
4699   data: "dpdk-performance-changes-3n-hsw"
4700   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4701   filter: "'1T1C'"
4702   parameters:
4703   - "name"
4704   - "parent"
4705   - "throughput"
4706
4707 # DPDK Performance Changes 3n-hsw 2t2c ndr
4708 - type: "table"
4709   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
4710   algorithm: "table_perf_comparison"
4711   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
4712   history:
4713     - title: "rls1904"
4714       data: "dpdk-performance-changes-3n-hsw-h1"
4715   reference:
4716     title: "rls1908"
4717     data: "dpdk-performance-changes-3n-hsw-ref"
4718   compare:
4719     title: "rls2001"
4720     data: "dpdk-performance-changes-3n-hsw-cmp"
4721   data: "dpdk-performance-changes-3n-hsw"
4722   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4723   filter: "'2T2C'"
4724   parameters:
4725   - "name"
4726   - "parent"
4727   - "throughput"
4728
4729 ## DPDK Performance Changes 3n-skx 2t1c pdr
4730 #- type: "table"
4731 #  title: "DPDK Performance Changes 3n-skx 2t1c pdr"
4732 #  algorithm: "table_perf_comparison"
4733 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
4734 #  history:
4735 #    - title: "rls1904"
4736 #      data: "dpdk-performance-changes-3n-skx-h1"
4737 #  reference:
4738 #    title: "rls1908"
4739 #    data: "dpdk-performance-changes-3n-skx-ref"
4740 #  compare:
4741 #    title: "rls2001"
4742 #    data: "dpdk-performance-changes-3n-skx-cmp"
4743 #  data: "dpdk-performance-changes-3n-skx"
4744 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4745 #  filter: "'2T1C'"
4746 #  parameters:
4747 #  - "name"
4748 #  - "parent"
4749 #  - "throughput"
4750 #
4751 ## DPDK Performance Changes 3n-skx 4t2c pdr
4752 #- type: "table"
4753 #  title: "DPDK Performance Changes 3n-skx 4t2c pdr"
4754 #  algorithm: "table_perf_comparison"
4755 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
4756 #  history:
4757 #    - title: "rls1904"
4758 #      data: "dpdk-performance-changes-3n-skx-h1"
4759 #  reference:
4760 #    title: "rls1908"
4761 #    data: "dpdk-performance-changes-3n-skx-ref"
4762 #  compare:
4763 #    title: "rls2001"
4764 #    data: "dpdk-performance-changes-3n-skx-cmp"
4765 #  data: "dpdk-performance-changes-3n-skx"
4766 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4767 #  filter: "'4T2C'"
4768 #  parameters:
4769 #  - "name"
4770 #  - "parent"
4771 #  - "throughput"
4772 #
4773 ## DPDK Performance Changes 3n-skx 2t1c ndr
4774 #- type: "table"
4775 #  title: "DPDK Performance Changes 3n-skx 2t1c ndr"
4776 #  algorithm: "table_perf_comparison"
4777 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
4778 #  history:
4779 #    - title: "rls1904"
4780 #      data: "dpdk-performance-changes-3n-skx-h1"
4781 #  reference:
4782 #    title: "rls1908"
4783 #    data: "dpdk-performance-changes-3n-skx-ref"
4784 #  compare:
4785 #    title: "rls2001"
4786 #    data: "dpdk-performance-changes-3n-skx-cmp"
4787 #  data: "dpdk-performance-changes-3n-skx"
4788 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4789 #  filter: "'2T1C'"
4790 #  parameters:
4791 #  - "name"
4792 #  - "parent"
4793 #  - "throughput"
4794 #
4795 ## DPDK Performance Changes 3n-skx 4t2c ndr
4796 #- type: "table"
4797 #  title: "DPDK Performance Changes 3n-skx 4t2c ndr"
4798 #  algorithm: "table_perf_comparison"
4799 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
4800 #  history:
4801 #    - title: "rls1904"
4802 #      data: "dpdk-performance-changes-3n-skx-h1"
4803 #  reference:
4804 #    title: "rls1908"
4805 #    data: "dpdk-performance-changes-3n-skx-ref"
4806 #  compare:
4807 #    title: "rls2001"
4808 #    data: "dpdk-performance-changes-3n-skx-cmp"
4809 #  data: "dpdk-performance-changes-3n-skx"
4810 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4811 #  filter: "'4T2C'"
4812 #  parameters:
4813 #  - "name"
4814 #  - "parent"
4815 #  - "throughput"
4816 #
4817 ## DPDK Performance Changes 2n-skx 2t1c pdr
4818 #- type: "table"
4819 #  title: "DPDK Performance Changes 2n-skx 2t1c pdr"
4820 #  algorithm: "table_perf_comparison"
4821 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
4822 #  history:
4823 #    - title: "rls1904"
4824 #      data: "dpdk-performance-changes-2n-skx-h1"
4825 #  reference:
4826 #    title: "rls1908"
4827 #    data: "dpdk-performance-changes-2n-skx-ref"
4828 #  compare:
4829 #    title: "rls2001"
4830 #    data: "dpdk-performance-changes-2n-skx-cmp"
4831 #  data: "dpdk-performance-changes-2n-skx"
4832 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4833 #  filter: "'2T1C'"
4834 #  parameters:
4835 #  - "name"
4836 #  - "parent"
4837 #  - "throughput"
4838 #
4839 ## DPDK Performance Changes 2n-skx 4t2c pdr
4840 #- type: "table"
4841 #  title: "DPDK Performance Changes 2n-skx 4t2c pdr"
4842 #  algorithm: "table_perf_comparison"
4843 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
4844 #  history:
4845 #    - title: "rls1904"
4846 #      data: "dpdk-performance-changes-2n-skx-h1"
4847 #  reference:
4848 #    title: "rls1908"
4849 #    data: "dpdk-performance-changes-2n-skx-ref"
4850 #  compare:
4851 #    title: "rls2001"
4852 #    data: "dpdk-performance-changes-2n-skx-cmp"
4853 #  data: "dpdk-performance-changes-2n-skx"
4854 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4855 #  filter: "'4T2C'"
4856 #  parameters:
4857 #  - "name"
4858 #  - "parent"
4859 #  - "throughput"
4860 #
4861 ## DPDK Performance Changes 2n-skx 2t1c ndr
4862 #- type: "table"
4863 #  title: "DPDK Performance Changes 2n-skx 2t1c ndr"
4864 #  algorithm: "table_perf_comparison"
4865 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
4866 #  history:
4867 #    - title: "rls1904"
4868 #      data: "dpdk-performance-changes-2n-skx-h1"
4869 #  reference:
4870 #    title: "rls1908"
4871 #    data: "dpdk-performance-changes-2n-skx-ref"
4872 #  compare:
4873 #    title: "rls2001"
4874 #    data: "dpdk-performance-changes-2n-skx-cmp"
4875 #  data: "dpdk-performance-changes-2n-skx"
4876 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4877 #  filter: "'2T1C'"
4878 #  parameters:
4879 #  - "name"
4880 #  - "parent"
4881 #  - "throughput"
4882 #
4883 ## DPDK Performance Changes 2n-skx 4t2c ndr
4884 #- type: "table"
4885 #  title: "DPDK Performance Changes 2n-skx 4t2c ndr"
4886 #  algorithm: "table_perf_comparison"
4887 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
4888 #  history:
4889 #    - title: "rls1904"
4890 #      data: "dpdk-performance-changes-2n-skx-h1"
4891 #  reference:
4892 #    title: "rls1908"
4893 #    data: "dpdk-performance-changes-2n-skx-ref"
4894 #  compare:
4895 #    title: "rls2001"
4896 #    data: "dpdk-performance-changes-2n-skx-cmp"
4897 #  data: "dpdk-performance-changes-2n-skx"
4898 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4899 #  filter: "'4T2C'"
4900 #  parameters:
4901 #  - "name"
4902 #  - "parent"
4903 #  - "throughput"
4904 #
4905 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
4906 #- type: "table"
4907 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
4908 #  algorithm: "table_perf_comparison"
4909 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
4910 #  reference:
4911 #    title: "3-Node Hsw"
4912 #    data: "dpdk-compare-testbeds-ref"
4913 #  compare:
4914 #    title: "3-Node Skx"
4915 #    data: "dpdk-compare-testbeds-cmp"
4916 #  data: "dpdk-compare-testbeds"
4917 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4918 #  filter: "'NIC_Intel-X710'"
4919 #  parameters:
4920 #  - "name"
4921 #  - "parent"
4922 #  - "throughput"
4923 #
4924 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
4925 #- type: "table"
4926 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
4927 #  algorithm: "table_perf_comparison"
4928 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
4929 #  reference:
4930 #    title: "3-Node Hsw"
4931 #    data: "dpdk-compare-testbeds-ref"
4932 #  compare:
4933 #    title: "3-Node Skx"
4934 #    data: "dpdk-compare-testbeds-cmp"
4935 #  data: "dpdk-compare-testbeds"
4936 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4937 #  filter: "'NIC_Intel-X710'"
4938 #  parameters:
4939 #  - "name"
4940 #  - "parent"
4941 #  - "throughput"
4942 #
4943 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
4944 #- type: "table"
4945 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
4946 #  algorithm: "table_perf_comparison"
4947 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
4948 #  reference:
4949 #    title: "2-Node Skx"
4950 #    data: "dpdk-compare-testbeds-skx-clx-ref"
4951 #  compare:
4952 #    title: "2-Node Clx"
4953 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
4954 #  data: "dpdk-compare-testbeds-skx-clx"
4955 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4956 #  filter: "'NDRPDR'"
4957 #  parameters:
4958 #  - "name"
4959 #  - "parent"
4960 #  - "throughput"
4961 #
4962 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
4963 #- type: "table"
4964 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
4965 #  algorithm: "table_perf_comparison"
4966 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
4967 #  reference:
4968 #    title: "2-Node Skx"
4969 #    data: "dpdk-compare-testbeds-skx-clx-ref"
4970 #  compare:
4971 #    title: "2-Node Clx"
4972 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
4973 #  data: "dpdk-compare-testbeds-skx-clx"
4974 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4975 #  filter: "'NDRPDR'"
4976 #  parameters:
4977 #  - "name"
4978 #  - "parent"
4979 #  - "throughput"
4980 #
4981 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
4982 #- type: "table"
4983 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
4984 #  algorithm: "table_perf_comparison"
4985 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
4986 #  reference:
4987 #    title: "3-Node Skx"
4988 #    data: "dpdk-compare-topologies-ref"
4989 #  compare:
4990 #    title: "2-Node Skx"
4991 #    data: "dpdk-compare-topologies-cmp"
4992 #  data: "dpdk-compare-topologies"
4993 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4994 #  filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4995 #  parameters:
4996 #  - "name"
4997 #  - "parent"
4998 #  - "throughput"
4999 #
5000 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5001 #- type: "table"
5002 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5003 #  algorithm: "table_perf_comparison"
5004 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5005 #  reference:
5006 #    title: "3-Node Skx"
5007 #    data: "dpdk-compare-topologies-ref"
5008 #  compare:
5009 #    title: "2-Node Skx"
5010 #    data: "dpdk-compare-topologies-cmp"
5011 #  data: "dpdk-compare-topologies"
5012 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5013 #  filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
5014 #  parameters:
5015 #  - "name"
5016 #  - "parent"
5017 #  - "throughput"
5018
5019 # Detailed Test Results - DPDK Performance Results 3n-hsw
5020 - type: "table"
5021   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5022   algorithm: "table_details"
5023   output-file-ext: ".csv"
5024   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5025   columns:
5026   - title: "Name"
5027     data: "data name"
5028   - title: "Status"
5029     data: "data msg"
5030   rows: "generated"
5031   data: "dpdk-perf-results-3n-hsw"
5032   filter: "all"
5033   parameters:
5034   - "name"
5035   - "parent"
5036   - "msg"
5037
5038 ## Detailed Test Results - DPDK Performance Results 3n-skx
5039 #- type: "table"
5040 #  title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5041 #  algorithm: "table_details"
5042 #  output-file-ext: ".csv"
5043 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5044 #  columns:
5045 #  - title: "Name"
5046 #    data: "data name"
5047 #  - title: "Status"
5048 #    data: "data msg"
5049 #  rows: "generated"
5050 #  data: "dpdk-perf-results-3n-skx"
5051 #  filter: "all"
5052 #  parameters:
5053 #  - "name"
5054 #  - "parent"
5055 #  - "msg"
5056 #
5057 ## Detailed Test Results - DPDK Performance Results 2n-skx
5058 #- type: "table"
5059 #  title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5060 #  algorithm: "table_details"
5061 #  output-file-ext: ".csv"
5062 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5063 #  columns:
5064 #  - title: "Name"
5065 #    data: "data name"
5066 #  - title: "Status"
5067 #    data: "data msg"
5068 #  rows: "generated"
5069 #  data: "dpdk-perf-results-2n-skx"
5070 #  filter: "all"
5071 #  parameters:
5072 #  - "name"
5073 #  - "parent"
5074 #  - "msg"
5075
5076 ## Detailed Test Results - DPDK Performance Results 2n-clx
5077 #- type: "table"
5078 #  title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5079 #  algorithm: "table_details"
5080 #  output-file-ext: ".csv"
5081 #  output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5082 #  columns:
5083 #  - title: "Name"
5084 #    data: "data name"
5085 #  - title: "Status"
5086 #    data: "data msg"
5087 #  rows: "generated"
5088 #  data: "dpdk-perf-results-2n-clx"
5089 #  filter: "all"
5090 #  parameters:
5091 #  - "name"
5092 #  - "parent"
5093 #  - "msg"
5094
5095 ################################################################################
5096 ###                                F I L E S                                 ###
5097 ################################################################################
5098
5099 # VPP Performance Results 3n-hsw
5100 - type: "file"
5101   title: "VPP Performance Results 3n-hsw"
5102   algorithm: "file_test_results"
5103   output-file-ext: ".rst"
5104   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
5105   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5106   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
5107   data: "vpp-perf-results-3n-hsw"
5108   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
5109   parameters:
5110   - "name"
5111   - "doc"
5112   - "level"
5113   - "parent"
5114   data-start-level: 3
5115
5116 ## VPP Performance Results 3n-skx
5117 #- type: "file"
5118 #  title: "VPP Performance Results 3n-skx"
5119 #  algorithm: "file_test_results"
5120 #  output-file-ext: ".rst"
5121 #  output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
5122 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5123 #  dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
5124 #  data: "vpp-perf-results-3n-skx"
5125 #  filter: "not 'CFS_OPT'"
5126 #  parameters:
5127 #  - "name"
5128 #  - "doc"
5129 #  - "level"
5130 #  - "parent"
5131 #  data-start-level: 3
5132 #
5133 ## VPP Performance Results 2n-skx
5134 #- type: "file"
5135 #  title: "VPP Performance Results 2n-skx"
5136 #  algorithm: "file_test_results"
5137 #  output-file-ext: ".rst"
5138 #  output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
5139 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5140 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
5141 #  data: "vpp-perf-results-2n-skx"
5142 #  filter: "not 'CFS_OPT'"
5143 #  parameters:
5144 #  - "name"
5145 #  - "doc"
5146 #  - "level"
5147 #  - "parent"
5148 #  data-start-level: 3
5149
5150 ## VPP Performance Results 2n-clx
5151 #- type: "file"
5152 #  title: "VPP Performance Results 2n-clx"
5153 #  algorithm: "file_test_results"
5154 #  output-file-ext: ".rst"
5155 #  output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/vpp_performance_results_2n_clx"
5156 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5157 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,CLX]}"
5158 #  data: "vpp-perf-results-2n-clx"
5159 #  filter: "not 'CFS_OPT'"
5160 #  parameters:
5161 #  - "name"
5162 #  - "doc"
5163 #  - "level"
5164 #  - "parent"
5165 #  data-start-level: 3
5166
5167 # VPP Performance Results 3n-tsh
5168 - type: "file"
5169   title: "VPP Performance Results 3n-tsh"
5170   algorithm: "file_test_results"
5171   output-file-ext: ".rst"
5172   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
5173   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5174   dir-tables: "{DIR[DTR,PERF,VPP,3N,TSH]}"
5175   data: "vpp-perf-results-3n-tsh"
5176   filter: "not 'CFS_OPT'"
5177   parameters:
5178   - "name"
5179   - "doc"
5180   - "level"
5181   - "parent"
5182   data-start-level: 3
5183
5184 # VPP Performance Results 3n-dnv
5185 - type: "file"
5186   title: "VPP Performance Results 3n-dnv"
5187   algorithm: "file_test_results"
5188   output-file-ext: ".rst"
5189   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
5190   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5191   dir-tables: "{DIR[DTR,PERF,VPP,3N,DNV]}"
5192   data: "vpp-perf-results-3n-dnv"
5193   filter: "'NDRPDR'"
5194   parameters:
5195   - "name"
5196   - "doc"
5197   - "level"
5198   - "parent"
5199   data-start-level: 3
5200
5201 # VPP Performance Results 2n-dnv
5202 - type: "file"
5203   title: "VPP Performance Results 2n-dnv"
5204   algorithm: "file_test_results"
5205   output-file-ext: ".rst"
5206   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5207   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5208   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
5209   data: "vpp-perf-results-2n-dnv"
5210   filter: "'NDRPDR'"
5211   parameters:
5212   - "name"
5213   - "doc"
5214   - "level"
5215   - "parent"
5216   data-start-level: 3
5217
5218 # VPP Performance Configuration 3n-hsw
5219 - type: "file"
5220   title: "VPP Performance Configuration 3n-hsw"
5221   algorithm: "file_test_results"
5222   output-file-ext: ".rst"
5223   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
5224   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5225   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
5226   data: "vpp-perf-results-3n-hsw"
5227   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
5228   parameters:
5229   - "name"
5230   - "doc"
5231   - "level"
5232   - "parent"
5233   data-start-level: 3
5234
5235 ## VPP Performance Configuration 3n-skx
5236 #- type: "file"
5237 #  title: "VPP Performance Configuration 3n-skx"
5238 #  algorithm: "file_test_results"
5239 #  output-file-ext: ".rst"
5240 #  output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
5241 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5242 #  dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
5243 #  data: "vpp-perf-results-3n-skx"
5244 #  filter: "not 'CFS_OPT'"
5245 #  parameters:
5246 #  - "name"
5247 #  - "doc"
5248 #  - "level"
5249 #  - "parent"
5250 #  data-start-level: 3
5251 #
5252 ## VPP Performance Configuration 2n-skx
5253 #- type: "file"
5254 #  title: "VPP Performance Configuration 2n-skx"
5255 #  algorithm: "file_test_results"
5256 #  output-file-ext: ".rst"
5257 #  output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
5258 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5259 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
5260 #  data: "vpp-perf-results-2n-skx"
5261 #  filter: "not 'CFS_OPT'"
5262 #  parameters:
5263 #  - "name"
5264 #  - "doc"
5265 #  - "level"
5266 #  - "parent"
5267 #  data-start-level: 3
5268
5269 ## VPP Performance Configuration 2n-clx
5270 #- type: "file"
5271 #  title: "VPP Performance Configuration 2n-clx"
5272 #  algorithm: "file_test_results"
5273 #  output-file-ext: ".rst"
5274 #  output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/vpp_performance_configuration_2n_clx"
5275 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5276 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,CLX]}"
5277 #  data: "vpp-perf-results-2n-clx"
5278 #  filter: "not 'CFS_OPT'"
5279 #  parameters:
5280 #  - "name"
5281 #  - "doc"
5282 #  - "level"
5283 #  - "parent"
5284 #  data-start-level: 3
5285
5286 # VPP Performance Configuration 3n-tsh
5287 - type: "file"
5288   title: "VPP Performance Configuration 3n-tsh"
5289   algorithm: "file_test_results"
5290   output-file-ext: ".rst"
5291   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_performance_configuration_3n_tsh"
5292   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5293   dir-tables: "{DIR[DTC,PERF,VPP,3N,TSH]}"
5294   data: "vpp-perf-results-3n-tsh"
5295   filter: "not 'CFS_OPT'"
5296   parameters:
5297   - "name"
5298   - "doc"
5299   - "level"
5300   - "parent"
5301   data-start-level: 3
5302
5303 # VPP Performance Configuration 3n-dnv
5304 - type: "file"
5305   title: "VPP Performance Configuration 3n-dnv"
5306   algorithm: "file_test_results"
5307   output-file-ext: ".rst"
5308   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_performance_configuration_3n_dnv"
5309   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5310   dir-tables: "{DIR[DTC,PERF,VPP,3N,DNV]}"
5311   data: "vpp-perf-results-3n-dnv"
5312   filter: "'NDRPDR'"
5313   parameters:
5314   - "name"
5315   - "doc"
5316   - "level"
5317   - "parent"
5318   data-start-level: 3
5319
5320 # VPP Performance Configuration 2n-dnv
5321 - type: "file"
5322   title: "VPP Performance Configuration 2n-dnv"
5323   algorithm: "file_test_results"
5324   output-file-ext: ".rst"
5325   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
5326   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5327   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
5328   data: "vpp-perf-results-2n-dnv"
5329   filter: "'NDRPDR'"
5330   parameters:
5331   - "name"
5332   - "doc"
5333   - "level"
5334   - "parent"
5335   data-start-level: 3
5336
5337 # VPP Performance Operational Data 3n-hsw
5338 - type: "file"
5339   title: "VPP Performance Operational Data 3n-hsw"
5340   algorithm: "file_test_results_html"
5341   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
5342   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5343   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
5344   data: "vpp-perf-results-3n-hsw"
5345   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
5346   data-start-level: 3
5347
5348 ## VPP Performance Operational Data 3n-skx
5349 #- type: "file"
5350 #  title: "VPP Performance Operational Data 3n-skx"
5351 #  algorithm: "file_test_results_html"
5352 #  output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
5353 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5354 #  dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
5355 #  data: "vpp-perf-results-3n-skx"
5356 #  filter: "not 'CFS_OPT'"
5357 #  data-start-level: 3
5358 #
5359 ## VPP Performance Operational Data 2n-skx
5360 #- type: "file"
5361 #  title: "VPP Performance Operational Data 2n-skx"
5362 #  algorithm: "file_test_results_html"
5363 #  output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
5364 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5365 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
5366 #  data: "vpp-perf-results-2n-skx"
5367 #  filter: "not 'CFS_OPT'"
5368 #  data-start-level: 3
5369
5370 ## VPP Performance Operational Data 2n-clx
5371 #- type: "file"
5372 #  title: "VPP Performance Operational Data 2n-clx"
5373 #  algorithm: "file_test_results_html"
5374 #  output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/vpp_performance_operational_data_2n_clx"
5375 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5376 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,CLX]}"
5377 #  data: "vpp-perf-results-2n-clx"
5378 #  filter: "not 'CFS_OPT'"
5379 #  data-start-level: 3
5380
5381 # VPP Performance Operational Data 3n-tsh
5382 - type: "file"
5383   title: "VPP Performance Operational Data 3n-tsh"
5384   algorithm: "file_test_results_html"
5385   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_performance_operational_data_3n_tsh"
5386   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5387   dir-tables: "{DIR[DTO,PERF,VPP,3N,TSH]}"
5388   data: "vpp-perf-results-3n-tsh"
5389   filter: "not 'CFS_OPT'"
5390   data-start-level: 3
5391
5392 # VPP Performance Operational Data 3n-dnv
5393 - type: "file"
5394   title: "VPP Performance Operational Data 3n-dnv"
5395   algorithm: "file_test_results_html"
5396   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_performance_operational_data_3n_dnv"
5397   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5398   dir-tables: "{DIR[DTO,PERF,VPP,3N,DNV]}"
5399   data: "vpp-perf-results-3n-dnv"
5400   filter: "'NDRPDR'"
5401   data-start-level: 3
5402
5403 # VPP Performance Operational Data 2n-dnv
5404 - type: "file"
5405   title: "VPP Performance Operational Data 2n-dnv"
5406   algorithm: "file_test_results_html"
5407   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
5408   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5409   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
5410   data: "vpp-perf-results-2n-dnv"
5411   filter: "'NDRPDR'"
5412   data-start-level: 3
5413
5414 # VPP MRR Results 3n-hsw
5415 - type: "file"
5416   title: "VPP MRR Results 3n-hsw"
5417   algorithm: "file_test_results"
5418   output-file-ext: ".rst"
5419   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
5420   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5421   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
5422   data: "vpp-mrr-results-3n-hsw"
5423   filter: "'MRR'"
5424   parameters:
5425   - "name"
5426   - "doc"
5427   - "level"
5428   - "parent"
5429   data-start-level: 3
5430
5431 ## VPP MRR Results 3n-skx
5432 #- type: "file"
5433 #  title: "VPP MRR Results 3n-skx"
5434 #  algorithm: "file_test_results"
5435 #  output-file-ext: ".rst"
5436 #  output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
5437 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5438 #  dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
5439 #  data: "vpp-mrr-results-3n-skx"
5440 #  filter: "'MRR'"
5441 #  parameters:
5442 #  - "name"
5443 #  - "doc"
5444 #  - "level"
5445 #  - "parent"
5446 #  data-start-level: 3
5447 #
5448 ## VPP MRR Results 2n-skx
5449 #- type: "file"
5450 #  title: "VPP MRR Results 2n-skx"
5451 #  algorithm: "file_test_results"
5452 #  output-file-ext: ".rst"
5453 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
5454 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5455 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
5456 #  data: "vpp-mrr-results-2n-skx"
5457 #  filter: "all"
5458 #  parameters:
5459 #  - "name"
5460 #  - "doc"
5461 #  - "level"
5462 #  - "parent"
5463 #  data-start-level: 3
5464
5465 ## VPP MRR Results 2n-clx
5466 #- type: "file"
5467 #  title: "VPP MRR Results 2n-clx"
5468 #  algorithm: "file_test_results"
5469 #  output-file-ext: ".rst"
5470 #  output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/vpp_mrr_results_2n_clx"
5471 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5472 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,CLX]}"
5473 #  data: "vpp-mrr-results-2n-clx"
5474 #  filter: "all"
5475 #  parameters:
5476 #  - "name"
5477 #  - "doc"
5478 #  - "level"
5479 #  - "parent"
5480 #  data-start-level: 3
5481
5482 # VPP MRR Results 3n-tsh
5483 - type: "file"
5484   title: "VPP MRR Results 3n-tsh"
5485   algorithm: "file_test_results"
5486   output-file-ext: ".rst"
5487   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
5488   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5489   dir-tables: "{DIR[DTR,MRR,VPP,3N,TSH]}"
5490   data: "vpp-mrr-results-3n-tsh"
5491   filter: "'MRR'"
5492   parameters:
5493   - "name"
5494   - "doc"
5495   - "level"
5496   - "parent"
5497   data-start-level: 3
5498
5499 # VPP MRR Results 3n-dnv
5500 - type: "file"
5501   title: "VPP MRR Results 3n-dnv"
5502   algorithm: "file_test_results"
5503   output-file-ext: ".rst"
5504   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
5505   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5506   dir-tables: "{DIR[DTR,MRR,VPP,3N,DNV]}"
5507   data: "vpp-mrr-results-3n-dnv"
5508   filter: "'MRR'"
5509   parameters:
5510   - "name"
5511   - "doc"
5512   - "level"
5513   - "parent"
5514   data-start-level: 3
5515
5516 # VPP MRR Results 2n-dnv
5517 - type: "file"
5518   title: "VPP MRR Results 2n-dnv"
5519   algorithm: "file_test_results"
5520   output-file-ext: ".rst"
5521   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
5522   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5523   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
5524   data: "vpp-mrr-results-2n-dnv"
5525   filter: "'MRR'"
5526   parameters:
5527   - "name"
5528   - "doc"
5529   - "level"
5530   - "parent"
5531   data-start-level: 3
5532
5533 # VPP MRR Configuration 3n-hsw
5534 - type: "file"
5535   title: "VPP MRR Configuration 3n-hsw"
5536   algorithm: "file_test_results"
5537   output-file-ext: ".rst"
5538   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
5539   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5540   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
5541   data: "vpp-mrr-results-3n-hsw"
5542   filter: "'MRR'"
5543   parameters:
5544   - "name"
5545   - "doc"
5546   - "level"
5547   - "parent"
5548   data-start-level: 3
5549
5550 ## VPP MRR Configuration 3n-skx
5551 #- type: "file"
5552 #  title: "VPP MRR Configuration 3n-skx"
5553 #  algorithm: "file_test_results"
5554 #  output-file-ext: ".rst"
5555 #  output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
5556 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5557 #  dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
5558 #  data: "vpp-mrr-results-3n-skx"
5559 #  filter: "'MRR'"
5560 #  parameters:
5561 #  - "name"
5562 #  - "doc"
5563 #  - "level"
5564 #  - "parent"
5565 #  data-start-level: 3
5566 #
5567 ## VPP MRR Configuration 2n-skx
5568 #- type: "file"
5569 #  title: "VPP MRR Configuration 2n-skx"
5570 #  algorithm: "file_test_results"
5571 #  output-file-ext: ".rst"
5572 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
5573 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5574 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
5575 #  data: "vpp-mrr-results-2n-skx"
5576 #  filter: "'MRR'"
5577 #  parameters:
5578 #  - "name"
5579 #  - "doc"
5580 #  - "level"
5581 #  - "parent"
5582 #  data-start-level: 3
5583
5584 ## VPP MRR Configuration 2n-clx
5585 #- type: "file"
5586 #  title: "VPP MRR Configuration 2n-clx"
5587 #  algorithm: "file_test_results"
5588 #  output-file-ext: ".rst"
5589 #  output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/vpp_mrr_configuration_2n_clx"
5590 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5591 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,CLX]}"
5592 #  data: "vpp-mrr-results-2n-clx"
5593 #  filter: "'MRR'"
5594 #  parameters:
5595 #  - "name"
5596 #  - "doc"
5597 #  - "level"
5598 #  - "parent"
5599 #  data-start-level: 3
5600
5601 # VPP MRR Configuration 3n-tsh
5602 - type: "file"
5603   title: "VPP MRR Configuration 3n-tsh"
5604   algorithm: "file_test_results"
5605   output-file-ext: ".rst"
5606   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
5607   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5608   dir-tables: "{DIR[DTC,MRR,VPP,3N,TSH]}"
5609   data: "vpp-mrr-results-3n-tsh"
5610   filter: "'MRR'"
5611   parameters:
5612   - "name"
5613   - "doc"
5614   - "level"
5615   - "parent"
5616   data-start-level: 3
5617
5618 # VPP MRR Configuration 3n-dnv
5619 - type: "file"
5620   title: "VPP MRR Configuration 3n-dnv"
5621   algorithm: "file_test_results"
5622   output-file-ext: ".rst"
5623   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_configuration_3n_dnv"
5624   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5625   dir-tables: "{DIR[DTC,MRR,VPP,3N,DNV]}"
5626   data: "vpp-mrr-results-3n-dnv"
5627   filter: "'MRR'"
5628   parameters:
5629   - "name"
5630   - "doc"
5631   - "level"
5632   - "parent"
5633   data-start-level: 3
5634
5635 # VPP MRR Configuration 2n-dnv
5636 - type: "file"
5637   title: "VPP MRR Configuration 2n-dnv"
5638   algorithm: "file_test_results"
5639   output-file-ext: ".rst"
5640   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
5641   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5642   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
5643   data: "vpp-mrr-results-2n-dnv"
5644   filter: "'MRR'"
5645   parameters:
5646   - "name"
5647   - "doc"
5648   - "level"
5649   - "parent"
5650   data-start-level: 3
5651
5652 # VPP Device Results - Ubuntu
5653 - type: "file"
5654   title: "VPP Device Results - Ubuntu"
5655   algorithm: "file_test_results"
5656   output-file-ext: ".rst"
5657   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5658   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5659   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5660   data: "vpp-device-results-ubuntu"
5661   filter: "all"
5662   parameters:
5663   - "name"
5664   - "doc"
5665   - "level"
5666   - "parent"
5667   data-start-level: 2
5668
5669 # VPP Device Configuration - Ubuntu
5670 - type: "file"
5671   title: "VPP Device Configuration - Ubuntu"
5672   algorithm: "file_test_results"
5673   output-file-ext: ".rst"
5674   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5675   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5676   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5677   data: "vpp-device-results-ubuntu"
5678   filter: "all"
5679   parameters:
5680   - "name"
5681   - "doc"
5682   - "level"
5683   - "parent"
5684   data-start-level: 2
5685
5686 # DPDK Performance Results 3n-hsw
5687 - type: "file"
5688   title: "DPDK Performance Results 3n-hsw"
5689   algorithm: "file_test_results"
5690   output-file-ext: ".rst"
5691   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5692   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5693   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5694   data: "dpdk-perf-results-3n-hsw"
5695   filter: "all"
5696   parameters:
5697   - "name"
5698   - "doc"
5699   - "level"
5700   - "parent"
5701   data-start-level: 3
5702
5703 ## DPDK Performance Results 3n-skx
5704 #- type: "file"
5705 #  title: "DPDK Performance Results 3n-skx"
5706 #  algorithm: "file_test_results"
5707 #  output-file-ext: ".rst"
5708 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5709 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5710 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5711 #  data: "dpdk-perf-results-3n-skx"
5712 #  filter: "all"
5713 #  parameters:
5714 #  - "name"
5715 #  - "doc"
5716 #  - "level"
5717 #  - "parent"
5718 #  data-start-level: 3
5719 #
5720 ## DPDK Performance Results 2n-skx
5721 #- type: "file"
5722 #  title: "DPDK Performance Results 2n-skx"
5723 #  algorithm: "file_test_results"
5724 #  output-file-ext: ".rst"
5725 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5726 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5727 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5728 #  data: "dpdk-perf-results-2n-skx"
5729 #  filter: "all"
5730 #  parameters:
5731 #  - "name"
5732 #  - "doc"
5733 #  - "level"
5734 #  - "parent"
5735 #  data-start-level: 3
5736
5737 # DPDK Performance Results 2n-clx
5738 - type: "file"
5739   title: "DPDK Performance Results 2n-clx"
5740   algorithm: "file_test_results"
5741   output-file-ext: ".rst"
5742   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5743   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5744   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
5745   data: "dpdk-perf-results-2n-clx"
5746   filter: "all"
5747   parameters:
5748   - "name"
5749   - "doc"
5750   - "level"
5751   - "parent"
5752   data-start-level: 3
5753
5754 ################################################################################
5755 ###                                P L O T S                                 ###
5756 ################################################################################
5757
5758 ## Plots VPP HTTP Server Performance
5759 #- type: "plot"
5760 #  title: "VPP HTTP Server Performance"
5761 #  algorithm: "plot_http_server_perf_box"
5762 #  output-file-type: ".html"
5763 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
5764 #  data:
5765 #    "plot-vpp-http-server-performance"
5766 #  # Keep this formatting, the filter is enclosed with " (quotation mark) and
5767 #  # each tag is enclosed with ' (apostrophe).
5768 #  filter: "'HTTP' and 'TCP_CPS'"
5769 #  parameters:
5770 #  - "result"
5771 #  - "name"
5772 #  traces:
5773 #    hoverinfo: "y+name"
5774 #    boxpoints: "outliers"
5775 #    whiskerwidth: 0
5776 #  layout:
5777 #    title: "VPP HTTP Server Performance"
5778 #    layout:
5779 #      "plot-cps"
5780 #
5781 #- type: "plot"
5782 #  title: "VPP HTTP Server Performance"
5783 #  algorithm: "plot_http_server_perf_box"
5784 #  output-file-type: ".html"
5785 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
5786 #  data:
5787 #    "plot-vpp-http-server-performance"
5788 #  filter: "'HTTP' and 'TCP_RPS'"
5789 #  parameters:
5790 #  - "result"
5791 #  - "name"
5792 #  traces:
5793 #    hoverinfo: "y+name"
5794 #    boxpoints: "outliers"
5795 #    whiskerwidth: 0
5796 #  layout:
5797 #    title: "VPP HTTP Server Performance"
5798 #    layout:
5799 #      "plot-rps"
5800
5801 ################################################################################
5802
5803 ## Soak Test (PLRsearch), boxes
5804 #- type: "plot"
5805 #  title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
5806 #  algorithm: "plot_perf_box_name"
5807 #  output-file-type: ".html"
5808 #  output-file: "{DIR[STATIC,VPP]}/soak-test-1"
5809 #  data: "plot-vpp-soak-2n-skx"
5810 #  include:
5811 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Soak.64B-2t1c-avf-eth-l2patch-soak"
5812 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
5813 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
5814 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Soak.64B-2t1c-eth-l2patch-soak"
5815 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
5816 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
5817 #  layout:
5818 #    title: "30 Minutes Soak Test (PLRsearch)"
5819 #    layout: "plot-soak-throughput"
5820 #
5821 ## Soak Test (PLRsearch), boxes
5822 #- type: "plot"
5823 #  title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
5824 #  algorithm: "plot_perf_box_name"
5825 #  output-file-type: ".html"
5826 #  output-file: "{DIR[STATIC,VPP]}/soak-test-2"
5827 #  data: "plot-vpp-soak-2n-skx"
5828 #  include:
5829 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-soak"
5830 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
5831 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
5832 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
5833 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
5834 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
5835 #  layout:
5836 #    title: "30 Minutes Soak Test (PLRsearch)"
5837 #    layout: "plot-soak-throughput"
5838
5839 ###############################################################################
5840
5841 #- type: "plot"
5842 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
5843 #  algorithm: "plot_nf_reconf_box_name"
5844 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
5845 #  data: "plot-vpp-nfv-reconf-2n-skx"
5846 #  include:
5847 #    - "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"
5848 #    - "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"
5849 #    - "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"
5850 #    - "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"
5851 #    - "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"
5852 #    - "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"
5853 #  layout:
5854 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
5855 #    layout: "plot-throughput"
5856 #
5857 #- type: "plot"
5858 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
5859 #  algorithm: "plot_nf_reconf_box_name"
5860 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
5861 #  data: "plot-vpp-nfv-reconf-2n-skx"
5862 #  include:
5863 #    - "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"
5864 #    - "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"
5865 #    - "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"
5866 #    - "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"
5867 #    - "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"
5868 #    - "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"
5869 #  layout:
5870 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
5871 #    layout: "plot-throughput"
5872 #
5873 #- type: "plot"
5874 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
5875 #  algorithm: "plot_nf_reconf_box_name"
5876 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
5877 #  data: "plot-vpp-nfv-reconf-2n-skx"
5878 #  include:
5879 #    - "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"
5880 #    - "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"
5881 #    - "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"
5882 #    - "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"
5883 #    - "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"
5884 #    - "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"
5885 #  layout:
5886 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
5887 #    layout: "plot-throughput"
5888 #
5889 ################################################################################
5890 ## Plots - NF Density - VSC - MRR 64b
5891 #- type: "plot"
5892 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5893 #  algorithm: "plot_nf_heatmap"
5894 #  output-file-type: ".html"
5895 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
5896 #  data: "plot-vpp-nfv-2n-skx-mrr"
5897 #  filter: "'NIC_Intel-XXV710' and
5898 #           'NF_DENSITY' and
5899 #           'VHOST' and
5900 #           not 'VXLAN' and
5901 #           'CHAIN' and
5902 #           'NF_VPPIP4' and
5903 #           '64B' and
5904 #           '2T1C' and
5905 #           'MRR'"
5906 #  parameters:
5907 #  - "result"
5908 #  - "name"
5909 #  - "tags"
5910 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5911 #  x-axis: "X = VNFs per Service Chain"
5912 #  y-axis: "Y = Number of Service Chains"
5913 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5914 #  layout:
5915 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5916 #    layout: "plot-service-density"
5917 #
5918 #- type: "plot"
5919 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5920 #  algorithm: "plot_nf_heatmap"
5921 #  output-file-type: ".html"
5922 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
5923 #  data: "plot-vpp-nfv-2n-skx-mrr"
5924 #  filter: "'NIC_Intel-XXV710' and
5925 #           'NF_DENSITY' and
5926 #           'VHOST' and
5927 #           not 'VXLAN' and
5928 #           'CHAIN' and
5929 #           'NF_VPPIP4' and
5930 #           '64B' and
5931 #           '4T2C' and
5932 #           'MRR'"
5933 #  parameters:
5934 #  - "result"
5935 #  - "name"
5936 #  - "tags"
5937 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5938 #  x-axis: "X = VNFs per Service Chain"
5939 #  y-axis: "Y = Number of Service Chains"
5940 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5941 #  layout:
5942 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5943 #    layout: "plot-service-density"
5944 #
5945 #- type: "plot"
5946 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5947 #  algorithm: "plot_nf_heatmap"
5948 #  output-file-type: ".html"
5949 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
5950 #  data: "plot-vpp-nfv-2n-skx-mrr"
5951 #  filter: "'NIC_Intel-XXV710' and
5952 #           'NF_DENSITY' and
5953 #           'VHOST' and
5954 #           not 'VXLAN' and
5955 #           'CHAIN' and
5956 #           'NF_VPPIP4' and
5957 #           '64B' and
5958 #           '8T4C' and
5959 #           'MRR'"
5960 #  parameters:
5961 #  - "result"
5962 #  - "name"
5963 #  - "tags"
5964 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5965 #  x-axis: "X = VNFs per Service Chain"
5966 #  y-axis: "Y = Number of Service Chains"
5967 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5968 #  layout:
5969 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5970 #    layout: "plot-service-density"
5971 #
5972 ## Plots - NF Density - VSC - MRR IMIX
5973 #- type: "plot"
5974 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5975 #  algorithm: "plot_nf_heatmap"
5976 #  output-file-type: ".html"
5977 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
5978 #  data: "plot-vpp-nfv-2n-skx-mrr"
5979 #  filter: "'NIC_Intel-XXV710' and
5980 #           'NF_DENSITY' and
5981 #           'VHOST' and
5982 #           not 'VXLAN' and
5983 #           'CHAIN' and
5984 #           'NF_VPPIP4' and
5985 #           'IMIX' and
5986 #           '2T1C' and
5987 #           'MRR'"
5988 #  parameters:
5989 #  - "result"
5990 #  - "name"
5991 #  - "tags"
5992 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5993 #  x-axis: "X = VNFs per Service Chain"
5994 #  y-axis: "Y = Number of Service Chains"
5995 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5996 #  layout:
5997 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5998 #    layout: "plot-service-density"
5999 #
6000 #- type: "plot"
6001 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6002 #  algorithm: "plot_nf_heatmap"
6003 #  output-file-type: ".html"
6004 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6005 #  data: "plot-vpp-nfv-2n-skx-mrr"
6006 #  filter: "'NIC_Intel-XXV710' and
6007 #           'NF_DENSITY' and
6008 #           'VHOST' and
6009 #           not 'VXLAN' and
6010 #           'CHAIN' and
6011 #           'NF_VPPIP4' and
6012 #           'IMIX' and
6013 #           '4T2C' and
6014 #           'MRR'"
6015 #  parameters:
6016 #  - "result"
6017 #  - "name"
6018 #  - "tags"
6019 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6020 #  x-axis: "X = VNFs per Service Chain"
6021 #  y-axis: "Y = Number of Service Chains"
6022 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6023 #  layout:
6024 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6025 #    layout: "plot-service-density"
6026 #
6027 #- type: "plot"
6028 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6029 #  algorithm: "plot_nf_heatmap"
6030 #  output-file-type: ".html"
6031 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6032 #  data: "plot-vpp-nfv-2n-skx-mrr"
6033 #  filter: "'NIC_Intel-XXV710' and
6034 #           'NF_DENSITY' and
6035 #           'VHOST' and
6036 #           not 'VXLAN' and
6037 #           'CHAIN' and
6038 #           'NF_VPPIP4' and
6039 #           'IMIX' and
6040 #           '8T4C' and
6041 #           'MRR'"
6042 #  parameters:
6043 #  - "result"
6044 #  - "name"
6045 #  - "tags"
6046 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6047 #  x-axis: "X = VNFs per Service Chain"
6048 #  y-axis: "Y = Number of Service Chains"
6049 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6050 #  layout:
6051 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6052 #    layout: "plot-service-density"
6053 #
6054 ## Plots - NF Density - VSC - NDR 64b
6055 #- type: "plot"
6056 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6057 #  algorithm: "plot_nf_heatmap"
6058 #  output-file-type: ".html"
6059 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6060 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6061 #  filter: "'NIC_Intel-XXV710' and
6062 #           'NF_DENSITY' and
6063 #           'VHOST' and
6064 #           not 'VXLAN' and
6065 #           'CHAIN' and
6066 #           'NF_VPPIP4' and
6067 #           '64B' and
6068 #           '2T1C' and
6069 #           'NDRPDR'"
6070 #  parameters:
6071 #  - "throughput"
6072 #  - "name"
6073 #  - "tags"
6074 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6075 #  x-axis: "X = VNFs per Service Chain"
6076 #  y-axis: "Y = Number of Service Chains"
6077 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6078 #  layout:
6079 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6080 #    layout: "plot-service-density"
6081 #
6082 #- type: "plot"
6083 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6084 #  algorithm: "plot_nf_heatmap"
6085 #  output-file-type: ".html"
6086 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6087 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6088 #  filter: "'NIC_Intel-XXV710' and
6089 #           'NF_DENSITY' and
6090 #           'VHOST' and
6091 #           not 'VXLAN' and
6092 #           'CHAIN' and
6093 #           'NF_VPPIP4' and
6094 #           '64B' and
6095 #           '4T2C' and
6096 #           'NDRPDR'"
6097 #  parameters:
6098 #  - "throughput"
6099 #  - "name"
6100 #  - "tags"
6101 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6102 #  x-axis: "X = VNFs per Service Chain"
6103 #  y-axis: "Y = Number of Service Chains"
6104 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6105 #  layout:
6106 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6107 #    layout: "plot-service-density"
6108 #
6109 #- type: "plot"
6110 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6111 #  algorithm: "plot_nf_heatmap"
6112 #  output-file-type: ".html"
6113 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6114 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6115 #  filter: "'NIC_Intel-XXV710' and
6116 #           'NF_DENSITY' and
6117 #           'VHOST' and
6118 #           not 'VXLAN' and
6119 #           'CHAIN' and
6120 #           'NF_VPPIP4' and
6121 #           '64B' and
6122 #           '8T4C' and
6123 #           'NDRPDR'"
6124 #  parameters:
6125 #  - "throughput"
6126 #  - "name"
6127 #  - "tags"
6128 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6129 #  x-axis: "X = VNFs per Service Chain"
6130 #  y-axis: "Y = Number of Service Chains"
6131 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6132 #  layout:
6133 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6134 #    layout: "plot-service-density"
6135 #
6136 ## Plots - NF Density - VSC - NDR IMIX
6137 #- type: "plot"
6138 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6139 #  algorithm: "plot_nf_heatmap"
6140 #  output-file-type: ".html"
6141 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6142 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6143 #  filter: "'NIC_Intel-XXV710' and
6144 #           'NF_DENSITY' and
6145 #           'VHOST' and
6146 #           not 'VXLAN' and
6147 #           'CHAIN' and
6148 #           'NF_VPPIP4' and
6149 #           'IMIX' and
6150 #           '2T1C' and
6151 #           'NDRPDR'"
6152 #  parameters:
6153 #  - "throughput"
6154 #  - "name"
6155 #  - "tags"
6156 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6157 #  x-axis: "X = VNFs per Service Chain"
6158 #  y-axis: "Y = Number of Service Chains"
6159 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6160 #  layout:
6161 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6162 #    layout: "plot-service-density"
6163 #
6164 #- type: "plot"
6165 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6166 #  algorithm: "plot_nf_heatmap"
6167 #  output-file-type: ".html"
6168 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6169 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6170 #  filter: "'NIC_Intel-XXV710' and
6171 #           'NF_DENSITY' and
6172 #           'VHOST' and
6173 #           not 'VXLAN' and
6174 #           'CHAIN' and
6175 #           'NF_VPPIP4' and
6176 #           'IMIX' and
6177 #           '4T2C' and
6178 #           'NDRPDR'"
6179 #  parameters:
6180 #  - "throughput"
6181 #  - "name"
6182 #  - "tags"
6183 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6184 #  x-axis: "X = VNFs per Service Chain"
6185 #  y-axis: "Y = Number of Service Chains"
6186 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6187 #  layout:
6188 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6189 #    layout: "plot-service-density"
6190 #
6191 #- type: "plot"
6192 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6193 #  algorithm: "plot_nf_heatmap"
6194 #  output-file-type: ".html"
6195 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6196 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6197 #  filter: "'NIC_Intel-XXV710' and
6198 #           'NF_DENSITY' and
6199 #           'VHOST' and
6200 #           not 'VXLAN' and
6201 #           'CHAIN' and
6202 #           'NF_VPPIP4' and
6203 #           'IMIX' and
6204 #           '8T4C' and
6205 #           'NDRPDR'"
6206 #  parameters:
6207 #  - "throughput"
6208 #  - "name"
6209 #  - "tags"
6210 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6211 #  x-axis: "X = VNFs per Service Chain"
6212 #  y-axis: "Y = Number of Service Chains"
6213 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6214 #  layout:
6215 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6216 #    layout: "plot-service-density"
6217 #
6218 ## Plots - NF Density - VSC - PDR 64b
6219 #- type: "plot"
6220 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6221 #  algorithm: "plot_nf_heatmap"
6222 #  output-file-type: ".html"
6223 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6224 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6225 #  filter: "'NIC_Intel-XXV710' and
6226 #           'NF_DENSITY' and
6227 #           'VHOST' and
6228 #           not 'VXLAN' and
6229 #           'CHAIN' and
6230 #           'NF_VPPIP4' and
6231 #           '64B' and
6232 #           '2T1C' and
6233 #           'NDRPDR'"
6234 #  parameters:
6235 #  - "throughput"
6236 #  - "name"
6237 #  - "tags"
6238 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6239 #  x-axis: "X = VNFs per Service Chain"
6240 #  y-axis: "Y = Number of Service Chains"
6241 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6242 #  layout:
6243 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6244 #    layout: "plot-service-density"
6245 #
6246 #- type: "plot"
6247 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6248 #  algorithm: "plot_nf_heatmap"
6249 #  output-file-type: ".html"
6250 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6251 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6252 #  filter: "'NIC_Intel-XXV710' and
6253 #           'NF_DENSITY' and
6254 #           'VHOST' and
6255 #           not 'VXLAN' and
6256 #           'CHAIN' and
6257 #           'NF_VPPIP4' and
6258 #           '64B' and
6259 #           '4T2C' and
6260 #           'NDRPDR'"
6261 #  parameters:
6262 #  - "throughput"
6263 #  - "name"
6264 #  - "tags"
6265 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6266 #  x-axis: "X = VNFs per Service Chain"
6267 #  y-axis: "Y = Number of Service Chains"
6268 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6269 #  layout:
6270 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6271 #    layout: "plot-service-density"
6272 #
6273 #- type: "plot"
6274 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6275 #  algorithm: "plot_nf_heatmap"
6276 #  output-file-type: ".html"
6277 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
6278 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6279 #  filter: "'NIC_Intel-XXV710' and
6280 #           'NF_DENSITY' and
6281 #           'VHOST' and
6282 #           not 'VXLAN' and
6283 #           'CHAIN' and
6284 #           'NF_VPPIP4' and
6285 #           '64B' and
6286 #           '8T4C' and
6287 #           'NDRPDR'"
6288 #  parameters:
6289 #  - "throughput"
6290 #  - "name"
6291 #  - "tags"
6292 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6293 #  x-axis: "X = VNFs per Service Chain"
6294 #  y-axis: "Y = Number of Service Chains"
6295 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6296 #  layout:
6297 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6298 #    layout: "plot-service-density"
6299 #
6300 ## Plots - NF Density - VSC - PDR IMIX
6301 #- type: "plot"
6302 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6303 #  algorithm: "plot_nf_heatmap"
6304 #  output-file-type: ".html"
6305 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6306 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6307 #  filter: "'NIC_Intel-XXV710' and
6308 #           'NF_DENSITY' and
6309 #           'VHOST' and
6310 #           not 'VXLAN' and
6311 #           'CHAIN' and
6312 #           'NF_VPPIP4' and
6313 #           'IMIX' and
6314 #           '2T1C' and
6315 #           'NDRPDR'"
6316 #  parameters:
6317 #  - "throughput"
6318 #  - "name"
6319 #  - "tags"
6320 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6321 #  x-axis: "X = VNFs per Service Chain"
6322 #  y-axis: "Y = Number of Service Chains"
6323 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6324 #  layout:
6325 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6326 #    layout: "plot-service-density"
6327 #
6328 #- type: "plot"
6329 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6330 #  algorithm: "plot_nf_heatmap"
6331 #  output-file-type: ".html"
6332 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
6333 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6334 #  filter: "'NIC_Intel-XXV710' and
6335 #           'NF_DENSITY' and
6336 #           'VHOST' and
6337 #           not 'VXLAN' and
6338 #           'CHAIN' and
6339 #           'NF_VPPIP4' and
6340 #           'IMIX' and
6341 #           '4T2C' and
6342 #           'NDRPDR'"
6343 #  parameters:
6344 #  - "throughput"
6345 #  - "name"
6346 #  - "tags"
6347 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6348 #  x-axis: "X = VNFs per Service Chain"
6349 #  y-axis: "Y = Number of Service Chains"
6350 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6351 #  layout:
6352 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6353 #    layout: "plot-service-density"
6354 #
6355 #- type: "plot"
6356 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6357 #  algorithm: "plot_nf_heatmap"
6358 #  output-file-type: ".html"
6359 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
6360 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6361 #  filter: "'NIC_Intel-XXV710' and
6362 #           'NF_DENSITY' and
6363 #           'VHOST' and
6364 #           not 'VXLAN' and
6365 #           'CHAIN' and
6366 #           'NF_VPPIP4' and
6367 #           'IMIX' and
6368 #           '8T4C' and
6369 #           'NDRPDR'"
6370 #  parameters:
6371 #  - "throughput"
6372 #  - "name"
6373 #  - "tags"
6374 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6375 #  x-axis: "X = VNFs per Service Chain"
6376 #  y-axis: "Y = Number of Service Chains"
6377 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6378 #  layout:
6379 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6380 #    layout: "plot-service-density"
6381 #
6382 ################################################################################
6383 ## Plots - NF Density - VSC - MRR 64b
6384 #- type: "plot"
6385 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6386 #  algorithm: "plot_nf_heatmap"
6387 #  output-file-type: ".html"
6388 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
6389 #  data: "plot-vpp-nfv-2n-skx-mrr"
6390 #  filter: "'NIC_Intel-XXV710' and
6391 #           'NF_DENSITY' and
6392 #           'VHOST' and
6393 #           'VXLAN' and
6394 #           'CHAIN' and
6395 #           '118' and
6396 #           '2T1C' and
6397 #           'MRR'"
6398 #  parameters:
6399 #  - "result"
6400 #  - "name"
6401 #  - "tags"
6402 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6403 #  x-axis: "X = VNFs per Service Chain"
6404 #  y-axis: "Y = Number of Service Chains"
6405 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6406 #  layout:
6407 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6408 #    layout: "plot-service-density"
6409 #
6410 #- type: "plot"
6411 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6412 #  algorithm: "plot_nf_heatmap"
6413 #  output-file-type: ".html"
6414 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
6415 #  data: "plot-vpp-nfv-2n-skx-mrr"
6416 #  filter: "'NIC_Intel-XXV710' and
6417 #           'NF_DENSITY' and
6418 #           'VHOST' and
6419 #           'VXLAN' and
6420 #           'CHAIN' and
6421 #           '118' and
6422 #           '4T2C' and
6423 #           'MRR'"
6424 #  parameters:
6425 #  - "result"
6426 #  - "name"
6427 #  - "tags"
6428 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6429 #  x-axis: "X = VNFs per Service Chain"
6430 #  y-axis: "Y = Number of Service Chains"
6431 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6432 #  layout:
6433 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6434 #    layout: "plot-service-density"
6435 #
6436 #- type: "plot"
6437 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6438 #  algorithm: "plot_nf_heatmap"
6439 #  output-file-type: ".html"
6440 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
6441 #  data: "plot-vpp-nfv-2n-skx-mrr"
6442 #  filter: "'NIC_Intel-XXV710' and
6443 #           'NF_DENSITY' and
6444 #           'VHOST' and
6445 #           'VXLAN' and
6446 #           'CHAIN' and
6447 #           '118' and
6448 #           '8T4C' and
6449 #           'MRR'"
6450 #  parameters:
6451 #  - "result"
6452 #  - "name"
6453 #  - "tags"
6454 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6455 #  x-axis: "X = VNFs per Service Chain"
6456 #  y-axis: "Y = Number of Service Chains"
6457 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6458 #  layout:
6459 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6460 #    layout: "plot-service-density"
6461 #
6462 ## Plots - NF Density - VSC - MRR IMIX
6463 #- type: "plot"
6464 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6465 #  algorithm: "plot_nf_heatmap"
6466 #  output-file-type: ".html"
6467 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
6468 #  data: "plot-vpp-nfv-2n-skx-mrr"
6469 #  filter: "'NIC_Intel-XXV710' and
6470 #           'NF_DENSITY' and
6471 #           'VHOST' and
6472 #           'VXLAN' and
6473 #           'CHAIN' and
6474 #           'IMIX' and
6475 #           '2T1C' and
6476 #           'MRR'"
6477 #  parameters:
6478 #  - "result"
6479 #  - "name"
6480 #  - "tags"
6481 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6482 #  x-axis: "X = VNFs per Service Chain"
6483 #  y-axis: "Y = Number of Service Chains"
6484 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6485 #  layout:
6486 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6487 #    layout: "plot-service-density"
6488 #
6489 #- type: "plot"
6490 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6491 #  algorithm: "plot_nf_heatmap"
6492 #  output-file-type: ".html"
6493 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
6494 #  data: "plot-vpp-nfv-2n-skx-mrr"
6495 #  filter: "'NIC_Intel-XXV710' and
6496 #           'NF_DENSITY' and
6497 #           'VHOST' and
6498 #           'VXLAN' and
6499 #           'CHAIN' and
6500 #           'IMIX' and
6501 #           '4T2C' and
6502 #           'MRR'"
6503 #  parameters:
6504 #  - "result"
6505 #  - "name"
6506 #  - "tags"
6507 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6508 #  x-axis: "X = VNFs per Service Chain"
6509 #  y-axis: "Y = Number of Service Chains"
6510 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6511 #  layout:
6512 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6513 #    layout: "plot-service-density"
6514 #
6515 #- type: "plot"
6516 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6517 #  algorithm: "plot_nf_heatmap"
6518 #  output-file-type: ".html"
6519 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
6520 #  data: "plot-vpp-nfv-2n-skx-mrr"
6521 #  filter: "'NIC_Intel-XXV710' and
6522 #           'NF_DENSITY' and
6523 #           'VHOST' and
6524 #           'VXLAN' and
6525 #           'CHAIN' and
6526 #           'IMIX' and
6527 #           '8T4C' and
6528 #           'MRR'"
6529 #  parameters:
6530 #  - "result"
6531 #  - "name"
6532 #  - "tags"
6533 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6534 #  x-axis: "X = VNFs per Service Chain"
6535 #  y-axis: "Y = Number of Service Chains"
6536 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6537 #  layout:
6538 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6539 #    layout: "plot-service-density"
6540 #
6541 ## Plots - NF Density - VSC - NDR 64b
6542 #- type: "plot"
6543 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6544 #  algorithm: "plot_nf_heatmap"
6545 #  output-file-type: ".html"
6546 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
6547 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6548 #  filter: "'NIC_Intel-XXV710' and
6549 #           'NF_DENSITY' and
6550 #           'VHOST' and
6551 #           'VXLAN' and
6552 #           'CHAIN' and
6553 #           '118' and
6554 #           '2T1C' and
6555 #           'NDRPDR'"
6556 #  parameters:
6557 #  - "throughput"
6558 #  - "name"
6559 #  - "tags"
6560 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6561 #  x-axis: "X = VNFs per Service Chain"
6562 #  y-axis: "Y = Number of Service Chains"
6563 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6564 #  layout:
6565 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6566 #    layout: "plot-service-density"
6567 #
6568 #- type: "plot"
6569 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6570 #  algorithm: "plot_nf_heatmap"
6571 #  output-file-type: ".html"
6572 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
6573 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6574 #  filter: "'NIC_Intel-XXV710' and
6575 #           'NF_DENSITY' and
6576 #           'VHOST' and
6577 #           'VXLAN' and
6578 #           'CHAIN' and
6579 #           '118' and
6580 #           '4T2C' and
6581 #           'NDRPDR'"
6582 #  parameters:
6583 #  - "throughput"
6584 #  - "name"
6585 #  - "tags"
6586 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6587 #  x-axis: "X = VNFs per Service Chain"
6588 #  y-axis: "Y = Number of Service Chains"
6589 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6590 #  layout:
6591 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6592 #    layout: "plot-service-density"
6593 #
6594 #- type: "plot"
6595 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6596 #  algorithm: "plot_nf_heatmap"
6597 #  output-file-type: ".html"
6598 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
6599 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6600 #  filter: "'NIC_Intel-XXV710' and
6601 #           'NF_DENSITY' and
6602 #           'VHOST' and
6603 #           'VXLAN' and
6604 #           'CHAIN' and
6605 #           '118' and
6606 #           '8T4C' and
6607 #           'NDRPDR'"
6608 #  parameters:
6609 #  - "throughput"
6610 #  - "name"
6611 #  - "tags"
6612 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6613 #  x-axis: "X = VNFs per Service Chain"
6614 #  y-axis: "Y = Number of Service Chains"
6615 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6616 #  layout:
6617 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6618 #    layout: "plot-service-density"
6619 #
6620 ## Plots - NF Density - VSC - NDR IMIX
6621 #- type: "plot"
6622 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6623 #  algorithm: "plot_nf_heatmap"
6624 #  output-file-type: ".html"
6625 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
6626 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6627 #  filter: "'NIC_Intel-XXV710' and
6628 #           'NF_DENSITY' and
6629 #           'VHOST' and
6630 #           'VXLAN' and
6631 #           'CHAIN' and
6632 #           'IMIX' and
6633 #           '2T1C' and
6634 #           'NDRPDR'"
6635 #  parameters:
6636 #  - "throughput"
6637 #  - "name"
6638 #  - "tags"
6639 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6640 #  x-axis: "X = VNFs per Service Chain"
6641 #  y-axis: "Y = Number of Service Chains"
6642 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6643 #  layout:
6644 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6645 #    layout: "plot-service-density"
6646 #
6647 #- type: "plot"
6648 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6649 #  algorithm: "plot_nf_heatmap"
6650 #  output-file-type: ".html"
6651 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
6652 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6653 #  filter: "'NIC_Intel-XXV710' and
6654 #           'NF_DENSITY' and
6655 #           'VHOST' and
6656 #           'VXLAN' and
6657 #           'CHAIN' and
6658 #           'IMIX' and
6659 #           '4T2C' and
6660 #           'NDRPDR'"
6661 #  parameters:
6662 #  - "throughput"
6663 #  - "name"
6664 #  - "tags"
6665 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6666 #  x-axis: "X = VNFs per Service Chain"
6667 #  y-axis: "Y = Number of Service Chains"
6668 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6669 #  layout:
6670 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6671 #    layout: "plot-service-density"
6672 #
6673 #- type: "plot"
6674 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6675 #  algorithm: "plot_nf_heatmap"
6676 #  output-file-type: ".html"
6677 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
6678 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6679 #  filter: "'NIC_Intel-XXV710' and
6680 #           'NF_DENSITY' and
6681 #           'VHOST' and
6682 #           'VXLAN' and
6683 #           'CHAIN' and
6684 #           'IMIX' and
6685 #           '8T4C' and
6686 #           'NDRPDR'"
6687 #  parameters:
6688 #  - "throughput"
6689 #  - "name"
6690 #  - "tags"
6691 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6692 #  x-axis: "X = VNFs per Service Chain"
6693 #  y-axis: "Y = Number of Service Chains"
6694 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6695 #  layout:
6696 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6697 #    layout: "plot-service-density"
6698 #
6699 ## Plots - NF Density - VSC - PDR 64b
6700 #- type: "plot"
6701 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6702 #  algorithm: "plot_nf_heatmap"
6703 #  output-file-type: ".html"
6704 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
6705 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6706 #  filter: "'NIC_Intel-XXV710' and
6707 #           'NF_DENSITY' and
6708 #           'VHOST' and
6709 #           'VXLAN' and
6710 #           'CHAIN' and
6711 #           '118' and
6712 #           '2T1C' and
6713 #           'NDRPDR'"
6714 #  parameters:
6715 #  - "throughput"
6716 #  - "name"
6717 #  - "tags"
6718 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6719 #  x-axis: "X = VNFs per Service Chain"
6720 #  y-axis: "Y = Number of Service Chains"
6721 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6722 #  layout:
6723 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6724 #    layout: "plot-service-density"
6725 #
6726 #- type: "plot"
6727 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6728 #  algorithm: "plot_nf_heatmap"
6729 #  output-file-type: ".html"
6730 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
6731 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6732 #  filter: "'NIC_Intel-XXV710' and
6733 #           'NF_DENSITY' and
6734 #           'VHOST' and
6735 #           'VXLAN' and
6736 #           'CHAIN' and
6737 #           '118' and
6738 #           '4T2C' and
6739 #           'NDRPDR'"
6740 #  parameters:
6741 #  - "throughput"
6742 #  - "name"
6743 #  - "tags"
6744 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6745 #  x-axis: "X = VNFs per Service Chain"
6746 #  y-axis: "Y = Number of Service Chains"
6747 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6748 #  layout:
6749 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6750 #    layout: "plot-service-density"
6751 #
6752 #- type: "plot"
6753 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6754 #  algorithm: "plot_nf_heatmap"
6755 #  output-file-type: ".html"
6756 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
6757 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6758 #  filter: "'NIC_Intel-XXV710' and
6759 #           'NF_DENSITY' and
6760 #           'VHOST' and
6761 #           'VXLAN' and
6762 #           'CHAIN' and
6763 #           '118' and
6764 #           '8T4C' and
6765 #           'NDRPDR'"
6766 #  parameters:
6767 #  - "throughput"
6768 #  - "name"
6769 #  - "tags"
6770 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6771 #  x-axis: "X = VNFs per Service Chain"
6772 #  y-axis: "Y = Number of Service Chains"
6773 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6774 #  layout:
6775 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6776 #    layout: "plot-service-density"
6777 #
6778 ## Plots - NF Density - VSC - PDR IMIX
6779 #- type: "plot"
6780 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6781 #  algorithm: "plot_nf_heatmap"
6782 #  output-file-type: ".html"
6783 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
6784 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6785 #  filter: "'NIC_Intel-XXV710' and
6786 #           'NF_DENSITY' and
6787 #           'VHOST' and
6788 #           'VXLAN' and
6789 #           'CHAIN' and
6790 #           'IMIX' and
6791 #           '2T1C' and
6792 #           'NDRPDR'"
6793 #  parameters:
6794 #  - "throughput"
6795 #  - "name"
6796 #  - "tags"
6797 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6798 #  x-axis: "X = VNFs per Service Chain"
6799 #  y-axis: "Y = Number of Service Chains"
6800 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6801 #  layout:
6802 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6803 #    layout: "plot-service-density"
6804 #
6805 #- type: "plot"
6806 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6807 #  algorithm: "plot_nf_heatmap"
6808 #  output-file-type: ".html"
6809 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
6810 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6811 #  filter: "'NIC_Intel-XXV710' and
6812 #           'NF_DENSITY' and
6813 #           'VHOST' and
6814 #           'VXLAN' and
6815 #           'CHAIN' and
6816 #           'IMIX' and
6817 #           '4T2C' and
6818 #           'NDRPDR'"
6819 #  parameters:
6820 #  - "throughput"
6821 #  - "name"
6822 #  - "tags"
6823 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6824 #  x-axis: "X = VNFs per Service Chain"
6825 #  y-axis: "Y = Number of Service Chains"
6826 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6827 #  layout:
6828 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6829 #    layout: "plot-service-density"
6830 #
6831 #- type: "plot"
6832 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6833 #  algorithm: "plot_nf_heatmap"
6834 #  output-file-type: ".html"
6835 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
6836 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6837 #  filter: "'NIC_Intel-XXV710' and
6838 #           'NF_DENSITY' and
6839 #           'VHOST' and
6840 #           'VXLAN' and
6841 #           'CHAIN' and
6842 #           'IMIX' and
6843 #           '8T4C' and
6844 #           'NDRPDR'"
6845 #  parameters:
6846 #  - "throughput"
6847 #  - "name"
6848 #  - "tags"
6849 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6850 #  x-axis: "X = VNFs per Service Chain"
6851 #  y-axis: "Y = Number of Service Chains"
6852 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6853 #  layout:
6854 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6855 #    layout: "plot-service-density"
6856 #
6857 ################################################################################
6858 ## Plots - NF Density - CSC - MRR 64b
6859 #- type: "plot"
6860 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6861 #  algorithm: "plot_nf_heatmap"
6862 #  output-file-type: ".html"
6863 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
6864 #  data: "plot-vpp-nfv-2n-skx-mrr"
6865 #  filter: "'NIC_Intel-XXV710' and
6866 #           'NF_DENSITY' and
6867 #           'DOCKER' and
6868 #           'CHAIN' and
6869 #           'NF_VPPIP4' and
6870 #           '64B' and
6871 #           '2T1C' and
6872 #           'MRR'"
6873 #  parameters:
6874 #  - "result"
6875 #  - "name"
6876 #  - "tags"
6877 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6878 #  x-axis: "X = CNFs per Service Chain"
6879 #  y-axis: "Y = Number of Service Chains"
6880 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6881 #  layout:
6882 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6883 #    layout: "plot-service-density"
6884 #
6885 #- type: "plot"
6886 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6887 #  algorithm: "plot_nf_heatmap"
6888 #  output-file-type: ".html"
6889 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
6890 #  data: "plot-vpp-nfv-2n-skx-mrr"
6891 #  filter: "'NIC_Intel-XXV710' and
6892 #           'NF_DENSITY' and
6893 #           'DOCKER' and
6894 #           'CHAIN' and
6895 #           'NF_VPPIP4' and
6896 #           '64B' and
6897 #           '4T2C' and
6898 #           'MRR'"
6899 #  parameters:
6900 #  - "result"
6901 #  - "name"
6902 #  - "tags"
6903 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6904 #  x-axis: "X = CNFs per Service Chain"
6905 #  y-axis: "Y = Number of Service Chains"
6906 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6907 #  layout:
6908 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6909 #    layout: "plot-service-density"
6910 #
6911 #- type: "plot"
6912 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6913 #  algorithm: "plot_nf_heatmap"
6914 #  output-file-type: ".html"
6915 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
6916 #  data: "plot-vpp-nfv-2n-skx-mrr"
6917 #  filter: "'NIC_Intel-XXV710' and
6918 #           'NF_DENSITY' and
6919 #           'DOCKER' and
6920 #           'CHAIN' and
6921 #           'NF_VPPIP4' and
6922 #           '64B' and
6923 #           '8T4C' and
6924 #           'MRR'"
6925 #  parameters:
6926 #  - "result"
6927 #  - "name"
6928 #  - "tags"
6929 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6930 #  x-axis: "X = CNFs per Service Chain"
6931 #  y-axis: "Y = Number of Service Chains"
6932 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6933 #  layout:
6934 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6935 #    layout: "plot-service-density"
6936 #
6937 ## Plots - NF Density - CSC - MRR IMIX
6938 #- type: "plot"
6939 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6940 #  algorithm: "plot_nf_heatmap"
6941 #  output-file-type: ".html"
6942 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
6943 #  data: "plot-vpp-nfv-2n-skx-mrr"
6944 #  filter: "'NIC_Intel-XXV710' and
6945 #           'NF_DENSITY' and
6946 #           'DOCKER' and
6947 #           'CHAIN' and
6948 #           'NF_VPPIP4' and
6949 #           'IMIX' and
6950 #           '2T1C' and
6951 #           'MRR'"
6952 #  parameters:
6953 #  - "result"
6954 #  - "name"
6955 #  - "tags"
6956 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6957 #  x-axis: "X = CNFs per Service Chain"
6958 #  y-axis: "Y = Number of Service Chains"
6959 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6960 #  layout:
6961 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6962 #    layout: "plot-service-density"
6963 #
6964 #- type: "plot"
6965 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6966 #  algorithm: "plot_nf_heatmap"
6967 #  output-file-type: ".html"
6968 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
6969 #  data: "plot-vpp-nfv-2n-skx-mrr"
6970 #  filter: "'NIC_Intel-XXV710' and
6971 #           'NF_DENSITY' and
6972 #           'DOCKER' and
6973 #           'CHAIN' and
6974 #           'NF_VPPIP4' and
6975 #           'IMIX' and
6976 #           '4T2C' and
6977 #           'MRR'"
6978 #  parameters:
6979 #  - "result"
6980 #  - "name"
6981 #  - "tags"
6982 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6983 #  x-axis: "X = CNFs per Service Chain"
6984 #  y-axis: "Y = Number of Service Chains"
6985 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6986 #  layout:
6987 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6988 #    layout: "plot-service-density"
6989 #
6990 #- type: "plot"
6991 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6992 #  algorithm: "plot_nf_heatmap"
6993 #  output-file-type: ".html"
6994 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
6995 #  data: "plot-vpp-nfv-2n-skx-mrr"
6996 #  filter: "'NIC_Intel-XXV710' and
6997 #           'NF_DENSITY' and
6998 #           'DOCKER' and
6999 #           'CHAIN' and
7000 #           'NF_VPPIP4' and
7001 #           'IMIX' and
7002 #           '8T4C' and
7003 #           'MRR'"
7004 #  parameters:
7005 #  - "result"
7006 #  - "name"
7007 #  - "tags"
7008 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7009 #  x-axis: "X = CNFs per Service Chain"
7010 #  y-axis: "Y = Number of Service Chains"
7011 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7012 #  layout:
7013 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7014 #    layout: "plot-service-density"
7015 #
7016 ## Plots - NF Density - CSC - NDR 64b
7017 #- type: "plot"
7018 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7019 #  algorithm: "plot_nf_heatmap"
7020 #  output-file-type: ".html"
7021 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7022 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7023 #  filter: "'NIC_Intel-XXV710' and
7024 #           'NF_DENSITY' and
7025 #           'DOCKER' and
7026 #           'CHAIN' and
7027 #           'NF_VPPIP4' and
7028 #           '64B' and
7029 #           '2T1C' and
7030 #           'NDRPDR'"
7031 #  parameters:
7032 #  - "throughput"
7033 #  - "name"
7034 #  - "tags"
7035 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7036 #  x-axis: "X = CNFs per Service Chain"
7037 #  y-axis: "Y = Number of Service Chains"
7038 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7039 #  layout:
7040 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7041 #    layout: "plot-service-density"
7042 #
7043 #- type: "plot"
7044 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7045 #  algorithm: "plot_nf_heatmap"
7046 #  output-file-type: ".html"
7047 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7048 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7049 #  filter: "'NIC_Intel-XXV710' and
7050 #           'NF_DENSITY' and
7051 #           'DOCKER' and
7052 #           'CHAIN' and
7053 #           'NF_VPPIP4' and
7054 #           '64B' and
7055 #           '4T2C' and
7056 #           'NDRPDR'"
7057 #  parameters:
7058 #  - "throughput"
7059 #  - "name"
7060 #  - "tags"
7061 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7062 #  x-axis: "X = CNFs per Service Chain"
7063 #  y-axis: "Y = Number of Service Chains"
7064 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7065 #  layout:
7066 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7067 #    layout: "plot-service-density"
7068 #
7069 #- type: "plot"
7070 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7071 #  algorithm: "plot_nf_heatmap"
7072 #  output-file-type: ".html"
7073 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7074 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7075 #  filter: "'NIC_Intel-XXV710' and
7076 #           'NF_DENSITY' and
7077 #           'DOCKER' and
7078 #           'CHAIN' and
7079 #           'NF_VPPIP4' and
7080 #           '64B' and
7081 #           '8T4C' and
7082 #           'NDRPDR'"
7083 #  parameters:
7084 #  - "throughput"
7085 #  - "name"
7086 #  - "tags"
7087 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7088 #  x-axis: "X = CNFs per Service Chain"
7089 #  y-axis: "Y = Number of Service Chains"
7090 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7091 #  layout:
7092 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7093 #    layout: "plot-service-density"
7094 #
7095 ## Plots - NF Density - CSC - NDR IMIX
7096 #- type: "plot"
7097 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7098 #  algorithm: "plot_nf_heatmap"
7099 #  output-file-type: ".html"
7100 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7101 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7102 #  filter: "'NIC_Intel-XXV710' and
7103 #           'NF_DENSITY' and
7104 #           'DOCKER' and
7105 #           'CHAIN' and
7106 #           'NF_VPPIP4' and
7107 #           'IMIX' and
7108 #           '2T1C' and
7109 #           'NDRPDR'"
7110 #  parameters:
7111 #  - "throughput"
7112 #  - "name"
7113 #  - "tags"
7114 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7115 #  x-axis: "X = CNFs per Service Chain"
7116 #  y-axis: "Y = Number of Service Chains"
7117 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7118 #  layout:
7119 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7120 #    layout: "plot-service-density"
7121 #
7122 #- type: "plot"
7123 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7124 #  algorithm: "plot_nf_heatmap"
7125 #  output-file-type: ".html"
7126 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7127 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7128 #  filter: "'NIC_Intel-XXV710' and
7129 #           'NF_DENSITY' and
7130 #           'DOCKER' and
7131 #           'CHAIN' and
7132 #           'NF_VPPIP4' and
7133 #           'IMIX' and
7134 #           '4T2C' and
7135 #           'NDRPDR'"
7136 #  parameters:
7137 #  - "throughput"
7138 #  - "name"
7139 #  - "tags"
7140 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7141 #  x-axis: "X = CNFs per Service Chain"
7142 #  y-axis: "Y = Number of Service Chains"
7143 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7144 #  layout:
7145 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7146 #    layout: "plot-service-density"
7147 #
7148 #- type: "plot"
7149 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7150 #  algorithm: "plot_nf_heatmap"
7151 #  output-file-type: ".html"
7152 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7153 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7154 #  filter: "'NIC_Intel-XXV710' and
7155 #           'NF_DENSITY' and
7156 #           'DOCKER' and
7157 #           'CHAIN' and
7158 #           'NF_VPPIP4' and
7159 #           'IMIX' and
7160 #           '8T4C' and
7161 #           'NDRPDR'"
7162 #  parameters:
7163 #  - "throughput"
7164 #  - "name"
7165 #  - "tags"
7166 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7167 #  x-axis: "X = CNFs per Service Chain"
7168 #  y-axis: "Y = Number of Service Chains"
7169 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7170 #  layout:
7171 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7172 #    layout: "plot-service-density"
7173 #
7174 ## Plots - NF Density - CSC - PDR 64b
7175 #- type: "plot"
7176 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7177 #  algorithm: "plot_nf_heatmap"
7178 #  output-file-type: ".html"
7179 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7180 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7181 #  filter: "'NIC_Intel-XXV710' and
7182 #           'NF_DENSITY' and
7183 #           'DOCKER' and
7184 #           'CHAIN' and
7185 #           'NF_VPPIP4' and
7186 #           '64B' and
7187 #           '2T1C' and
7188 #           'NDRPDR'"
7189 #  parameters:
7190 #  - "throughput"
7191 #  - "name"
7192 #  - "tags"
7193 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7194 #  x-axis: "X = CNFs per Service Chain"
7195 #  y-axis: "Y = Number of Service Chains"
7196 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7197 #  layout:
7198 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7199 #    layout: "plot-service-density"
7200 #
7201 #- type: "plot"
7202 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7203 #  algorithm: "plot_nf_heatmap"
7204 #  output-file-type: ".html"
7205 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7206 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7207 #  filter: "'NIC_Intel-XXV710' and
7208 #           'NF_DENSITY' and
7209 #           'DOCKER' and
7210 #           'CHAIN' and
7211 #           'NF_VPPIP4' and
7212 #           '64B' and
7213 #           '4T2C' and
7214 #           'NDRPDR'"
7215 #  parameters:
7216 #  - "throughput"
7217 #  - "name"
7218 #  - "tags"
7219 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7220 #  x-axis: "X = CNFs per Service Chain"
7221 #  y-axis: "Y = Number of Service Chains"
7222 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7223 #  layout:
7224 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7225 #    layout: "plot-service-density"
7226 #
7227 #- type: "plot"
7228 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7229 #  algorithm: "plot_nf_heatmap"
7230 #  output-file-type: ".html"
7231 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7232 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7233 #  filter: "'NIC_Intel-XXV710' and
7234 #           'NF_DENSITY' and
7235 #           'DOCKER' and
7236 #           'CHAIN' and
7237 #           'NF_VPPIP4' and
7238 #           '64B' and
7239 #           '8T4C' and
7240 #           'NDRPDR'"
7241 #  parameters:
7242 #  - "throughput"
7243 #  - "name"
7244 #  - "tags"
7245 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7246 #  x-axis: "X = CNFs per Service Chain"
7247 #  y-axis: "Y = Number of Service Chains"
7248 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7249 #  layout:
7250 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7251 #    layout: "plot-service-density"
7252 #
7253 ## Plots - NF Density - CSC - PDR IMIX
7254 #- type: "plot"
7255 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7256 #  algorithm: "plot_nf_heatmap"
7257 #  output-file-type: ".html"
7258 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7259 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7260 #  filter: "'NIC_Intel-XXV710' and
7261 #           'NF_DENSITY' and
7262 #           'DOCKER' and
7263 #           'CHAIN' and
7264 #           'NF_VPPIP4' and
7265 #           'IMIX' and
7266 #           '2T1C' and
7267 #           'NDRPDR'"
7268 #  parameters:
7269 #  - "throughput"
7270 #  - "name"
7271 #  - "tags"
7272 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7273 #  x-axis: "X = CNFs per Service Chain"
7274 #  y-axis: "Y = Number of Service Chains"
7275 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7276 #  layout:
7277 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7278 #    layout: "plot-service-density"
7279 #
7280 #- type: "plot"
7281 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7282 #  algorithm: "plot_nf_heatmap"
7283 #  output-file-type: ".html"
7284 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7285 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7286 #  filter: "'NIC_Intel-XXV710' and
7287 #           'NF_DENSITY' and
7288 #           'DOCKER' and
7289 #           'CHAIN' and
7290 #           'NF_VPPIP4' and
7291 #           'IMIX' and
7292 #           '4T2C' and
7293 #           'NDRPDR'"
7294 #  parameters:
7295 #  - "throughput"
7296 #  - "name"
7297 #  - "tags"
7298 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7299 #  x-axis: "X = CNFs per Service Chain"
7300 #  y-axis: "Y = Number of Service Chains"
7301 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7302 #  layout:
7303 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7304 #    layout: "plot-service-density"
7305 #
7306 #- type: "plot"
7307 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7308 #  algorithm: "plot_nf_heatmap"
7309 #  output-file-type: ".html"
7310 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7311 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7312 #  filter: "'NIC_Intel-XXV710' and
7313 #           'NF_DENSITY' and
7314 #           'DOCKER' and
7315 #           'CHAIN' and
7316 #           'NF_VPPIP4' and
7317 #           'IMIX' and
7318 #           '8T4C' and
7319 #           'NDRPDR'"
7320 #  parameters:
7321 #  - "throughput"
7322 #  - "name"
7323 #  - "tags"
7324 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7325 #  x-axis: "X = CNFs per Service Chain"
7326 #  y-axis: "Y = Number of Service Chains"
7327 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7328 #  layout:
7329 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7330 #    layout: "plot-service-density"
7331 #
7332 ################################################################################
7333 #
7334 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7335 #- type: "plot"
7336 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7337 #  algorithm: "plot_nf_heatmap"
7338 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7339 #  data: "plot-vpp-nfv-3n-skx-mrr"
7340 #  filter: "'NIC_Intel-XXV710' and
7341 #           'NF_DENSITY' and
7342 #           'DOCKER' and
7343 #           'CHAIN' and
7344 #           'NF_VPPIP4' and
7345 #           'IPSEC' and
7346 #           'TNL_4' and
7347 #           'IMIX' and
7348 #           '2T1C' and
7349 #           'MRR'"
7350 #  parameters:
7351 #  - "result"
7352 #  - "name"
7353 #  - "tags"
7354 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7355 #  x-axis: "X = CNFs per Service Chain"
7356 #  y-axis: "Y = Number of Service Chains"
7357 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7358 #  layout:
7359 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7360 #    layout: "plot-service-density"
7361 #
7362 #- type: "plot"
7363 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7364 #  algorithm: "plot_nf_heatmap"
7365 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
7366 #  data: "plot-vpp-nfv-3n-skx-mrr"
7367 #  filter: "'NIC_Intel-XXV710' and
7368 #           'NF_DENSITY' and
7369 #           'DOCKER' and
7370 #           'CHAIN' and
7371 #           'NF_VPPIP4' and
7372 #           'IPSEC' and
7373 #           'TNL_4' and
7374 #           'IMIX' and
7375 #           '4T2C' and
7376 #           'MRR'"
7377 #  parameters:
7378 #  - "result"
7379 #  - "name"
7380 #  - "tags"
7381 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7382 #  x-axis: "X = CNFs per Service Chain"
7383 #  y-axis: "Y = Number of Service Chains"
7384 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7385 #  layout:
7386 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7387 #    layout: "plot-service-density"
7388 #
7389 #- type: "plot"
7390 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7391 #  algorithm: "plot_nf_heatmap"
7392 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
7393 #  data: "plot-vpp-nfv-3n-skx-mrr"
7394 #  filter: "'NIC_Intel-XXV710' and
7395 #           'NF_DENSITY' and
7396 #           'DOCKER' and
7397 #           'CHAIN' and
7398 #           'NF_VPPIP4' and
7399 #           'IPSEC' and
7400 #           'TNL_4' and
7401 #           'IMIX' and
7402 #           '8T4C' and
7403 #           'MRR'"
7404 #  parameters:
7405 #  - "result"
7406 #  - "name"
7407 #  - "tags"
7408 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7409 #  x-axis: "X = CNFs per Service Chain"
7410 #  y-axis: "Y = Number of Service Chains"
7411 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7412 #  layout:
7413 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7414 #    layout: "plot-service-density"
7415 #
7416 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7417 #- type: "plot"
7418 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7419 #  algorithm: "plot_nf_heatmap"
7420 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
7421 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7422 #  filter: "'NIC_Intel-XXV710' and
7423 #           'NF_DENSITY' and
7424 #           'DOCKER' and
7425 #           'CHAIN' and
7426 #           'NF_VPPIP4' and
7427 #           'IPSEC' and
7428 #           'TNL_4' and
7429 #           'IMIX' and
7430 #           '2T1C' and
7431 #           'NDRPDR'"
7432 #  parameters:
7433 #  - "throughput"
7434 #  - "name"
7435 #  - "tags"
7436 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7437 #  x-axis: "X = CNFs per Service Chain"
7438 #  y-axis: "Y = Number of Service Chains"
7439 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7440 #  layout:
7441 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7442 #    layout: "plot-service-density"
7443 #
7444 #- type: "plot"
7445 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7446 #  algorithm: "plot_nf_heatmap"
7447 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
7448 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7449 #  filter: "'NIC_Intel-XXV710' and
7450 #           'NF_DENSITY' and
7451 #           'DOCKER' and
7452 #           'CHAIN' and
7453 #           'NF_VPPIP4' and
7454 #           'IPSEC' and
7455 #           'TNL_4' and
7456 #           'IMIX' and
7457 #           '4T2C' and
7458 #           'NDRPDR'"
7459 #  parameters:
7460 #  - "throughput"
7461 #  - "name"
7462 #  - "tags"
7463 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7464 #  x-axis: "X = CNFs per Service Chain"
7465 #  y-axis: "Y = Number of Service Chains"
7466 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7467 #  layout:
7468 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7469 #    layout: "plot-service-density"
7470 #
7471 #- type: "plot"
7472 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7473 #  algorithm: "plot_nf_heatmap"
7474 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
7475 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7476 #  filter: "'NIC_Intel-XXV710' and
7477 #           'NF_DENSITY' and
7478 #           'DOCKER' and
7479 #           'CHAIN' and
7480 #           'NF_VPPIP4' and
7481 #           'IPSEC' and
7482 #           'TNL_4' and
7483 #           'IMIX' and
7484 #           '8T4C' and
7485 #           'NDRPDR'"
7486 #  parameters:
7487 #  - "throughput"
7488 #  - "name"
7489 #  - "tags"
7490 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7491 #  x-axis: "X = CNFs per Service Chain"
7492 #  y-axis: "Y = Number of Service Chains"
7493 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7494 #  layout:
7495 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7496 #    layout: "plot-service-density"
7497 #
7498 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7499 #- type: "plot"
7500 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7501 #  algorithm: "plot_nf_heatmap"
7502 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
7503 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7504 #  filter: "'NIC_Intel-XXV710' and
7505 #           'NF_DENSITY' and
7506 #           'DOCKER' and
7507 #           'CHAIN' and
7508 #           'NF_VPPIP4' and
7509 #           'IPSEC' and
7510 #           'TNL_4' and
7511 #           'IMIX' and
7512 #           '2T1C' and
7513 #           'NDRPDR'"
7514 #  parameters:
7515 #  - "throughput"
7516 #  - "name"
7517 #  - "tags"
7518 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7519 #  x-axis: "X = CNFs per Service Chain"
7520 #  y-axis: "Y = Number of Service Chains"
7521 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7522 #  layout:
7523 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7524 #    layout: "plot-service-density"
7525 #
7526 #- type: "plot"
7527 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7528 #  algorithm: "plot_nf_heatmap"
7529 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
7530 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7531 #  filter: "'NIC_Intel-XXV710' and
7532 #           'NF_DENSITY' and
7533 #           'DOCKER' and
7534 #           'CHAIN' and
7535 #           'NF_VPPIP4' and
7536 #           'IPSEC' and
7537 #           'TNL_4' and
7538 #           'IMIX' and
7539 #           '4T2C' and
7540 #           'NDRPDR'"
7541 #  parameters:
7542 #  - "throughput"
7543 #  - "name"
7544 #  - "tags"
7545 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7546 #  x-axis: "X = CNFs per Service Chain"
7547 #  y-axis: "Y = Number of Service Chains"
7548 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7549 #  layout:
7550 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7551 #    layout: "plot-service-density"
7552 #
7553 #- type: "plot"
7554 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7555 #  algorithm: "plot_nf_heatmap"
7556 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
7557 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7558 #  filter: "'NIC_Intel-XXV710' and
7559 #           'NF_DENSITY' and
7560 #           'DOCKER' and
7561 #           'CHAIN' and
7562 #           'NF_VPPIP4' and
7563 #           'IPSEC' and
7564 #           'TNL_4' and
7565 #           'IMIX' and
7566 #           '8T4C' and
7567 #           'NDRPDR'"
7568 #  parameters:
7569 #  - "throughput"
7570 #  - "name"
7571 #  - "tags"
7572 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7573 #  x-axis: "X = CNFs per Service Chain"
7574 #  y-axis: "Y = Number of Service Chains"
7575 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7576 #  layout:
7577 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7578 #    layout: "plot-service-density"
7579
7580 ###############################################################################
7581
7582 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7583 - type: "plot"
7584   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7585   algorithm: "plot_nf_heatmap"
7586   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
7587   data: "plot-vpp-nfv-3n-hsw-mrr"
7588   filter: "'NIC_Intel-XL710' and
7589            'NF_DENSITY' and
7590            'DOCKER' and
7591            'CHAIN' and
7592            'NF_VPPIP4' and
7593            'IMIX' and
7594            'TNL_4' and
7595            '1T1C' and
7596            'MRR'"
7597   parameters:
7598   - "result"
7599   - "name"
7600   - "tags"
7601   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7602   x-axis: "X = CNFs per Service Chain"
7603   y-axis: "Y = Number of Service Chains"
7604   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7605   layout:
7606     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7607     layout: "plot-service-density"
7608
7609 - type: "plot"
7610   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7611   algorithm: "plot_nf_heatmap"
7612   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
7613   data: "plot-vpp-nfv-3n-hsw-mrr"
7614   filter: "'NIC_Intel-XL710' and
7615            'NF_DENSITY' and
7616            'DOCKER' and
7617            'CHAIN' and
7618            'NF_VPPIP4' and
7619            'IPSEC' and
7620            'TNL_4' and
7621            'IMIX' and
7622            '2T2C' and
7623            'MRR'"
7624   parameters:
7625   - "result"
7626   - "name"
7627   - "tags"
7628   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7629   x-axis: "X = CNFs per Service Chain"
7630   y-axis: "Y = Number of Service Chains"
7631   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7632   layout:
7633     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7634     layout: "plot-service-density"
7635
7636 - type: "plot"
7637   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7638   algorithm: "plot_nf_heatmap"
7639   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
7640   data: "plot-vpp-nfv-3n-hsw-mrr"
7641   filter: "'NIC_Intel-XL710' and
7642            'NF_DENSITY' and
7643            'DOCKER' and
7644            'CHAIN' and
7645            'NF_VPPIP4' and
7646            'IPSEC' and
7647            'TNL_4' and
7648            'IMIX' and
7649            '4T4C' and
7650            'MRR'"
7651   parameters:
7652   - "result"
7653   - "name"
7654   - "tags"
7655   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7656   x-axis: "X = CNFs per Service Chain"
7657   y-axis: "Y = Number of Service Chains"
7658   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7659   layout:
7660     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7661     layout: "plot-service-density"
7662
7663 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7664 - type: "plot"
7665   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7666   algorithm: "plot_nf_heatmap"
7667   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
7668   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7669   filter: "'NIC_Intel-XL710' and
7670            'NF_DENSITY' and
7671            'DOCKER' and
7672            'CHAIN' and
7673            'NF_VPPIP4' and
7674            'IPSEC' and
7675            'TNL_4' and
7676            'IMIX' and
7677            '1T1C' and
7678            'NDRPDR'"
7679   parameters:
7680   - "throughput"
7681   - "name"
7682   - "tags"
7683   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7684   x-axis: "X = CNFs per Service Chain"
7685   y-axis: "Y = Number of Service Chains"
7686   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7687   layout:
7688     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7689     layout: "plot-service-density"
7690
7691 - type: "plot"
7692   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7693   algorithm: "plot_nf_heatmap"
7694   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
7695   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7696   filter: "'NIC_Intel-XL710' and
7697            'NF_DENSITY' and
7698            'DOCKER' and
7699            'CHAIN' and
7700            'NF_VPPIP4' and
7701            'IPSEC' and
7702            'TNL_4' and
7703            'IMIX' and
7704            '2T2C' and
7705            'NDRPDR'"
7706   parameters:
7707   - "throughput"
7708   - "name"
7709   - "tags"
7710   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7711   x-axis: "X = CNFs per Service Chain"
7712   y-axis: "Y = Number of Service Chains"
7713   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7714   layout:
7715     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7716     layout: "plot-service-density"
7717
7718 - type: "plot"
7719   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7720   algorithm: "plot_nf_heatmap"
7721   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
7722   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7723   filter: "'NIC_Intel-XL710' and
7724            'NF_DENSITY' and
7725            'DOCKER' and
7726            'CHAIN' and
7727            'NF_VPPIP4' and
7728            'IPSEC' and
7729            'TNL_4' and
7730            'IMIX' and
7731            '4T4C' and
7732            'NDRPDR'"
7733   parameters:
7734   - "throughput"
7735   - "name"
7736   - "tags"
7737   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7738   x-axis: "X = CNFs per Service Chain"
7739   y-axis: "Y = Number of Service Chains"
7740   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7741   layout:
7742     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7743     layout: "plot-service-density"
7744
7745 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7746 - type: "plot"
7747   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7748   algorithm: "plot_nf_heatmap"
7749   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
7750   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7751   filter: "'NIC_Intel-XL710' and
7752            'NF_DENSITY' and
7753            'DOCKER' and
7754            'CHAIN' and
7755            'NF_VPPIP4' and
7756            'IPSEC' and
7757            'TNL_4' and
7758            'IMIX' and
7759            '1T1C' and
7760            'NDRPDR'"
7761   parameters:
7762   - "throughput"
7763   - "name"
7764   - "tags"
7765   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7766   x-axis: "X = CNFs per Service Chain"
7767   y-axis: "Y = Number of Service Chains"
7768   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7769   layout:
7770     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7771     layout: "plot-service-density"
7772
7773 - type: "plot"
7774   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7775   algorithm: "plot_nf_heatmap"
7776   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
7777   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7778   filter: "'NIC_Intel-XL710' and
7779            'NF_DENSITY' and
7780            'DOCKER' and
7781            'CHAIN' and
7782            'NF_VPPIP4' and
7783            'IPSEC' and
7784            'TNL_4' and
7785            'IMIX' and
7786            '2T2C' and
7787            'NDRPDR'"
7788   parameters:
7789   - "throughput"
7790   - "name"
7791   - "tags"
7792   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7793   x-axis: "X = CNFs per Service Chain"
7794   y-axis: "Y = Number of Service Chains"
7795   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7796   layout:
7797     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7798     layout: "plot-service-density"
7799
7800 - type: "plot"
7801   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7802   algorithm: "plot_nf_heatmap"
7803   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
7804   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7805   filter: "'NIC_Intel-XL710' and
7806            'NF_DENSITY' and
7807            'DOCKER' and
7808            'CHAIN' and
7809            'NF_VPPIP4' and
7810            'IPSEC' and
7811            'TNL_4' and
7812            'IMIX' and
7813            '4T4C' and
7814            'NDRPDR'"
7815   parameters:
7816   - "throughput"
7817   - "name"
7818   - "tags"
7819   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7820   x-axis: "X = CNFs per Service Chain"
7821   y-axis: "Y = Number of Service Chains"
7822   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7823   layout:
7824     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7825     layout: "plot-service-density"
7826
7827 ###############################################################################
7828
7829 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
7830 #- type: "plot"
7831 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7832 #  algorithm: "plot_nf_heatmap"
7833 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
7834 #  data: "plot-vpp-nfv-3n-skx-mrr"
7835 #  filter: "'NIC_Intel-XXV710' and
7836 #           'NF_DENSITY' and
7837 #           'DOCKER' and
7838 #           'CHAIN' and
7839 #           'NF_VPPIP4' and
7840 #           'IPSEC' and
7841 #           'TNL_1000' and
7842 #           'IMIX' and
7843 #           '2T1C' and
7844 #           'MRR'"
7845 #  parameters:
7846 #  - "result"
7847 #  - "name"
7848 #  - "tags"
7849 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7850 #  x-axis: "X = CNFs per Service Chain"
7851 #  y-axis: "Y = Number of Service Chains"
7852 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7853 #  layout:
7854 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7855 #    layout: "plot-service-density"
7856 #
7857 #- type: "plot"
7858 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7859 #  algorithm: "plot_nf_heatmap"
7860 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
7861 #  data: "plot-vpp-nfv-3n-skx-mrr"
7862 #  filter: "'NIC_Intel-XXV710' and
7863 #           'NF_DENSITY' and
7864 #           'DOCKER' and
7865 #           'CHAIN' and
7866 #           'NF_VPPIP4' and
7867 #           'IPSEC' and
7868 #           'TNL_1000' and
7869 #           'IMIX' and
7870 #           '4T2C' and
7871 #           'MRR'"
7872 #  parameters:
7873 #  - "result"
7874 #  - "name"
7875 #  - "tags"
7876 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7877 #  x-axis: "X = CNFs per Service Chain"
7878 #  y-axis: "Y = Number of Service Chains"
7879 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7880 #  layout:
7881 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7882 #    layout: "plot-service-density"
7883 #
7884 #- type: "plot"
7885 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7886 #  algorithm: "plot_nf_heatmap"
7887 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
7888 #  data: "plot-vpp-nfv-3n-skx-mrr"
7889 #  filter: "'NIC_Intel-XXV710' and
7890 #           'NF_DENSITY' and
7891 #           'DOCKER' and
7892 #           'CHAIN' and
7893 #           'NF_VPPIP4' and
7894 #           'IPSEC' and
7895 #           'TNL_1000' and
7896 #           'IMIX' and
7897 #           '8T4C' and
7898 #           'MRR'"
7899 #  parameters:
7900 #  - "result"
7901 #  - "name"
7902 #  - "tags"
7903 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7904 #  x-axis: "X = CNFs per Service Chain"
7905 #  y-axis: "Y = Number of Service Chains"
7906 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7907 #  layout:
7908 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7909 #    layout: "plot-service-density"
7910 #
7911 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
7912 #- type: "plot"
7913 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7914 #  algorithm: "plot_nf_heatmap"
7915 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
7916 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7917 #  filter: "'NIC_Intel-XXV710' and
7918 #           'NF_DENSITY' and
7919 #           'DOCKER' and
7920 #           'CHAIN' and
7921 #           'NF_VPPIP4' and
7922 #           'IPSEC' and
7923 #           'TNL_1000' and
7924 #           'IMIX' and
7925 #           '2T1C' and
7926 #           'NDRPDR'"
7927 #  parameters:
7928 #  - "throughput"
7929 #  - "name"
7930 #  - "tags"
7931 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7932 #  x-axis: "X = CNFs per Service Chain"
7933 #  y-axis: "Y = Number of Service Chains"
7934 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7935 #  layout:
7936 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7937 #    layout: "plot-service-density"
7938 #
7939 #- type: "plot"
7940 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7941 #  algorithm: "plot_nf_heatmap"
7942 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
7943 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7944 #  filter: "'NIC_Intel-XXV710' and
7945 #           'NF_DENSITY' and
7946 #           'DOCKER' and
7947 #           'CHAIN' and
7948 #           'NF_VPPIP4' and
7949 #           'IPSEC' and
7950 #           'TNL_1000' and
7951 #           'IMIX' and
7952 #           '4T2C' and
7953 #           'NDRPDR'"
7954 #  parameters:
7955 #  - "throughput"
7956 #  - "name"
7957 #  - "tags"
7958 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7959 #  x-axis: "X = CNFs per Service Chain"
7960 #  y-axis: "Y = Number of Service Chains"
7961 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7962 #  layout:
7963 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7964 #    layout: "plot-service-density"
7965 #
7966 #- type: "plot"
7967 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7968 #  algorithm: "plot_nf_heatmap"
7969 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
7970 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7971 #  filter: "'NIC_Intel-XXV710' and
7972 #           'NF_DENSITY' and
7973 #           'DOCKER' and
7974 #           'CHAIN' and
7975 #           'NF_VPPIP4' and
7976 #           'IPSEC' and
7977 #           'TNL_1000' and
7978 #           'IMIX' and
7979 #           '8T4C' and
7980 #           'NDRPDR'"
7981 #  parameters:
7982 #  - "throughput"
7983 #  - "name"
7984 #  - "tags"
7985 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7986 #  x-axis: "X = CNFs per Service Chain"
7987 #  y-axis: "Y = Number of Service Chains"
7988 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7989 #  layout:
7990 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7991 #    layout: "plot-service-density"
7992 #
7993 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
7994 #- type: "plot"
7995 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
7996 #  algorithm: "plot_nf_heatmap"
7997 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
7998 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7999 #  filter: "'NIC_Intel-XXV710' and
8000 #           'NF_DENSITY' and
8001 #           'DOCKER' and
8002 #           'CHAIN' and
8003 #           'NF_VPPIP4' and
8004 #           'IPSEC' and
8005 #           'TNL_1000' and
8006 #           'IMIX' and
8007 #           '2T1C' and
8008 #           'NDRPDR'"
8009 #  parameters:
8010 #  - "throughput"
8011 #  - "name"
8012 #  - "tags"
8013 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8014 #  x-axis: "X = CNFs per Service Chain"
8015 #  y-axis: "Y = Number of Service Chains"
8016 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8017 #  layout:
8018 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8019 #    layout: "plot-service-density"
8020 #
8021 #- type: "plot"
8022 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8023 #  algorithm: "plot_nf_heatmap"
8024 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8025 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8026 #  filter: "'NIC_Intel-XXV710' and
8027 #           'NF_DENSITY' and
8028 #           'DOCKER' and
8029 #           'CHAIN' and
8030 #           'NF_VPPIP4' and
8031 #           'IPSEC' and
8032 #           'TNL_1000' and
8033 #           'IMIX' and
8034 #           '4T2C' and
8035 #           'NDRPDR'"
8036 #  parameters:
8037 #  - "throughput"
8038 #  - "name"
8039 #  - "tags"
8040 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8041 #  x-axis: "X = CNFs per Service Chain"
8042 #  y-axis: "Y = Number of Service Chains"
8043 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8044 #  layout:
8045 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8046 #    layout: "plot-service-density"
8047 #
8048 #- type: "plot"
8049 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8050 #  algorithm: "plot_nf_heatmap"
8051 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8052 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8053 #  filter: "'NIC_Intel-XXV710' and
8054 #           'NF_DENSITY' and
8055 #           'DOCKER' and
8056 #           'CHAIN' and
8057 #           'NF_VPPIP4' and
8058 #           'IPSEC' and
8059 #           'TNL_1000' and
8060 #           'IMIX' and
8061 #           '8T4C' and
8062 #           'NDRPDR'"
8063 #  parameters:
8064 #  - "throughput"
8065 #  - "name"
8066 #  - "tags"
8067 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8068 #  x-axis: "X = CNFs per Service Chain"
8069 #  y-axis: "Y = Number of Service Chains"
8070 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8071 #  layout:
8072 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8073 #    layout: "plot-service-density"
8074
8075 ###############################################################################
8076
8077 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8078 - type: "plot"
8079   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8080   algorithm: "plot_nf_heatmap"
8081   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8082   data: "plot-vpp-nfv-3n-hsw-mrr"
8083   filter: "'NIC_Intel-XL710' and
8084            'NF_DENSITY' and
8085            'DOCKER' and
8086            'CHAIN' and
8087            'NF_VPPIP4' and
8088            'IMIX' and
8089            'TNL_1000' and
8090            '1T1C' and
8091            'MRR'"
8092   parameters:
8093   - "result"
8094   - "name"
8095   - "tags"
8096   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8097   x-axis: "X = CNFs per Service Chain"
8098   y-axis: "Y = Number of Service Chains"
8099   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8100   layout:
8101     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8102     layout: "plot-service-density"
8103
8104 - type: "plot"
8105   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8106   algorithm: "plot_nf_heatmap"
8107   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8108   data: "plot-vpp-nfv-3n-hsw-mrr"
8109   filter: "'NIC_Intel-XL710' and
8110            'NF_DENSITY' and
8111            'DOCKER' and
8112            'CHAIN' and
8113            'NF_VPPIP4' and
8114            'IPSEC' and
8115            'TNL_1000' and
8116            'IMIX' and
8117            '2T2C' and
8118            'MRR'"
8119   parameters:
8120   - "result"
8121   - "name"
8122   - "tags"
8123   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8124   x-axis: "X = CNFs per Service Chain"
8125   y-axis: "Y = Number of Service Chains"
8126   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8127   layout:
8128     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8129     layout: "plot-service-density"
8130
8131 - type: "plot"
8132   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8133   algorithm: "plot_nf_heatmap"
8134   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8135   data: "plot-vpp-nfv-3n-hsw-mrr"
8136   filter: "'NIC_Intel-XL710' and
8137            'NF_DENSITY' and
8138            'DOCKER' and
8139            'CHAIN' and
8140            'NF_VPPIP4' and
8141            'IPSEC' and
8142            'TNL_1000' and
8143            'IMIX' and
8144            '4T4C' and
8145            'MRR'"
8146   parameters:
8147   - "result"
8148   - "name"
8149   - "tags"
8150   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8151   x-axis: "X = CNFs per Service Chain"
8152   y-axis: "Y = Number of Service Chains"
8153   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8154   layout:
8155     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8156     layout: "plot-service-density"
8157
8158 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8159 - type: "plot"
8160   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8161   algorithm: "plot_nf_heatmap"
8162   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8163   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8164   filter: "'NIC_Intel-XL710' and
8165            'NF_DENSITY' and
8166            'DOCKER' and
8167            'CHAIN' and
8168            'NF_VPPIP4' and
8169            'IPSEC' and
8170            'TNL_1000' and
8171            'IMIX' and
8172            '1T1C' and
8173            'NDRPDR'"
8174   parameters:
8175   - "throughput"
8176   - "name"
8177   - "tags"
8178   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8179   x-axis: "X = CNFs per Service Chain"
8180   y-axis: "Y = Number of Service Chains"
8181   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8182   layout:
8183     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8184     layout: "plot-service-density"
8185
8186 - type: "plot"
8187   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8188   algorithm: "plot_nf_heatmap"
8189   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8190   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8191   filter: "'NIC_Intel-XL710' and
8192            'NF_DENSITY' and
8193            'DOCKER' and
8194            'CHAIN' and
8195            'NF_VPPIP4' and
8196            'IPSEC' and
8197            'TNL_1000' and
8198            'IMIX' and
8199            '2T2C' and
8200            'NDRPDR'"
8201   parameters:
8202   - "throughput"
8203   - "name"
8204   - "tags"
8205   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8206   x-axis: "X = CNFs per Service Chain"
8207   y-axis: "Y = Number of Service Chains"
8208   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8209   layout:
8210     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8211     layout: "plot-service-density"
8212
8213 - type: "plot"
8214   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8215   algorithm: "plot_nf_heatmap"
8216   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8217   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8218   filter: "'NIC_Intel-XL710' and
8219            'NF_DENSITY' and
8220            'DOCKER' and
8221            'CHAIN' and
8222            'NF_VPPIP4' and
8223            'IPSEC' and
8224            'TNL_1000' and
8225            'IMIX' and
8226            '4T4C' and
8227            'NDRPDR'"
8228   parameters:
8229   - "throughput"
8230   - "name"
8231   - "tags"
8232   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8233   x-axis: "X = CNFs per Service Chain"
8234   y-axis: "Y = Number of Service Chains"
8235   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8236   layout:
8237     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8238     layout: "plot-service-density"
8239
8240 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8241 - type: "plot"
8242   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8243   algorithm: "plot_nf_heatmap"
8244   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8245   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8246   filter: "'NIC_Intel-XL710' and
8247            'NF_DENSITY' and
8248            'DOCKER' and
8249            'CHAIN' and
8250            'NF_VPPIP4' and
8251            'IPSEC' and
8252            'TNL_1000' and
8253            'IMIX' and
8254            '1T1C' and
8255            'NDRPDR'"
8256   parameters:
8257   - "throughput"
8258   - "name"
8259   - "tags"
8260   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8261   x-axis: "X = CNFs per Service Chain"
8262   y-axis: "Y = Number of Service Chains"
8263   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8264   layout:
8265     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8266     layout: "plot-service-density"
8267
8268 - type: "plot"
8269   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8270   algorithm: "plot_nf_heatmap"
8271   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8272   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8273   filter: "'NIC_Intel-XL710' and
8274            'NF_DENSITY' and
8275            'DOCKER' and
8276            'CHAIN' and
8277            'NF_VPPIP4' and
8278            'IPSEC' and
8279            'TNL_1000' and
8280            'IMIX' and
8281            '2T2C' and
8282            'NDRPDR'"
8283   parameters:
8284   - "throughput"
8285   - "name"
8286   - "tags"
8287   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8288   x-axis: "X = CNFs per Service Chain"
8289   y-axis: "Y = Number of Service Chains"
8290   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8291   layout:
8292     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8293     layout: "plot-service-density"
8294
8295 - type: "plot"
8296   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8297   algorithm: "plot_nf_heatmap"
8298   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8299   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8300   filter: "'NIC_Intel-XL710' and
8301            'NF_DENSITY' and
8302            'DOCKER' and
8303            'CHAIN' and
8304            'NF_VPPIP4' and
8305            'IPSEC' and
8306            'TNL_1000' and
8307            'IMIX' and
8308            '4T4C' and
8309            'NDRPDR'"
8310   parameters:
8311   - "throughput"
8312   - "name"
8313   - "tags"
8314   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8315   x-axis: "X = CNFs per Service Chain"
8316   y-axis: "Y = Number of Service Chains"
8317   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8318   layout:
8319     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8320     layout: "plot-service-density"
8321
8322 ###############################################################################
8323
8324 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8325 #- type: "plot"
8326 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8327 #  algorithm: "plot_nf_heatmap"
8328 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8329 #  data: "plot-vpp-nfv-3n-skx-mrr"
8330 #  filter: "'NIC_Intel-XXV710' and
8331 #           'NF_DENSITY' and
8332 #           'DOCKER' and
8333 #           'CHAIN' and
8334 #           'NF_VPPIP4' and
8335 #           'IPSEC' and
8336 #           'TNL_10000' and
8337 #           'IMIX' and
8338 #           '2T1C' and
8339 #           'MRR'"
8340 #  parameters:
8341 #  - "result"
8342 #  - "name"
8343 #  - "tags"
8344 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8345 #  x-axis: "X = CNFs per Service Chain"
8346 #  y-axis: "Y = Number of Service Chains"
8347 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8348 #  layout:
8349 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8350 #    layout: "plot-service-density"
8351 #
8352 #- type: "plot"
8353 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8354 #  algorithm: "plot_nf_heatmap"
8355 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
8356 #  data: "plot-vpp-nfv-3n-skx-mrr"
8357 #  filter: "'NIC_Intel-XXV710' and
8358 #           'NF_DENSITY' and
8359 #           'DOCKER' and
8360 #           'CHAIN' and
8361 #           'NF_VPPIP4' and
8362 #           'IPSEC' and
8363 #           'TNL_10000' and
8364 #           'IMIX' and
8365 #           '4T2C' and
8366 #           'MRR'"
8367 #  parameters:
8368 #  - "result"
8369 #  - "name"
8370 #  - "tags"
8371 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8372 #  x-axis: "X = CNFs per Service Chain"
8373 #  y-axis: "Y = Number of Service Chains"
8374 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8375 #  layout:
8376 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8377 #    layout: "plot-service-density"
8378 #
8379 #- type: "plot"
8380 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8381 #  algorithm: "plot_nf_heatmap"
8382 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
8383 #  data: "plot-vpp-nfv-3n-skx-mrr"
8384 #  filter: "'NIC_Intel-XXV710' and
8385 #           'NF_DENSITY' and
8386 #           'DOCKER' and
8387 #           'CHAIN' and
8388 #           'NF_VPPIP4' and
8389 #           'IPSEC' and
8390 #           'TNL_10000' and
8391 #           'IMIX' and
8392 #           '8T4C' and
8393 #           'MRR'"
8394 #  parameters:
8395 #  - "result"
8396 #  - "name"
8397 #  - "tags"
8398 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8399 #  x-axis: "X = CNFs per Service Chain"
8400 #  y-axis: "Y = Number of Service Chains"
8401 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8402 #  layout:
8403 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8404 #    layout: "plot-service-density"
8405 #
8406 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8407 #- type: "plot"
8408 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8409 #  algorithm: "plot_nf_heatmap"
8410 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
8411 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8412 #  filter: "'NIC_Intel-XXV710' and
8413 #           'NF_DENSITY' and
8414 #           'DOCKER' and
8415 #           'CHAIN' and
8416 #           'NF_VPPIP4' and
8417 #           'IPSEC' and
8418 #           'TNL_10000' and
8419 #           'IMIX' and
8420 #           '2T1C' and
8421 #           'NDRPDR'"
8422 #  parameters:
8423 #  - "throughput"
8424 #  - "name"
8425 #  - "tags"
8426 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8427 #  x-axis: "X = CNFs per Service Chain"
8428 #  y-axis: "Y = Number of Service Chains"
8429 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8430 #  layout:
8431 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8432 #    layout: "plot-service-density"
8433 #
8434 #- type: "plot"
8435 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8436 #  algorithm: "plot_nf_heatmap"
8437 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
8438 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8439 #  filter: "'NIC_Intel-XXV710' and
8440 #           'NF_DENSITY' and
8441 #           'DOCKER' and
8442 #           'CHAIN' and
8443 #           'NF_VPPIP4' and
8444 #           'IPSEC' and
8445 #           'TNL_10000' and
8446 #           'IMIX' and
8447 #           '4T2C' and
8448 #           'NDRPDR'"
8449 #  parameters:
8450 #  - "throughput"
8451 #  - "name"
8452 #  - "tags"
8453 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8454 #  x-axis: "X = CNFs per Service Chain"
8455 #  y-axis: "Y = Number of Service Chains"
8456 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8457 #  layout:
8458 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8459 #    layout: "plot-service-density"
8460 #
8461 #- type: "plot"
8462 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8463 #  algorithm: "plot_nf_heatmap"
8464 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
8465 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8466 #  filter: "'NIC_Intel-XXV710' and
8467 #           'NF_DENSITY' and
8468 #           'DOCKER' and
8469 #           'CHAIN' and
8470 #           'NF_VPPIP4' and
8471 #           'IPSEC' and
8472 #           'TNL_10000' and
8473 #           'IMIX' and
8474 #           '8T4C' and
8475 #           'NDRPDR'"
8476 #  parameters:
8477 #  - "throughput"
8478 #  - "name"
8479 #  - "tags"
8480 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8481 #  x-axis: "X = CNFs per Service Chain"
8482 #  y-axis: "Y = Number of Service Chains"
8483 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8484 #  layout:
8485 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8486 #    layout: "plot-service-density"
8487 #
8488 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8489 #- type: "plot"
8490 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8491 #  algorithm: "plot_nf_heatmap"
8492 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
8493 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8494 #  filter: "'NIC_Intel-XXV710' and
8495 #           'NF_DENSITY' and
8496 #           'DOCKER' and
8497 #           'CHAIN' and
8498 #           'NF_VPPIP4' and
8499 #           'IPSEC' and
8500 #           'TNL_10000' and
8501 #           'IMIX' and
8502 #           '2T1C' and
8503 #           'NDRPDR'"
8504 #  parameters:
8505 #  - "throughput"
8506 #  - "name"
8507 #  - "tags"
8508 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8509 #  x-axis: "X = CNFs per Service Chain"
8510 #  y-axis: "Y = Number of Service Chains"
8511 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8512 #  layout:
8513 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8514 #    layout: "plot-service-density"
8515 #
8516 #- type: "plot"
8517 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8518 #  algorithm: "plot_nf_heatmap"
8519 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
8520 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8521 #  filter: "'NIC_Intel-XXV710' and
8522 #           'NF_DENSITY' and
8523 #           'DOCKER' and
8524 #           'CHAIN' and
8525 #           'NF_VPPIP4' and
8526 #           'IPSEC' and
8527 #           'TNL_10000' and
8528 #           'IMIX' and
8529 #           '4T2C' and
8530 #           'NDRPDR'"
8531 #  parameters:
8532 #  - "throughput"
8533 #  - "name"
8534 #  - "tags"
8535 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8536 #  x-axis: "X = CNFs per Service Chain"
8537 #  y-axis: "Y = Number of Service Chains"
8538 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8539 #  layout:
8540 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8541 #    layout: "plot-service-density"
8542 #
8543 #- type: "plot"
8544 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8545 #  algorithm: "plot_nf_heatmap"
8546 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
8547 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8548 #  filter: "'NIC_Intel-XXV710' and
8549 #           'NF_DENSITY' and
8550 #           'DOCKER' and
8551 #           'CHAIN' and
8552 #           'NF_VPPIP4' and
8553 #           'IPSEC' and
8554 #           'TNL_10000' and
8555 #           'IMIX' and
8556 #           '8T4C' and
8557 #           'NDRPDR'"
8558 #  parameters:
8559 #  - "throughput"
8560 #  - "name"
8561 #  - "tags"
8562 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8563 #  x-axis: "X = CNFs per Service Chain"
8564 #  y-axis: "Y = Number of Service Chains"
8565 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8566 #  layout:
8567 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8568 #    layout: "plot-service-density"
8569
8570 ###############################################################################
8571
8572 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8573 - type: "plot"
8574   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8575   algorithm: "plot_nf_heatmap"
8576   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
8577   data: "plot-vpp-nfv-3n-hsw-mrr"
8578   filter: "'NIC_Intel-XL710' and
8579            'NF_DENSITY' and
8580            'DOCKER' and
8581            'CHAIN' and
8582            'NF_VPPIP4' and
8583            'IMIX' and
8584            'TNL_10000' and
8585            '1T1C' and
8586            'MRR'"
8587   parameters:
8588   - "result"
8589   - "name"
8590   - "tags"
8591   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8592   x-axis: "X = CNFs per Service Chain"
8593   y-axis: "Y = Number of Service Chains"
8594   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8595   layout:
8596     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8597     layout: "plot-service-density"
8598
8599 - type: "plot"
8600   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8601   algorithm: "plot_nf_heatmap"
8602   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
8603   data: "plot-vpp-nfv-3n-hsw-mrr"
8604   filter: "'NIC_Intel-XL710' and
8605            'NF_DENSITY' and
8606            'DOCKER' and
8607            'CHAIN' and
8608            'NF_VPPIP4' and
8609            'IPSEC' and
8610            'TNL_10000' and
8611            'IMIX' and
8612            '2T2C' and
8613            'MRR'"
8614   parameters:
8615   - "result"
8616   - "name"
8617   - "tags"
8618   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8619   x-axis: "X = CNFs per Service Chain"
8620   y-axis: "Y = Number of Service Chains"
8621   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8622   layout:
8623     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8624     layout: "plot-service-density"
8625
8626 - type: "plot"
8627   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8628   algorithm: "plot_nf_heatmap"
8629   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
8630   data: "plot-vpp-nfv-3n-hsw-mrr"
8631   filter: "'NIC_Intel-XL710' and
8632            'NF_DENSITY' and
8633            'DOCKER' and
8634            'CHAIN' and
8635            'NF_VPPIP4' and
8636            'IPSEC' and
8637            'TNL_10000' and
8638            'IMIX' and
8639            '4T4C' and
8640            'MRR'"
8641   parameters:
8642   - "result"
8643   - "name"
8644   - "tags"
8645   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8646   x-axis: "X = CNFs per Service Chain"
8647   y-axis: "Y = Number of Service Chains"
8648   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8649   layout:
8650     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8651     layout: "plot-service-density"
8652
8653 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8654 - type: "plot"
8655   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8656   algorithm: "plot_nf_heatmap"
8657   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
8658   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8659   filter: "'NIC_Intel-XL710' and
8660            'NF_DENSITY' and
8661            'DOCKER' and
8662            'CHAIN' and
8663            'NF_VPPIP4' and
8664            'IPSEC' and
8665            'TNL_10000' and
8666            'IMIX' and
8667            '1T1C' and
8668            'NDRPDR'"
8669   parameters:
8670   - "throughput"
8671   - "name"
8672   - "tags"
8673   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8674   x-axis: "X = CNFs per Service Chain"
8675   y-axis: "Y = Number of Service Chains"
8676   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8677   layout:
8678     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8679     layout: "plot-service-density"
8680
8681 - type: "plot"
8682   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8683   algorithm: "plot_nf_heatmap"
8684   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
8685   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8686   filter: "'NIC_Intel-XL710' and
8687            'NF_DENSITY' and
8688            'DOCKER' and
8689            'CHAIN' and
8690            'NF_VPPIP4' and
8691            'IPSEC' and
8692            'TNL_10000' and
8693            'IMIX' and
8694            '2T2C' and
8695            'NDRPDR'"
8696   parameters:
8697   - "throughput"
8698   - "name"
8699   - "tags"
8700   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8701   x-axis: "X = CNFs per Service Chain"
8702   y-axis: "Y = Number of Service Chains"
8703   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8704   layout:
8705     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8706     layout: "plot-service-density"
8707
8708 - type: "plot"
8709   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8710   algorithm: "plot_nf_heatmap"
8711   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
8712   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8713   filter: "'NIC_Intel-XL710' and
8714            'NF_DENSITY' and
8715            'DOCKER' and
8716            'CHAIN' and
8717            'NF_VPPIP4' and
8718            'IPSEC' and
8719            'TNL_10000' and
8720            'IMIX' and
8721            '4T4C' and
8722            'NDRPDR'"
8723   parameters:
8724   - "throughput"
8725   - "name"
8726   - "tags"
8727   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8728   x-axis: "X = CNFs per Service Chain"
8729   y-axis: "Y = Number of Service Chains"
8730   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8731   layout:
8732     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8733     layout: "plot-service-density"
8734
8735 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8736 - type: "plot"
8737   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8738   algorithm: "plot_nf_heatmap"
8739   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
8740   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8741   filter: "'NIC_Intel-XL710' and
8742            'NF_DENSITY' and
8743            'DOCKER' and
8744            'CHAIN' and
8745            'NF_VPPIP4' and
8746            'IPSEC' and
8747            'TNL_10000' and
8748            'IMIX' and
8749            '1T1C' and
8750            'NDRPDR'"
8751   parameters:
8752   - "throughput"
8753   - "name"
8754   - "tags"
8755   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8756   x-axis: "X = CNFs per Service Chain"
8757   y-axis: "Y = Number of Service Chains"
8758   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8759   layout:
8760     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8761     layout: "plot-service-density"
8762
8763 - type: "plot"
8764   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8765   algorithm: "plot_nf_heatmap"
8766   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
8767   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8768   filter: "'NIC_Intel-XL710' and
8769            'NF_DENSITY' and
8770            'DOCKER' and
8771            'CHAIN' and
8772            'NF_VPPIP4' and
8773            'IPSEC' and
8774            'TNL_10000' and
8775            'IMIX' and
8776            '2T2C' and
8777            'NDRPDR'"
8778   parameters:
8779   - "throughput"
8780   - "name"
8781   - "tags"
8782   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8783   x-axis: "X = CNFs per Service Chain"
8784   y-axis: "Y = Number of Service Chains"
8785   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8786   layout:
8787     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8788     layout: "plot-service-density"
8789
8790 - type: "plot"
8791   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8792   algorithm: "plot_nf_heatmap"
8793   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
8794   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8795   filter: "'NIC_Intel-XL710' and
8796            'NF_DENSITY' and
8797            'DOCKER' and
8798            'CHAIN' and
8799            'NF_VPPIP4' and
8800            'IPSEC' and
8801            'TNL_10000' and
8802            'IMIX' and
8803            '4T4C' and
8804            'NDRPDR'"
8805   parameters:
8806   - "throughput"
8807   - "name"
8808   - "tags"
8809   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8810   x-axis: "X = CNFs per Service Chain"
8811   y-axis: "Y = Number of Service Chains"
8812   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8813   layout:
8814     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8815     layout: "plot-service-density"
8816
8817 ###############################################################################
8818
8819 # Plots - NF Density - CSP - MRR 64b
8820
8821 #- type: "plot"
8822 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8823 #  algorithm: "plot_nf_heatmap"
8824 #  output-file-type: ".html"
8825 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
8826 #  data: "plot-vpp-nfv-2n-skx-mrr"
8827 #  filter: "'NIC_Intel-XXV710' and
8828 #           'NF_DENSITY' and
8829 #           'DOCKER' and
8830 #           'PIPELINE' and
8831 #           'NF_VPPIP4' and
8832 #           '64B' and
8833 #           '2T1C' and
8834 #           'MRR'"
8835 #  parameters:
8836 #  - "result"
8837 #  - "name"
8838 #  - "tags"
8839 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8840 #  x-axis: "X = CNFs per Service Pipeline"
8841 #  y-axis: "Y = Number of Service Pipelines"
8842 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8843 #  layout:
8844 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8845 #    layout: "plot-service-density"
8846 #
8847 #- type: "plot"
8848 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8849 #  algorithm: "plot_nf_heatmap"
8850 #  output-file-type: ".html"
8851 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
8852 #  data: "plot-vpp-nfv-2n-skx-mrr"
8853 #  filter: "'NIC_Intel-XXV710' and
8854 #           'NF_DENSITY' and
8855 #           'DOCKER' and
8856 #           'PIPELINE' and
8857 #           'NF_VPPIP4' and
8858 #           '64B' and
8859 #           '4T2C' and
8860 #           'MRR'"
8861 #  parameters:
8862 #  - "result"
8863 #  - "name"
8864 #  - "tags"
8865 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8866 #  x-axis: "X = CNFs per Service Pipeline"
8867 #  y-axis: "Y = Number of Service Pipelines"
8868 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8869 #  layout:
8870 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8871 #    layout: "plot-service-density"
8872 #
8873 #- type: "plot"
8874 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8875 #  algorithm: "plot_nf_heatmap"
8876 #  output-file-type: ".html"
8877 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
8878 #  data: "plot-vpp-nfv-2n-skx-mrr"
8879 #  filter: "'NIC_Intel-XXV710' and
8880 #           'NF_DENSITY' and
8881 #           'DOCKER' and
8882 #           'PIPELINE' and
8883 #           'NF_VPPIP4' and
8884 #           '64B' and
8885 #           '8T4C' and
8886 #           'MRR'"
8887 #  parameters:
8888 #  - "result"
8889 #  - "name"
8890 #  - "tags"
8891 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8892 #  x-axis: "X = CNFs per Service Pipeline"
8893 #  y-axis: "Y = Number of Service Pipelines"
8894 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8895 #  layout:
8896 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8897 #    layout: "plot-service-density"
8898 #
8899 ## Plots - NF Density - CSP - MRR IMIX
8900 #- type: "plot"
8901 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8902 #  algorithm: "plot_nf_heatmap"
8903 #  output-file-type: ".html"
8904 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
8905 #  data: "plot-vpp-nfv-2n-skx-mrr"
8906 #  filter: "'NIC_Intel-XXV710' and
8907 #           'NF_DENSITY' and
8908 #           'DOCKER' and
8909 #           'PIPELINE' and
8910 #           'NF_VPPIP4' and
8911 #           'IMIX' and
8912 #           '2T1C' and
8913 #           'MRR'"
8914 #  parameters:
8915 #  - "result"
8916 #  - "name"
8917 #  - "tags"
8918 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8919 #  x-axis: "X = CNFs per Service Pipeline"
8920 #  y-axis: "Y = Number of Service Pipelines"
8921 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8922 #  layout:
8923 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8924 #    layout: "plot-service-density"
8925 #
8926 #- type: "plot"
8927 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8928 #  algorithm: "plot_nf_heatmap"
8929 #  output-file-type: ".html"
8930 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
8931 #  data: "plot-vpp-nfv-2n-skx-mrr"
8932 #  filter: "'NIC_Intel-XXV710' and
8933 #           'NF_DENSITY' and
8934 #           'DOCKER' and
8935 #           'PIPELINE' and
8936 #           'NF_VPPIP4' and
8937 #           'IMIX' and
8938 #           '4T2C' and
8939 #           'MRR'"
8940 #  parameters:
8941 #  - "result"
8942 #  - "name"
8943 #  - "tags"
8944 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8945 #  x-axis: "X = CNFs per Service Pipeline"
8946 #  y-axis: "Y = Number of Service Pipelines"
8947 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8948 #  layout:
8949 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8950 #    layout: "plot-service-density"
8951 #
8952 #- type: "plot"
8953 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8954 #  algorithm: "plot_nf_heatmap"
8955 #  output-file-type: ".html"
8956 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
8957 #  data: "plot-vpp-nfv-2n-skx-mrr"
8958 #  filter: "'NIC_Intel-XXV710' and
8959 #           'NF_DENSITY' and
8960 #           'DOCKER' and
8961 #           'PIPELINE' and
8962 #           'NF_VPPIP4' and
8963 #           'IMIX' and
8964 #           '8T4C' and
8965 #           'MRR'"
8966 #  parameters:
8967 #  - "result"
8968 #  - "name"
8969 #  - "tags"
8970 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8971 #  x-axis: "X = CNFs per Service Pipeline"
8972 #  y-axis: "Y = Number of Service Pipelines"
8973 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8974 #  layout:
8975 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8976 #    layout: "plot-service-density"
8977 #
8978 ## Plots - NF Density - CSP - NDR 64b
8979 #- type: "plot"
8980 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
8981 #  algorithm: "plot_nf_heatmap"
8982 #  output-file-type: ".html"
8983 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
8984 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8985 #  filter: "'NIC_Intel-XXV710' and
8986 #           'NF_DENSITY' and
8987 #           'DOCKER' and
8988 #           'PIPELINE' and
8989 #           'NF_VPPIP4' and
8990 #           '64B' and
8991 #           '2T1C' and
8992 #           'NDRPDR'"
8993 #  parameters:
8994 #  - "throughput"
8995 #  - "name"
8996 #  - "tags"
8997 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8998 #  x-axis: "X = CNFs per Service Pipeline"
8999 #  y-axis: "Y = Number of Service Pipelines"
9000 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9001 #  layout:
9002 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9003 #    layout: "plot-service-density"
9004 #
9005 #- type: "plot"
9006 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9007 #  algorithm: "plot_nf_heatmap"
9008 #  output-file-type: ".html"
9009 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9010 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9011 #  filter: "'NIC_Intel-XXV710' and
9012 #           'NF_DENSITY' and
9013 #           'DOCKER' and
9014 #           'PIPELINE' and
9015 #           'NF_VPPIP4' and
9016 #           '64B' and
9017 #           '4T2C' and
9018 #           'NDRPDR'"
9019 #  parameters:
9020 #  - "throughput"
9021 #  - "name"
9022 #  - "tags"
9023 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9024 #  x-axis: "X = CNFs per Service Pipeline"
9025 #  y-axis: "Y = Number of Service Pipelines"
9026 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9027 #  layout:
9028 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9029 #    layout: "plot-service-density"
9030 #
9031 #- type: "plot"
9032 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9033 #  algorithm: "plot_nf_heatmap"
9034 #  output-file-type: ".html"
9035 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9036 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9037 #  filter: "'NIC_Intel-XXV710' and
9038 #           'NF_DENSITY' and
9039 #           'DOCKER' and
9040 #           'PIPELINE' and
9041 #           'NF_VPPIP4' and
9042 #           '64B' and
9043 #           '8T4C' and
9044 #           'NDRPDR'"
9045 #  parameters:
9046 #  - "throughput"
9047 #  - "name"
9048 #  - "tags"
9049 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9050 #  x-axis: "X = CNFs per Service Pipeline"
9051 #  y-axis: "Y = Number of Service Pipelines"
9052 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9053 #  layout:
9054 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9055 #    layout: "plot-service-density"
9056 #
9057 ## Plots - NF Density - CSP - NDR IMIX
9058 #- type: "plot"
9059 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9060 #  algorithm: "plot_nf_heatmap"
9061 #  output-file-type: ".html"
9062 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9063 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9064 #  filter: "'NIC_Intel-XXV710' and
9065 #           'NF_DENSITY' and
9066 #           'DOCKER' and
9067 #           'PIPELINE' and
9068 #           'NF_VPPIP4' and
9069 #           'IMIX' and
9070 #           '2T1C' and
9071 #           'NDRPDR'"
9072 #  parameters:
9073 #  - "throughput"
9074 #  - "name"
9075 #  - "tags"
9076 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9077 #  x-axis: "X = CNFs per Service Pipeline"
9078 #  y-axis: "Y = Number of Service Pipelines"
9079 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9080 #  layout:
9081 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9082 #    layout: "plot-service-density"
9083 #
9084 #- type: "plot"
9085 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9086 #  algorithm: "plot_nf_heatmap"
9087 #  output-file-type: ".html"
9088 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9089 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9090 #  filter: "'NIC_Intel-XXV710' and
9091 #           'NF_DENSITY' and
9092 #           'DOCKER' and
9093 #           'PIPELINE' and
9094 #           'NF_VPPIP4' and
9095 #           'IMIX' and
9096 #           '4T2C' and
9097 #           'NDRPDR'"
9098 #  parameters:
9099 #  - "throughput"
9100 #  - "name"
9101 #  - "tags"
9102 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9103 #  x-axis: "X = CNFs per Service Pipeline"
9104 #  y-axis: "Y = Number of Service Pipelines"
9105 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9106 #  layout:
9107 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9108 #    layout: "plot-service-density"
9109 #
9110 #- type: "plot"
9111 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9112 #  algorithm: "plot_nf_heatmap"
9113 #  output-file-type: ".html"
9114 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9115 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9116 #  filter: "'NIC_Intel-XXV710' and
9117 #           'NF_DENSITY' and
9118 #           'DOCKER' and
9119 #           'PIPELINE' and
9120 #           'NF_VPPIP4' and
9121 #           'IMIX' and
9122 #           '8T4C' and
9123 #           'NDRPDR'"
9124 #  parameters:
9125 #  - "throughput"
9126 #  - "name"
9127 #  - "tags"
9128 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9129 #  x-axis: "X = CNFs per Service Pipeline"
9130 #  y-axis: "Y = Number of Service Pipelines"
9131 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9132 #  layout:
9133 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9134 #    layout: "plot-service-density"
9135 #
9136 ## Plots - NF Density - CSP - PDR 64b
9137 #- type: "plot"
9138 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9139 #  algorithm: "plot_nf_heatmap"
9140 #  output-file-type: ".html"
9141 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9142 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9143 #  filter: "'NIC_Intel-XXV710' and
9144 #           'NF_DENSITY' and
9145 #           'DOCKER' and
9146 #           'PIPELINE' and
9147 #           'NF_VPPIP4' and
9148 #           '64B' and
9149 #           '2T1C' and
9150 #           'NDRPDR'"
9151 #  parameters:
9152 #  - "throughput"
9153 #  - "name"
9154 #  - "tags"
9155 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9156 #  x-axis: "X = CNFs per Service Pipeline"
9157 #  y-axis: "Y = Number of Service Pipelines"
9158 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9159 #  layout:
9160 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9161 #    layout: "plot-service-density"
9162 #
9163 #- type: "plot"
9164 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9165 #  algorithm: "plot_nf_heatmap"
9166 #  output-file-type: ".html"
9167 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9168 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9169 #  filter: "'NIC_Intel-XXV710' and
9170 #           'NF_DENSITY' and
9171 #           'DOCKER' and
9172 #           'PIPELINE' and
9173 #           'NF_VPPIP4' and
9174 #           '64B' and
9175 #           '4T2C' and
9176 #           'NDRPDR'"
9177 #  parameters:
9178 #  - "throughput"
9179 #  - "name"
9180 #  - "tags"
9181 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9182 #  x-axis: "X = CNFs per Service Pipeline"
9183 #  y-axis: "Y = Number of Service Pipelines"
9184 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9185 #  layout:
9186 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9187 #    layout: "plot-service-density"
9188 #
9189 #- type: "plot"
9190 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9191 #  algorithm: "plot_nf_heatmap"
9192 #  output-file-type: ".html"
9193 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9194 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9195 #  filter: "'NIC_Intel-XXV710' and
9196 #           'NF_DENSITY' and
9197 #           'DOCKER' and
9198 #           'PIPELINE' and
9199 #           'NF_VPPIP4' and
9200 #           '64B' and
9201 #           '8T4C' and
9202 #           'NDRPDR'"
9203 #  parameters:
9204 #  - "throughput"
9205 #  - "name"
9206 #  - "tags"
9207 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9208 #  x-axis: "X = CNFs per Service Pipeline"
9209 #  y-axis: "Y = Number of Service Pipelines"
9210 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9211 #  layout:
9212 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9213 #    layout: "plot-service-density"
9214 #
9215 ## Plots - NF Density - CSP - PDR IMIX
9216 #- type: "plot"
9217 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9218 #  algorithm: "plot_nf_heatmap"
9219 #  output-file-type: ".html"
9220 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9221 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9222 #  filter: "'NIC_Intel-XXV710' and
9223 #           'NF_DENSITY' and
9224 #           'DOCKER' and
9225 #           'PIPELINE' and
9226 #           'NF_VPPIP4' and
9227 #           'IMIX' and
9228 #           '2T1C' and
9229 #           'NDRPDR'"
9230 #  parameters:
9231 #  - "throughput"
9232 #  - "name"
9233 #  - "tags"
9234 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9235 #  x-axis: "X = CNFs per Service Pipeline"
9236 #  y-axis: "Y = Number of Service Pipelines"
9237 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9238 #  layout:
9239 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9240 #    layout: "plot-service-density"
9241 #
9242 #- type: "plot"
9243 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9244 #  algorithm: "plot_nf_heatmap"
9245 #  output-file-type: ".html"
9246 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9247 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9248 #  filter: "'NIC_Intel-XXV710' and
9249 #           'NF_DENSITY' and
9250 #           'DOCKER' and
9251 #           'PIPELINE' and
9252 #           'NF_VPPIP4' and
9253 #           'IMIX' and
9254 #           '4T2C' and
9255 #           'NDRPDR'"
9256 #  parameters:
9257 #  - "throughput"
9258 #  - "name"
9259 #  - "tags"
9260 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9261 #  x-axis: "X = CNFs per Service Pipeline"
9262 #  y-axis: "Y = Number of Service Pipelines"
9263 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9264 #  layout:
9265 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9266 #    layout: "plot-service-density"
9267 #
9268 #- type: "plot"
9269 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9270 #  algorithm: "plot_nf_heatmap"
9271 #  output-file-type: ".html"
9272 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9273 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9274 #  filter: "'NIC_Intel-XXV710' and
9275 #           'NF_DENSITY' and
9276 #           'DOCKER' and
9277 #           'PIPELINE' and
9278 #           'NF_VPPIP4' and
9279 #           'IMIX' and
9280 #           '8T4C' and
9281 #           'NDRPDR'"
9282 #  parameters:
9283 #  - "throughput"
9284 #  - "name"
9285 #  - "tags"
9286 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9287 #  x-axis: "X = CNFs per Service Pipeline"
9288 #  y-axis: "Y = Number of Service Pipelines"
9289 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9290 #  layout:
9291 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9292 #    layout: "plot-service-density"
9293
9294 ###############################################################################
9295 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9296
9297 #- type: "plot"
9298 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9299 #  algorithm: "plot_nf_heatmap"
9300 #  output-file-type: ".html"
9301 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9302 #  data: "plot-vpp-nfv-2n-clx-mrr"
9303 #  filter: "'NIC_Intel-XXV710' and
9304 #           'NF_DENSITY' and
9305 #           'VHOST' and
9306 #           not 'VXLAN' and
9307 #           'CHAIN' and
9308 #           'NF_VPPIP4' and
9309 #           'IMIX' and
9310 #           '2T1C' and
9311 #           'MRR'"
9312 #  parameters:
9313 #  - "result"
9314 #  - "name"
9315 #  - "tags"
9316 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9317 #  x-axis: "X = VNFs per Service Chain"
9318 #  y-axis: "Y = Number of Service Chains"
9319 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9320 #  layout:
9321 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9322 #    layout: "plot-service-density"
9323 #
9324 #- type: "plot"
9325 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9326 #  algorithm: "plot_nf_heatmap"
9327 #  output-file-type: ".html"
9328 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9329 #  data: "plot-vpp-nfv-2n-clx-mrr"
9330 #  filter: "'NIC_Intel-XXV710' and
9331 #           'NF_DENSITY' and
9332 #           'VHOST' and
9333 #           not 'VXLAN' and
9334 #           'CHAIN' and
9335 #           'NF_VPPIP4' and
9336 #           'IMIX' and
9337 #           '4T2C' and
9338 #           'MRR'"
9339 #  parameters:
9340 #  - "result"
9341 #  - "name"
9342 #  - "tags"
9343 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9344 #  x-axis: "X = VNFs per Service Chain"
9345 #  y-axis: "Y = Number of Service Chains"
9346 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9347 #  layout:
9348 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9349 #    layout: "plot-service-density"
9350 #
9351 #- type: "plot"
9352 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9353 #  algorithm: "plot_nf_heatmap"
9354 #  output-file-type: ".html"
9355 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9356 #  data: "plot-vpp-nfv-2n-clx-mrr"
9357 #  filter: "'NIC_Intel-XXV710' and
9358 #           'NF_DENSITY' and
9359 #           'VHOST' and
9360 #           not 'VXLAN' and
9361 #           'CHAIN' and
9362 #           'NF_VPPIP4' and
9363 #           'IMIX' and
9364 #           '8T4C' and
9365 #           'MRR'"
9366 #  parameters:
9367 #  - "result"
9368 #  - "name"
9369 #  - "tags"
9370 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9371 #  x-axis: "X = VNFs per Service Chain"
9372 #  y-axis: "Y = Number of Service Chains"
9373 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9374 #  layout:
9375 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9376 #    layout: "plot-service-density"
9377 #
9378 ## Plots - NF Density - VSC - NDR IMIX
9379 #- type: "plot"
9380 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9381 #  algorithm: "plot_nf_heatmap"
9382 #  output-file-type: ".html"
9383 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9384 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9385 #  filter: "'NIC_Intel-XXV710' and
9386 #           'NF_DENSITY' and
9387 #           'VHOST' and
9388 #           not 'VXLAN' and
9389 #           'CHAIN' and
9390 #           'NF_VPPIP4' and
9391 #           'IMIX' and
9392 #           '2T1C' and
9393 #           'NDRPDR'"
9394 #  parameters:
9395 #  - "throughput"
9396 #  - "name"
9397 #  - "tags"
9398 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9399 #  x-axis: "X = VNFs per Service Chain"
9400 #  y-axis: "Y = Number of Service Chains"
9401 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9402 #  layout:
9403 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9404 #    layout: "plot-service-density"
9405 #
9406 #- type: "plot"
9407 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9408 #  algorithm: "plot_nf_heatmap"
9409 #  output-file-type: ".html"
9410 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9411 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9412 #  filter: "'NIC_Intel-XXV710' and
9413 #           'NF_DENSITY' and
9414 #           'VHOST' and
9415 #           not 'VXLAN' and
9416 #           'CHAIN' and
9417 #           'NF_VPPIP4' and
9418 #           'IMIX' and
9419 #           '4T2C' and
9420 #           'NDRPDR'"
9421 #  parameters:
9422 #  - "throughput"
9423 #  - "name"
9424 #  - "tags"
9425 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9426 #  x-axis: "X = VNFs per Service Chain"
9427 #  y-axis: "Y = Number of Service Chains"
9428 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9429 #  layout:
9430 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9431 #    layout: "plot-service-density"
9432 #
9433 #- type: "plot"
9434 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9435 #  algorithm: "plot_nf_heatmap"
9436 #  output-file-type: ".html"
9437 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9438 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9439 #  filter: "'NIC_Intel-XXV710' and
9440 #           'NF_DENSITY' and
9441 #           'VHOST' and
9442 #           not 'VXLAN' and
9443 #           'CHAIN' and
9444 #           'NF_VPPIP4' and
9445 #           'IMIX' and
9446 #           '8T4C' and
9447 #           'NDRPDR'"
9448 #  parameters:
9449 #  - "throughput"
9450 #  - "name"
9451 #  - "tags"
9452 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9453 #  x-axis: "X = VNFs per Service Chain"
9454 #  y-axis: "Y = Number of Service Chains"
9455 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9456 #  layout:
9457 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9458 #    layout: "plot-service-density"
9459 #
9460 ## Plots - NF Density - VSC - PDR IMIX
9461 #- type: "plot"
9462 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9463 #  algorithm: "plot_nf_heatmap"
9464 #  output-file-type: ".html"
9465 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9466 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9467 #  filter: "'NIC_Intel-XXV710' and
9468 #           'NF_DENSITY' and
9469 #           'VHOST' and
9470 #           not 'VXLAN' and
9471 #           'CHAIN' and
9472 #           'NF_VPPIP4' and
9473 #           'IMIX' and
9474 #           '2T1C' and
9475 #           'NDRPDR'"
9476 #  parameters:
9477 #  - "throughput"
9478 #  - "name"
9479 #  - "tags"
9480 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9481 #  x-axis: "X = VNFs per Service Chain"
9482 #  y-axis: "Y = Number of Service Chains"
9483 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9484 #  layout:
9485 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9486 #    layout: "plot-service-density"
9487 #
9488 #- type: "plot"
9489 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9490 #  algorithm: "plot_nf_heatmap"
9491 #  output-file-type: ".html"
9492 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
9493 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9494 #  filter: "'NIC_Intel-XXV710' and
9495 #           'NF_DENSITY' and
9496 #           'VHOST' and
9497 #           not 'VXLAN' and
9498 #           'CHAIN' and
9499 #           'NF_VPPIP4' and
9500 #           'IMIX' and
9501 #           '4T2C' and
9502 #           'NDRPDR'"
9503 #  parameters:
9504 #  - "throughput"
9505 #  - "name"
9506 #  - "tags"
9507 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9508 #  x-axis: "X = VNFs per Service Chain"
9509 #  y-axis: "Y = Number of Service Chains"
9510 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9511 #  layout:
9512 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9513 #    layout: "plot-service-density"
9514 #
9515 #- type: "plot"
9516 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9517 #  algorithm: "plot_nf_heatmap"
9518 #  output-file-type: ".html"
9519 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
9520 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9521 #  filter: "'NIC_Intel-XXV710' and
9522 #           'NF_DENSITY' and
9523 #           'VHOST' and
9524 #           not 'VXLAN' and
9525 #           'CHAIN' and
9526 #           'NF_VPPIP4' and
9527 #           'IMIX' and
9528 #           '8T4C' and
9529 #           'NDRPDR'"
9530 #  parameters:
9531 #  - "throughput"
9532 #  - "name"
9533 #  - "tags"
9534 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9535 #  x-axis: "X = VNFs per Service Chain"
9536 #  y-axis: "Y = Number of Service Chains"
9537 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9538 #  layout:
9539 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9540 #    layout: "plot-service-density"
9541 #
9542 ## Plots - NF Density - VSC - MRR IMIX
9543 #- type: "plot"
9544 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9545 #  algorithm: "plot_nf_heatmap"
9546 #  output-file-type: ".html"
9547 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
9548 #  data: "plot-vpp-nfv-2n-clx-mrr"
9549 #  filter: "'NIC_Intel-XXV710' and
9550 #           'NF_DENSITY' and
9551 #           'VHOST' and
9552 #           'VXLAN' and
9553 #           'CHAIN' and
9554 #           'IMIX' and
9555 #           '2T1C' and
9556 #           'MRR'"
9557 #  parameters:
9558 #  - "result"
9559 #  - "name"
9560 #  - "tags"
9561 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9562 #  x-axis: "X = VNFs per Service Chain"
9563 #  y-axis: "Y = Number of Service Chains"
9564 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9565 #  layout:
9566 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9567 #    layout: "plot-service-density"
9568 #
9569 #- type: "plot"
9570 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9571 #  algorithm: "plot_nf_heatmap"
9572 #  output-file-type: ".html"
9573 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
9574 #  data: "plot-vpp-nfv-2n-clx-mrr"
9575 #  filter: "'NIC_Intel-XXV710' and
9576 #           'NF_DENSITY' and
9577 #           'VHOST' and
9578 #           'VXLAN' and
9579 #           'CHAIN' and
9580 #           'IMIX' and
9581 #           '4T2C' and
9582 #           'MRR'"
9583 #  parameters:
9584 #  - "result"
9585 #  - "name"
9586 #  - "tags"
9587 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9588 #  x-axis: "X = VNFs per Service Chain"
9589 #  y-axis: "Y = Number of Service Chains"
9590 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9591 #  layout:
9592 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9593 #    layout: "plot-service-density"
9594 #
9595 #- type: "plot"
9596 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9597 #  algorithm: "plot_nf_heatmap"
9598 #  output-file-type: ".html"
9599 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
9600 #  data: "plot-vpp-nfv-2n-clx-mrr"
9601 #  filter: "'NIC_Intel-XXV710' and
9602 #           'NF_DENSITY' and
9603 #           'VHOST' and
9604 #           'VXLAN' and
9605 #           'CHAIN' and
9606 #           'IMIX' and
9607 #           '8T4C' and
9608 #           'MRR'"
9609 #  parameters:
9610 #  - "result"
9611 #  - "name"
9612 #  - "tags"
9613 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9614 #  x-axis: "X = VNFs per Service Chain"
9615 #  y-axis: "Y = Number of Service Chains"
9616 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9617 #  layout:
9618 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9619 #    layout: "plot-service-density"
9620 #
9621 ## Plots - NF Density - VSC - NDR IMIX
9622 #- type: "plot"
9623 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9624 #  algorithm: "plot_nf_heatmap"
9625 #  output-file-type: ".html"
9626 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
9627 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9628 #  filter: "'NIC_Intel-XXV710' and
9629 #           'NF_DENSITY' and
9630 #           'VHOST' and
9631 #           'VXLAN' and
9632 #           'CHAIN' a
9633 #           'IMIX' and
9634 #           '2T1C' and
9635 #           'NDRPDR'"
9636 #  parameters:
9637 #  - "throughput"
9638 #  - "name"
9639 #  - "tags"
9640 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9641 #  x-axis: "X = VNFs per Service Chain"
9642 #  y-axis: "Y = Number of Service Chains"
9643 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9644 #  layout:
9645 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9646 #    layout: "plot-service-density"
9647 #
9648 #- type: "plot"
9649 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9650 #  algorithm: "plot_nf_heatmap"
9651 #  output-file-type: ".html"
9652 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
9653 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9654 #  filter: "'NIC_Intel-XXV710' and
9655 #           'NF_DENSITY' and
9656 #           'VHOST' and
9657 #           'VXLAN' and
9658 #           'CHAIN' and
9659 #           'IMIX' and
9660 #           '4T2C' and
9661 #           'NDRPDR'"
9662 #  parameters:
9663 #  - "throughput"
9664 #  - "name"
9665 #  - "tags"
9666 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9667 #  x-axis: "X = VNFs per Service Chain"
9668 #  y-axis: "Y = Number of Service Chains"
9669 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9670 #  layout:
9671 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9672 #    layout: "plot-service-density"
9673 #
9674 #- type: "plot"
9675 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9676 #  algorithm: "plot_nf_heatmap"
9677 #  output-file-type: ".html"
9678 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
9679 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9680 #  filter: "'NIC_Intel-XXV710' and
9681 #           'NF_DENSITY' and
9682 #           'VHOST' and
9683 #           'VXLAN' and
9684 #           'CHAIN' and
9685 #           'IMIX' and
9686 #           '8T4C' and
9687 #           'NDRPDR'"
9688 #  parameters:
9689 #  - "throughput"
9690 #  - "name"
9691 #  - "tags"
9692 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9693 #  x-axis: "X = VNFs per Service Chain"
9694 #  y-axis: "Y = Number of Service Chains"
9695 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9696 #  layout:
9697 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9698 #    layout: "plot-service-density"
9699 #
9700 ## Plots - NF Density - VSC - PDR IMIX
9701 #- type: "plot"
9702 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9703 #  algorithm: "plot_nf_heatmap"
9704 #  output-file-type: ".html"
9705 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
9706 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9707 #  filter: "'NIC_Intel-XXV710' and
9708 #           'NF_DENSITY' and
9709 #           'VHOST' and
9710 #           'VXLAN' and
9711 #           'CHAIN' and
9712 #           'IMIX' and
9713 #           '2T1C' and
9714 #           'NDRPDR'"
9715 #  parameters:
9716 #  - "throughput"
9717 #  - "name"
9718 #  - "tags"
9719 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9720 #  x-axis: "X = VNFs per Service Chain"
9721 #  y-axis: "Y = Number of Service Chains"
9722 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9723 #  layout:
9724 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9725 #    layout: "plot-service-density"
9726 #
9727 #- type: "plot"
9728 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9729 #  algorithm: "plot_nf_heatmap"
9730 #  output-file-type: ".html"
9731 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
9732 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9733 #  filter: "'NIC_Intel-XXV710' and
9734 #           'NF_DENSITY' and
9735 #           'VHOST' and
9736 #           'VXLAN' and
9737 #           'CHAIN' and
9738 #           'IMIX' and
9739 #           '4T2C' and
9740 #           'NDRPDR'"
9741 #  parameters:
9742 #  - "throughput"
9743 #  - "name"
9744 #  - "tags"
9745 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9746 #  x-axis: "X = VNFs per Service Chain"
9747 #  y-axis: "Y = Number of Service Chains"
9748 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9749 #  layout:
9750 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9751 #    layout: "plot-service-density"
9752 #
9753 #- type: "plot"
9754 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9755 #  algorithm: "plot_nf_heatmap"
9756 #  output-file-type: ".html"
9757 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
9758 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9759 #  filter: "'NIC_Intel-XXV710' and
9760 #           'NF_DENSITY' and
9761 #           'VHOST' and
9762 #           'VXLAN' and
9763 #           'CHAIN' and
9764 #           'IMIX' and
9765 #           '8T4C' and
9766 #           'NDRPDR'"
9767 #  parameters:
9768 #  - "throughput"
9769 #  - "name"
9770 #  - "tags"
9771 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9772 #  x-axis: "X = VNFs per Service Chain"
9773 #  y-axis: "Y = Number of Service Chains"
9774 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9775 #  layout:
9776 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9777 #    layout: "plot-service-density"
9778 #
9779 ## Plots - NF Density - CSC - MRR IMIX
9780 #- type: "plot"
9781 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9782 #  algorithm: "plot_nf_heatmap"
9783 #  output-file-type: ".html"
9784 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
9785 #  data: "plot-vpp-nfv-2n-clx-mrr"
9786 #  filter: "'NIC_Intel-XXV710' and
9787 #           'NF_DENSITY' and
9788 #           'DOCKER' and
9789 #           'CHAIN' and
9790 #           'NF_VPPIP4' and
9791 #           'IMIX' and
9792 #           '2T1C' and
9793 #           'MRR'"
9794 #  parameters:
9795 #  - "result"
9796 #  - "name"
9797 #  - "tags"
9798 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9799 #  x-axis: "X = CNFs per Service Chain"
9800 #  y-axis: "Y = Number of Service Chains"
9801 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9802 #  layout:
9803 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9804 #    layout: "plot-service-density"
9805 #
9806 #- type: "plot"
9807 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9808 #  algorithm: "plot_nf_heatmap"
9809 #  output-file-type: ".html"
9810 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
9811 #  data: "plot-vpp-nfv-2n-clx-mrr"
9812 #  filter: "'NIC_Intel-XXV710' and
9813 #           'NF_DENSITY' and
9814 #           'DOCKER' and
9815 #           'CHAIN' and
9816 #           'NF_VPPIP4' and
9817 #           'IMIX' and
9818 #           '4T2C' and
9819 #           'MRR'"
9820 #  parameters:
9821 #  - "result"
9822 #  - "name"
9823 #  - "tags"
9824 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9825 #  x-axis: "X = CNFs per Service Chain"
9826 #  y-axis: "Y = Number of Service Chains"
9827 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9828 #  layout:
9829 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9830 #    layout: "plot-service-density"
9831 #
9832 #- type: "plot"
9833 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9834 #  algorithm: "plot_nf_heatmap"
9835 #  output-file-type: ".html"
9836 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
9837 #  data: "plot-vpp-nfv-2n-clx-mrr"
9838 #  filter: "'NIC_Intel-XXV710' and
9839 #           'NF_DENSITY' and
9840 #           'DOCKER' and
9841 #           'CHAIN' and
9842 #           'NF_VPPIP4' and
9843 #           'IMIX' and
9844 #           '8T4C' and
9845 #           'MRR'"
9846 #  parameters:
9847 #  - "result"
9848 #  - "name"
9849 #  - "tags"
9850 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9851 #  x-axis: "X = CNFs per Service Chain"
9852 #  y-axis: "Y = Number of Service Chains"
9853 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9854 #  layout:
9855 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9856 #    layout: "plot-service-density"
9857 #
9858 ## Plots - NF Density - CSC - NDR IMIX
9859 #- type: "plot"
9860 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9861 #  algorithm: "plot_nf_heatmap"
9862 #  output-file-type: ".html"
9863 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
9864 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9865 #  filter: "'NIC_Intel-XXV710' and
9866 #           'NF_DENSITY' and
9867 #           'DOCKER' and
9868 #           'CHAIN' and
9869 #           'NF_VPPIP4' and
9870 #           'IMIX' and
9871 #           '2T1C' and
9872 #           'NDRPDR'"
9873 #  parameters:
9874 #  - "throughput"
9875 #  - "name"
9876 #  - "tags"
9877 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9878 #  x-axis: "X = CNFs per Service Chain"
9879 #  y-axis: "Y = Number of Service Chains"
9880 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9881 #  layout:
9882 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9883 #    layout: "plot-service-density"
9884 #
9885 #- type: "plot"
9886 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9887 #  algorithm: "plot_nf_heatmap"
9888 #  output-file-type: ".html"
9889 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
9890 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9891 #  filter: "'NIC_Intel-XXV710' and
9892 #           'NF_DENSITY' and
9893 #           'DOCKER' and
9894 #           'CHAIN' and
9895 #           'NF_VPPIP4' and
9896 #           'IMIX' and
9897 #           '4T2C' and
9898 #           'NDRPDR'"
9899 #  parameters:
9900 #  - "throughput"
9901 #  - "name"
9902 #  - "tags"
9903 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9904 #  x-axis: "X = CNFs per Service Chain"
9905 #  y-axis: "Y = Number of Service Chains"
9906 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9907 #  layout:
9908 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9909 #    layout: "plot-service-density"
9910 #
9911 #- type: "plot"
9912 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9913 #  algorithm: "plot_nf_heatmap"
9914 #  output-file-type: ".html"
9915 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
9916 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9917 #  filter: "'NIC_Intel-XXV710' and
9918 #           'NF_DENSITY' and
9919 #           'DOCKER' and
9920 #           'CHAIN' and
9921 #           'NF_VPPIP4' and
9922 #           'IMIX' and
9923 #           '8T4C' and
9924 #           'NDRPDR'"
9925 #  parameters:
9926 #  - "throughput"
9927 #  - "name"
9928 #  - "tags"
9929 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9930 #  x-axis: "X = CNFs per Service Chain"
9931 #  y-axis: "Y = Number of Service Chains"
9932 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9933 #  layout:
9934 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9935 #    layout: "plot-service-density"
9936 #
9937 ## Plots - NF Density - CSC - PDR IMIX
9938 #- type: "plot"
9939 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9940 #  algorithm: "plot_nf_heatmap"
9941 #  output-file-type: ".html"
9942 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
9943 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9944 #  filter: "'NIC_Intel-XXV710' and
9945 #           'NF_DENSITY' and
9946 #           'DOCKER' and
9947 #           'CHAIN' and
9948 #           'NF_VPPIP4' and
9949 #           'IMIX' and
9950 #           '2T1C' and
9951 #           'NDRPDR'"
9952 #  parameters:
9953 #  - "throughput"
9954 #  - "name"
9955 #  - "tags"
9956 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9957 #  x-axis: "X = CNFs per Service Chain"
9958 #  y-axis: "Y = Number of Service Chains"
9959 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9960 #  layout:
9961 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9962 #    layout: "plot-service-density"
9963 #
9964 #- type: "plot"
9965 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9966 #  algorithm: "plot_nf_heatmap"
9967 #  output-file-type: ".html"
9968 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
9969 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9970 #  filter: "'NIC_Intel-XXV710' and
9971 #           'NF_DENSITY' and
9972 #           'DOCKER' and
9973 #           'CHAIN' and
9974 #           'NF_VPPIP4' and
9975 #           'IMIX' and
9976 #           '4T2C' and
9977 #           'NDRPDR'"
9978 #  parameters:
9979 #  - "throughput"
9980 #  - "name"
9981 #  - "tags"
9982 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9983 #  x-axis: "X = CNFs per Service Chain"
9984 #  y-axis: "Y = Number of Service Chains"
9985 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9986 #  layout:
9987 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9988 #    layout: "plot-service-density"
9989 #
9990 #- type: "plot"
9991 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9992 #  algorithm: "plot_nf_heatmap"
9993 #  output-file-type: ".html"
9994 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
9995 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
9996 #  filter: "'NIC_Intel-XXV710' and
9997 #           'NF_DENSITY' and
9998 #           'DOCKER' and
9999 #           'CHAIN' and
10000 #           'NF_VPPIP4' and
10001 #           'IMIX' and
10002 #           '8T4C' and
10003 #           'NDRPDR'"
10004 #  parameters:
10005 #  - "throughput"
10006 #  - "name"
10007 #  - "tags"
10008 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10009 #  x-axis: "X = CNFs per Service Chain"
10010 #  y-axis: "Y = Number of Service Chains"
10011 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10012 #  layout:
10013 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10014 #    layout: "plot-service-density"
10015 #
10016 ## Plots - NF Density - CSP - MRR IMIX
10017 #- type: "plot"
10018 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10019 #  algorithm: "plot_nf_heatmap"
10020 #  output-file-type: ".html"
10021 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10022 #  data: "plot-vpp-nfv-2n-clx-mrr"
10023 #  filter: "'NIC_Intel-XXV710' and
10024 #           'NF_DENSITY' and
10025 #           'DOCKER' and
10026 #           'PIPELINE' and
10027 #           'NF_VPPIP4' and
10028 #           'IMIX' and
10029 #           '2T1C' and
10030 #           'MRR'"
10031 #  parameters:
10032 #  - "result"
10033 #  - "name"
10034 #  - "tags"
10035 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10036 #  x-axis: "X = CNFs per Service Pipeline"
10037 #  y-axis: "Y = Number of Service Pipelines"
10038 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10039 #  layout:
10040 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10041 #    layout: "plot-service-density"
10042 #
10043 #- type: "plot"
10044 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10045 #  algorithm: "plot_nf_heatmap"
10046 #  output-file-type: ".html"
10047 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10048 #  data: "plot-vpp-nfv-2n-clx-mrr"
10049 #  filter: "'NIC_Intel-XXV710' and
10050 #           'NF_DENSITY' and
10051 #           'DOCKER' and
10052 #           'PIPELINE' and
10053 #           'NF_VPPIP4' and
10054 #           'IMIX' and
10055 #           '4T2C' and
10056 #           'MRR'"
10057 #  parameters:
10058 #  - "result"
10059 #  - "name"
10060 #  - "tags"
10061 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10062 #  x-axis: "X = CNFs per Service Pipeline"
10063 #  y-axis: "Y = Number of Service Pipelines"
10064 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10065 #  layout:
10066 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10067 #    layout: "plot-service-density"
10068 #
10069 #- type: "plot"
10070 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10071 #  algorithm: "plot_nf_heatmap"
10072 #  output-file-type: ".html"
10073 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10074 #  data: "plot-vpp-nfv-2n-clx-mrr"
10075 #  filter: "'NIC_Intel-XXV710' and
10076 #           'NF_DENSITY' and
10077 #           'DOCKER' and
10078 #           'PIPELINE' and
10079 #           'NF_VPPIP4' and
10080 #           'IMIX' and
10081 #           '8T4C' and
10082 #           'MRR'"
10083 #  parameters:
10084 #  - "result"
10085 #  - "name"
10086 #  - "tags"
10087 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10088 #  x-axis: "X = CNFs per Service Pipeline"
10089 #  y-axis: "Y = Number of Service Pipelines"
10090 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10091 #  layout:
10092 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10093 #    layout: "plot-service-density"
10094 #
10095 ## Plots - NF Density - CSP - NDR IMIX
10096 #- type: "plot"
10097 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10098 #  algorithm: "plot_nf_heatmap"
10099 #  output-file-type: ".html"
10100 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10101 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10102 #  filter: "'NIC_Intel-XXV710' and
10103 #           'NF_DENSITY' and
10104 #           'DOCKER' and
10105 #           'PIPELINE' and
10106 #           'NF_VPPIP4' and
10107 #           'IMIX' and
10108 #           '2T1C' and
10109 #           'NDRPDR'"
10110 #  parameters:
10111 #  - "throughput"
10112 #  - "name"
10113 #  - "tags"
10114 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10115 #  x-axis: "X = CNFs per Service Pipeline"
10116 #  y-axis: "Y = Number of Service Pipelines"
10117 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10118 #  layout:
10119 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10120 #    layout: "plot-service-density"
10121 #
10122 #- type: "plot"
10123 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10124 #  algorithm: "plot_nf_heatmap"
10125 #  output-file-type: ".html"
10126 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10127 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10128 #  filter: "'NIC_Intel-XXV710' and
10129 #           'NF_DENSITY' and
10130 #           'DOCKER' and
10131 #           'PIPELINE' and
10132 #           'NF_VPPIP4' and
10133 #           'IMIX' and
10134 #           '4T2C' and
10135 #           'NDRPDR'"
10136 #  parameters:
10137 #  - "throughput"
10138 #  - "name"
10139 #  - "tags"
10140 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10141 #  x-axis: "X = CNFs per Service Pipeline"
10142 #  y-axis: "Y = Number of Service Pipelines"
10143 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10144 #  layout:
10145 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10146 #    layout: "plot-service-density"
10147 #
10148 #- type: "plot"
10149 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10150 #  algorithm: "plot_nf_heatmap"
10151 #  output-file-type: ".html"
10152 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10153 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10154 #  filter: "'NIC_Intel-XXV710' and
10155 #           'NF_DENSITY' and
10156 #           'DOCKER' and
10157 #           'PIPELINE' and
10158 #           'NF_VPPIP4' and
10159 #           'IMIX' and
10160 #           '8T4C' and
10161 #           'NDRPDR'"
10162 #  parameters:
10163 #  - "throughput"
10164 #  - "name"
10165 #  - "tags"
10166 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10167 #  x-axis: "X = CNFs per Service Pipeline"
10168 #  y-axis: "Y = Number of Service Pipelines"
10169 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10170 #  layout:
10171 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10172 #    layout: "plot-service-density"
10173 #
10174 ## Plots - NF Density - CSP - PDR IMIX
10175 #- type: "plot"
10176 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10177 #  algorithm: "plot_nf_heatmap"
10178 #  output-file-type: ".html"
10179 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10180 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10181 #  filter: "'NIC_Intel-XXV710' and
10182 #           'NF_DENSITY' and
10183 #           'DOCKER' and
10184 #           'PIPELINE' and
10185 #           'NF_VPPIP4' and
10186 #           'IMIX' and
10187 #           '2T1C' and
10188 #           'NDRPDR'"
10189 #  parameters:
10190 #  - "throughput"
10191 #  - "name"
10192 #  - "tags"
10193 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10194 #  x-axis: "X = CNFs per Service Pipeline"
10195 #  y-axis: "Y = Number of Service Pipelines"
10196 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10197 #  layout:
10198 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10199 #    layout: "plot-service-density"
10200 #
10201 #- type: "plot"
10202 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10203 #  algorithm: "plot_nf_heatmap"
10204 #  output-file-type: ".html"
10205 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10206 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10207 #  filter: "'NIC_Intel-XXV710' and
10208 #           'NF_DENSITY' and
10209 #           'DOCKER' and
10210 #           'PIPELINE' and
10211 #           'NF_VPPIP4' and
10212 #           'IMIX' and
10213 #           '4T2C' and
10214 #           'NDRPDR'"
10215 #  parameters:
10216 #  - "throughput"
10217 #  - "name"
10218 #  - "tags"
10219 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10220 #  x-axis: "X = CNFs per Service Pipeline"
10221 #  y-axis: "Y = Number of Service Pipelines"
10222 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10223 #  layout:
10224 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10225 #    layout: "plot-service-density"
10226 #
10227 #- type: "plot"
10228 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10229 #  algorithm: "plot_nf_heatmap"
10230 #  output-file-type: ".html"
10231 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10232 #  data: "plot-vpp-nfv-2n-clx-ndrpdr"
10233 #  filter: "'NIC_Intel-XXV710' and
10234 #           'NF_DENSITY' and
10235 #           'DOCKER' and
10236 #           'PIPELINE' and
10237 #           'NF_VPPIP4' and
10238 #           'IMIX' and
10239 #           '8T4C' and
10240 #           'NDRPDR'"
10241 #  parameters:
10242 #  - "throughput"
10243 #  - "name"
10244 #  - "tags"
10245 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10246 #  x-axis: "X = CNFs per Service Pipeline"
10247 #  y-axis: "Y = Number of Service Pipelines"
10248 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10249 #  layout:
10250 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10251 #    layout: "plot-service-density"
10252
10253 ################################################################################
10254
10255 # Packet Throughput
10256
10257 #- type: "plot"
10258 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10259 #  algorithm: "plot_perf_box_name"
10260 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10261 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10262 #  include:
10263 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10264 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10265 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10266 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10267 #  layout:
10268 #    title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10269 #    layout: "plot-throughput"
10270 #
10271 #- type: "plot"
10272 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10273 #  algorithm: "plot_perf_box_name"
10274 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10275 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10276 #  include:
10277 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10278 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10279 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10280 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10281 #  layout:
10282 #    title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10283 #    layout: "plot-throughput"
10284 #
10285 #- type: "plot"
10286 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10287 #  algorithm: "plot_perf_box_name"
10288 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10289 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10290 #  include:
10291 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10292 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10293 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10294 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10295 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10296 #  layout:
10297 #    title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10298 #    layout: "plot-throughput"
10299 #
10300 #- type: "plot"
10301 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10302 #  algorithm: "plot_perf_box_name"
10303 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10304 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10305 #  include:
10306 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10307 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10308 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10309 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10310 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10311 #  layout:
10312 #    title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10313 #    layout: "plot-throughput"
10314
10315 - type: "plot"
10316   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10317   algorithm: "plot_perf_box_name"
10318   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10319   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10320   include:
10321     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10322     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10323     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10324     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10325     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10326   layout:
10327     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10328     layout: "plot-throughput"
10329
10330 - type: "plot"
10331   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10332   algorithm: "plot_perf_box_name"
10333   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10334   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10335   include:
10336     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10337     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10338     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10339     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10340     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10341   layout:
10342     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10343     layout: "plot-throughput"
10344
10345 #- type: "plot"
10346 #  title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10347 #  algorithm: "plot_perf_box_name"
10348 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10349 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10350 #  include:
10351 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10352 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10353 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10354 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10355 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10356 #  layout:
10357 #    title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10358 #    layout: "plot-throughput"
10359 #
10360 #- type: "plot"
10361 #  title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10362 #  algorithm: "plot_perf_box_name"
10363 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10364 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10365 #  include:
10366 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10367 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10368 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10369 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10370 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10371 #  layout:
10372 #    title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10373 #    layout: "plot-throughput"
10374 #
10375 #- type: "plot"
10376 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10377 #  algorithm: "plot_perf_box_name"
10378 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10379 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10380 #  include:
10381 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10382 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10383 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10384 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10385 #  layout:
10386 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10387 #    layout: "plot-throughput"
10388 #
10389 #- type: "plot"
10390 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10391 #  algorithm: "plot_perf_box_name"
10392 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10393 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10394 #  include:
10395 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10396 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10397 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10398 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10399 #  layout:
10400 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10401 #    layout: "plot-throughput"
10402 #
10403 #- type: "plot"
10404 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10405 #  algorithm: "plot_perf_box_name"
10406 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10407 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10408 #  include:
10409 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10410 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10411 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10412 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10413 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10414 #  layout:
10415 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10416 #    layout: "plot-throughput"
10417 #
10418 #- type: "plot"
10419 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10420 #  algorithm: "plot_perf_box_name"
10421 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10422 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10423 #  include:
10424 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10425 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10426 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10427 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10428 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10429 #  layout:
10430 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10431 #    layout: "plot-throughput"
10432 #
10433 #- type: "plot"
10434 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10435 #  algorithm: "plot_perf_box_name"
10436 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10437 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10438 #  include:
10439 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10440 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10441 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10442 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10443 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10444 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10445 #  layout:
10446 #    title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10447 #    layout: "plot-throughput"
10448 #
10449 #- type: "plot"
10450 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10451 #  algorithm: "plot_perf_box_name"
10452 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10453 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10454 #  include:
10455 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10456 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10457 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10458 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10459 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10460 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10461 #  layout:
10462 #    title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10463 #    layout: "plot-throughput"
10464
10465 - type: "plot"
10466   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10467   algorithm: "plot_perf_box_name"
10468   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10469   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10470   include:
10471     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10472     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10473     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10474   layout:
10475     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10476     layout: "plot-throughput"
10477
10478 - type: "plot"
10479   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10480   algorithm: "plot_perf_box_name"
10481   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10482   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10483   include:
10484     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10485     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10486     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10487   layout:
10488     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10489     layout: "plot-throughput"
10490
10491 #- type: "plot"
10492 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10493 #  algorithm: "plot_perf_box_name"
10494 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10495 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10496 #  include:
10497 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10498 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10499 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10500 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10501 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10502 #  layout:
10503 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10504 #    layout: "plot-throughput"
10505 #
10506 #- type: "plot"
10507 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10508 #  algorithm: "plot_perf_box_name"
10509 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10510 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10511 #  include:
10512 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10513 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10514 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10515 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10516 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10517 #  layout:
10518 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10519 #    layout: "plot-throughput"
10520 #
10521 #- type: "plot"
10522 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10523 #  algorithm: "plot_perf_box_name"
10524 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10525 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10526 #  include:
10527 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10528 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10529 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10530 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10531 #  layout:
10532 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10533 #    layout: "plot-throughput"
10534 #
10535 #- type: "plot"
10536 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10537 #  algorithm: "plot_perf_box_name"
10538 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10539 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10540 #  include:
10541 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10542 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10543 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10544 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10545 #  layout:
10546 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10547 #    layout: "plot-throughput"
10548 #
10549 #- type: "plot"
10550 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10551 #  algorithm: "plot_perf_box_name"
10552 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10553 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10554 #  include:
10555 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10556 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10557 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10558 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10559 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10560 #  layout:
10561 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10562 #    layout: "plot-throughput"
10563 #
10564 #- type: "plot"
10565 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10566 #  algorithm: "plot_perf_box_name"
10567 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10568 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10569 #  include:
10570 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10571 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10572 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10573 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10574 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10575 #  layout:
10576 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10577 #    layout: "plot-throughput"
10578 #
10579 #- type: "plot"
10580 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10581 #  algorithm: "plot_perf_box_name"
10582 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10583 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10584 #  include:
10585 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10586 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10587 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10588 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10589 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10590 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10591 #  layout:
10592 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10593 #    layout: "plot-throughput"
10594 #
10595 #- type: "plot"
10596 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10597 #  algorithm: "plot_perf_box_name"
10598 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10599 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10600 #  include:
10601 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10602 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10603 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10604 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10605 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10606 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10607 #  layout:
10608 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10609 #    layout: "plot-throughput"
10610
10611 - type: "plot"
10612   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10613   algorithm: "plot_perf_box_name"
10614   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10615   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10616   include:
10617     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10618     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10619     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10620     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10621     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10622   layout:
10623     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10624     layout: "plot-throughput"
10625
10626 - type: "plot"
10627   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10628   algorithm: "plot_perf_box_name"
10629   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10630   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10631   include:
10632     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10633     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10634     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10635     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10636     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10637   layout:
10638     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10639     layout: "plot-throughput"
10640
10641 - type: "plot"
10642   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10643   algorithm: "plot_perf_box_name"
10644   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10645   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10646   include:
10647     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10648     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10649     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10650     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10651     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10652     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10653   layout:
10654     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10655     layout: "plot-throughput"
10656
10657 - type: "plot"
10658   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10659   algorithm: "plot_perf_box_name"
10660   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10661   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10662   include:
10663     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10664     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10665     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10666     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10667     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10668     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10669   layout:
10670     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10671     layout: "plot-throughput"
10672
10673 - type: "plot"
10674   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10675   algorithm: "plot_perf_box_name"
10676   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10677   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10678   include:
10679     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10680     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10681     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10682     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10683     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10684   layout:
10685     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10686     layout: "plot-throughput"
10687
10688 - type: "plot"
10689   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10690   algorithm: "plot_perf_box_name"
10691   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10692   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10693   include:
10694     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10695     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10696     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10697     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10698     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10699   layout:
10700     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10701     layout: "plot-throughput"
10702
10703 - type: "plot"
10704   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10705   algorithm: "plot_perf_box_name"
10706   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10707   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10708   include:
10709     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10710     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10711     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10712     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10713     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10714     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10715   layout:
10716     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10717     layout: "plot-throughput"
10718
10719 - type: "plot"
10720   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10721   algorithm: "plot_perf_box_name"
10722   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10723   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10724   include:
10725     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10726     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10727     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10728     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10729     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10730     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10731   layout:
10732     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10733     layout: "plot-throughput"
10734
10735 - type: "plot"
10736   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10737   algorithm: "plot_perf_box_name"
10738   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10739   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10740   include:
10741     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10742     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10743     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10744     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10745     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10746   layout:
10747     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10748     layout: "plot-throughput"
10749
10750 - type: "plot"
10751   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10752   algorithm: "plot_perf_box_name"
10753   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10754   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10755   include:
10756     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10757     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10758     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10759     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10760     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10761   layout:
10762     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10763     layout: "plot-throughput"
10764
10765 - type: "plot"
10766   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10767   algorithm: "plot_perf_box_name"
10768   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10769   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10770   include:
10771     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10772     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10773     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10774     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10775     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10776     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10777   layout:
10778     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10779     layout: "plot-throughput"
10780
10781 - type: "plot"
10782   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10783   algorithm: "plot_perf_box_name"
10784   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10785   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10786   include:
10787     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10788     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10789     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10790     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10791     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10792     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10793   layout:
10794     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10795     layout: "plot-throughput"
10796
10797 - type: "plot"
10798   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
10799   algorithm: "plot_perf_box_name"
10800   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
10801   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10802   include:
10803     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10804     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10805   layout:
10806     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
10807     layout: "plot-throughput"
10808
10809 - type: "plot"
10810   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
10811   algorithm: "plot_perf_box_name"
10812   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
10813   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10814   include:
10815     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10816     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10817   layout:
10818     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
10819     layout: "plot-throughput"
10820
10821 #- type: "plot"
10822 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
10823 #  algorithm: "plot_perf_box_name"
10824 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
10825 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10826 #  include:
10827 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
10828 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10829 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10830 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10831 #  layout:
10832 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
10833 #    layout: "plot-throughput"
10834 #
10835 #- type: "plot"
10836 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
10837 #  algorithm: "plot_perf_box_name"
10838 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
10839 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10840 #  include:
10841 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
10842 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10843 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10844 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10845 #  layout:
10846 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
10847 #    layout: "plot-throughput"
10848
10849 - type: "plot"
10850   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10851   algorithm: "plot_perf_box_name"
10852   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10853   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10854   include:
10855     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10856     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10857     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10858     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10859   layout:
10860     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10861     layout: "plot-throughput"
10862
10863 - type: "plot"
10864   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10865   algorithm: "plot_perf_box_name"
10866   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10867   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10868   include:
10869     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10870     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10871     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10872     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10873   layout:
10874     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10875     layout: "plot-throughput"
10876
10877 - type: "plot"
10878   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10879   algorithm: "plot_perf_box_name"
10880   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10881   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10882   include:
10883     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10884     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10885     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10886     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10887   layout:
10888     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10889     layout: "plot-throughput"
10890
10891 - type: "plot"
10892   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10893   algorithm: "plot_perf_box_name"
10894   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10895   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10896   include:
10897     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10898     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10899     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10900     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10901   layout:
10902     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10903     layout: "plot-throughput"
10904
10905 #- type: "plot"
10906 #  title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10907 #  algorithm: "plot_perf_box_name"
10908 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10909 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10910 #  include:
10911 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10912 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10913 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10914 #  layout:
10915 #    title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10916 #    layout: "plot-throughput"
10917 #
10918 #- type: "plot"
10919 #  title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10920 #  algorithm: "plot_perf_box_name"
10921 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10922 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10923 #  include:
10924 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10925 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10926 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10927 #  layout:
10928 #    title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10929 #    layout: "plot-throughput"
10930 #
10931 #- type: "plot"
10932 #  title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10933 #  algorithm: "plot_perf_box_name"
10934 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10935 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10936 #  include:
10937 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10938 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10939 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
10940 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
10941 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10942 #  layout:
10943 #    title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10944 #    layout: "plot-throughput"
10945 #
10946 #- type: "plot"
10947 #  title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10948 #  algorithm: "plot_perf_box_name"
10949 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10950 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10951 #  include:
10952 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10953 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10954 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
10955 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
10956 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10957 #  layout:
10958 #    title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10959 #    layout: "plot-throughput"
10960
10961 - type: "plot"
10962   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
10963   algorithm: "plot_perf_box_name"
10964   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
10965   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10966   include:
10967     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
10968     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
10969     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
10970   layout:
10971     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
10972     layout: "plot-throughput"
10973
10974 - type: "plot"
10975   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
10976   algorithm: "plot_perf_box_name"
10977   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
10978   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10979   include:
10980     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
10981     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
10982     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
10983   layout:
10984     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
10985     layout: "plot-throughput"
10986
10987 #- type: "plot"
10988 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10989 #  algorithm: "plot_perf_box_name"
10990 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10991 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10992 #  include:
10993 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10994 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10995 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10996 #  layout:
10997 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10998 #    layout: "plot-throughput"
10999 #
11000 #- type: "plot"
11001 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11002 #  algorithm: "plot_perf_box_name"
11003 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11004 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11005 #  include:
11006 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11007 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11008 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11009 #  layout:
11010 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11011 #    layout: "plot-throughput"
11012 #
11013 #- type: "plot"
11014 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11015 #  algorithm: "plot_perf_box_name"
11016 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11017 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11018 #  include:
11019 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11020 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11021 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11022 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11023 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11024 #  layout:
11025 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11026 #    layout: "plot-throughput"
11027 #
11028 #- type: "plot"
11029 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11030 #  algorithm: "plot_perf_box_name"
11031 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11032 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11033 #  include:
11034 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11035 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11036 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11037 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11038 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11039 #  layout:
11040 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11041 #    layout: "plot-throughput"
11042
11043 - type: "plot"
11044   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11045   algorithm: "plot_perf_box_name"
11046   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11047   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11048   include:
11049     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11050     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11051     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11052     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11053     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11054   layout:
11055     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11056     layout: "plot-throughput"
11057
11058 - type: "plot"
11059   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11060   algorithm: "plot_perf_box_name"
11061   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11062   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11063   include:
11064     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11065     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11066     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11067     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11068     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11069   layout:
11070     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11071     layout: "plot-throughput"
11072
11073 - type: "plot"
11074   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11075   algorithm: "plot_perf_box_name"
11076   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11077   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11078   include:
11079     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11080     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11081     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11082     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11083     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11084   layout:
11085     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11086     layout: "plot-throughput"
11087
11088 - type: "plot"
11089   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11090   algorithm: "plot_perf_box_name"
11091   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11092   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11093   include:
11094     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11095     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11096     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11097     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11098     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11099   layout:
11100     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11101     layout: "plot-throughput"
11102
11103 - type: "plot"
11104   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11105   algorithm: "plot_perf_box_name"
11106   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11107   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11108   include:
11109     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11110     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11111     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11112     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11113     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11114   layout:
11115     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11116     layout: "plot-throughput"
11117
11118 - type: "plot"
11119   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11120   algorithm: "plot_perf_box_name"
11121   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11122   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11123   include:
11124     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11125     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11126     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11127     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11128     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11129   layout:
11130     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11131     layout: "plot-throughput"
11132
11133 - type: "plot"
11134   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11135   algorithm: "plot_perf_box_name"
11136   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11137   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11138   include:
11139     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11140     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11141     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11142     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11143     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11144     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11145   layout:
11146     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11147     layout: "plot-throughput"
11148
11149 - type: "plot"
11150   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11151   algorithm: "plot_perf_box_name"
11152   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11153   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11154   include:
11155     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11156     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11157     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11158     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11159     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11160     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11161   layout:
11162     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11163     layout: "plot-throughput"
11164
11165 - type: "plot"
11166   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11167   algorithm: "plot_perf_box_name"
11168   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11169   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11170   include:
11171     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11172     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11173     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11174     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11175   layout:
11176     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11177     layout: "plot-throughput"
11178
11179 - type: "plot"
11180   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11181   algorithm: "plot_perf_box_name"
11182   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11183   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11184   include:
11185     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11186     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11187     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11188     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11189   layout:
11190     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11191     layout: "plot-throughput"
11192
11193 #- type: "plot"
11194 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11195 #  algorithm: "plot_perf_box_name"
11196 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11197 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11198 #  include:
11199 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11200 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11201 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11202 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11203 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11204 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11205 #  layout:
11206 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11207 #    layout: "plot-throughput"
11208 #
11209 #- type: "plot"
11210 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11211 #  algorithm: "plot_perf_box_name"
11212 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11213 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11214 #  include:
11215 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11216 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11217 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11218 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11219 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11220 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11221 #  layout:
11222 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11223 #    layout: "plot-throughput"
11224
11225 - type: "plot"
11226   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11227   algorithm: "plot_perf_box_name"
11228   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11229   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11230   include:
11231     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11232     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11233     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11234     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11235     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11236     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11237   layout:
11238     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11239     layout: "plot-throughput"
11240
11241 - type: "plot"
11242   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11243   algorithm: "plot_perf_box_name"
11244   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11245   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11246   include:
11247     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11248     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11249     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11250     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11251     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11252     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11253   layout:
11254     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11255     layout: "plot-throughput"
11256
11257 - type: "plot"
11258   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11259   algorithm: "plot_perf_box_name"
11260   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11261   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11262   include:
11263     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11264     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11265     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11266     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11267     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11268     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11269   layout:
11270     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11271     layout: "plot-throughput"
11272
11273 - type: "plot"
11274   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11275   algorithm: "plot_perf_box_name"
11276   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11277   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11278   include:
11279     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11280     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11281     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11282     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11283     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11284     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11285   layout:
11286     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11287     layout: "plot-throughput"
11288
11289 #- type: "plot"
11290 #  title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11291 #  algorithm: "plot_perf_box_name"
11292 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11293 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11294 #  include:
11295 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11296 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11297 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11298 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11299 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11300 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11301 #  layout:
11302 #    title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11303 #    layout: "plot-throughput"
11304 #
11305 #- type: "plot"
11306 #  title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11307 #  algorithm: "plot_perf_box_name"
11308 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11309 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11310 #  include:
11311 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11312 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11313 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11314 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11315 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11316 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11317 #  layout:
11318 #    title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11319 #    layout: "plot-throughput"
11320 #
11321 #- type: "plot"
11322 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11323 #  algorithm: "plot_perf_box_name"
11324 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11325 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11326 #  include:
11327 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11328 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11329 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11330 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11331 #  layout:
11332 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11333 #    layout: "plot-throughput"
11334 #
11335 #- type: "plot"
11336 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11337 #  algorithm: "plot_perf_box_name"
11338 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11339 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11340 #  include:
11341 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11342 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11343 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11344 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11345 #  layout:
11346 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11347 #    layout: "plot-throughput"
11348 #
11349 #- type: "plot"
11350 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11351 #  algorithm: "plot_perf_box_name"
11352 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11353 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11354 #  include:
11355 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11356 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11357 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11358 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11359 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11360 #  layout:
11361 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11362 #    layout: "plot-throughput"
11363 #
11364 #- type: "plot"
11365 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11366 #  algorithm: "plot_perf_box_name"
11367 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11368 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11369 #  include:
11370 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11371 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11372 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11373 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11374 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11375 #  layout:
11376 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11377 #    layout: "plot-throughput"
11378 #
11379 #- type: "plot"
11380 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11381 #  algorithm: "plot_perf_box_name"
11382 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11383 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11384 #  include:
11385 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11386 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11387 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11388 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11389 #  layout:
11390 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11391 #    layout: "plot-throughput"
11392 #
11393 #- type: "plot"
11394 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11395 #  algorithm: "plot_perf_box_name"
11396 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11397 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11398 #  include:
11399 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11400 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11401 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11402 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11403 #  layout:
11404 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11405 #    layout: "plot-throughput"
11406
11407 - type: "plot"
11408   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11409   algorithm: "plot_perf_box_name"
11410   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11411   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11412   include:
11413     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11414     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11415     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11416     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11417     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11418     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11419   layout:
11420     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11421     layout: "plot-throughput"
11422
11423 - type: "plot"
11424   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11425   algorithm: "plot_perf_box_name"
11426   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11427   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11428   include:
11429     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11430     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11431     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11432     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11433     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11434     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11435   layout:
11436     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11437     layout: "plot-throughput"
11438
11439 #- type: "plot"
11440 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11441 #  algorithm: "plot_perf_box_name"
11442 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11443 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11444 #  include:
11445 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11446 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11447 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11448 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11449 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11450 #  layout:
11451 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11452 #    layout: "plot-throughput"
11453 #
11454 #- type: "plot"
11455 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11456 #  algorithm: "plot_perf_box_name"
11457 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11458 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11459 #  include:
11460 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11461 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11462 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11463 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11464 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11465 #  layout:
11466 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11467 #    layout: "plot-throughput"
11468 #
11469 #- type: "plot"
11470 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11471 #  algorithm: "plot_perf_box_name"
11472 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11473 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11474 #  include:
11475 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11476 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11477 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11478 #  layout:
11479 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11480 #    layout: "plot-throughput"
11481 #
11482 #- type: "plot"
11483 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11484 #  algorithm: "plot_perf_box_name"
11485 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11486 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11487 #  include:
11488 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11489 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11490 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11491 #  layout:
11492 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11493 #    layout: "plot-throughput"
11494 #
11495 #- type: "plot"
11496 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11497 #  algorithm: "plot_perf_box_name"
11498 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11499 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11500 #  include:
11501 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11502 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11503 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11504 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11505 #  layout:
11506 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11507 #    layout: "plot-throughput"
11508 #
11509 #- type: "plot"
11510 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11511 #  algorithm: "plot_perf_box_name"
11512 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11513 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11514 #  include:
11515 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11516 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11517 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11518 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11519 #  layout:
11520 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11521 #    layout: "plot-throughput"
11522 #
11523 #- type: "plot"
11524 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11525 #  algorithm: "plot_perf_box_name"
11526 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11527 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11528 #  include:
11529 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11530 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11531 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11532 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11533 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11534 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11535 #  layout:
11536 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11537 #    layout: "plot-throughput"
11538 #
11539 #- type: "plot"
11540 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11541 #  algorithm: "plot_perf_box_name"
11542 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11543 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11544 #  include:
11545 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11546 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11547 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11548 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11549 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11550 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11551 #  layout:
11552 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11553 #    layout: "plot-throughput"
11554 #
11555 #- type: "plot"
11556 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11557 #  algorithm: "plot_perf_box_name"
11558 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11559 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11560 #  include:
11561 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11562 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11563 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11564 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11565 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11566 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11567 #  layout:
11568 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11569 #    layout: "plot-throughput"
11570 #
11571 #- type: "plot"
11572 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11573 #  algorithm: "plot_perf_box_name"
11574 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11575 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11576 #  include:
11577 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11578 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11579 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11580 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11581 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11582 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11583 #  layout:
11584 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11585 #    layout: "plot-throughput"
11586
11587 - type: "plot"
11588   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11589   algorithm: "plot_perf_box_name"
11590   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11591   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11592   include:
11593     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11594     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11595     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11596     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11597   layout:
11598     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11599     layout: "plot-throughput"
11600
11601 - type: "plot"
11602   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11603   algorithm: "plot_perf_box_name"
11604   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11605   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11606   include:
11607     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11608     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11609     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11610     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11611   layout:
11612     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11613     layout: "plot-throughput"
11614
11615 - type: "plot"
11616   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11617   algorithm: "plot_perf_box_name"
11618   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11619   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11620   include:
11621     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11622     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11623     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11624     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11625     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11626     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11627   layout:
11628     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11629     layout: "plot-throughput"
11630
11631 - type: "plot"
11632   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11633   algorithm: "plot_perf_box_name"
11634   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11635   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11636   include:
11637     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11638     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11639     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11640     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11641     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11642     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11643   layout:
11644     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11645     layout: "plot-throughput"
11646
11647 - type: "plot"
11648   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11649   algorithm: "plot_perf_box_name"
11650   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11651   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11652   include:
11653     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11654     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11655     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11656     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11657     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11658     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11659   layout:
11660     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11661     layout: "plot-throughput"
11662
11663 - type: "plot"
11664   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11665   algorithm: "plot_perf_box_name"
11666   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11667   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11668   include:
11669     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11670     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11671     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11672     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11673     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11674     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11675   layout:
11676     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11677     layout: "plot-throughput"
11678
11679 - type: "plot"
11680   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11681   algorithm: "plot_perf_box_name"
11682   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11683   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11684   include:
11685     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11686     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11687     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11688     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11689   layout:
11690     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11691     layout: "plot-throughput"
11692
11693 - type: "plot"
11694   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11695   algorithm: "plot_perf_box_name"
11696   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11697   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11698   include:
11699     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11700     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11701     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11702     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11703   layout:
11704     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11705     layout: "plot-throughput"
11706
11707 - type: "plot"
11708   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11709   algorithm: "plot_perf_box_name"
11710   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11711   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11712   include:
11713     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11714     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11715     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11716     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11717     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11718     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11719   layout:
11720     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11721     layout: "plot-throughput"
11722
11723 - type: "plot"
11724   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11725   algorithm: "plot_perf_box_name"
11726   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11727   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11728   include:
11729     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11730     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11731     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11732     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11733     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11734     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11735   layout:
11736     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11737     layout: "plot-throughput"
11738
11739 - type: "plot"
11740   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11741   algorithm: "plot_perf_box_name"
11742   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11743   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11744   include:
11745     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11746     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11747     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11748     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11749   layout:
11750     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11751     layout: "plot-throughput"
11752
11753 - type: "plot"
11754   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11755   algorithm: "plot_perf_box_name"
11756   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11757   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11758   include:
11759     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11760     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11761     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11762     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11763   layout:
11764     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11765     layout: "plot-throughput"
11766
11767 - type: "plot"
11768   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11769   algorithm: "plot_perf_box_name"
11770   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11771   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11772   include:
11773     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11774     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11775     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11776     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11777     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11778     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11779   layout:
11780     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11781     layout: "plot-throughput"
11782
11783 - type: "plot"
11784   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11785   algorithm: "plot_perf_box_name"
11786   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11787   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11788   include:
11789     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11790     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11791     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11792     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11793     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11794     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11795   layout:
11796     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11797     layout: "plot-throughput"
11798
11799 - type: "plot"
11800   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11801   algorithm: "plot_perf_box_name"
11802   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11803   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11804   include:
11805     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11806     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11807     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11808     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11809     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11810     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11811   layout:
11812     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11813     layout: "plot-throughput"
11814
11815 - type: "plot"
11816   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11817   algorithm: "plot_perf_box_name"
11818   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11819   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11820   include:
11821     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11822     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11823     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11824     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11825     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11826     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11827   layout:
11828     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11829     layout: "plot-throughput"
11830
11831 - type: "plot"
11832   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
11833   algorithm: "plot_perf_box_name"
11834   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
11835   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11836   include:
11837     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11838     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11839     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11840     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11841     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11842     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11843   layout:
11844     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
11845     layout: "plot-throughput"
11846
11847 - type: "plot"
11848   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
11849   algorithm: "plot_perf_box_name"
11850   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
11851   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11852   include:
11853     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11854     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11855     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11856     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11857     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11858     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11859   layout:
11860     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
11861     layout: "plot-throughput"
11862
11863 #- type: "plot"
11864 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
11865 #  algorithm: "plot_perf_box_name"
11866 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
11867 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11868 #  include:
11869 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11870 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11871 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11872 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11873 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11874 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11875 #  layout:
11876 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
11877 #    layout: "plot-throughput"
11878 #
11879 #- type: "plot"
11880 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
11881 #  algorithm: "plot_perf_box_name"
11882 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
11883 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11884 #  include:
11885 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11886 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11887 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11888 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11889 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11890 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11891 #  layout:
11892 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
11893 #    layout: "plot-throughput"
11894
11895 - type: "plot"
11896   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11897   algorithm: "plot_perf_box_name"
11898   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11899   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11900   include:
11901     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11902     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11903     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11904     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11905     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11906     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11907   layout:
11908     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11909     layout: "plot-throughput"
11910
11911 - type: "plot"
11912   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11913   algorithm: "plot_perf_box_name"
11914   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11915   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11916   include:
11917     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11918     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11919     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11920     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11921     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11922     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11923   layout:
11924     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11925     layout: "plot-throughput"
11926
11927 - type: "plot"
11928   title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11929   algorithm: "plot_perf_box_name"
11930   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11931   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11932   include:
11933     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11934     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11935     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11936   layout:
11937     title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11938     layout: "plot-throughput"
11939
11940 - type: "plot"
11941   title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11942   algorithm: "plot_perf_box_name"
11943   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11944   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11945   include:
11946     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11947     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11948     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11949   layout:
11950     title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11951     layout: "plot-throughput"
11952
11953 #- type: "plot"
11954 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
11955 #  algorithm: "plot_perf_box_name"
11956 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
11957 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11958 #  include:
11959 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11960 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11961 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11962 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11963 #  layout:
11964 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
11965 #    layout: "plot-throughput"
11966 #
11967 #- type: "plot"
11968 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
11969 #  algorithm: "plot_perf_box_name"
11970 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
11971 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11972 #  include:
11973 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11974 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11975 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11976 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11977 #  layout:
11978 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
11979 #    layout: "plot-throughput"
11980 #
11981 #- type: "plot"
11982 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
11983 #  algorithm: "plot_perf_box_name"
11984 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
11985 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11986 #  include:
11987 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11988 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11989 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11990 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
11991 #  layout:
11992 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
11993 #    layout: "plot-throughput"
11994 #
11995 #- type: "plot"
11996 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
11997 #  algorithm: "plot_perf_box_name"
11998 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
11999 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12000 #  include:
12001 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12002 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12003 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12004 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12005 #  layout:
12006 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12007 #    layout: "plot-throughput"
12008
12009 - type: "plot"
12010   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12011   algorithm: "plot_perf_box_name"
12012   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12013   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12014   include:
12015     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12016     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12017     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12018     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12019   layout:
12020     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12021     layout: "plot-throughput"
12022
12023 - type: "plot"
12024   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12025   algorithm: "plot_perf_box_name"
12026   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12027   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12028   include:
12029     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12030     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12031     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12032     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12033   layout:
12034     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12035     layout: "plot-throughput"
12036
12037 - type: "plot"
12038   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12039   algorithm: "plot_perf_box_name"
12040   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12041   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12042   include:
12043     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12044     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12045     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12046     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12047   layout:
12048     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12049     layout: "plot-throughput"
12050
12051 - type: "plot"
12052   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12053   algorithm: "plot_perf_box_name"
12054   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12055   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12056   include:
12057     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12058     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12059     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12060     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12061   layout:
12062     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12063     layout: "plot-throughput"
12064
12065 #- type: "plot"
12066 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12067 #  algorithm: "plot_perf_box_name"
12068 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12069 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12070 #  include:
12071 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12072 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12073 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12074 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12075 #  layout:
12076 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12077 #    layout: "plot-throughput"
12078 #
12079 #- type: "plot"
12080 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12081 #  algorithm: "plot_perf_box_name"
12082 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12083 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12084 #  include:
12085 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12086 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12087 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12088 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12089 #  layout:
12090 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12091 #    layout: "plot-throughput"
12092 #
12093 #- type: "plot"
12094 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12095 #  algorithm: "plot_perf_box_name"
12096 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12097 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12098 #  include:
12099 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12100 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12101 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12102 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12103 #  layout:
12104 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12105 #    layout: "plot-throughput"
12106 #
12107 #- type: "plot"
12108 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12109 #  algorithm: "plot_perf_box_name"
12110 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12111 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12112 #  include:
12113 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12114 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12115 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12116 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12117 #  layout:
12118 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12119 #    layout: "plot-throughput"
12120 #
12121 #- type: "plot"
12122 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12123 #  algorithm: "plot_perf_box_name"
12124 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12125 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12126 #  include:
12127 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12128 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12129 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12130 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12131 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12132 #  layout:
12133 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12134 #    layout: "plot-throughput"
12135 #
12136 #- type: "plot"
12137 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12138 #  algorithm: "plot_perf_box_name"
12139 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12140 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12141 #  include:
12142 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12143 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12144 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12145 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12146 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12147 #  layout:
12148 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12149 #    layout: "plot-throughput"
12150 #
12151 #- type: "plot"
12152 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12153 #  algorithm: "plot_perf_box_name"
12154 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12155 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12156 #  include:
12157 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12158 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-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 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12162 #  layout:
12163 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12164 #    layout: "plot-throughput"
12165 #
12166 #- type: "plot"
12167 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12168 #  algorithm: "plot_perf_box_name"
12169 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12170 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12171 #  include:
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-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12175 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12176 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12177 #  layout:
12178 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12179 #    layout: "plot-throughput"
12180 #
12181 #- type: "plot"
12182 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12183 #  algorithm: "plot_perf_box_name"
12184 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12185 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12186 #  include:
12187 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12188 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12189 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12190 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12191 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12192 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12193 #  layout:
12194 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12195 #    layout: "plot-throughput"
12196 #
12197 #- type: "plot"
12198 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12199 #  algorithm: "plot_perf_box_name"
12200 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12201 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12202 #  include:
12203 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12204 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12205 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12206 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12207 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12208 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12209 #  layout:
12210 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12211 #    layout: "plot-throughput"
12212 #
12213 #- type: "plot"
12214 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12215 #  algorithm: "plot_perf_box_name"
12216 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12217 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12218 #  include:
12219 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12220 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12221 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12222 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12223 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12224 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12225 #  layout:
12226 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12227 #    layout: "plot-throughput"
12228 #
12229 #- type: "plot"
12230 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12231 #  algorithm: "plot_perf_box_name"
12232 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12233 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12234 #  include:
12235 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12236 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12237 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12238 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12239 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12240 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12241 #  layout:
12242 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12243 #    layout: "plot-throughput"
12244
12245 - type: "plot"
12246   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12247   algorithm: "plot_perf_box_name"
12248   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12249   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12250   include:
12251     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12252     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12253     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12254     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12255     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12256   layout:
12257     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12258     layout: "plot-throughput"
12259
12260 - type: "plot"
12261   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12262   algorithm: "plot_perf_box_name"
12263   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12264   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12265   include:
12266     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12267     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12268     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12269     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12270     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12271   layout:
12272     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12273     layout: "plot-throughput"
12274
12275 - type: "plot"
12276   title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12277   algorithm: "plot_perf_box_name"
12278   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12279   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12280   include:
12281     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12282     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12283     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12284     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12285     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12286     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12287   layout:
12288     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12289     layout: "plot-throughput"
12290
12291 - type: "plot"
12292   title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12293   algorithm: "plot_perf_box_name"
12294   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12295   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12296   include:
12297     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12298     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12299     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12300     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12301     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12302     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12303   layout:
12304     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12305     layout: "plot-throughput"
12306
12307 #- type: "plot"
12308 #  title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12309 #  algorithm: "plot_perf_box_name"
12310 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12311 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12312 #  include:
12313 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12314 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12315 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12316 #  layout:
12317 #    title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12318 #    layout: "plot-throughput"
12319 #
12320 #- type: "plot"
12321 #  title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12322 #  algorithm: "plot_perf_box_name"
12323 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12324 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12325 #  include:
12326 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12327 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12328 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12329 #  layout:
12330 #    title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12331 #    layout: "plot-throughput"
12332
12333 ################################################################################
12334
12335 # Packet Speedup
12336
12337 #- type: "plot"
12338 #  title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12339 #  algorithm: "plot_tsa_name"
12340 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12341 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12342 #  include:
12343 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12344 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12345 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12346 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12347 #  layout:
12348 #    title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
12349 #    layout: "plot-throughput-speedup-analysis"
12350 #
12351 #- type: "plot"
12352 #  title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12353 #  algorithm: "plot_tsa_name"
12354 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12355 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12356 #  include:
12357 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12358 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12359 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12360 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12361 #  layout:
12362 #    title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
12363 #    layout: "plot-throughput-speedup-analysis"
12364 #
12365 #- type: "plot"
12366 #  title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12367 #  algorithm: "plot_tsa_name"
12368 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12369 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12370 #  include:
12371 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12372 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12373 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12374 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12375 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12376 #  layout:
12377 #    title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
12378 #    layout: "plot-throughput-speedup-analysis"
12379 #
12380 #- type: "plot"
12381 #  title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12382 #  algorithm: "plot_tsa_name"
12383 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12384 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12385 #  include:
12386 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12387 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12388 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12389 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12390 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12391 #  layout:
12392 #    title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
12393 #    layout: "plot-throughput-speedup-analysis"
12394 #
12395 #- type: "plot"
12396 #  title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12397 #  algorithm: "plot_tsa_name"
12398 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12399 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12400 #  include:
12401 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12402 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12403 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12404 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12405 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12406 #  layout:
12407 #    title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12408 #    layout: "plot-throughput-speedup-analysis"
12409 #
12410 #- type: "plot"
12411 #  title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12412 #  algorithm: "plot_tsa_name"
12413 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12414 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12415 #  include:
12416 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12417 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12418 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12419 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12420 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12421 #  layout:
12422 #    title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12423 #    layout: "plot-throughput-speedup-analysis"
12424 #
12425 #- type: "plot"
12426 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12427 #  algorithm: "plot_tsa_name"
12428 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12429 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12430 #  include:
12431 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12432 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12433 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12434 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12435 #  layout:
12436 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12437 #    layout: "plot-throughput-speedup-analysis"
12438 #
12439 #- type: "plot"
12440 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12441 #  algorithm: "plot_tsa_name"
12442 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12443 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12444 #  include:
12445 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12446 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12447 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12448 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12449 #  layout:
12450 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12451 #    layout: "plot-throughput-speedup-analysis"
12452 #
12453 #- type: "plot"
12454 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12455 #  algorithm: "plot_tsa_name"
12456 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12457 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12458 #  include:
12459 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12460 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12461 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12462 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12463 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12464 #  layout:
12465 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12466 #    layout: "plot-throughput-speedup-analysis"
12467 #
12468 #- type: "plot"
12469 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12470 #  algorithm: "plot_tsa_name"
12471 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12472 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12473 #  include:
12474 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12475 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12476 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12477 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12478 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12479 #  layout:
12480 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12481 #    layout: "plot-throughput-speedup-analysis"
12482 #
12483 #- type: "plot"
12484 #  title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12485 #  algorithm: "plot_tsa_name"
12486 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12487 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12488 #  include:
12489 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12490 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12491 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12492 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12493 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12494 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12495 #  layout:
12496 #    title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
12497 #    layout: "plot-throughput-speedup-analysis"
12498 #
12499 #- type: "plot"
12500 #  title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12501 #  algorithm: "plot_tsa_name"
12502 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12503 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12504 #  include:
12505 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12506 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12507 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12508 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12509 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12510 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12511 #  layout:
12512 #    title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
12513 #    layout: "plot-throughput-speedup-analysis"
12514
12515 - type: "plot"
12516   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12517   algorithm: "plot_tsa_name"
12518   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12519   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12520   include:
12521     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12522     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12523     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12524   layout:
12525     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
12526     layout: "plot-throughput-speedup-analysis"
12527
12528 - type: "plot"
12529   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12530   algorithm: "plot_tsa_name"
12531   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12532   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12533   include:
12534     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12535     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12536     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12537   layout:
12538     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
12539     layout: "plot-throughput-speedup-analysis"
12540
12541 #- type: "plot"
12542 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12543 #  algorithm: "plot_tsa_name"
12544 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12545 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12546 #  include:
12547 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12548 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12549 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12550 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12551 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12552 #  layout:
12553 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12554 #    layout: "plot-throughput-speedup-analysis"
12555 #
12556 #- type: "plot"
12557 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12558 #  algorithm: "plot_tsa_name"
12559 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12560 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12561 #  include:
12562 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12563 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12564 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12565 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12566 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12567 #  layout:
12568 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12569 #    layout: "plot-throughput-speedup-analysis"
12570 #
12571 #- type: "plot"
12572 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12573 #  algorithm: "plot_tsa_name"
12574 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12575 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12576 #  include:
12577 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12578 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12579 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12580 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12581 #  layout:
12582 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12583 #    layout: "plot-throughput-speedup-analysis"
12584 #
12585 #- type: "plot"
12586 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12587 #  algorithm: "plot_tsa_name"
12588 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12589 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12590 #  include:
12591 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12592 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12593 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12594 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12595 #  layout:
12596 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12597 #    layout: "plot-throughput-speedup-analysis"
12598 #
12599 #- type: "plot"
12600 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12601 #  algorithm: "plot_tsa_name"
12602 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12603 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12604 #  include:
12605 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12606 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12607 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12608 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12609 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12610 #  layout:
12611 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12612 #    layout: "plot-throughput-speedup-analysis"
12613 #
12614 #- type: "plot"
12615 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12616 #  algorithm: "plot_tsa_name"
12617 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12618 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12619 #  include:
12620 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12621 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12622 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12623 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12624 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12625 #  layout:
12626 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12627 #    layout: "plot-throughput-speedup-analysis"
12628 #
12629 #- type: "plot"
12630 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12631 #  algorithm: "plot_tsa_name"
12632 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12633 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12634 #  include:
12635 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12636 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12637 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12638 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12639 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12640 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12641 #  layout:
12642 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
12643 #    layout: "plot-throughput-speedup-analysis"
12644 #
12645 #- type: "plot"
12646 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12647 #  algorithm: "plot_tsa_name"
12648 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12649 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12650 #  include:
12651 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12652 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12653 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12654 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12655 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12656 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12657 #  layout:
12658 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
12659 #    layout: "plot-throughput-speedup-analysis"
12660
12661 - type: "plot"
12662   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
12663   algorithm: "plot_tsa_name"
12664   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
12665   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12666   include:
12667     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12668     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12669   layout:
12670     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
12671     layout: "plot-throughput-speedup-analysis"
12672
12673 - type: "plot"
12674   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
12675   algorithm: "plot_tsa_name"
12676   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
12677   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12678   include:
12679     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12680     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12681   layout:
12682     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
12683     layout: "plot-throughput-speedup-analysis"
12684
12685 #- type: "plot"
12686 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
12687 #  algorithm: "plot_tsa_name"
12688 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
12689 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12690 #  include:
12691 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12692 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12693 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12694 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12695 #  layout:
12696 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
12697 #    layout: "plot-throughput-speedup-analysis"
12698 #
12699 #- type: "plot"
12700 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
12701 #  algorithm: "plot_tsa_name"
12702 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
12703 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12704 #  include:
12705 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12706 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12707 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12708 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12709 #  layout:
12710 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
12711 #    layout: "plot-throughput-speedup-analysis"
12712 #
12713 #- type: "plot"
12714 #  title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12715 #  algorithm: "plot_tsa_name"
12716 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12717 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12718 #  include:
12719 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12720 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12721 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12722 #  layout:
12723 #    title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
12724 #    layout: "plot-throughput-speedup-analysis"
12725 #
12726 #- type: "plot"
12727 #  title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12728 #  algorithm: "plot_tsa_name"
12729 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12730 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12731 #  include:
12732 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12733 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12734 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12735 #  layout:
12736 #    title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
12737 #    layout: "plot-throughput-speedup-analysis"
12738 #
12739 #- type: "plot"
12740 #  title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12741 #  algorithm: "plot_tsa_name"
12742 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12743 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12744 #  include:
12745 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12746 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12747 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12748 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12749 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12750 #  layout:
12751 #    title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
12752 #    layout: "plot-throughput-speedup-analysis"
12753 #
12754 #- type: "plot"
12755 #  title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12756 #  algorithm: "plot_tsa_name"
12757 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12758 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12759 #  include:
12760 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12761 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12762 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12763 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12764 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12765 #  layout:
12766 #    title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
12767 #    layout: "plot-throughput-speedup-analysis"
12768
12769 - type: "plot"
12770   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12771   algorithm: "plot_tsa_name"
12772   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12773   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12774   include:
12775     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12776     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12777     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12778   layout:
12779     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
12780     layout: "plot-throughput-speedup-analysis"
12781
12782 - type: "plot"
12783   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12784   algorithm: "plot_tsa_name"
12785   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12786   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12787   include:
12788     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12789     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12790     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12791   layout:
12792     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
12793     layout: "plot-throughput-speedup-analysis"
12794
12795 #- type: "plot"
12796 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12797 #  algorithm: "plot_tsa_name"
12798 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12799 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12800 #  include:
12801 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12802 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12803 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12804 #  layout:
12805 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
12806 #    layout: "plot-throughput-speedup-analysis"
12807 #
12808 #- type: "plot"
12809 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12810 #  algorithm: "plot_tsa_name"
12811 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12812 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12813 #  include:
12814 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12815 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12816 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12817 #  layout:
12818 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
12819 #    layout: "plot-throughput-speedup-analysis"
12820 #
12821 #- type: "plot"
12822 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12823 #  algorithm: "plot_tsa_name"
12824 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12825 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12826 #  include:
12827 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12828 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12829 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12830 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12831 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12832 #  layout:
12833 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
12834 #    layout: "plot-throughput-speedup-analysis"
12835 #
12836 #- type: "plot"
12837 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12838 #  algorithm: "plot_tsa_name"
12839 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12840 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12841 #  include:
12842 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12843 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12844 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12845 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12846 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12847 #  layout:
12848 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
12849 #    layout: "plot-throughput-speedup-analysis"
12850
12851 - type: "plot"
12852   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
12853   algorithm: "plot_tsa_name"
12854   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
12855   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12856   include:
12857     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12858     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12859     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12860     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12861     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12862     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12863   layout:
12864     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12865     layout: "plot-throughput-speedup-analysis"
12866
12867 - type: "plot"
12868   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
12869   algorithm: "plot_tsa_name"
12870   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
12871   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12872   include:
12873     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12874     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12875     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12876     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12877     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12878     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12879   layout:
12880     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12881     layout: "plot-throughput-speedup-analysis"
12882
12883 - type: "plot"
12884   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
12885   algorithm: "plot_tsa_name"
12886   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
12887   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12888   include:
12889     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12890     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12891     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12892     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12893   layout:
12894     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12895     layout: "plot-throughput-speedup-analysis"
12896
12897 - type: "plot"
12898   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
12899   algorithm: "plot_tsa_name"
12900   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
12901   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12902   include:
12903     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12904     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12905     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12906     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12907   layout:
12908     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12909     layout: "plot-throughput-speedup-analysis"
12910
12911 #- type: "plot"
12912 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
12913 #  algorithm: "plot_tsa_name"
12914 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
12915 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12916 #  include:
12917 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12918 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12919 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12920 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12921 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12922 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12923 #  layout:
12924 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
12925 #    layout: "plot-throughput-speedup-analysis"
12926 #
12927 #- type: "plot"
12928 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
12929 #  algorithm: "plot_tsa_name"
12930 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
12931 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12932 #  include:
12933 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12934 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12935 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12936 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12937 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12938 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12939 #  layout:
12940 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
12941 #    layout: "plot-throughput-speedup-analysis"
12942 #
12943 #- type: "plot"
12944 #  title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
12945 #  algorithm: "plot_tsa_name"
12946 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
12947 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12948 #  include:
12949 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
12950 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12951 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
12952 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
12953 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12954 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
12955 #  layout:
12956 #    title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
12957 #    layout: "plot-throughput-speedup-analysis"
12958 #
12959 #- type: "plot"
12960 #  title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
12961 #  algorithm: "plot_tsa_name"
12962 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
12963 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12964 #  include:
12965 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
12966 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12967 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
12968 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
12969 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12970 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
12971 #  layout:
12972 #    title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
12973 #    layout: "plot-throughput-speedup-analysis"
12974 #
12975 #- type: "plot"
12976 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
12977 #  algorithm: "plot_tsa_name"
12978 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
12979 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12980 #  include:
12981 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
12982 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
12983 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12984 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
12985 #  layout:
12986 #    title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
12987 #    layout: "plot-throughput-speedup-analysis"
12988 #
12989 #- type: "plot"
12990 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
12991 #  algorithm: "plot_tsa_name"
12992 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
12993 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12994 #  include:
12995 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
12996 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
12997 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12998 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
12999 #  layout:
13000 #    title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
13001 #    layout: "plot-throughput-speedup-analysis"
13002 #
13003 #- type: "plot"
13004 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13005 #  algorithm: "plot_tsa_name"
13006 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13007 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13008 #  include:
13009 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13010 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13011 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13012 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13013 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13014 #  layout:
13015 #    title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13016 #    layout: "plot-throughput-speedup-analysis"
13017 #
13018 #- type: "plot"
13019 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13020 #  algorithm: "plot_tsa_name"
13021 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13022 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13023 #  include:
13024 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13025 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13026 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13027 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13028 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13029 #  layout:
13030 #    title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13031 #    layout: "plot-throughput-speedup-analysis"
13032 #
13033 #- type: "plot"
13034 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13035 #  algorithm: "plot_tsa_name"
13036 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13037 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13038 #  include:
13039 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13040 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13041 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13042 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13043 #  layout:
13044 #    title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13045 #    layout: "plot-throughput-speedup-analysis"
13046 #
13047 #- type: "plot"
13048 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13049 #  algorithm: "plot_tsa_name"
13050 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13051 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13052 #  include:
13053 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13054 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13055 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13056 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13057 #  layout:
13058 #    title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13059 #    layout: "plot-throughput-speedup-analysis"
13060
13061 - type: "plot"
13062   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13063   algorithm: "plot_tsa_name"
13064   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13065   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13066   include:
13067     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13068     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13069     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13070     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13071     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13072     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13073   layout:
13074     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
13075     layout: "plot-throughput-speedup-analysis"
13076
13077 - type: "plot"
13078   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13079   algorithm: "plot_tsa_name"
13080   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13081   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13082   include:
13083     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13084     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13085     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13086     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13087     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13088     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13089   layout:
13090     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
13091     layout: "plot-throughput-speedup-analysis"
13092
13093 #- type: "plot"
13094 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13095 #  algorithm: "plot_tsa_name"
13096 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13097 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13098 #  include:
13099 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13100 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13101 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13102 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13103 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13104 #  layout:
13105 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13106 #    layout: "plot-throughput-speedup-analysis"
13107 #
13108 #- type: "plot"
13109 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13110 #  algorithm: "plot_tsa_name"
13111 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13112 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13113 #  include:
13114 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13115 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13116 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13117 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13118 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13119 #  layout:
13120 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13121 #    layout: "plot-throughput-speedup-analysis"
13122 #
13123 #- type: "plot"
13124 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13125 #  algorithm: "plot_tsa_name"
13126 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13127 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13128 #  include:
13129 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13130 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13131 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13132 #  layout:
13133 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
13134 #    layout: "plot-throughput-speedup-analysis"
13135 #
13136 #- type: "plot"
13137 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13138 #  algorithm: "plot_tsa_name"
13139 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13140 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13141 #  include:
13142 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13143 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13144 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13145 #  layout:
13146 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
13147 #    layout: "plot-throughput-speedup-analysis"
13148 #
13149 #- type: "plot"
13150 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13151 #  algorithm: "plot_tsa_name"
13152 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13153 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13154 #  include:
13155 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13156 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13157 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13158 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13159 #  layout:
13160 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13161 #    layout: "plot-throughput-speedup-analysis"
13162 #
13163 #- type: "plot"
13164 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13165 #  algorithm: "plot_tsa_name"
13166 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13167 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13168 #  include:
13169 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13170 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13171 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13172 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13173 #  layout:
13174 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13175 #    layout: "plot-throughput-speedup-analysis"
13176 #
13177 #- type: "plot"
13178 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13179 #  algorithm: "plot_tsa_name"
13180 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13181 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13182 #  include:
13183 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13184 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13185 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13186 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13187 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13188 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13189 #  layout:
13190 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13191 #    layout: "plot-throughput-speedup-analysis"
13192 #
13193 #- type: "plot"
13194 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13195 #  algorithm: "plot_tsa_name"
13196 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13197 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13198 #  include:
13199 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13200 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13201 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13202 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13203 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13204 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13205 #  layout:
13206 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13207 #    layout: "plot-throughput-speedup-analysis"
13208 #
13209 #- type: "plot"
13210 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13211 #  algorithm: "plot_tsa_name"
13212 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13213 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13214 #  include:
13215 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13216 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13217 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13218 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13219 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13220 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13221 #  layout:
13222 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr"
13223 #    layout: "plot-throughput-speedup-analysis"
13224 #
13225 #- type: "plot"
13226 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13227 #  algorithm: "plot_tsa_name"
13228 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13229 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13230 #  include:
13231 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13232 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13233 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13234 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13235 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13236 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13237 #  layout:
13238 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr"
13239 #    layout: "plot-throughput-speedup-analysis"
13240
13241 - type: "plot"
13242   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13243   algorithm: "plot_tsa_name"
13244   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13245   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13246   include:
13247     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13248     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13249     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13250     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13251     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13252     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13253   layout:
13254     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
13255     layout: "plot-throughput-speedup-analysis"
13256
13257 - type: "plot"
13258   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13259   algorithm: "plot_tsa_name"
13260   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13261   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13262   include:
13263     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13264     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13265     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13266     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13267     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13268     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13269   layout:
13270     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
13271     layout: "plot-throughput-speedup-analysis"
13272
13273 #- type: "plot"
13274 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13275 #  algorithm: "plot_tsa_name"
13276 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13277 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13278 #  include:
13279 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13280 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13281 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13282 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13283 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13284 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13285 #  layout:
13286 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr"
13287 #    layout: "plot-throughput-speedup-analysis"
13288 #
13289 #- type: "plot"
13290 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13291 #  algorithm: "plot_tsa_name"
13292 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13293 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13294 #  include:
13295 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13296 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13297 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13298 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13299 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13300 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13301 #  layout:
13302 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr"
13303 #    layout: "plot-throughput-speedup-analysis"
13304 #
13305 #- type: "plot"
13306 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13307 #  algorithm: "plot_tsa_name"
13308 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13309 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13310 #  include:
13311 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13312 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13313 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13314 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13315 #  layout:
13316 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13317 #    layout: "plot-throughput-speedup-analysis"
13318 #
13319 #- type: "plot"
13320 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13321 #  algorithm: "plot_tsa_name"
13322 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13323 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13324 #  include:
13325 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13326 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13327 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13328 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13329 #  layout:
13330 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13331 #    layout: "plot-throughput-speedup-analysis"
13332 #
13333 #- type: "plot"
13334 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13335 #  algorithm: "plot_tsa_name"
13336 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13337 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13338 #  include:
13339 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13340 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13341 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13342 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13343 #  layout:
13344 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13345 #    layout: "plot-throughput-speedup-analysis"
13346 #
13347 #- type: "plot"
13348 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13349 #  algorithm: "plot_tsa_name"
13350 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13351 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13352 #  include:
13353 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13354 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13355 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13356 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13357 #  layout:
13358 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13359 #    layout: "plot-throughput-speedup-analysis"
13360
13361 - type: "plot"
13362   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13363   algorithm: "plot_tsa_name"
13364   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
13365   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13366   include:
13367     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13368     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13369     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13370     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13371   layout:
13372     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13373     layout: "plot-throughput-speedup-analysis"
13374
13375 - type: "plot"
13376   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13377   algorithm: "plot_tsa_name"
13378   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
13379   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13380   include:
13381     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13382     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13383     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13384     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13385   layout:
13386     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13387     layout: "plot-throughput-speedup-analysis"
13388
13389 - type: "plot"
13390   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13391   algorithm: "plot_tsa_name"
13392   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13393   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13394   include:
13395     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13396     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13397     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13398     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13399   layout:
13400     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13401     layout: "plot-throughput-speedup-analysis"
13402
13403 - type: "plot"
13404   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13405   algorithm: "plot_tsa_name"
13406   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13407   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13408   include:
13409     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13410     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13411     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13412     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13413   layout:
13414     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13415     layout: "plot-throughput-speedup-analysis"
13416
13417 #- type: "plot"
13418 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13419 #  algorithm: "plot_tsa_name"
13420 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13421 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13422 #  include:
13423 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13424 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13425 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13426 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13427 #  layout:
13428 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13429 #    layout: "plot-throughput-speedup-analysis"
13430 #
13431 #- type: "plot"
13432 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13433 #  algorithm: "plot_tsa_name"
13434 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13435 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13436 #  include:
13437 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13438 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13439 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13440 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13441 #  layout:
13442 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13443 #    layout: "plot-throughput-speedup-analysis"
13444 #
13445 #- type: "plot"
13446 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13447 #  algorithm: "plot_tsa_name"
13448 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13449 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13450 #  include:
13451 #    - "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"
13452 #    - "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"
13453 #    - "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"
13454 #    - "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"
13455 #  layout:
13456 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13457 #    layout: "plot-throughput-speedup-analysis"
13458 #
13459 #- type: "plot"
13460 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13461 #  algorithm: "plot_tsa_name"
13462 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13463 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13464 #  include:
13465 #    - "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"
13466 #    - "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"
13467 #    - "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"
13468 #    - "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"
13469 #  layout:
13470 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13471 #    layout: "plot-throughput-speedup-analysis"
13472 #
13473 #- type: "plot"
13474 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13475 #  algorithm: "plot_tsa_name"
13476 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13477 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13478 #  include:
13479 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13480 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13481 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13482 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13483 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13484 #  layout:
13485 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13486 #    layout: "plot-throughput-speedup-analysis"
13487 #
13488 #- type: "plot"
13489 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13490 #  algorithm: "plot_tsa_name"
13491 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13492 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13493 #  include:
13494 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13495 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13496 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13497 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13498 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13499 #  layout:
13500 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13501 #    layout: "plot-throughput-speedup-analysis"
13502 #
13503 #- type: "plot"
13504 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13505 #  algorithm: "plot_tsa_name"
13506 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13507 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13508 #  include:
13509 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13510 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13511 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13512 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13513 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13514 #  layout:
13515 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13516 #    layout: "plot-throughput-speedup-analysis"
13517 #
13518 #- type: "plot"
13519 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13520 #  algorithm: "plot_tsa_name"
13521 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13522 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13523 #  include:
13524 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13525 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13526 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13527 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13528 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13529 #  layout:
13530 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13531 #    layout: "plot-throughput-speedup-analysis"
13532 #
13533 #- type: "plot"
13534 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13535 #  algorithm: "plot_tsa_name"
13536 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13537 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13538 #  include:
13539 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13540 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13541 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13542 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13543 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13544 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13545 #  layout:
13546 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13547 #    layout: "plot-throughput-speedup-analysis"
13548 #
13549 #- type: "plot"
13550 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
13551 #  algorithm: "plot_tsa_name"
13552 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13553 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13554 #  include:
13555 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13556 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13557 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13558 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13559 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13560 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13561 #  layout:
13562 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
13563 #    layout: "plot-throughput-speedup-analysis"
13564 #
13565 #- type: "plot"
13566 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13567 #  algorithm: "plot_tsa_name"
13568 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13569 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13570 #  include:
13571 #    - "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"
13572 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13573 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13574 #    - "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"
13575 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13576 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13577 #  layout:
13578 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13579 #    layout: "plot-throughput-speedup-analysis"
13580 #
13581 #- type: "plot"
13582 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13583 #  algorithm: "plot_tsa_name"
13584 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13585 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13586 #  include:
13587 #    - "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"
13588 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13589 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13590 #    - "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"
13591 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13592 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13593 #  layout:
13594 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13595 #    layout: "plot-throughput-speedup-analysis"
13596 #
13597 #- type: "plot"
13598 #  title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
13599 #  algorithm: "plot_tsa_name"
13600 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
13601 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13602 #  include:
13603 #    - "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"
13604 #    - "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"
13605 #    - "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"
13606 #  layout:
13607 #    title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr"
13608 #    layout: "plot-throughput-speedup-analysis"
13609 #
13610 #- type: "plot"
13611 #  title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
13612 #  algorithm: "plot_tsa_name"
13613 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
13614 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13615 #  include:
13616 #    - "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"
13617 #    - "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"
13618 #    - "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"
13619 #  layout:
13620 #    title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr"
13621 #    layout: "plot-throughput-speedup-analysis"
13622
13623 - type: "plot"
13624   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
13625   algorithm: "plot_tsa_name"
13626   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
13627   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13628   include:
13629     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13630     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13631     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13632     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13633     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13634   layout:
13635     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
13636     layout: "plot-throughput-speedup-analysis"
13637
13638 - type: "plot"
13639   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
13640   algorithm: "plot_tsa_name"
13641   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
13642   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13643   include:
13644     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13645     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13646     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13647     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13648     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13649   layout:
13650     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
13651     layout: "plot-throughput-speedup-analysis"
13652
13653 - type: "plot"
13654   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13655   algorithm: "plot_tsa_name"
13656   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13657   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13658   include:
13659     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13660     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13661     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13662     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13663     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13664   layout:
13665     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
13666     layout: "plot-throughput-speedup-analysis"
13667
13668 - type: "plot"
13669   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
13670   algorithm: "plot_tsa_name"
13671   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
13672   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13673   include:
13674     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13675     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13676     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13677     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13678     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13679   layout:
13680     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
13681     layout: "plot-throughput-speedup-analysis"
13682
13683 - type: "plot"
13684   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
13685   algorithm: "plot_tsa_name"
13686   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
13687   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13688   include:
13689     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13690     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13691     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13692     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13693     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13694     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13695   layout:
13696     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
13697     layout: "plot-throughput-speedup-analysis"
13698
13699 - type: "plot"
13700   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
13701   algorithm: "plot_tsa_name"
13702   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
13703   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13704   include:
13705     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13706     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13707     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13708     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13709     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13710     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13711   layout:
13712     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
13713     layout: "plot-throughput-speedup-analysis"
13714
13715 - type: "plot"
13716   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
13717   algorithm: "plot_tsa_name"
13718   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
13719   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13720   include:
13721     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13722     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13723     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13724     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13725   layout:
13726     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
13727     layout: "plot-throughput-speedup-analysis"
13728
13729 - type: "plot"
13730   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
13731   algorithm: "plot_tsa_name"
13732   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
13733   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13734   include:
13735     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13736     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13737     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13738     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13739   layout:
13740     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
13741     layout: "plot-throughput-speedup-analysis"
13742
13743 - type: "plot"
13744   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
13745   algorithm: "plot_tsa_name"
13746   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
13747   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13748   include:
13749     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13750     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13751     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13752     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13753     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13754   layout:
13755     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
13756     layout: "plot-throughput-speedup-analysis"
13757
13758 - type: "plot"
13759   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
13760   algorithm: "plot_tsa_name"
13761   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
13762   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13763   include:
13764     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13765     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13766     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13767     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13768     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13769   layout:
13770     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
13771     layout: "plot-throughput-speedup-analysis"
13772
13773 - type: "plot"
13774   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
13775   algorithm: "plot_tsa_name"
13776   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
13777   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13778   include:
13779     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13780     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13781     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13782     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13783     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13784     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13785   layout:
13786     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13787     layout: "plot-throughput-speedup-analysis"
13788
13789 - type: "plot"
13790   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
13791   algorithm: "plot_tsa_name"
13792   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
13793   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13794   include:
13795     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13796     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13797     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13798     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13799     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13800     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13801   layout:
13802     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13803     layout: "plot-throughput-speedup-analysis"
13804
13805 - type: "plot"
13806   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
13807   algorithm: "plot_tsa_name"
13808   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
13809   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13810   include:
13811     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13812     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13813     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13814     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13815   layout:
13816     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
13817     layout: "plot-throughput-speedup-analysis"
13818
13819 - type: "plot"
13820   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
13821   algorithm: "plot_tsa_name"
13822   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
13823   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13824   include:
13825     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13826     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13827     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13828     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13829   layout:
13830     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
13831     layout: "plot-throughput-speedup-analysis"
13832
13833 - type: "plot"
13834   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
13835   algorithm: "plot_tsa_name"
13836   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
13837   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13838   include:
13839     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13840     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13841     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13842     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13843     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13844     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13845   layout:
13846     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
13847     layout: "plot-throughput-speedup-analysis"
13848
13849 - type: "plot"
13850   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
13851   algorithm: "plot_tsa_name"
13852   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
13853   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13854   include:
13855     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13856     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13857     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13858     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13859     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13860     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13861   layout:
13862     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
13863     layout: "plot-throughput-speedup-analysis"
13864
13865 - type: "plot"
13866   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
13867   algorithm: "plot_tsa_name"
13868   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
13869   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13870   include:
13871     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13872     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13873     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13874     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13875     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13876     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13877   layout:
13878     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
13879     layout: "plot-throughput-speedup-analysis"
13880
13881 - type: "plot"
13882   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
13883   algorithm: "plot_tsa_name"
13884   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
13885   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13886   include:
13887     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13888     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13889     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13890     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13891     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13892     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13893   layout:
13894     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
13895     layout: "plot-throughput-speedup-analysis"
13896
13897 - type: "plot"
13898   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
13899   algorithm: "plot_tsa_name"
13900   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
13901   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13902   include:
13903     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13904     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13905     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13906     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13907     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13908     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13909   layout:
13910     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
13911     layout: "plot-throughput-speedup-analysis"
13912
13913 - type: "plot"
13914   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
13915   algorithm: "plot_tsa_name"
13916   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
13917   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13918   include:
13919     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13920     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13921     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13922     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13923     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13924     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13925   layout:
13926     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
13927     layout: "plot-throughput-speedup-analysis"
13928
13929 - type: "plot"
13930   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
13931   algorithm: "plot_tsa_name"
13932   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
13933   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13934   include:
13935     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13936     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13937     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13938     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13939     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13940   layout:
13941     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
13942     layout: "plot-throughput-speedup-analysis"
13943
13944 - type: "plot"
13945   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
13946   algorithm: "plot_tsa_name"
13947   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
13948   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13949   include:
13950     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13951     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13952     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13953     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13954     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13955   layout:
13956     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
13957     layout: "plot-throughput-speedup-analysis"
13958
13959 - type: "plot"
13960   title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
13961   algorithm: "plot_tsa_name"
13962   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
13963   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13964   include:
13965     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13966     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13967     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13968     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13969     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13970     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13971   layout:
13972     title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
13973     layout: "plot-throughput-speedup-analysis"
13974
13975 - type: "plot"
13976   title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
13977   algorithm: "plot_tsa_name"
13978   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
13979   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13980   include:
13981     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13982     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13983     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13984     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13985     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13986     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13987   layout:
13988     title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
13989     layout: "plot-throughput-speedup-analysis"
13990
13991 - type: "plot"
13992   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13993   algorithm: "plot_tsa_name"
13994   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13995   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13996   include:
13997     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13998     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13999     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14000     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14001     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14002   layout:
14003     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14004     layout: "plot-throughput-speedup-analysis"
14005
14006 - type: "plot"
14007   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14008   algorithm: "plot_tsa_name"
14009   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14010   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14011   include:
14012     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14013     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14014     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14015     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14016     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14017   layout:
14018     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14019     layout: "plot-throughput-speedup-analysis"
14020
14021 - type: "plot"
14022   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14023   algorithm: "plot_tsa_name"
14024   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14025   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14026   include:
14027     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14028     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14029     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14030     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14031     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14032     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14033   layout:
14034     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14035     layout: "plot-throughput-speedup-analysis"
14036
14037 - type: "plot"
14038   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14039   algorithm: "plot_tsa_name"
14040   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14041   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14042   include:
14043     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14044     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14045     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14046     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14047     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14048     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14049   layout:
14050     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14051     layout: "plot-throughput-speedup-analysis"
14052
14053 - type: "plot"
14054   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14055   algorithm: "plot_tsa_name"
14056   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14057   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14058   include:
14059     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14060     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14061     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14062     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14063     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14064   layout:
14065     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14066     layout: "plot-throughput-speedup-analysis"
14067
14068 - type: "plot"
14069   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14070   algorithm: "plot_tsa_name"
14071   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14072   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14073   include:
14074     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14075     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14076     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14077     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14078     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14079   layout:
14080     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14081     layout: "plot-throughput-speedup-analysis"
14082
14083 - type: "plot"
14084   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14085   algorithm: "plot_tsa_name"
14086   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14087   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14088   include:
14089     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14090     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14091     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14092     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14093   layout:
14094     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14095     layout: "plot-throughput-speedup-analysis"
14096
14097 - type: "plot"
14098   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14099   algorithm: "plot_tsa_name"
14100   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14101   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14102   include:
14103     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14104     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14105     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14106     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14107   layout:
14108     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14109     layout: "plot-throughput-speedup-analysis"
14110
14111 - type: "plot"
14112   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14113   algorithm: "plot_tsa_name"
14114   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14115   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14116   include:
14117     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14118     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14119     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14120     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14121     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14122     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14123   layout:
14124     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14125     layout: "plot-throughput-speedup-analysis"
14126
14127 - type: "plot"
14128   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14129   algorithm: "plot_tsa_name"
14130   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14131   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14132   include:
14133     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14134     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14135     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14136     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14137     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14138     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14139   layout:
14140     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14141     layout: "plot-throughput-speedup-analysis"
14142
14143 - type: "plot"
14144   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14145   algorithm: "plot_tsa_name"
14146   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14147   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14148   include:
14149     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14150     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14151     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14152     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14153     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14154   layout:
14155     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14156     layout: "plot-throughput-speedup-analysis"
14157
14158 - type: "plot"
14159   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14160   algorithm: "plot_tsa_name"
14161   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14162   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14163   include:
14164     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14165     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14166     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14167     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14168     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14169   layout:
14170     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14171     layout: "plot-throughput-speedup-analysis"
14172
14173 - type: "plot"
14174   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14175   algorithm: "plot_tsa_name"
14176   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14177   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14178   include:
14179     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14180     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14181     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14182     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14183     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14184     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14185   layout:
14186     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14187     layout: "plot-throughput-speedup-analysis"
14188
14189 - type: "plot"
14190   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14191   algorithm: "plot_tsa_name"
14192   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14193   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14194   include:
14195     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14196     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14197     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14198     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14199     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14200     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14201   layout:
14202     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14203     layout: "plot-throughput-speedup-analysis"
14204
14205 - type: "plot"
14206   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14207   algorithm: "plot_tsa_name"
14208   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14209   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14210   include:
14211     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14212     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14213     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14214     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14215   layout:
14216     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14217     layout: "plot-throughput-speedup-analysis"
14218
14219 - type: "plot"
14220   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14221   algorithm: "plot_tsa_name"
14222   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14223   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14224   include:
14225     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14226     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14227     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14228     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14229   layout:
14230     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14231     layout: "plot-throughput-speedup-analysis"
14232
14233 - type: "plot"
14234   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14235   algorithm: "plot_tsa_name"
14236   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14237   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14238   include:
14239     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14240     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14241     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14242     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14243     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14244   layout:
14245     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14246     layout: "plot-throughput-speedup-analysis"
14247
14248 - type: "plot"
14249   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14250   algorithm: "plot_tsa_name"
14251   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14252   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14253   include:
14254     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14255     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14256     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14257     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14258     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14259   layout:
14260     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14261     layout: "plot-throughput-speedup-analysis"
14262
14263 - type: "plot"
14264   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14265   algorithm: "plot_tsa_name"
14266   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14267   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14268   include:
14269     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14270     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14271     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14272     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14273     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14274     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14275   layout:
14276     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14277     layout: "plot-throughput-speedup-analysis"
14278
14279 - type: "plot"
14280   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14281   algorithm: "plot_tsa_name"
14282   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14283   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14284   include:
14285     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14286     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14287     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14288     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14289     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14290     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14291   layout:
14292     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14293     layout: "plot-throughput-speedup-analysis"
14294
14295 - type: "plot"
14296   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14297   algorithm: "plot_tsa_name"
14298   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14299   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14300   include:
14301     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14302     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14303     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14304     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14305   layout:
14306     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14307     layout: "plot-throughput-speedup-analysis"
14308
14309 - type: "plot"
14310   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14311   algorithm: "plot_tsa_name"
14312   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14313   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14314   include:
14315     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14316     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14317     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14318     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14319   layout:
14320     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14321     layout: "plot-throughput-speedup-analysis"
14322
14323 - type: "plot"
14324   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14325   algorithm: "plot_tsa_name"
14326   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14327   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14328   include:
14329     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14330     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14331     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14332     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14333     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14334     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14335   layout:
14336     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14337     layout: "plot-throughput-speedup-analysis"
14338
14339 - type: "plot"
14340   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14341   algorithm: "plot_tsa_name"
14342   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14343   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14344   include:
14345     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14346     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14347     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14348     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14349     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14350     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14351   layout:
14352     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14353     layout: "plot-throughput-speedup-analysis"
14354
14355 - type: "plot"
14356   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14357   algorithm: "plot_tsa_name"
14358   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14359   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14360   include:
14361     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14362     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14363     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14364     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14365     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14366     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14367   layout:
14368     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14369     layout: "plot-throughput-speedup-analysis"
14370
14371 - type: "plot"
14372   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14373   algorithm: "plot_tsa_name"
14374   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14375   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14376   include:
14377     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14378     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14379     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14380     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14381     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14382     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14383   layout:
14384     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14385     layout: "plot-throughput-speedup-analysis"
14386
14387 - type: "plot"
14388   title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14389   algorithm: "plot_tsa_name"
14390   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14391   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14392   include:
14393     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14394     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14395     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14396   layout:
14397     title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14398     layout: "plot-throughput-speedup-analysis"
14399
14400 - type: "plot"
14401   title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14402   algorithm: "plot_tsa_name"
14403   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14404   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14405   include:
14406     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14407     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14408     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14409   layout:
14410     title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14411     layout: "plot-throughput-speedup-analysis"
14412
14413 ################################################################################
14414
14415 # Packet Throughput - DPDK
14416
14417 # 2n-skx-xxv710
14418
14419 #- type: "plot"
14420 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
14421 #  algorithm: "plot_perf_box_name"
14422 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
14423 #  data: "plot-dpdk-throughput-latency-2n-skx"
14424 #  include:
14425 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14426 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14427 #  layout:
14428 #    title: "2n-skx-xxv710-64b-2t1c-base-ndr"
14429 #    layout: "plot-throughput"
14430 #
14431 #- type: "plot"
14432 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
14433 #  algorithm: "plot_perf_box_name"
14434 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
14435 #  data: "plot-dpdk-throughput-latency-2n-skx"
14436 #  include:
14437 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14438 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14439 #  layout:
14440 #    title: "2n-skx-xxv710-64b-4t2c-base-ndr"
14441 #    layout: "plot-throughput"
14442 #
14443 #- type: "plot"
14444 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
14445 #  algorithm: "plot_perf_box_name"
14446 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
14447 #  data: "plot-dpdk-throughput-latency-2n-skx"
14448 #  include:
14449 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14450 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14451 #  layout:
14452 #    title: "2n-skx-xxv710-64b-2t1c-base-pdr"
14453 #    layout: "plot-throughput"
14454 #
14455 #- type: "plot"
14456 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
14457 #  algorithm: "plot_perf_box_name"
14458 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
14459 #  data: "plot-dpdk-throughput-latency-2n-skx"
14460 #  include:
14461 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14462 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14463 #  layout:
14464 #    title: "2n-skx-xxv710-64b-4t2c-base-pdr"
14465 #    layout: "plot-throughput"
14466 #
14467 ## 2n-skx-x710
14468 #
14469 #- type: "plot"
14470 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
14471 #  algorithm: "plot_perf_box_name"
14472 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
14473 #  data: "plot-dpdk-throughput-latency-2n-skx"
14474 #  include:
14475 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14476 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14477 #  layout:
14478 #    title: "2n-skx-x710-64b-2t1c-base-ndr"
14479 #    layout: "plot-throughput"
14480 #
14481 #- type: "plot"
14482 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
14483 #  algorithm: "plot_perf_box_name"
14484 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
14485 #  data: "plot-dpdk-throughput-latency-2n-skx"
14486 #  include:
14487 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14488 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14489 #  layout:
14490 #    title: "2n-skx-x710-64b-4t2c-base-ndr"
14491 #    layout: "plot-throughput"
14492 #
14493 #- type: "plot"
14494 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
14495 #  algorithm: "plot_perf_box_name"
14496 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
14497 #  data: "plot-dpdk-throughput-latency-2n-skx"
14498 #  include:
14499 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14500 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14501 #  layout:
14502 #    title: "2n-skx-x710-64b-2t1c-base-pdr"
14503 #    layout: "plot-throughput"
14504 #
14505 #- type: "plot"
14506 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
14507 #  algorithm: "plot_perf_box_name"
14508 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
14509 #  data: "plot-dpdk-throughput-latency-2n-skx"
14510 #  include:
14511 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14512 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14513 #  layout:
14514 #    title: "2n-skx-x710-64b-4t2c-base-pdr"
14515 #    layout: "plot-throughput"
14516 #
14517 ## 3n-skx-xxv710
14518 #
14519 #- type: "plot"
14520 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
14521 #  algorithm: "plot_perf_box_name"
14522 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
14523 #  data: "plot-dpdk-throughput-latency-3n-skx"
14524 #  include:
14525 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14526 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14527 #  layout:
14528 #    title: "3n-skx-xxv710-64b-2t1c-base-ndr"
14529 #    layout: "plot-throughput"
14530 #
14531 #- type: "plot"
14532 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
14533 #  algorithm: "plot_perf_box_name"
14534 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
14535 #  data: "plot-dpdk-throughput-latency-3n-skx"
14536 #  include:
14537 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14538 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14539 #  layout:
14540 #    title: "3n-skx-xxv710-64b-4t2c-base-ndr"
14541 #    layout: "plot-throughput"
14542 #
14543 #- type: "plot"
14544 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
14545 #  algorithm: "plot_perf_box_name"
14546 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
14547 #  data: "plot-dpdk-throughput-latency-3n-skx"
14548 #  include:
14549 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14550 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14551 #  layout:
14552 #    title: "3n-skx-xxv710-64b-2t1c-base-pdr"
14553 #    layout: "plot-throughput"
14554 #
14555 #- type: "plot"
14556 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
14557 #  algorithm: "plot_perf_box_name"
14558 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
14559 #  data: "plot-dpdk-throughput-latency-3n-skx"
14560 #  include:
14561 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14562 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14563 #  layout:
14564 #    title: "3n-skx-xxv710-64b-4t2c-base-pdr"
14565 #    layout: "plot-throughput"
14566 #
14567 ## 3n-skx-x710
14568 #
14569 #- type: "plot"
14570 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
14571 #  algorithm: "plot_perf_box_name"
14572 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
14573 #  data: "plot-dpdk-throughput-latency-3n-skx"
14574 #  include:
14575 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14576 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14577 #  layout:
14578 #    title: "3n-skx-x710-64b-2t1c-base-ndr"
14579 #    layout: "plot-throughput"
14580 #
14581 #- type: "plot"
14582 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
14583 #  algorithm: "plot_perf_box_name"
14584 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
14585 #  data: "plot-dpdk-throughput-latency-3n-skx"
14586 #  include:
14587 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14588 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14589 #  layout:
14590 #    title: "3n-skx-x710-64b-4t2c-base-ndr"
14591 #    layout: "plot-throughput"
14592 #
14593 #- type: "plot"
14594 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
14595 #  algorithm: "plot_perf_box_name"
14596 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
14597 #  data: "plot-dpdk-throughput-latency-3n-skx"
14598 #  include:
14599 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14600 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14601 #  layout:
14602 #    title: "3n-skx-x710-64b-2t1c-base-pdr"
14603 #    layout: "plot-throughput"
14604 #
14605 #- type: "plot"
14606 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
14607 #  algorithm: "plot_perf_box_name"
14608 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
14609 #  data: "plot-dpdk-throughput-latency-3n-skx"
14610 #  include:
14611 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14612 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14613 #  layout:
14614 #    title: "3n-skx-x710-64b-4t2c-base-pdr"
14615 #    layout: "plot-throughput"
14616
14617 # 3n-hsw-xl710
14618
14619 - type: "plot"
14620   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
14621   algorithm: "plot_perf_box_name"
14622   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
14623   data: "plot-dpdk-throughput-latency-3n-hsw"
14624   include:
14625     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14626     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14627   layout:
14628     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
14629     layout: "plot-throughput"
14630
14631 - type: "plot"
14632   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
14633   algorithm: "plot_perf_box_name"
14634   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
14635   data: "plot-dpdk-throughput-latency-3n-hsw"
14636   include:
14637     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14638     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14639   layout:
14640     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
14641     layout: "plot-throughput"
14642
14643 - type: "plot"
14644   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
14645   algorithm: "plot_perf_box_name"
14646   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
14647   data: "plot-dpdk-throughput-latency-3n-hsw"
14648   include:
14649     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14650     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14651   layout:
14652     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
14653     layout: "plot-throughput"
14654
14655 - type: "plot"
14656   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
14657   algorithm: "plot_perf_box_name"
14658   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
14659   data: "plot-dpdk-throughput-latency-3n-hsw"
14660   include:
14661     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14662     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14663   layout:
14664     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
14665     layout: "plot-throughput"
14666
14667 # 3n-hsw-x710
14668
14669 - type: "plot"
14670   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
14671   algorithm: "plot_perf_box_name"
14672   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
14673   data: "plot-dpdk-throughput-latency-3n-hsw"
14674   include:
14675     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14676     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14677   layout:
14678     title: "3n-hsw-x710-64b-1t1c-base-ndr"
14679     layout: "plot-throughput"
14680
14681 - type: "plot"
14682   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
14683   algorithm: "plot_perf_box_name"
14684   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
14685   data: "plot-dpdk-throughput-latency-3n-hsw"
14686   include:
14687     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14688     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14689   layout:
14690     title: "3n-hsw-x710-64b-2t2c-base-ndr"
14691     layout: "plot-throughput"
14692
14693 - type: "plot"
14694   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
14695   algorithm: "plot_perf_box_name"
14696   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
14697   data: "plot-dpdk-throughput-latency-3n-hsw"
14698   include:
14699     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14700     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14701   layout:
14702     title: "3n-hsw-x710-64b-1t1c-base-pdr"
14703     layout: "plot-throughput"
14704
14705 - type: "plot"
14706   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
14707   algorithm: "plot_perf_box_name"
14708   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
14709   data: "plot-dpdk-throughput-latency-3n-hsw"
14710   include:
14711     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14712     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14713   layout:
14714     title: "3n-hsw-x710-64b-2t2c-base-pdr"
14715     layout: "plot-throughput"
14716
14717 ################################################################################
14718 ###   2n-clx                                                                 ###
14719 ################################################################################
14720
14721 # Packet Throughput
14722
14723 #- type: "plot"
14724 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
14725 #  algorithm: "plot_perf_box_name"
14726 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
14727 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14728 #  include:
14729 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14730 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14731 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14732 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14733 #  layout:
14734 #    title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
14735 #    layout: "plot-throughput"
14736 #
14737 #- type: "plot"
14738 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
14739 #  algorithm: "plot_perf_box_name"
14740 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
14741 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14742 #  include:
14743 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14744 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14745 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14746 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14747 #  layout:
14748 #    title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
14749 #    layout: "plot-throughput"
14750 #
14751 #- type: "plot"
14752 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
14753 #  algorithm: "plot_perf_box_name"
14754 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
14755 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14756 #  include:
14757 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14758 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14759 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14760 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14761 #  layout:
14762 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
14763 #    layout: "plot-throughput"
14764 #
14765 #- type: "plot"
14766 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
14767 #  algorithm: "plot_perf_box_name"
14768 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
14769 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14770 #  include:
14771 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14772 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14773 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14774 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14775 #  layout:
14776 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
14777 #    layout: "plot-throughput"
14778 #
14779 #- type: "plot"
14780 #  title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
14781 #  algorithm: "plot_perf_box_name"
14782 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
14783 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14784 #  include:
14785 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
14786 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
14787 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
14788 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
14789 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
14790 #  layout:
14791 #    title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
14792 #    layout: "plot-throughput"
14793 #
14794 #- type: "plot"
14795 #  title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
14796 #  algorithm: "plot_perf_box_name"
14797 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
14798 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14799 #  include:
14800 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
14801 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
14802 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
14803 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
14804 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
14805 #  layout:
14806 #    title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
14807 #    layout: "plot-throughput"
14808 #
14809 #- type: "plot"
14810 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
14811 #  algorithm: "plot_perf_box_name"
14812 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
14813 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14814 #  include:
14815 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
14816 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
14817 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
14818 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
14819 #  layout:
14820 #    title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
14821 #    layout: "plot-throughput"
14822 #
14823 #- type: "plot"
14824 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
14825 #  algorithm: "plot_perf_box_name"
14826 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
14827 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14828 #  include:
14829 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
14830 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
14831 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
14832 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
14833 #  layout:
14834 #    title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
14835 #    layout: "plot-throughput"
14836 #
14837 #- type: "plot"
14838 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
14839 #  algorithm: "plot_perf_box_name"
14840 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
14841 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14842 #  include:
14843 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
14844 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
14845 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
14846 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
14847 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
14848 #  layout:
14849 #    title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
14850 #    layout: "plot-throughput"
14851 #
14852 #- type: "plot"
14853 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
14854 #  algorithm: "plot_perf_box_name"
14855 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
14856 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14857 #  include:
14858 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
14859 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
14860 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
14861 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
14862 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
14863 #  layout:
14864 #    title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
14865 #    layout: "plot-throughput"
14866 #
14867 #- type: "plot"
14868 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
14869 #  algorithm: "plot_perf_box_name"
14870 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
14871 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14872 #  include:
14873 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
14874 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14875 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14876 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14877 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14878 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
14879 #  layout:
14880 #    title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
14881 #    layout: "plot-throughput"
14882 #
14883 #- type: "plot"
14884 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
14885 #  algorithm: "plot_perf_box_name"
14886 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
14887 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14888 #  include:
14889 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
14890 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14891 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14892 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14893 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14894 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
14895 #  layout:
14896 #    title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
14897 #    layout: "plot-throughput"
14898 #
14899 #- type: "plot"
14900 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
14901 #  algorithm: "plot_perf_box_name"
14902 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
14903 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14904 #  include:
14905 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
14906 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
14907 #  layout:
14908 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
14909 #    layout: "plot-throughput"
14910 #
14911 #- type: "plot"
14912 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
14913 #  algorithm: "plot_perf_box_name"
14914 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
14915 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14916 #  include:
14917 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
14918 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
14919 #  layout:
14920 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
14921 #    layout: "plot-throughput"
14922 #
14923 #- type: "plot"
14924 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
14925 #  algorithm: "plot_perf_box_name"
14926 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
14927 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14928 #  include:
14929 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
14930 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
14931 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
14932 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
14933 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
14934 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
14935 #  layout:
14936 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
14937 #    layout: "plot-throughput"
14938 #
14939 #- type: "plot"
14940 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
14941 #  algorithm: "plot_perf_box_name"
14942 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
14943 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14944 #  include:
14945 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
14946 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
14947 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
14948 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
14949 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
14950 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
14951 #  layout:
14952 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
14953 #    layout: "plot-throughput"
14954 #
14955 #- type: "plot"
14956 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
14957 #  algorithm: "plot_perf_box_name"
14958 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
14959 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14960 #  include:
14961 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14962 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14963 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14964 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14965 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
14966 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14967 #  layout:
14968 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
14969 #    layout: "plot-throughput"
14970 #
14971 #- type: "plot"
14972 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
14973 #  algorithm: "plot_perf_box_name"
14974 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
14975 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14976 #  include:
14977 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14978 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14979 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14980 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14981 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
14982 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14983 #  layout:
14984 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
14985 #    layout: "plot-throughput"
14986 #
14987 #- type: "plot"
14988 #  title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
14989 #  algorithm: "plot_perf_box_name"
14990 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
14991 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
14992 #  include:
14993 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
14994 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
14995 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
14996 #  layout:
14997 #    title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
14998 #    layout: "plot-throughput"
14999 #
15000 #- type: "plot"
15001 #  title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15002 #  algorithm: "plot_perf_box_name"
15003 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15004 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15005 #  include:
15006 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15007 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15008 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15009 #  layout:
15010 #    title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15011 #    layout: "plot-throughput"
15012 #
15013 #- type: "plot"
15014 #  title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15015 #  algorithm: "plot_perf_box_name"
15016 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15017 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15018 #  include:
15019 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15020 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15021 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15022 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15023 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15024 #  layout:
15025 #    title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15026 #    layout: "plot-throughput"
15027 #
15028 #- type: "plot"
15029 #  title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15030 #  algorithm: "plot_perf_box_name"
15031 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15032 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15033 #  include:
15034 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15035 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15036 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15037 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15038 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15039 #  layout:
15040 #    title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15041 #    layout: "plot-throughput"
15042 #
15043 #- type: "plot"
15044 #  title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15045 #  algorithm: "plot_perf_box_name"
15046 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15047 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15048 #  include:
15049 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15050 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15051 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15052 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15053 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15054 #  layout:
15055 #    title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15056 #    layout: "plot-throughput"
15057 #
15058 #- type: "plot"
15059 #  title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15060 #  algorithm: "plot_perf_box_name"
15061 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15062 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15063 #  include:
15064 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15065 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15066 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15067 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15068 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15069 #  layout:
15070 #    title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15071 #    layout: "plot-throughput"
15072 #
15073 #- type: "plot"
15074 #  title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15075 #  algorithm: "plot_perf_box_name"
15076 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15077 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15078 #  include:
15079 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15080 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15081 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15082 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15083 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15084 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15085 #  layout:
15086 #    title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15087 #    layout: "plot-throughput"
15088 #
15089 #- type: "plot"
15090 #  title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15091 #  algorithm: "plot_perf_box_name"
15092 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15093 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15094 #  include:
15095 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15096 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15097 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15098 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15099 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15100 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15101 #  layout:
15102 #    title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15103 #    layout: "plot-throughput"
15104 #
15105 #- type: "plot"
15106 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15107 #  algorithm: "plot_perf_box_name"
15108 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15109 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15110 #  include:
15111 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15112 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15113 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15114 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15115 #  layout:
15116 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15117 #    layout: "plot-throughput"
15118 #
15119 #- type: "plot"
15120 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15121 #  algorithm: "plot_perf_box_name"
15122 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15123 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15124 #  include:
15125 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15126 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15127 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15128 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15129 #  layout:
15130 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15131 #    layout: "plot-throughput"
15132 #
15133 #- type: "plot"
15134 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15135 #  algorithm: "plot_perf_box_name"
15136 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15137 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15138 #  include:
15139 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15140 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15141 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15142 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15143 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15144 #  layout:
15145 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15146 #    layout: "plot-throughput"
15147 #
15148 #- type: "plot"
15149 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15150 #  algorithm: "plot_perf_box_name"
15151 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15152 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15153 #  include:
15154 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15155 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15156 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15157 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15158 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15159 #  layout:
15160 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15161 #    layout: "plot-throughput"
15162 #
15163 #- type: "plot"
15164 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15165 #  algorithm: "plot_perf_box_name"
15166 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15167 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15168 #  include:
15169 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15170 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15171 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15172 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15173 #  layout:
15174 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15175 #    layout: "plot-throughput"
15176 #
15177 #- type: "plot"
15178 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15179 #  algorithm: "plot_perf_box_name"
15180 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15181 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15182 #  include:
15183 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15184 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15185 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15186 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15187 #  layout:
15188 #    title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15189 #    layout: "plot-throughput"
15190 #
15191 #- type: "plot"
15192 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15193 #  algorithm: "plot_perf_box_name"
15194 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15195 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15196 #  include:
15197 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15198 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15199 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15200 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15201 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15202 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15203 #  layout:
15204 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15205 #    layout: "plot-throughput"
15206 #
15207 #- type: "plot"
15208 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15209 #  algorithm: "plot_perf_box_name"
15210 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15211 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15212 #  include:
15213 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15214 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15215 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15216 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15217 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15218 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15219 #  layout:
15220 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15221 #    layout: "plot-throughput"
15222 #
15223 #- type: "plot"
15224 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15225 #  algorithm: "plot_perf_box_name"
15226 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15227 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15228 #  include:
15229 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15230 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15231 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15232 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15233 #  layout:
15234 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15235 #    layout: "plot-throughput"
15236 #
15237 #- type: "plot"
15238 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15239 #  algorithm: "plot_perf_box_name"
15240 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15241 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15242 #  include:
15243 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15244 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15245 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15246 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15247 #  layout:
15248 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15249 #    layout: "plot-throughput"
15250 #
15251 #- type: "plot"
15252 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15253 #  algorithm: "plot_perf_box_name"
15254 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15255 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15256 #  include:
15257 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15258 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15259 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15260 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15261 #  layout:
15262 #    title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15263 #    layout: "plot-throughput"
15264 #
15265 #- type: "plot"
15266 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15267 #  algorithm: "plot_perf_box_name"
15268 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15269 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15270 #  include:
15271 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15272 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15273 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15274 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15275 #  layout:
15276 #    title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15277 #    layout: "plot-throughput"
15278 #
15279 #- type: "plot"
15280 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15281 #  algorithm: "plot_perf_box_name"
15282 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15283 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15284 #  include:
15285 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15286 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15287 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15288 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15289 #  layout:
15290 #    title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15291 #    layout: "plot-throughput"
15292 #
15293 #- type: "plot"
15294 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15295 #  algorithm: "plot_perf_box_name"
15296 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15297 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15298 #  include:
15299 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15300 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15301 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15302 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15303 #  layout:
15304 #    title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15305 #    layout: "plot-throughput"
15306 #
15307 #- type: "plot"
15308 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15309 #  algorithm: "plot_perf_box_name"
15310 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15311 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15312 #  include:
15313 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15314 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15315 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15316 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15317 #  layout:
15318 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15319 #    layout: "plot-throughput"
15320 #
15321 #- type: "plot"
15322 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15323 #  algorithm: "plot_perf_box_name"
15324 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15325 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15326 #  include:
15327 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15328 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15329 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15330 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15331 #  layout:
15332 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15333 #    layout: "plot-throughput"
15334 #
15335 #- type: "plot"
15336 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15337 #  algorithm: "plot_perf_box_name"
15338 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15339 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15340 #  include:
15341 #    - "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"
15342 #    - "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"
15343 #    - "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"
15344 #    - "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"
15345 #  layout:
15346 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15347 #    layout: "plot-throughput"
15348 #
15349 #- type: "plot"
15350 #  title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15351 #  algorithm: "plot_perf_box_name"
15352 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15353 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15354 #  include:
15355 #    - "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"
15356 #    - "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"
15357 #    - "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"
15358 #    - "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"
15359 #  layout:
15360 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15361 #    layout: "plot-throughput"
15362 #
15363 #################################################################################
15364 #
15365 ## Packet Speedup
15366 #
15367 #- type: "plot"
15368 #  title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15369 #  algorithm: "plot_tsa_name"
15370 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15371 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15372 #  include:
15373 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15374 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15375 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15376 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15377 #  layout:
15378 #    title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
15379 #    layout: "plot-throughput-speedup-analysis"
15380 #
15381 #- type: "plot"
15382 #  title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15383 #  algorithm: "plot_tsa_name"
15384 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15385 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15386 #  include:
15387 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15388 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15389 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15390 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15391 #  layout:
15392 #    title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
15393 #    layout: "plot-throughput-speedup-analysis"
15394 #
15395 #- type: "plot"
15396 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr-tsa"
15397 #  algorithm: "plot_tsa_name"
15398 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr-tsa"
15399 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15400 #  include:
15401 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15402 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15403 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15404 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15405 #  layout:
15406 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15407 #    layout: "plot-throughput"
15408 #
15409 #- type: "plot"
15410 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr-tsa"
15411 #  algorithm: "plot_tsa_name"
15412 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr-tsa"
15413 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15414 #  include:
15415 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15416 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15417 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15418 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15419 #  layout:
15420 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15421 #    layout: "plot-throughput"
15422 #
15423 #- type: "plot"
15424 #  title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15425 #  algorithm: "plot_tsa_name"
15426 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15427 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15428 #  include:
15429 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15430 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15431 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15432 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15433 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15434 #  layout:
15435 #    title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
15436 #    layout: "plot-throughput-speedup-analysis"
15437 #
15438 #- type: "plot"
15439 #  title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15440 #  algorithm: "plot_tsa_name"
15441 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15442 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15443 #  include:
15444 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15445 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15446 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15447 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15448 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15449 #  layout:
15450 #    title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
15451 #    layout: "plot-throughput-speedup-analysis"
15452 #
15453 #- type: "plot"
15454 #  title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15455 #  algorithm: "plot_tsa_name"
15456 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15457 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15458 #  include:
15459 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15460 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15461 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15462 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15463 #  layout:
15464 #    title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
15465 #    layout: "plot-throughput-speedup-analysis"
15466 #
15467 #- type: "plot"
15468 #  title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15469 #  algorithm: "plot_tsa_name"
15470 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15471 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15472 #  include:
15473 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15474 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15475 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15476 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15477 #  layout:
15478 #    title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
15479 #    layout: "plot-throughput-speedup-analysis"
15480 #
15481 #- type: "plot"
15482 #  title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15483 #  algorithm: "plot_tsa_name"
15484 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15485 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15486 #  include:
15487 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15488 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15489 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15490 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15491 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15492 #  layout:
15493 #    title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
15494 #    layout: "plot-throughput-speedup-analysis"
15495 #
15496 #- type: "plot"
15497 #  title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15498 #  algorithm: "plot_tsa_name"
15499 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15500 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15501 #  include:
15502 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15503 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15504 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15505 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15506 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15507 #  layout:
15508 #    title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
15509 #    layout: "plot-throughput-speedup-analysis"
15510 #
15511 #- type: "plot"
15512 #  title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15513 #  algorithm: "plot_tsa_name"
15514 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15515 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15516 #  include:
15517 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15518 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15519 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15520 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15521 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15522 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15523 #  layout:
15524 #    title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15525 #    layout: "plot-throughput-speedup-analysis"
15526 #
15527 #- type: "plot"
15528 #  title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15529 #  algorithm: "plot_tsa_name"
15530 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15531 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15532 #  include:
15533 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15534 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15535 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15536 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15537 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15538 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15539 #  layout:
15540 #    title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15541 #    layout: "plot-throughput-speedup-analysis"
15542 #
15543 #- type: "plot"
15544 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr-tsa"
15545 #  algorithm: "plot_tsa_name"
15546 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr-tsa"
15547 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15548 #  include:
15549 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15550 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15551 #  layout:
15552 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15553 #    layout: "plot-throughput"
15554 #
15555 #- type: "plot"
15556 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr-tsa"
15557 #  algorithm: "plot_tsa_name"
15558 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr-tsa"
15559 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15560 #  include:
15561 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15562 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15563 #  layout:
15564 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15565 #    layout: "plot-throughput"
15566 #
15567 #- type: "plot"
15568 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr-tsa"
15569 #  algorithm: "plot_tsa_name"
15570 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr-tsa"
15571 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15572 #  include:
15573 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15574 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15575 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15576 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15577 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15578 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15579 #  layout:
15580 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15581 #    layout: "plot-throughput"
15582 #
15583 #- type: "plot"
15584 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr-tsa"
15585 #  algorithm: "plot_tsa_name"
15586 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr-tsa"
15587 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15588 #  include:
15589 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15590 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15591 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15592 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15593 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15594 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15595 #  layout:
15596 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15597 #    layout: "plot-throughput"
15598 #
15599 #- type: "plot"
15600 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr-tsa"
15601 #  algorithm: "plot_tsa_name"
15602 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr-tsa"
15603 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15604 #  include:
15605 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15606 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15607 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15608 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15609 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15610 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15611 #  layout:
15612 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15613 #    layout: "plot-throughput"
15614 #
15615 #- type: "plot"
15616 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr-tsa"
15617 #  algorithm: "plot_tsa_name"
15618 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr-tsa"
15619 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15620 #  include:
15621 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15622 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15623 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15624 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15625 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15626 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15627 #  layout:
15628 #    title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15629 #    layout: "plot-throughput"
15630 #
15631 #- type: "plot"
15632 #  title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15633 #  algorithm: "plot_tsa_name"
15634 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15635 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15636 #  include:
15637 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15638 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15639 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15640 #  layout:
15641 #    title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr"
15642 #    layout: "plot-throughput-speedup-analysis"
15643 #
15644 #- type: "plot"
15645 #  title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15646 #  algorithm: "plot_tsa_name"
15647 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15648 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15649 #  include:
15650 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15651 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15652 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15653 #  layout:
15654 #    title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr"
15655 #    layout: "plot-throughput-speedup-analysis"
15656 #
15657 #- type: "plot"
15658 #  title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15659 #  algorithm: "plot_tsa_name"
15660 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15661 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15662 #  include:
15663 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15664 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15665 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15666 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15667 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15668 #  layout:
15669 #    title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15670 #    layout: "plot-throughput-speedup-analysis"
15671 #
15672 #- type: "plot"
15673 #  title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15674 #  algorithm: "plot_tsa_name"
15675 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15676 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15677 #  include:
15678 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15679 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15680 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15681 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15682 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15683 #  layout:
15684 #    title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15685 #    layout: "plot-throughput-speedup-analysis"
15686 #
15687 #- type: "plot"
15688 #  title: "Speedup: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr-tsa"
15689 #  algorithm: "plot_tsa_name"
15690 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr-tsa"
15691 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15692 #  include:
15693 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15694 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15695 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15696 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15697 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15698 #  layout:
15699 #    title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15700 #    layout: "plot-throughput"
15701 #
15702 #- type: "plot"
15703 #  title: "Speedup: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr-tsa"
15704 #  algorithm: "plot_tsa_name"
15705 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr-tsa"
15706 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15707 #  include:
15708 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15709 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15710 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15711 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15712 #    - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15713 #  layout:
15714 #    title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15715 #    layout: "plot-throughput"
15716 #
15717 #- type: "plot"
15718 #  title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15719 #  algorithm: "plot_tsa_name"
15720 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15721 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15722 #  include:
15723 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15724 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15725 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15726 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15727 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15728 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15729 #  layout:
15730 #    title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15731 #    layout: "plot-throughput-speedup-analysis"
15732 #
15733 #- type: "plot"
15734 #  title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15735 #  algorithm: "plot_tsa_name"
15736 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15737 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15738 #  include:
15739 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15740 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15741 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15742 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15743 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15744 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15745 #  layout:
15746 #    title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15747 #    layout: "plot-throughput-speedup-analysis"
15748 #
15749 #- type: "plot"
15750 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15751 #  algorithm: "plot_tsa_name"
15752 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15753 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15754 #  include:
15755 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15756 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15757 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15758 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15759 #  layout:
15760 #    title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
15761 #    layout: "plot-throughput-speedup-analysis"
15762 #
15763 #- type: "plot"
15764 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15765 #  algorithm: "plot_tsa_name"
15766 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15767 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15768 #  include:
15769 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15770 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15771 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15772 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15773 #  layout:
15774 #    title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
15775 #    layout: "plot-throughput-speedup-analysis"
15776 #
15777 #- type: "plot"
15778 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15779 #  algorithm: "plot_tsa_name"
15780 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15781 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15782 #  include:
15783 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15784 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15785 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15786 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15787 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15788 #  layout:
15789 #    title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
15790 #    layout: "plot-throughput-speedup-analysis"
15791 #
15792 #- type: "plot"
15793 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15794 #  algorithm: "plot_tsa_name"
15795 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15796 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15797 #  include:
15798 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15799 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15800 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15801 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15802 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15803 #  layout:
15804 #    title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
15805 #    layout: "plot-throughput-speedup-analysis"
15806 #
15807 #- type: "plot"
15808 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15809 #  algorithm: "plot_tsa_name"
15810 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15811 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15812 #  include:
15813 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15814 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15815 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15816 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15817 #  layout:
15818 #    title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15819 #    layout: "plot-throughput-speedup-analysis"
15820 #
15821 #- type: "plot"
15822 #  title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15823 #  algorithm: "plot_tsa_name"
15824 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15825 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15826 #  include:
15827 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15828 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15829 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15830 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15831 #  layout:
15832 #    title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15833 #    layout: "plot-throughput-speedup-analysis"
15834 #
15835 #- type: "plot"
15836 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr-tsa"
15837 #  algorithm: "plot_tsa_name"
15838 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr-tsa"
15839 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15840 #  include:
15841 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15842 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15843 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15844 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15845 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15846 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15847 #  layout:
15848 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15849 #    layout: "plot-throughput"
15850 #
15851 #- type: "plot"
15852 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr-tsa"
15853 #  algorithm: "plot_tsa_name"
15854 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr-tsa"
15855 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15856 #  include:
15857 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15858 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15859 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15860 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15861 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15862 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15863 #  layout:
15864 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15865 #    layout: "plot-throughput"
15866 #
15867 #- type: "plot"
15868 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr-tsa"
15869 #  algorithm: "plot_tsa_name"
15870 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr-tsa"
15871 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15872 #  include:
15873 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15874 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15875 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15876 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15877 #  layout:
15878 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15879 #    layout: "plot-throughput"
15880 #
15881 #- type: "plot"
15882 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr-tsa"
15883 #  algorithm: "plot_tsa_name"
15884 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr-tsa"
15885 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15886 #  include:
15887 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15888 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15889 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15890 #    - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15891 #  layout:
15892 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15893 #    layout: "plot-throughput"
15894 #
15895 #- type: "plot"
15896 #  title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
15897 #  algorithm: "plot_tsa_name"
15898 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15899 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15900 #  include:
15901 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15902 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15903 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15904 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15905 #  layout:
15906 #    title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
15907 #    layout: "plot-throughput-speedup-analysis"
15908 #
15909 #- type: "plot"
15910 #  title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
15911 #  algorithm: "plot_tsa_name"
15912 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15913 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15914 #  include:
15915 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15916 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15917 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15918 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15919 #  layout:
15920 #    title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
15921 #    layout: "plot-throughput-speedup-analysis"
15922 #
15923 #- type: "plot"
15924 #  title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15925 #  algorithm: "plot_tsa_name"
15926 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15927 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15928 #  include:
15929 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15930 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15931 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15932 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15933 #  layout:
15934 #    title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15935 #    layout: "plot-throughput-speedup-analysis"
15936 #
15937 #- type: "plot"
15938 #  title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15939 #  algorithm: "plot_tsa_name"
15940 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15941 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15942 #  include:
15943 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15944 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15945 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15946 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15947 #  layout:
15948 #    title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15949 #    layout: "plot-throughput-speedup-analysis"
15950 #
15951 #- type: "plot"
15952 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-tsa"
15953 #  algorithm: "plot_tsa_name"
15954 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-tsa"
15955 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15956 #  include:
15957 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15958 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15959 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15960 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15961 #  layout:
15962 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15963 #    layout: "plot-throughput"
15964 #
15965 #- type: "plot"
15966 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr-tsa"
15967 #  algorithm: "plot_tsa_name"
15968 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr-tsa"
15969 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15970 #  include:
15971 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15972 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15973 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15974 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15975 #  layout:
15976 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15977 #    layout: "plot-throughput"
15978 #
15979 #- type: "plot"
15980 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
15981 #  algorithm: "plot_tsa_name"
15982 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
15983 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15984 #  include:
15985 #    - "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"
15986 #    - "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"
15987 #    - "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"
15988 #    - "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"
15989 #  layout:
15990 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15991 #    layout: "plot-throughput"
15992 #
15993 #- type: "plot"
15994 #  title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
15995 #  algorithm: "plot_tsa_name"
15996 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
15997 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
15998 #  include:
15999 #    - "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"
16000 #    - "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"
16001 #    - "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"
16002 #    - "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"
16003 #  layout:
16004 #    title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
16005 #    layout: "plot-throughput"
16006
16007 ################################################################################
16008
16009 # Packet Throughput - DPDK
16010
16011 # 2n-clx-xxv710
16012
16013 - type: "plot"
16014   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
16015   algorithm: "plot_perf_box_name"
16016   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
16017   data: "plot-dpdk-throughput-latency-2n-clx"
16018   include:
16019     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16020     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16021   layout:
16022     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
16023     layout: "plot-throughput"
16024
16025 - type: "plot"
16026   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
16027   algorithm: "plot_perf_box_name"
16028   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
16029   data: "plot-dpdk-throughput-latency-2n-clx"
16030   include:
16031     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16032     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16033   layout:
16034     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
16035     layout: "plot-throughput"
16036
16037 - type: "plot"
16038   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
16039   algorithm: "plot_perf_box_name"
16040   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
16041   data: "plot-dpdk-throughput-latency-2n-clx"
16042   include:
16043     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16044     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16045   layout:
16046     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
16047     layout: "plot-throughput"
16048
16049 - type: "plot"
16050   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
16051   algorithm: "plot_perf_box_name"
16052   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
16053   data: "plot-dpdk-throughput-latency-2n-clx"
16054   include:
16055     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16056     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16057   layout:
16058     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
16059     layout: "plot-throughput"
16060
16061 # 2n-clx-x710
16062
16063 - type: "plot"
16064   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
16065   algorithm: "plot_perf_box_name"
16066   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
16067   data: "plot-dpdk-throughput-latency-2n-clx"
16068   include:
16069     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16070     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16071   layout:
16072     title: "2n-clx-x710-64b-2t1c-base-ndr"
16073     layout: "plot-throughput"
16074
16075 - type: "plot"
16076   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
16077   algorithm: "plot_perf_box_name"
16078   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
16079   data: "plot-dpdk-throughput-latency-2n-clx"
16080   include:
16081     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16082     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16083   layout:
16084     title: "2n-clx-x710-64b-4t2c-base-ndr"
16085     layout: "plot-throughput"
16086
16087 - type: "plot"
16088   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
16089   algorithm: "plot_perf_box_name"
16090   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
16091   data: "plot-dpdk-throughput-latency-2n-clx"
16092   include:
16093     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16094     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16095   layout:
16096     title: "2n-clx-x710-64b-2t1c-base-pdr"
16097     layout: "plot-throughput"
16098
16099 - type: "plot"
16100   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
16101   algorithm: "plot_perf_box_name"
16102   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
16103   data: "plot-dpdk-throughput-latency-2n-clx"
16104   include:
16105     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16106     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16107   layout:
16108     title: "2n-clx-x710-64b-4t2c-base-pdr"
16109     layout: "plot-throughput"
16110
16111 ################################################################################
16112
16113 #- type: "plot"
16114 #  title: "Latency by percentile: 2n-skx"
16115 #  algorithm: "plot_hdrh_lat_by_percentile"
16116 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
16117 #  output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
16118 #  target-links: "../../_static/vpp"
16119 #  data: "plot-vpp-hdrh-lat-2n-skx"
16120 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16121 #  layout:
16122 #    layout: "plot-hdrh-latency-by-percentile"
16123
16124 #- type: "plot"
16125 #  title: "Latency by percentile: 3n-skx"
16126 #  algorithm: "plot_hdrh_lat_by_percentile"
16127 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
16128 #  output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
16129 #  target-links: "../../_static/vpp"
16130 #  data: "plot-vpp-hdrh-lat-3n-skx"
16131 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16132 #  layout:
16133 #    layout: "plot-hdrh-latency-by-percentile"
16134
16135 #- type: "plot"
16136 #  title: "Latency by percentile: 2n-clx"
16137 #  algorithm: "plot_hdrh_lat_by_percentile"
16138 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
16139 #  output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
16140 #  target-links: "../../_static/vpp"
16141 #  data: "plot-vpp-hdrh-lat-2n-clx"
16142 #  filter: "'2T1C' and 'NIC_Mellanox-CX556A'"
16143 #  layout:
16144 #    layout: "plot-hdrh-latency-by-percentile"
16145
16146 - type: "plot"
16147   title: "Latency by percentile: 3n-hsw"
16148   algorithm: "plot_hdrh_lat_by_percentile"
16149   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
16150   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
16151   target-links: "../../_static/vpp"
16152   data: "plot-vpp-hdrh-lat-3n-hsw"
16153   filter: "'1T1C' and 'NIC_Intel-XL710'"
16154   layout:
16155     layout: "plot-hdrh-latency-by-percentile"
16156
16157 - type: "plot"
16158   title: "Latency by percentile: 3n-tsh"
16159   algorithm: "plot_hdrh_lat_by_percentile"
16160   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
16161   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
16162   target-links: "../../_static/vpp"
16163   data: "plot-vpp-hdrh-lat-3n-tsh"
16164   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16165   layout:
16166     layout: "plot-hdrh-latency-by-percentile"
16167
16168 - type: "plot"
16169   title: "Latency by percentile: DPDK 3n-hsw"
16170   algorithm: "plot_hdrh_lat_by_percentile"
16171   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
16172   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
16173   target-links: "../../_static/dpdk"
16174   data: "plot-dpdk-hdrh-lat-3n-hsw"
16175   filter: "'1T1C' and 'NIC_Intel-XL710'"
16176   layout:
16177     layout: "plot-hdrh-latency-by-percentile"