6f03acd18850ecccdc8708d72af03671f50265cc
[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
82     # .css patch file to fix tables generated by Sphinx
83     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
84     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
85
86   urls:
87     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
88     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
89     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
90     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
91     DIR[NEXUS,DOC]: "report/_static/archive"
92
93   make-dirs:
94   # List the directories which are created while preparing the environment.
95   # All directories MUST be defined in "paths" section.
96   - "DIR[WORKING,DATA]"
97   - "DIR[STATIC,VPP]"
98   - "DIR[STATIC,DPDK]"
99   - "DIR[STATIC,ARCH]"
100   - "DIR[BUILD,LATEX]"
101   - "DIR[WORKING,SRC]"
102   - "DIR[WORKING,SRC,STATIC]"
103
104   remove-dirs:
105   # List the directories which are deleted while cleaning the environment.
106   # All directories MUST be defined in "paths" section.
107   #- "DIR[BUILD,HTML]"
108   - "DIR[WORKING,DATA]"
109
110   build-dirs:
111   # List the directories where the results (build) is stored.
112   # All directories MUST be defined in "paths" section.
113   - "DIR[BUILD,HTML]"
114   - "DIR[BUILD,LATEX]"
115
116 - type: "configuration"
117
118   limits:
119     nic:
120       x520: 24460000
121       x553: 29761905
122       x710: 35800000
123       xxv710: 35800000
124       xl710: 35800000
125
126     link:
127       10ge: 14880952.38
128       25ge: 37202380.95
129       40ge: 59523809.52
130       100ge: 148809523.81
131
132     pci:
133       pci-g3-x8: 74404761.90
134       pci-g3-x16: 148809523.81
135
136   data-sets:
137
138     ###########################################################################
139     # Replacements:
140
141     replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost:
142       csit-vpp-perf-verify-1908-3n-hsw:
143         - 48  # NDRPDR sel vhost
144         - 49  # NDRPDR sel vhost
145         - 52  # NDRPDR sel vhost
146         - 53  # NDRPDR sel vhost
147         - 54  # NDRPDR sel vhost
148         - 55  # NDRPDR sel vhost
149         - 56  # NDRPDR sel vhost
150         - 57  # NDRPDR sel vhost
151         - 58  # NDRPDR sel vhost
152         - 59  # NDRPDR sel vhost
153
154     replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost:
155       csit-vpp-perf-verify-1908-3n-skx:
156         - 52  # NDRPDR sel vhost
157         - 53  # NDRPDR sel vhost
158         - 55  # NDRPDR sel vhost
159         - 61  # NDRPDR sel vhost
160         - 62  # NDRPDR sel vhost
161         - 63  # NDRPDR sel vhost
162         - 64  # NDRPDR sel vhost
163         - 65  # NDRPDR sel vhost
164         - 66  # NDRPDR sel vhost
165         - 67  # NDRPDR sel vhost
166
167     replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost:
168       csit-vpp-perf-verify-1908-2n-skx:
169         - 88  # NDRPDR sel vhost
170         - 89  # NDRPDR sel vhost
171         - 91  # NDRPDR sel vhost
172         - 92  # NDRPDR sel vhost
173         - 93  # NDRPDR sel vhost
174         - 94  # NDRPDR sel vhost
175         - 95  # NDRPDR sel vhost
176         - 96  # NDRPDR sel vhost
177         - 97  # NDRPDR sel vhost
178         - 98  # NDRPDR sel vhost
179
180     ###########################################################################
181     # Plots:
182
183     # 3n-hsw
184
185     plot-vpp-throughput-lat-tsa-3n-hsw:
186       csit-vpp-perf-verify-2001-3n-hsw:
187         - 21  # NDRPDR sel
188         - 22  # NDRPDR sel
189         - 23  # NDRPDR sel
190         - 24  # NDRPDR sel
191         - 25  # NDRPDR sel
192         - 29  # NDRPDR sel
193         - 30  # NDRPDR sel
194         - 31  # NDRPDR sel
195
196     plot-vpp-hdrh-lat-3n-hsw:
197       csit-vpp-perf-verify-2001-3n-hsw:
198         - 21  # NDRPDR sel
199
200     plot-vpp-nfv-3n-hsw-ndrpdr:
201       csit-vpp-perf-verify-2001-3n-hsw:
202         - 21  # NDRPDR sel
203         - 22  # NDRPDR sel
204         - 23  # NDRPDR sel
205         - 24  # NDRPDR sel
206         - 25  # NDRPDR sel
207         - 29  # NDRPDR sel
208         - 30  # NDRPDR sel
209         - 31  # NDRPDR sel
210
211     plot-vpp-nfv-3n-hsw-mrr:
212       csit-vpp-perf-verify-2001-3n-hsw:
213         - 17  # MRR sel
214
215     plot-dpdk-throughput-latency-3n-hsw:
216       csit-dpdk-perf-verify-2001-3n-hsw:
217         - 4   # NDRPDR sel
218         - 5   # NDRPDR sel
219         - 6   # NDRPDR sel
220         - 7   # NDRPDR sel
221         - 8   # NDRPDR sel
222         - 9   # NDRPDR sel
223         - 10  # NDRPDR sel
224         - 11  # NDRPDR sel
225         - 12  # NDRPDR sel
226         - 13  # NDRPDR sel
227         - 15  # NDRPDR sel
228         - 16  # NDRPDR sel
229         - 17  # NDRPDR sel
230         - 18  # NDRPDR sel
231         - 19  # NDRPDR sel
232         - 20  # NDRPDR sel
233         - 22  # NDRPDR sel
234
235     plot-dpdk-hdrh-lat-3n-hsw:
236       csit-dpdk-perf-verify-2001-3n-hsw:
237         - 13  # NDRPDR sel
238
239     # 3n-skx
240
241     plot-vpp-throughput-lat-tsa-3n-skx:
242       # TODO: Add the data
243       csit-vpp-perf-verify-2001-3n-skx:
244         - 14  # NDRPDR sel
245         - 15  # NDRPDR sel
246         - 16  # NDRPDR sel
247
248     plot-vpp-hdrh-lat-3n-skx:
249       csit-vpp-perf-verify-2001-3n-skx:
250         - 14  # NDRPDR sel
251
252     plot-vpp-nfv-3n-skx-ndrpdr:
253       # TODO: Add data
254       csit-vpp-perf-verify-2001-3n-skx:
255         - 14  # NDRPDR sel
256         - 15  # NDRPDR sel
257         - 16  # NDRPDR sel
258
259     plot-vpp-nfv-3n-skx-mrr:
260       # TODO: Replace
261       # csit-vpp-perf-verify-2001-3n-skx:
262       csit-vpp-perf-verify-1908-3n-skx:
263         - 36  # MRR sel
264
265     plot-dpdk-throughput-latency-3n-skx:
266       csit-dpdk-perf-verify-2001-3n-skx:
267         - 1   # NDRPDR sel
268         - 2   # NDRPDR sel
269         - 3   # NDRPDR sel
270         - 4   # NDRPDR sel
271         - 5   # NDRPDR sel
272         - 6   # NDRPDR sel
273         - 7   # NDRPDR sel
274         - 8   # NDRPDR sel
275         - 9   # NDRPDR sel
276         - 10  # NDRPDR sel
277
278     plot-dpdk-hdrh-lat-3n-skx:
279       csit-dpdk-perf-verify-2001-3n-skx:
280         - 1   # NDRPDR sel
281         - 19  # NDRPDR sel
282
283     # 2n-skx
284
285     plot-vpp-throughput-lat-tsa-2n-skx:
286       # TODO: Add the data
287       csit-vpp-perf-verify-2001-2n-skx:
288         - 21  # NDRPDR sel
289         - 22  # NDRPDR sel
290         - 23  # NDRPDR sel
291         - 26  # NDRPDR sel
292         - 27  # NDRPDR sel
293         - 29  # NDRPDR sel
294
295     plot-vpp-hdrh-lat-2n-skx:
296       csit-vpp-perf-verify-2001-2n-skx:
297         - 21  # NDRPDR sel
298
299     plot-vpp-http-server-performance:
300       # TODO: Replace:
301       # csit-vpp-perf-verify-2001-2n-skx:
302       csit-vpp-perf-verify-1908-2n-skx:
303         - 29  # TCP
304         - 30  # TCP
305         - 58  # TCP
306
307     plot-vpp-soak-2n-skx:
308       # TODO: Replace the data
309       # csit-vpp-perf-verify-2001-2n-skx:
310       csit-vpp-perf-verify-1908-2n-skx:
311         - 83  # SOAK
312         - 86  # SOAK
313
314     plot-vpp-nfv-2n-skx-ndrpdr:
315       # TODO: Add the data
316       csit-vpp-perf-verify-2001-2n-skx:
317         - 30  # NFV
318         - 31  # NFV
319
320     plot-vpp-nfv-2n-skx-mrr:
321       # TODO: Replace the data
322       # csit-vpp-perf-verify-2001-2n-skx:
323       csit-vpp-perf-verify-1908-2n-skx:
324         - 71  # NFV MRR
325
326     plot-vpp-nfv-reconf-2n-skx:
327       # TODO: Replace the data
328       # csit-vpp-perf-verify-2001-2n-skx:
329       csit-vpp-perf-verify-1908-2n-skx:
330         - 113 # NFV reconf sel
331         - 114 # NFV reconf sel
332         - 115 # NFV reconf sel
333
334     plot-dpdk-throughput-latency-2n-skx:
335       csit-dpdk-perf-verify-2001-2n-skx:
336         - 1   # NDRPDR sel
337         - 2   # NDRPDR sel
338         - 3   # NDRPDR sel
339         - 4   # NDRPDR sel
340         - 5   # NDRPDR sel
341         - 6   # NDRPDR sel
342         - 7   # NDRPDR sel
343         - 8   # NDRPDR sel
344         - 9   # NDRPDR sel
345         - 10  # NDRPDR sel
346         - 11  # NDRPDR sel
347         - 13  # NDRPDR sel
348         - 26  # NDRPDR sel
349         - 16  # NDRPDR sel
350         - 17  # NDRPDR sel
351         - 18  # NDRPDR sel
352         - 19  # NDRPDR sel
353         - 27  # NDRPDR sel
354         - 21  # NDRPDR sel
355         - 25  # NDRPDR sel
356
357     plot-dpdk-hdrh-lat-2n-skx:
358       csit-dpdk-perf-verify-2001-2n-skx:
359         - 1   # NDRPDR sel
360         - 19  # NDRPDR sel
361
362     # 2n-clx
363
364     plot-vpp-throughput-lat-tsa-2n-clx:
365       # TODO: Add the data
366       csit-vpp-perf-verify-2001-2n-clx:
367         - 22  # NDRPDR sel
368         - 23  # NDRPDR sel
369         - 24  # NDRPDR sel
370         - 25  # NDRPDR sel
371
372     plot-vpp-hdrh-lat-2n-clx:
373       csit-vpp-perf-verify-2001-2n-clx:
374         - 22  # NDRPDR sel
375
376     plot-vpp-nfv-2n-clx-ndrpdr:
377       # TODO: Add the data
378       csit-vpp-perf-verify-2001-2n-clx:
379         - 22  # NDRPDR sel
380         - 23  # NDRPDR sel
381         - 24  # NDRPDR sel
382
383     plot-vpp-nfv-2n-clx-mrr:
384       # TODO: Replace the data
385       csit-vpp-perf-verify-2001-2n-clx:
386         - 3   # NDRPDR sel RC2
387         - 4   # NDRPDR sel RC2
388
389     plot-dpdk-throughput-latency-2n-clx:
390       csit-dpdk-perf-verify-2001-2n-clx:
391         - 1   # NDRPDR sel
392         - 2   # NDRPDR sel
393         - 3   # NDRPDR sel
394         - 4   # NDRPDR sel
395         - 5   # NDRPDR sel
396         - 6   # NDRPDR sel
397         - 7   # NDRPDR sel
398         - 8   # NDRPDR sel
399         - 9   # NDRPDR sel
400         - 10  # NDRPDR sel
401
402     plot-dpdk-hdrh-lat-2n-clx:
403       csit-dpdk-perf-verify-2001-2n-clx:
404         - 1   # NDRPDR sel
405
406     # 3n-tsh
407
408     plot-vpp-throughput-lat-tsa-3n-tsh:
409       # TODO: Add the data
410       csit-vpp-perf-verify-2001-3n-tsh:
411         - 3   # NDRPDR sel
412         - 4   # NDRPDR sel
413         - 7   # NDRPDR sel
414         - 8   # NDRPDR sel
415
416     plot-vpp-hdrh-lat-3n-tsh:
417       csit-vpp-perf-verify-2001-3n-tsh:
418         - 3   # NDRPDR sel
419
420     # 3n-dnv
421
422     plot-vpp-throughput-lat-tsa-3n-dnv:
423       csit-vpp-perf-verify-2001-3n-dnv:
424         - 5   # NDRPDR sel
425         - 6   # NDRPDR sel
426         - 7   # NDRPDR sel
427         - 8   # NDRPDR sel
428         - 9   # NDRPDR sel
429         - 10  # NDRPDR sel
430         - 12  # NDRPDR sel
431         - 16  # NDRPDR sel
432         - 17  # NDRPDR sel
433         - 18  # NDRPDR sel
434
435     # 2n-dnv
436
437     plot-vpp-throughput-lat-tsa-2n-dnv:
438       csit-vpp-perf-verify-2001-2n-dnv:
439         - 4   # NDRPDR sel
440         - 5   # NDRPDR sel
441         - 6   # NDRPDR sel
442         - 7   # NDRPDR sel
443         - 8   # NDRPDR sel
444         - 9   # NDRPDR sel
445         - 10  # NDRPDR sel
446         - 11  # NDRPDR sel
447         - 13  # NDRPDR sel
448         - 16  # NDRPDR sel
449
450     ###########################################################################
451     # Simple tables (only one data set):
452
453     # NIC Comparisons
454
455     vpp-nic-comparison-3n-skx:
456       # TODO: Add the data
457       csit-vpp-perf-verify-2001-3n-skx:
458         - 14  # NDRPDR sel
459         - 15  # NDRPDR sel
460         - 16  # NDRPDR sel
461
462     vpp-nic-comparison-2n-skx:
463       # TODO: Add the data
464       csit-vpp-perf-verify-2001-2n-skx:
465         - 21  # NDRPDR sel
466         - 22  # NDRPDR sel
467         - 23  # NDRPDR sel
468         - 26  # NDRPDR sel
469
470     vpp-nic-comparison-3n-skx-mrr:
471       # TODO: Replace
472       # csit-vpp-perf-verify-2001-3n-skx:
473       csit-vpp-perf-verify-1908-3n-skx:
474         - 36  # MRR sel
475
476     vpp-nic-comparison-2n-skx-mrr:
477       # TODO: Replace
478       # csit-vpp-perf-verify-2001-2n-skx:
479       csit-vpp-perf-verify-1908-2n-skx:
480         - 69  # MRR sel
481
482     # Results
483
484     vpp-perf-results-3n-hsw:
485       csit-vpp-perf-verify-2001-3n-hsw:
486         - 18  # NDRPDR full
487         - 20  # NDRPDR full
488         - 26  # 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     # The GOOD and the BAD
584
585     vpp-performance-3n-skx-bad:
586       csit-vpp-perf-verify-2001-3n-skx:
587         - 5   # NDRPDR sel BAD
588         - 6   # NDRPDR sel BAD
589         - 8   # NDRPDR sel BAD
590         - 9   # NDRPDR sel BAD
591     vpp-performance-3n-skx-good:
592       csit-vpp-perf-verify-2001-3n-skx:
593         - 14  # NDRPDR sel
594         - 15  # NDRPDR sel
595     vpp-performance-3n-skx:
596       csit-vpp-perf-verify-2001-3n-skx:
597         - 5   # NDRPDR sel BAD
598         - 6   # NDRPDR sel BAD
599         - 8   # NDRPDR sel BAD
600         - 9   # NDRPDR sel BAD
601         - 14  # NDRPDR sel
602         - 15  # NDRPDR sel
603
604     vpp-performance-2n-skx-bad:
605       csit-vpp-perf-verify-2001-2n-skx:
606         - 6   # NDRPDR sel BAD
607         - 7   # NDRPDR sel BAD
608         - 10  # NDRPDR sel BAD
609         - 11  # NDRPDR sel BAD
610         - 14  # NDRPDR sel BAD
611     vpp-performance-2n-skx-good:
612       csit-vpp-perf-verify-2001-2n-skx:
613         - 21  # NDRPDR sel
614         - 22  # NDRPDR sel
615         - 23  # NDRPDR sel
616         - 26  # NDRPDR sel
617     vpp-performance-2n-skx:
618       csit-vpp-perf-verify-2001-2n-skx:
619         - 6   # NDRPDR sel BAD
620         - 7   # NDRPDR sel BAD
621         - 10  # NDRPDR sel BAD
622         - 11  # NDRPDR sel BAD
623         - 14  # NDRPDR sel BAD
624         - 21  # NDRPDR sel
625         - 22  # NDRPDR sel
626         - 23  # NDRPDR sel
627         - 26  # NDRPDR sel
628
629     vpp-performance-2n-clx-bad:
630       csit-vpp-perf-verify-2001-2n-clx:
631         - 6   # NDRPDR sel BAD
632         - 7   # NDRPDR sel BAD
633         - 8   # NDRPDR sel BAD
634         - 10  # NDRPDR sel BAD
635         - 11  # NDRPDR sel BAD
636     vpp-performance-2n-clx-good:
637       csit-vpp-perf-verify-2001-2n-clx:
638         - 22  # NDRPDR sel
639         - 23  # NDRPDR sel
640         - 24  # NDRPDR sel
641     vpp-performance-2n-clx:
642       csit-vpp-perf-verify-2001-2n-clx:
643         - 6   # NDRPDR sel BAD
644         - 7   # NDRPDR sel BAD
645         - 8   # NDRPDR sel BAD
646         - 10  # NDRPDR sel BAD
647         - 11  # NDRPDR sel BAD
648         - 22  # NDRPDR sel
649         - 23  # NDRPDR sel
650         - 24  # NDRPDR sel
651
652     # Performance changes
653
654     vpp-performance-changes-3n-hsw-h1:
655       csit-vpp-perf-verify-1904-3n-hsw:
656         - 11  # NDRPDR sel
657         - 12  # NDRPDR sel
658         - 20  # NDRPDR sel
659         - 21  # NDRPDR sel
660         - 23  # NDRPDR sel
661         - 24  # NDRPDR sel
662         - 25  # NDRPDR sel
663         - 26  # NDRPDR sel
664         - 29  # NDRPDR sel
665         - 30  # NDRPDR sel
666     vpp-performance-changes-3n-hsw-ref:
667       csit-vpp-perf-verify-1908-3n-hsw:
668         - 12  # NDRPDR sel
669         - 13  # NDRPDR sel
670         - 14  # NDRPDR sel
671         - 15  # NDRPDR sel
672         - 16  # NDRPDR sel
673         - 17  # NDRPDR sel
674         - 18  # NDRPDR sel
675         - 19  # NDRPDR sel
676         - 20  # NDRPDR sel
677         - 21  # NDRPDR sel
678     vpp-performance-changes-3n-hsw-cmp:
679       csit-vpp-perf-verify-2001-3n-hsw:
680         - 21  # NDRPDR sel
681         - 22  # NDRPDR sel
682         - 23  # NDRPDR sel
683         - 24  # NDRPDR sel
684         - 25  # NDRPDR sel
685         - 29  # NDRPDR sel
686         - 30  # NDRPDR sel
687         - 31  # NDRPDR sel
688     vpp-performance-changes-3n-hsw:
689       - "vpp-performance-changes-3n-hsw-h1"
690       - "vpp-performance-changes-3n-hsw-ref"
691       - "vpp-performance-changes-3n-hsw-cmp"
692
693     vpp-performance-changes-3n-skx-h1:
694       csit-vpp-perf-verify-1904-3n-skx:
695         - 8   # NDRPDR sel
696         - 9   # NDRPDR sel
697         - 10  # NDRPDR sel
698         - 11  # NDRPDR sel
699         - 12  # NDRPDR sel
700         - 14  # NDRPDR sel
701         - 16  # NDRPDR sel
702         - 21  # NDRPDR sel
703         - 23  # NDRPDR sel
704         - 25  # NDRPDR sel
705     vpp-performance-changes-3n-skx-ref:
706       csit-vpp-perf-verify-1908-3n-skx:
707         - 14  # NDRPDR sel
708         - 16  # NDRPDR sel
709         - 19  # NDRPDR sel
710         - 20  # NDRPDR sel
711         - 22  # NDRPDR sel
712         - 23  # NDRPDR sel
713         - 24  # NDRPDR sel
714         - 25  # NDRPDR sel
715         - 26  # NDRPDR sel
716         - 29  # NDRPDR sel
717     vpp-performance-changes-3n-skx-cmp:
718       # TODO: Add the data
719       csit-vpp-perf-verify-2001-3n-skx:
720         - 14  # NDRPDR sel
721         - 15  # NDRPDR sel
722         - 16  # NDRPDR sel
723     vpp-performance-changes-3n-skx:
724       - "vpp-performance-changes-3n-skx-h1"
725       - "vpp-performance-changes-3n-skx-ref"
726       - "vpp-performance-changes-3n-skx-cmp"
727
728     vpp-performance-changes-2n-skx-h1:
729       csit-vpp-perf-verify-1904-2n-skx:
730         - 12  # NDRPDR sel
731         - 14  # NDRPDR sel
732         - 16  # NDRPDR sel
733         - 17  # NDRPDR sel
734         - 18  # NDRPDR sel
735         - 21  # NDRPDR sel
736         - 27  # NDRPDR sel
737         - 30  # NDRPDR sel
738         - 31  # NDRPDR sel
739         - 32  # NDRPDR sel
740     vpp-performance-changes-2n-skx-ref:
741       csit-vpp-perf-verify-1908-2n-skx:
742         - 26  # NDRPDR sel
743         - 27  # NDRPDR sel
744         - 34  # NDRPDR sel
745         - 35  # NDRPDR sel
746         - 36  # NDRPDR sel
747         - 42  # NDRPDR sel
748         - 43  # NDRPDR sel
749         - 44  # NDRPDR sel
750         - 45  # NDRPDR sel
751         - 46  # NDRPDR sel
752     vpp-performance-changes-2n-skx-cmp:
753       # TODO: Add the data
754       csit-vpp-perf-verify-2001-2n-skx:
755         - 21  # NDRPDR sel
756         - 22  # NDRPDR sel
757         - 23  # NDRPDR sel
758         - 26  # NDRPDR sel
759         - 27  # NDRPDR sel
760         - 29  # NDRPDR sel
761     vpp-performance-changes-2n-skx:
762       - "vpp-performance-changes-2n-skx-h1"
763       - "vpp-performance-changes-2n-skx-ref"
764       - "vpp-performance-changes-2n-skx-cmp"
765
766     vpp-performance-changes-nfv-2n-skx-ref:
767       csit-vpp-perf-verify-1908-2n-skx:
768         - 22  # NFV
769         - 31  # NFV
770         - 32  # NFV
771     vpp-performance-changes-nfv-2n-skx-cmp:
772       # TODO: Add the data
773       csit-vpp-perf-verify-2001-2n-skx:
774         - 30  # NFV
775         - 31  # NFV
776     vpp-performance-changes-nfv-2n-skx:
777       - "vpp-performance-changes-nfv-2n-skx-ref"
778       - "vpp-performance-changes-nfv-2n-skx-cmp"
779
780     vpp-performance-changes-2n-dnv-ref:
781       csit-vpp-perf-verify-1908-2n-dnv:
782         - 1   # NDRPDR sel
783         - 2   # NDRPDR sel
784         - 3   # NDRPDR sel
785         - 4   # NDRPDR sel
786         - 5   # NDRPDR sel
787         - 6   # NDRPDR sel
788         - 7   # NDRPDR sel
789         - 8   # NDRPDR sel
790         - 9   # NDRPDR sel
791         - 10  # NDRPDR sel
792     vpp-performance-changes-2n-dnv-cmp:
793       csit-vpp-perf-verify-2001-2n-dnv:
794         - 4   # NDRPDR sel
795         - 5   # NDRPDR sel
796         - 6   # NDRPDR sel
797         - 7   # NDRPDR sel
798         - 8   # NDRPDR sel
799         - 9   # NDRPDR sel
800         - 10  # NDRPDR sel
801         - 11  # NDRPDR sel
802         - 13  # NDRPDR sel
803         - 16  # NDRPDR sel
804     vpp-performance-changes-2n-dnv:
805       - "vpp-performance-changes-2n-dnv-ref"
806       - "vpp-performance-changes-2n-dnv-cmp"
807
808     vpp-performance-changes-3n-dnv-ref:
809       csit-vpp-perf-verify-1908-3n-dnv:
810         - 6   # NDRPDR sel
811         - 7   # NDRPDR sel
812         - 8   # NDRPDR sel
813         - 9   # NDRPDR sel
814         - 10  # NDRPDR sel
815         - 12  # NDRPDR sel
816         - 13  # NDRPDR sel
817         - 14  # NDRPDR sel
818         - 15  # NDRPDR sel
819         - 16  # NDRPDR sel
820     vpp-performance-changes-3n-dnv-cmp:
821       csit-vpp-perf-verify-2001-3n-dnv:
822         - 5   # NDRPDR sel
823         - 6   # NDRPDR sel
824         - 7   # NDRPDR sel
825         - 8   # NDRPDR sel
826         - 9   # NDRPDR sel
827         - 10  # NDRPDR sel
828         - 12  # NDRPDR sel
829         - 16  # NDRPDR sel
830         - 17  # NDRPDR sel
831         - 18  # NDRPDR sel
832     vpp-performance-changes-3n-dnv:
833       - "vpp-performance-changes-3n-dnv-ref"
834       - "vpp-performance-changes-3n-dnv-cmp"
835
836     vpp-performance-changes-3n-tsh-ref:
837       csit-vpp-perf-verify-1908-3n-tsh:
838         - 7   # NDRPDR sel
839         - 8   # NDRPDR sel
840         - 9   # NDRPDR sel
841         - 10  # NDRPDR sel
842         - 11  # NDRPDR sel
843         - 12  # NDRPDR sel
844         - 13  # NDRPDR sel
845         - 14  # NDRPDR sel
846         - 15  # NDRPDR sel
847         - 16  # NDRPDR sel
848     vpp-performance-changes-3n-tsh-cmp:
849       # TODO: Add the data
850       csit-vpp-perf-verify-2001-3n-tsh:
851         - 3   # NDRPDR sel
852         - 4   # NDRPDR sel
853         - 7   # NDRPDR sel
854         - 8   # NDRPDR sel
855     vpp-performance-changes-3n-tsh:
856       - "vpp-performance-changes-3n-tsh-ref"
857       - "vpp-performance-changes-3n-tsh-cmp"
858
859     vpp-soak-vs-ndr-2n-skx-ref:
860       # TODO: Replace
861       # csit-vpp-perf-verify-2001-2n-skx:
862       csit-vpp-perf-verify-1908-2n-skx:
863         - 26  # NDRPDR sel
864         - 27  # NDRPDR sel
865         - 34  # NDRPDR sel
866     vpp-soak-vs-ndr-2n-skx-cmp:
867       # TODO: Replace
868       # csit-vpp-perf-verify-2001-2n-skx:
869       csit-vpp-perf-verify-1908-2n-skx:
870         - 83  # SOAK
871         - 86  # SOAK
872     vpp-soak-vs-ndr-2n-skx:
873       # TODO: Replace
874       # csit-vpp-perf-verify-2001-2n-skx:
875       csit-vpp-perf-verify-1908-2n-skx:
876         - 26  # NDRPDR sel
877         - 27  # NDRPDR sel
878         - 34  # NDRPDR sel
879         - 83  # SOAK
880         - 86  # SOAK
881
882     vpp-performance-changes-3n-hsw-mrr-h1:
883       csit-vpp-perf-verify-1904-3n-hsw:
884         - 9   # MRR sel
885     vpp-performance-changes-3n-hsw-mrr-ref:
886       csit-vpp-perf-verify-1908-3n-hsw:
887         - 39  # MRR sel
888     vpp-performance-changes-3n-hsw-mrr-cmp:
889       csit-vpp-perf-verify-2001-3n-hsw:
890         - 17  # MRR sel
891     vpp-performance-changes-3n-hsw-mrr:
892       - "vpp-performance-changes-3n-hsw-mrr-h1"
893       - "vpp-performance-changes-3n-hsw-mrr-ref"
894       - "vpp-performance-changes-3n-hsw-mrr-cmp"
895
896     vpp-performance-changes-3n-skx-mrr-h1:
897       csit-vpp-perf-verify-1904-3n-skx:
898         - 7   # MRR sel
899     vpp-performance-changes-3n-skx-mrr-ref:
900       csit-vpp-perf-verify-1908-3n-skx:
901         - 36  # MRR sel
902     vpp-performance-changes-3n-skx-mrr-cmp:
903       # TODO: Replace
904       # csit-vpp-perf-verify-2001-3n-skx:
905       csit-vpp-perf-verify-1908-3n-skx:
906         - 36  # MRR sel
907     vpp-performance-changes-3n-skx-mrr:
908       - "vpp-performance-changes-3n-skx-mrr-h1"
909       - "vpp-performance-changes-3n-skx-mrr-ref"
910       - "vpp-performance-changes-3n-skx-mrr-cmp"
911
912     vpp-performance-changes-2n-skx-mrr-h1:
913       csit-vpp-perf-verify-1904-2n-skx:
914         - 11  # MRR sel
915     vpp-performance-changes-2n-skx-mrr-ref:
916       csit-vpp-perf-verify-1908-2n-skx:
917         - 69  # MRR sel
918     vpp-performance-changes-2n-skx-mrr-cmp:
919       # TODO: Replace
920       # csit-vpp-perf-verify-2001-2n-skx:
921       csit-vpp-perf-verify-1908-2n-skx:
922         - 69  # MRR sel
923     vpp-performance-changes-2n-skx-mrr:
924       - "vpp-performance-changes-2n-skx-mrr-h1"
925       - "vpp-performance-changes-2n-skx-mrr-ref"
926       - "vpp-performance-changes-2n-skx-mrr-cmp"
927
928     vpp-performance-changes-nfv-2n-skx-mrr-ref:
929       csit-vpp-perf-verify-1908-2n-skx:
930         - 71  # NFV MRR
931     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
932       # TODO: Replace
933       # csit-vpp-perf-verify-2001-2n-skx:
934       csit-vpp-perf-verify-1908-2n-skx:
935         - 71  # NFV MRR
936     vpp-performance-changes-nfv-2n-skx-mrr:
937       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
938       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
939
940     vpp-performance-changes-2n-dnv-mrr-ref:
941       csit-vpp-perf-verify-1908-2n-dnv:
942         - 11  # MRR sel
943     vpp-performance-changes-2n-dnv-mrr-cmp:
944       csit-vpp-perf-verify-2001-2n-dnv:
945         - 12  # MRR sel
946     vpp-performance-changes-2n-dnv-mrr:
947       - "vpp-performance-changes-2n-dnv-mrr-ref"
948       - "vpp-performance-changes-2n-dnv-mrr-cmp"
949
950     vpp-performance-changes-3n-dnv-mrr-ref:
951       csit-vpp-perf-verify-1908-3n-dnv:
952         - 17  # MRR sel
953     vpp-performance-changes-3n-dnv-mrr-cmp:
954       csit-vpp-perf-verify-2001-3n-dnv:
955         - 11  # MRR sel
956     vpp-performance-changes-3n-dnv-mrr:
957       - "vpp-performance-changes-3n-dnv-mrr-ref"
958       - "vpp-performance-changes-3n-dnv-mrr-cmp"
959
960     vpp-performance-changes-3n-tsh-mrr-ref:
961       csit-vpp-perf-verify-1908-3n-tsh:
962         - 17  # MRR sel
963     vpp-performance-changes-3n-tsh-mrr-cmp:
964       # TODO: Replace
965       # csit-vpp-perf-verify-2001-3n-tsh:
966       csit-vpp-perf-verify-1908-3n-tsh:
967         - 17  # MRR sel
968     vpp-performance-changes-3n-tsh-mrr:
969       - "vpp-performance-changes-3n-tsh-mrr-ref"
970       - "vpp-performance-changes-3n-tsh-mrr-cmp"
971
972     dpdk-performance-changes-3n-hsw-h1:
973       csit-dpdk-perf-verify-1904-3n-hsw:
974         - 2   # NDRPDR sel
975         - 3   # NDRPDR sel
976         - 5   # NDRPDR sel
977         - 6   # NDRPDR sel
978         - 13  # NDRPDR sel
979         - 14  # NDRPDR sel
980         - 15  # NDRPDR sel
981         - 18  # NDRPDR sel
982         - 19  # NDRPDR sel
983         - 20  # NDRPDR sel
984     dpdk-performance-changes-3n-hsw-ref:
985       csit-dpdk-perf-verify-1908-3n-hsw:
986         - 2   # NDRPDR sel
987         - 3   # NDRPDR sel
988         - 4   # NDRPDR sel
989         - 5   # NDRPDR sel
990         - 6   # NDRPDR sel
991         - 7   # NDRPDR sel
992         - 8   # NDRPDR sel
993         - 9   # NDRPDR sel
994         - 10  # NDRPDR sel
995         - 11  # NDRPDR sel
996     dpdk-performance-changes-3n-hsw-cmp:
997       csit-dpdk-perf-verify-2001-3n-hsw:
998         - 4   # NDRPDR sel
999         - 5   # NDRPDR sel
1000         - 6   # NDRPDR sel
1001         - 7   # NDRPDR sel
1002         - 8   # NDRPDR sel
1003         - 9   # NDRPDR sel
1004         - 10  # NDRPDR sel
1005         - 11  # NDRPDR sel
1006         - 12  # NDRPDR sel
1007         - 13  # NDRPDR sel
1008         - 15  # NDRPDR sel
1009         - 16  # NDRPDR sel
1010         - 17  # NDRPDR sel
1011         - 18  # NDRPDR sel
1012         - 19  # NDRPDR sel
1013         - 20  # NDRPDR sel
1014         - 22  # NDRPDR sel
1015     dpdk-performance-changes-3n-hsw:
1016       - "dpdk-performance-changes-3n-hsw-h1"
1017       - "dpdk-performance-changes-3n-hsw-ref"
1018       - "dpdk-performance-changes-3n-hsw-cmp"
1019
1020     dpdk-performance-changes-3n-skx-h1:
1021       csit-dpdk-perf-verify-1904-3n-skx:
1022         - 2   # NDRPDR sel
1023         - 3   # NDRPDR sel
1024         - 4   # NDRPDR sel
1025         - 5   # NDRPDR sel
1026         - 6   # NDRPDR sel
1027         - 7   # NDRPDR sel
1028         - 11  # NDRPDR sel
1029         - 12  # NDRPDR sel
1030         - 13  # NDRPDR sel
1031         - 14  # NDRPDR sel
1032     dpdk-performance-changes-3n-skx-ref:
1033       csit-dpdk-perf-verify-1908-3n-skx:
1034         - 3   # NDRPDR sel
1035         - 4   # NDRPDR sel
1036         - 5   # NDRPDR sel
1037         - 6   # NDRPDR sel
1038         - 7   # NDRPDR sel
1039         - 8   # NDRPDR sel
1040         - 9   # NDRPDR sel
1041         - 10  # NDRPDR sel
1042         - 11  # NDRPDR sel
1043         - 12  # NDRPDR sel
1044     dpdk-performance-changes-3n-skx-cmp:
1045       csit-dpdk-perf-verify-2001-3n-skx:
1046         - 1   # NDRPDR sel
1047         - 2   # NDRPDR sel
1048         - 3   # NDRPDR sel
1049         - 4   # NDRPDR sel
1050         - 5   # NDRPDR sel
1051         - 6   # NDRPDR sel
1052         - 7   # NDRPDR sel
1053         - 8   # NDRPDR sel
1054         - 9   # NDRPDR sel
1055         - 10  # NDRPDR sel
1056     dpdk-performance-changes-3n-skx:
1057       - "dpdk-performance-changes-3n-skx-h1"
1058       - "dpdk-performance-changes-3n-skx-ref"
1059       - "dpdk-performance-changes-3n-skx-cmp"
1060
1061     dpdk-performance-changes-2n-skx-h1:
1062       csit-dpdk-perf-verify-1904-2n-skx:
1063         - 2   # NDRPDR sel
1064         - 3   # NDRPDR sel
1065         - 4   # NDRPDR sel
1066         - 5   # NDRPDR sel
1067         - 7   # NDRPDR sel
1068         - 8   # NDRPDR sel
1069         - 9   # NDRPDR sel
1070         - 10  # NDRPDR sel
1071         - 11  # NDRPDR sel
1072         - 12  # NDRPDR sel
1073     dpdk-performance-changes-2n-skx-ref:
1074       csit-dpdk-perf-verify-1908-2n-skx:
1075         - 2   # NDRPDR sel
1076         - 3   # NDRPDR sel
1077         - 4   # NDRPDR sel
1078         - 5   # NDRPDR sel
1079         - 7   # NDRPDR sel
1080         - 8   # NDRPDR sel
1081         - 9   # NDRPDR sel
1082         - 10  # NDRPDR sel
1083         - 11  # NDRPDR sel
1084         - 12  # NDRPDR sel
1085     dpdk-performance-changes-2n-skx-cmp:
1086       csit-dpdk-perf-verify-2001-2n-skx:
1087         - 1   # NDRPDR sel
1088         - 2   # NDRPDR sel
1089         - 3   # NDRPDR sel
1090         - 4   # NDRPDR sel
1091         - 5   # NDRPDR sel
1092         - 6   # NDRPDR sel
1093         - 7   # NDRPDR sel
1094         - 8   # NDRPDR sel
1095         - 9   # NDRPDR sel
1096         - 10  # NDRPDR sel
1097         - 11  # NDRPDR sel
1098         - 13  # NDRPDR sel
1099         - 26  # NDRPDR sel
1100         - 16  # NDRPDR sel
1101         - 17  # NDRPDR sel
1102         - 18  # NDRPDR sel
1103         - 19  # NDRPDR sel
1104         - 27  # NDRPDR sel
1105         - 21  # NDRPDR sel
1106         - 25  # NDRPDR sel
1107     dpdk-performance-changes-2n-skx:
1108       - "dpdk-performance-changes-2n-skx-h1"
1109       - "dpdk-performance-changes-2n-skx-ref"
1110       - "dpdk-performance-changes-2n-skx-cmp"
1111
1112     # Compare testbeds
1113
1114     vpp-compare-testbeds-ref:
1115       csit-vpp-perf-verify-2001-3n-hsw:
1116         - 21  # NDRPDR sel
1117         - 22  # NDRPDR sel
1118         - 23  # NDRPDR sel
1119         - 24  # NDRPDR sel
1120         - 25  # NDRPDR sel
1121         - 29  # NDRPDR sel
1122         - 30  # NDRPDR sel
1123         - 31  # NDRPDR sel
1124     vpp-compare-testbeds-cmp:
1125       # TODO: Add the data
1126       csit-vpp-perf-verify-2001-3n-skx:
1127         - 14  # NDRPDR sel
1128         - 15  # NDRPDR sel
1129         - 16  # NDRPDR sel
1130     vpp-compare-testbeds:
1131       - "vpp-compare-testbeds-ref"
1132       - "vpp-compare-testbeds-cmp"
1133
1134     vpp-compare-testbeds-skx-clx-ref:
1135       # TODO: Add the data
1136       csit-vpp-perf-verify-2001-2n-skx:
1137         - 21  # NDRPDR sel
1138         - 22  # NDRPDR sel
1139         - 23  # NDRPDR sel
1140         - 26  # NDRPDR sel
1141         - 27  # NDRPDR sel
1142         - 29  # NDRPDR sel
1143     vpp-compare-testbeds-skx-clx-cmp:
1144       # TODO: Add the data
1145       csit-vpp-perf-verify-2001-2n-clx:
1146         - 22  # NDRPDR sel
1147         - 23  # NDRPDR sel
1148         - 24  # NDRPDR sel
1149         - 25  # NDRPDR sel
1150     vpp-compare-testbeds-skx-clx:
1151       - "vpp-compare-testbeds-skx-clx-ref"
1152       - "vpp-compare-testbeds-skx-clx-cmp"
1153
1154     vpp-compare-testbeds-mrr-ref:
1155       csit-vpp-perf-verify-2001-3n-hsw:
1156         - 17  # MRR sel
1157     vpp-compare-testbeds-mrr-cmp:
1158       # TODO: Replace
1159       # csit-vpp-perf-verify-2001-3n-skx:
1160       csit-vpp-perf-verify-1908-3n-skx:
1161         - 36  # MRR sel
1162     vpp-compare-testbeds-mrr:
1163       - "vpp-compare-testbeds-mrr-ref"
1164       - "vpp-compare-testbeds-mrr-cmp"
1165
1166     vpp-compare-testbeds-mrr-skx-clx-ref:
1167       # TODO: Replace
1168       # csit-vpp-perf-verify-2001-2n-skx:
1169       csit-vpp-perf-verify-1908-2n-skx:
1170         - 69  # MRR sel
1171     vpp-compare-testbeds-mrr-skx-clx-cmp:
1172       # TODO: Replace
1173       # csit-vpp-perf-verify-2001-2n-clx:
1174       csit-vpp-perf-verify-1908-2n-skx:
1175         - 69  # MRR sel
1176     vpp-compare-testbeds-mrr-skx-clx:
1177       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1178       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1179
1180     dpdk-compare-testbeds-ref:
1181       csit-dpdk-perf-verify-2001-3n-hsw:
1182         - 4   # NDRPDR sel
1183         - 5   # NDRPDR sel
1184         - 6   # NDRPDR sel
1185         - 7   # NDRPDR sel
1186         - 8   # NDRPDR sel
1187         - 9   # NDRPDR sel
1188         - 10  # NDRPDR sel
1189         - 11  # NDRPDR sel
1190         - 12  # NDRPDR sel
1191         - 13  # NDRPDR sel
1192         - 15  # NDRPDR sel
1193         - 16  # NDRPDR sel
1194         - 17  # NDRPDR sel
1195         - 18  # NDRPDR sel
1196         - 19  # NDRPDR sel
1197         - 20  # NDRPDR sel
1198         - 22  # NDRPDR sel
1199     dpdk-compare-testbeds-cmp:
1200       csit-dpdk-perf-verify-2001-3n-skx:
1201         - 1   # NDRPDR sel
1202         - 2   # NDRPDR sel
1203         - 3   # NDRPDR sel
1204         - 4   # NDRPDR sel
1205         - 5   # NDRPDR sel
1206         - 6   # NDRPDR sel
1207         - 7   # NDRPDR sel
1208         - 8   # NDRPDR sel
1209         - 9   # NDRPDR sel
1210         - 10  # NDRPDR sel
1211     dpdk-compare-testbeds:
1212       - "dpdk-compare-testbeds-ref"
1213       - "dpdk-compare-testbeds-cmp"
1214
1215     dpdk-compare-testbeds-skx-clx-ref:
1216       csit-dpdk-perf-verify-2001-2n-skx:
1217         - 1   # NDRPDR sel
1218         - 2   # NDRPDR sel
1219         - 3   # NDRPDR sel
1220         - 4   # NDRPDR sel
1221         - 5   # NDRPDR sel
1222         - 6   # NDRPDR sel
1223         - 7   # NDRPDR sel
1224         - 8   # NDRPDR sel
1225         - 9   # NDRPDR sel
1226         - 10  # NDRPDR sel
1227         - 11  # NDRPDR sel
1228         - 13  # NDRPDR sel
1229         - 26  # NDRPDR sel
1230         - 16  # NDRPDR sel
1231         - 17  # NDRPDR sel
1232         - 18  # NDRPDR sel
1233         - 19  # NDRPDR sel
1234         - 27  # NDRPDR sel
1235         - 21  # NDRPDR sel
1236         - 25  # NDRPDR sel
1237     dpdk-compare-testbeds-skx-clx-cmp:
1238       csit-dpdk-perf-verify-2001-2n-clx:
1239         - 1   # NDRPDR sel
1240         - 2   # NDRPDR sel
1241         - 3   # NDRPDR sel
1242         - 4   # NDRPDR sel
1243         - 5   # NDRPDR sel
1244         - 6   # NDRPDR sel
1245         - 7   # NDRPDR sel
1246         - 8   # NDRPDR sel
1247         - 9   # NDRPDR sel
1248         - 10  # NDRPDR sel
1249     dpdk-compare-testbeds-skx-clx:
1250       - "dpdk-compare-testbeds-skx-clx-ref"
1251       - "dpdk-compare-testbeds-skx-clx-cmp"
1252
1253     # Compare topologies
1254
1255     vpp-compare-topologies-ref:
1256       # TODO: Add the data
1257       csit-vpp-perf-verify-2001-3n-skx:
1258         - 14  # NDRPDR sel
1259         - 15  # NDRPDR sel
1260         - 16  # NDRPDR sel
1261     vpp-compare-topologies-cmp:
1262       # TODO: Add the data
1263       csit-vpp-perf-verify-2001-2n-skx:
1264         - 21  # NDRPDR sel
1265         - 22  # NDRPDR sel
1266         - 23  # NDRPDR sel
1267         - 26  # NDRPDR sel
1268         - 27  # NDRPDR sel
1269         - 29  # NDRPDR sel
1270     vpp-compare-topologies:
1271       - "vpp-compare-topologies-ref"
1272       - "vpp-compare-topologies-cmp"
1273
1274     vpp-compare-topologies-mrr-ref:
1275       # TODO: Replace
1276       # csit-vpp-perf-verify-2001-3n-skx:
1277       csit-vpp-perf-verify-1908-3n-skx:
1278         - 36  # MRR sel
1279     vpp-compare-topologies-mrr-cmp:
1280       # TODO: Replace
1281       # csit-vpp-perf-verify-2001-2n-skx:
1282       csit-vpp-perf-verify-1908-2n-skx:
1283         - 69  # MRR sel
1284     vpp-compare-topologies-mrr:
1285       - "vpp-compare-topologies-mrr-ref"
1286       - "vpp-compare-topologies-mrr-cmp"
1287
1288     dpdk-compare-topologies-ref:
1289       csit-dpdk-perf-verify-2001-3n-skx:
1290         - 1   # NDRPDR sel
1291         - 2   # NDRPDR sel
1292         - 3   # NDRPDR sel
1293         - 4   # NDRPDR sel
1294         - 5   # NDRPDR sel
1295         - 6   # NDRPDR sel
1296         - 7   # NDRPDR sel
1297         - 8   # NDRPDR sel
1298         - 9   # NDRPDR sel
1299         - 10  # NDRPDR sel
1300     dpdk-compare-topologies-cmp:
1301       csit-dpdk-perf-verify-2001-2n-skx:
1302         - 1   # NDRPDR sel
1303         - 2   # NDRPDR sel
1304         - 3   # NDRPDR sel
1305         - 4   # NDRPDR sel
1306         - 5   # NDRPDR sel
1307         - 6   # NDRPDR sel
1308         - 7   # NDRPDR sel
1309         - 8   # NDRPDR sel
1310         - 9   # NDRPDR sel
1311         - 10  # NDRPDR sel
1312         - 11  # NDRPDR sel
1313         - 13  # NDRPDR sel
1314         - 26  # NDRPDR sel
1315         - 16  # NDRPDR sel
1316         - 17  # NDRPDR sel
1317         - 18  # NDRPDR sel
1318         - 19  # NDRPDR sel
1319         - 27  # NDRPDR sel
1320         - 21  # NDRPDR sel
1321         - 25  # NDRPDR sel
1322     dpdk-compare-topologies:
1323       - "dpdk-compare-topologies-ref"
1324       - "dpdk-compare-topologies-cmp"
1325
1326   plot-layouts:
1327
1328     plot-soak-throughput:
1329       titlefont:
1330         size: 18
1331       xaxis:
1332         title: "<b>Test Cases [Index]</b>"
1333         titlefont:
1334           size: 16
1335         autorange: True
1336         fixedrange: False
1337         gridcolor: "rgb(230, 230, 230)"
1338         linecolor: "rgb(220, 220, 220)"
1339         linewidth: 1
1340         showgrid: True
1341         showline: True
1342         showticklabels: True
1343         tickcolor: "rgb(220, 220, 220)"
1344         tickmode: "linear"
1345         tickfont:
1346           size: 16
1347         zeroline: False
1348       yaxis:
1349         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1350         titlefont:
1351           size: 16
1352         gridcolor: "rgb(230, 230, 230)"
1353         hoverformat: ".4r"
1354         tickformat: ".3r"
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         tickfont:
1362           size: 16
1363         zeroline: False
1364         range: [0,50]
1365       autosize: False
1366       margin:
1367         t: 50
1368         b: 0
1369         l: 80
1370         r: 20
1371       showlegend: True
1372       legend:
1373         orientation: "h"
1374         font:
1375           size: 16
1376       width: 700
1377       height: 900
1378       paper_bgcolor: "#fff"
1379       plot_bgcolor: "#fff"
1380       hoverlabel:
1381         namelength: -1
1382
1383     plot-service-density:
1384       titlefont:
1385         size: 18
1386       xaxis:
1387         side: "top"
1388         autorange: True
1389         fixedrange: False
1390         showgrid: False
1391         showline: False
1392         showticklabels: False
1393         ticks: ""
1394         ticklen: 0
1395         tickwidth: 0
1396         zeroline: False
1397       yaxis:
1398         autorange: "reversed"
1399         showgrid: False
1400         showline: False
1401         showticklabels: False
1402         ticks: ""
1403         ticklen: 0
1404         tickwidth: 0
1405         zeroline: False
1406       showlegend: False
1407       paper_bgcolor: "#fff"
1408       plot_bgcolor: "#fff"
1409       width: 700
1410       height: 700
1411       hoverlabel:
1412         namelength: -1
1413
1414     plot-cps:
1415       titlefont:
1416         size: 18
1417       xaxis:
1418         title: "<b>Test Cases [Index]</b>"
1419         titlefont:
1420           size: 16
1421         autorange: True
1422         fixedrange: False
1423         gridcolor: "rgb(230, 230, 230)"
1424         linecolor: "rgb(220, 220, 220)"
1425         linewidth: 1
1426         showgrid: True
1427         showline: True
1428         showticklabels: True
1429         tickcolor: "rgb(220, 220, 220)"
1430         tickmode: "linear"
1431         tickfont:
1432           size: 16
1433         zeroline: False
1434       yaxis:
1435         title: "<b>Connections Per Second [cps]</b>"
1436         titlefont:
1437           size: 16
1438         gridcolor: "rgb(230, 230, 230)"
1439         hoverformat: ".4s"
1440         linecolor: "rgb(220, 220, 220)"
1441         linewidth: 1
1442         rangemode: "tozero"
1443         showgrid: True
1444         showline: True
1445         showticklabels: True
1446         tickcolor: "rgb(220, 220, 220)"
1447         tickformat: ".3s"
1448         tickfont:
1449           size: 16
1450         zeroline: False
1451       boxmode: "group"
1452       boxgroupgap: 0.5
1453       autosize: False
1454       margin:
1455         t: 50
1456         b: 20
1457         l: 80
1458         r: 20
1459       showlegend: True
1460       legend:
1461         orientation: "h"
1462         font:
1463           size: 16
1464       width: 700
1465       height: 800
1466       paper_bgcolor: "#fff"
1467       plot_bgcolor: "#fff"
1468       hoverlabel:
1469         namelength: -1
1470
1471     plot-rps:
1472       titlefont:
1473         size: 18
1474       xaxis:
1475         title: "<b>Test Cases [Index]</b>"
1476         titlefont:
1477           size: 16
1478         autorange: True
1479         fixedrange: False
1480         gridcolor: "rgb(230, 230, 230)"
1481         linecolor: "rgb(220, 220, 220)"
1482         linewidth: 1
1483         showgrid: True
1484         showline: True
1485         showticklabels: True
1486         tickcolor: "rgb(220, 220, 220)"
1487         tickmode: "linear"
1488         tickfont:
1489           size: 16
1490         zeroline: False
1491       yaxis:
1492         title: "<b>Requests Per Second [rps]</b>"
1493         titlefont:
1494           size: 16
1495         gridcolor: "rgb(230, 230, 230)"
1496         hoverformat: ".4s"
1497         linecolor: "rgb(220, 220, 220)"
1498         linewidth: 1
1499         rangemode: "tozero"
1500         showgrid: True
1501         showline: True
1502         showticklabels: True
1503         tickcolor: "rgb(230, 230, 230)"
1504         tickformat: ".3s"
1505         tickfont:
1506           size: 16
1507         zeroline: False
1508       boxmode: "group"
1509       boxgroupgap: 0.5
1510       autosize: False
1511       margin:
1512         t: 50
1513         b: 20
1514         l: 80
1515         r: 20
1516       showlegend: True
1517       legend:
1518         orientation: "h"
1519         font:
1520           size: 16
1521       width: 700
1522       height: 800
1523       paper_bgcolor: "#fff"
1524       plot_bgcolor: "#fff"
1525       hoverlabel:
1526         namelength: -1
1527
1528     plot-throughput:
1529       titlefont:
1530         size: 18
1531       xaxis:
1532         title: "<b>Test Cases [Index]</b>"
1533         titlefont:
1534           size: 16
1535         autorange: True
1536         fixedrange: False
1537         gridcolor: "rgb(230, 230, 230)"
1538         linecolor: "rgb(220, 220, 220)"
1539         linewidth: 1
1540         showgrid: True
1541         showline: True
1542         showticklabels: True
1543         tickcolor: "rgb(220, 220, 220)"
1544         tickmode: "linear"
1545         tickfont:
1546           size: 16
1547         zeroline: False
1548       yaxis:
1549         title: "<b>Packet Throughput [Mpps]</b>"
1550         titlefont:
1551           size: 16
1552         gridcolor: "rgb(230, 230, 230)"
1553         hoverformat: ".4r"
1554         tickformat: ".3r"
1555         linecolor: "rgb(220, 220, 220)"
1556         linewidth: 1
1557         showgrid: True
1558         showline: True
1559         showticklabels: True
1560         tickcolor: "rgb(220, 220, 220)"
1561         tickfont:
1562           size: 16
1563         zeroline: False
1564         range: [0,50]
1565       autosize: False
1566       margin:
1567         t: 50
1568         b: 0
1569         l: 80
1570         r: 20
1571       showlegend: True
1572       legend:
1573         orientation: "h"
1574         font:
1575           size: 16
1576       width: 700
1577       height: 900
1578       paper_bgcolor: "#fff"
1579       plot_bgcolor: "#fff"
1580       hoverlabel:
1581         namelength: -1
1582
1583     plot-throughput-speedup-analysis:
1584       titlefont:
1585         size: 18
1586       xaxis:
1587         title: "<b>Number of Cores [Qty]</b>"
1588         titlefont:
1589           size: 16
1590         autorange: True
1591         fixedrange: False
1592         gridcolor: "rgb(230, 230, 230)"
1593         linecolor: "rgb(220, 220, 220)"
1594         linewidth: 1
1595         showgrid: True
1596         showline: True
1597         showticklabels: True
1598         tickcolor: "rgb(238, 238, 238)"
1599         tickmode: "linear"
1600         tickfont:
1601           size: 16
1602         zeroline: False
1603       yaxis:
1604         title: "<b>Packet Throughput [Mpps]</b>"
1605         titlefont:
1606           size: 16
1607         type: "linear"
1608         gridcolor: "rgb(230, 230, 230)"
1609         hoverformat: ".4s"
1610         linecolor: "rgb(220, 220, 220)"
1611         linewidth: 1
1612         showgrid: True
1613         showline: True
1614         showticklabels: True
1615         tickcolor: "rgb(220, 220, 220)"
1616         tickformat: ".4s"
1617         tickfont:
1618           size: 16
1619         zeroline: True
1620         rangemode: "tozero"
1621         range: [0,100]
1622       legend:
1623         orientation: "h"
1624         font:
1625           size: 16
1626         xanchor: "left"
1627         yanchor: "top"
1628         x: 0
1629         y: -0.2
1630         bgcolor: "rgba(255, 255, 255, 0)"
1631         bordercolor: "rgba(255, 255, 255, 0)"
1632         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1633       autosize: False
1634       margin:
1635           't': 50
1636           'b': 150
1637           'l': 85
1638           'r': 10
1639       showlegend: True
1640       width: 700
1641       height: 700
1642       paper_bgcolor: "#fff"
1643       plot_bgcolor: "#fff"
1644       hoverlabel:
1645         namelength: -1
1646       annotations: [
1647         {
1648           text: "_ _          __          ...",
1649           align: "left",
1650           showarrow: False,
1651           xref: "paper",
1652           yref: "paper",
1653           xanchor: "left",
1654           yanchor: "top",
1655           x: 0,
1656           y: -0.13,
1657           font: {
1658             family: "Consolas, Courier New",
1659             size: 15
1660           },
1661         },
1662         {
1663           text: "    Perfect     Measured     Limit",
1664           align: "left",
1665           showarrow: False,
1666           xref: "paper",
1667           yref: "paper",
1668           xanchor: "left",
1669           yanchor: "top",
1670           x: 0,
1671           y: -0.15,
1672           font: {
1673             family: "Consolas, Courier New",
1674             size: 15
1675           },
1676         },
1677       ]
1678
1679     plot-latency:
1680       titlefont:
1681         size: 18
1682       xaxis:
1683         title: "<b>Direction</b>"
1684         titlefont:
1685           size: 16
1686         autorange: True
1687         fixedrange: False
1688         gridcolor: "rgb(230, 230, 230)"
1689         linecolor: "rgb(220, 220, 220)"
1690         linewidth: 1
1691         showgrid: True
1692         showline: True
1693         showticklabels: False
1694         tickcolor: "rgb(220, 220, 220)"
1695         tickmode: "linear"
1696         tickfont:
1697           size: 16
1698         zeroline: False
1699       yaxis:
1700         title: "<b>Packet Latency [uSec]</b>"
1701         titlefont:
1702           size: 16
1703         type: "linear"
1704         gridcolor: "rgb(230, 230, 230)"
1705         hoverformat: ".4s"
1706         linecolor: "rgb(220, 220, 220)"
1707         linewidth: 1
1708         showgrid: True
1709         showline: True
1710         showticklabels: True
1711         tickcolor: "rgb(220, 220, 220)"
1712         tickformat: ".4s"
1713         tickfont:
1714           size: 16
1715         zeroline: True
1716         rangemode: "tozero"
1717       legend:
1718         orientation: "h"
1719         font:
1720           size: 16
1721         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1722       autosize: False
1723       margin:
1724           't': 50
1725           'b': 150
1726           'l': 80
1727           'r': 10
1728       showlegend: True
1729       width: 700
1730       height: 700
1731       paper_bgcolor: "#fff"
1732       plot_bgcolor: "#fff"
1733       hoverlabel:
1734         namelength: -1
1735
1736     plot-hdrh-latency:
1737       title:
1738         text: ""
1739         xanchor: "center"
1740         x: 0.5
1741         font:
1742           size: 16
1743       width: 700
1744       plot_bgcolor: "white"
1745       annotations:
1746         - font:
1747             size: 14
1748           showarrow: False
1749           text: "<b>Packet Latency [uSec]</b>"
1750           x: 1
1751           xanchor: "right"
1752           xref: "paper"
1753           y: -0.045
1754           yanchor: "top"
1755           yref: "paper"
1756         - font:
1757             size: 14
1758           showarrow: False
1759           text: "<b>Probability [%]</b>"
1760           textangle: 270
1761           x: -0.06
1762           xanchor: "center"
1763           xref: "paper"
1764           y: 0.5
1765           yanchor: "middle"
1766           yref: "paper"
1767         - font:
1768             size: 14
1769           showarrow: False
1770           text: "<b>Direction: E-W</b>"
1771           x: 0.24
1772           xanchor: "center"
1773           xref: "paper"
1774           y: 1.05
1775           yanchor: "bottom"
1776           yref: "paper"
1777         - font:
1778             size: 14
1779           showarrow: False
1780           text: "<b>Direction: W-E</b>"
1781           x: 0.74
1782           xanchor: "center"
1783           xref: "paper"
1784           y: 1.05
1785           yanchor: "bottom"
1786           yref: "paper"
1787
1788     plot-hdrh-latency-percentile:
1789       title:
1790         text: ""
1791         xanchor: "center"
1792         x: 0.5
1793         font:
1794           size: 18
1795       xaxis:
1796         type: "log"
1797         title: "<b>Percentile [%]</b>"
1798         titlefont:
1799           size: 16
1800         autorange: True
1801         fixedrange: False
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: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
1810         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
1811         tickfont:
1812           size: 16
1813       yaxis:
1814         title: "<b>Packet Latency [uSec]</b>"
1815         titlefont:
1816           size: 16
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: 16
1826       autosize: False
1827       showlegend: True
1828       legend:
1829         traceorder: "normal"
1830         orientation: "h"
1831         font:
1832           size: 16
1833         xanchor: "left"
1834         yanchor: "top"
1835         x: 0
1836         y: -0.15
1837         bgcolor: "rgba(255, 255, 255, 0)"
1838         bordercolor: "rgba(255, 255, 255, 0)"
1839       width: 700
1840       height: 700
1841       paper_bgcolor: "white"
1842       plot_bgcolor: "white"
1843
1844     plot-hdrh-latency-by-percentile:
1845       title:
1846         text: "<b>Latency by Percentile Distribution</b>"
1847         xanchor: "center"
1848         x: 0.5
1849         font:
1850           size: 18
1851       showlegend: True
1852       legend:
1853         traceorder: "normal"
1854         orientation: "h"
1855         font:
1856           size: 16
1857         xanchor: "left"
1858         yanchor: "top"
1859         x: 0
1860         y: -0.2
1861         bgcolor: "rgba(255, 255, 255, 0)"
1862         bordercolor: "rgba(255, 255, 255, 0)"
1863       xaxis:
1864         type: "linear"
1865         title: "<b>Percentile [%]</b>"
1866         titlefont:
1867           size: 14
1868         autorange: False
1869         fixedrange: False
1870         range: [0, 100]
1871         gridcolor: "rgb(230, 230, 230)"
1872         linecolor: "rgb(220, 220, 220)"
1873         linewidth: 1
1874         showgrid: True
1875         showline: True
1876         showticklabels: True
1877         tickcolor: "rgb(220, 220, 220)"
1878         tickvals: [0, 25, 50, 75, 100]
1879         ticktext: [0, 25, 50, 75, 100]
1880         tickfont:
1881           size: 14
1882       yaxis:
1883         title: "<b>One-Way Latency per Direction [uSec]</b>"
1884         titlefont:
1885           size: 14
1886         gridcolor: "rgb(230, 230, 230)"
1887         linecolor: "rgb(220, 220, 220)"
1888         linewidth: 1
1889         showgrid: True
1890         showline: True
1891         showticklabels: True
1892         tickcolor: "rgb(220, 220, 220)"
1893         tickfont:
1894           size: 14
1895       width: 700
1896       height: 700
1897       paper_bgcolor: "white"
1898       plot_bgcolor: "white"
1899
1900 - type: "static"
1901   src-path: "{DIR[RST]}"
1902   dst-path: "{DIR[WORKING,SRC]}"
1903
1904 - type: "input"
1905   general:
1906     file-name: "output_info.xml.gz"
1907     file-format: ".gz"
1908     arch-file-format:
1909       - ".gz"
1910       - ".zip"
1911     download-path: "{job}/{build}/archives/{filename}"
1912     extract: "output.xml"
1913
1914     zip-file-name: "robot-plugin.zip"
1915     zip-file-format: ".zip"
1916     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1917     zip-extract: "robot-plugin/output.xml"
1918
1919   builds:
1920
1921     csit-vpp-perf-verify-1904-3n-hsw:
1922       - 9   # MRR sel
1923       - 11  # NDRPDR sel
1924       - 12  # NDRPDR sel
1925       - 20  # NDRPDR sel
1926       - 21  # NDRPDR sel
1927       - 23  # NDRPDR sel
1928       - 24  # NDRPDR sel
1929       - 25  # NDRPDR sel
1930       - 26  # NDRPDR sel
1931       - 29  # NDRPDR sel
1932       - 30  # NDRPDR sel
1933     csit-vpp-perf-verify-1908-3n-hsw:
1934       - 12  # NDRPDR sel
1935       - 13  # NDRPDR sel
1936       - 14  # NDRPDR sel
1937       - 15  # NDRPDR sel
1938       - 16  # NDRPDR sel
1939       - 17  # NDRPDR sel
1940       - 18  # NDRPDR sel
1941       - 19  # NDRPDR sel
1942       - 20  # NDRPDR sel
1943       - 21  # NDRPDR sel
1944       - 48  # NDRPDR sel vhost
1945       - 49  # NDRPDR sel vhost
1946       - 52  # NDRPDR sel vhost
1947       - 53  # NDRPDR sel vhost
1948       - 54  # NDRPDR sel vhost
1949       - 55  # NDRPDR sel vhost
1950       - 56  # NDRPDR sel vhost
1951       - 57  # NDRPDR sel vhost
1952       - 58  # NDRPDR sel vhost
1953       - 59  # NDRPDR sel vhost
1954       - 39  # MRR sel
1955     csit-vpp-perf-verify-2001-3n-hsw:
1956       - 21  # NDRPDR sel
1957       - 22  # NDRPDR sel
1958       - 23  # NDRPDR sel
1959       - 24  # NDRPDR sel
1960       - 25  # NDRPDR sel
1961       - 29  # NDRPDR sel
1962       - 30  # NDRPDR sel
1963       - 31  # NDRPDR sel
1964       - 17  # MRR sel
1965       - 18  # NDRPDR full
1966       - 20  # NDRPDR full
1967       - 26  # NDRPDR full
1968       - 28  # NDRPDR full
1969
1970     csit-vpp-perf-verify-1904-3n-skx:
1971       - 7   # MRR sel
1972       - 8   # NDRPDR sel
1973       - 9   # NDRPDR sel
1974       - 10  # NDRPDR sel
1975       - 11  # NDRPDR sel
1976       - 12  # NDRPDR sel
1977       - 14  # NDRPDR sel
1978       - 16  # NDRPDR sel
1979       - 21  # NDRPDR sel
1980       - 23  # NDRPDR sel
1981       - 25  # NDRPDR sel
1982     csit-vpp-perf-verify-1908-3n-skx:
1983       - 14  # NDRPDR sel
1984       - 16  # NDRPDR sel
1985       - 19  # NDRPDR sel
1986       - 20  # NDRPDR sel
1987       - 22  # NDRPDR sel
1988       - 23  # NDRPDR sel
1989       - 24  # NDRPDR sel
1990       - 25  # NDRPDR sel
1991       - 26  # NDRPDR sel
1992       - 29  # NDRPDR sel
1993       - 52  # NDRPDR sel vhost
1994       - 53  # NDRPDR sel vhost
1995       - 55  # NDRPDR sel vhost
1996       - 61  # NDRPDR sel vhost
1997       - 62  # NDRPDR sel vhost
1998       - 63  # NDRPDR sel vhost
1999       - 64  # NDRPDR sel vhost
2000       - 65  # NDRPDR sel vhost
2001       - 66  # NDRPDR sel vhost
2002       - 67  # NDRPDR sel vhost
2003       - 36  # MRR sel
2004     csit-vpp-perf-verify-2001-3n-skx:
2005       - 5   # NDRPDR sel BAD
2006       - 6   # NDRPDR sel BAD
2007       - 8   # NDRPDR sel BAD
2008       - 9   # NDRPDR sel BAD
2009       - 14  # NDRPDR sel
2010       - 15  # NDRPDR sel
2011       - 16  # NDRPDR sel
2012
2013     csit-vpp-perf-verify-1904-2n-skx:
2014       - 11  # MRR sel
2015       - 12  # NDRPDR sel
2016       - 14  # NDRPDR sel
2017       - 16  # NDRPDR sel
2018       - 17  # NDRPDR sel
2019       - 18  # NDRPDR sel
2020       - 21  # NDRPDR sel
2021       - 27  # NDRPDR sel
2022       - 30  # NDRPDR sel
2023       - 31  # NDRPDR sel
2024       - 32  # NDRPDR sel
2025     csit-vpp-perf-verify-1908-2n-skx:
2026       - 26  # NDRPDR sel
2027       - 27  # NDRPDR sel
2028       - 34  # NDRPDR sel
2029       - 35  # NDRPDR sel
2030       - 36  # NDRPDR sel
2031       - 42  # NDRPDR sel
2032       - 43  # NDRPDR sel
2033       - 44  # NDRPDR sel
2034       - 45  # NDRPDR sel
2035       - 46  # NDRPDR sel
2036       - 88  # NDRPDR sel vhost
2037       - 89  # NDRPDR sel vhost
2038       - 91  # NDRPDR sel vhost
2039       - 92  # NDRPDR sel vhost
2040       - 93  # NDRPDR sel vhost
2041       - 94  # NDRPDR sel vhost
2042       - 95  # NDRPDR sel vhost
2043       - 96  # NDRPDR sel vhost
2044       - 97  # NDRPDR sel vhost
2045       - 98  # NDRPDR sel vhost
2046       - 69  # MRR sel
2047       - 29  # TCP
2048       - 30  # TCP
2049       - 58  # TCP
2050       - 22  # NFV
2051       - 31  # NFV
2052       - 32  # NFV
2053       - 71  # NFV MRR
2054       - 113 # NFV reconf sel
2055       - 114 # NFV reconf sel
2056       - 115 # NFV reconf sel
2057       - 83  # SOAK
2058       - 86  # SOAK
2059     csit-vpp-perf-verify-2001-2n-skx:
2060       - 6   # NDRPDR sel BAD
2061       - 7   # NDRPDR sel BAD
2062       - 10  # NDRPDR sel BAD
2063       - 11  # NDRPDR sel BAD
2064       - 14  # NDRPDR sel BAD
2065       - 21  # NDRPDR sel
2066       - 22  # NDRPDR sel
2067       - 23  # NDRPDR sel
2068       - 26  # NDRPDR sel
2069       - 27  # NDRPDR sel
2070       - 29  # NDRPDR sel
2071       - 32  # NDRPDR full
2072       - 33  # NDRPDR full
2073       - 30  # NFV
2074       - 31  # NFV
2075
2076     csit-vpp-perf-verify-2001-2n-clx:
2077       - 6   # NDRPDR sel BAD
2078       - 7   # NDRPDR sel BAD
2079       - 8   # NDRPDR sel BAD
2080       - 10  # NDRPDR sel BAD
2081       - 11  # NDRPDR sel BAD
2082       - 22  # NDRPDR sel
2083       - 23  # NDRPDR sel
2084       - 24  # NDRPDR sel
2085       - 25  # NDRPDR sel
2086
2087     csit-vpp-perf-verify-1908-3n-tsh:
2088       - 7   # NDRPDR sel
2089       - 8   # NDRPDR sel
2090       - 9   # NDRPDR sel
2091       - 10  # NDRPDR sel
2092       - 11  # NDRPDR sel
2093       - 12  # NDRPDR sel
2094       - 13  # NDRPDR sel
2095       - 14  # NDRPDR sel
2096       - 15  # NDRPDR sel
2097       - 16  # NDRPDR sel
2098       - 17  # MRR sel
2099     csit-vpp-perf-verify-2001-3n-tsh:
2100       - 3   # NDRPDR sel
2101       - 4   # NDRPDR sel
2102       - 7   # NDRPDR sel
2103       - 8   # NDRPDR sel
2104
2105     csit-vpp-perf-verify-1908-3n-dnv:
2106       - 6   # NDRPDR sel
2107       - 7   # NDRPDR sel
2108       - 8   # NDRPDR sel
2109       - 9   # NDRPDR sel
2110       - 10  # NDRPDR sel
2111       - 12  # NDRPDR sel
2112       - 13  # NDRPDR sel
2113       - 14  # NDRPDR sel
2114       - 15  # NDRPDR sel
2115       - 16  # NDRPDR sel
2116       - 17  # MRR sel
2117     csit-vpp-perf-verify-2001-3n-dnv:
2118       - 5   # NDRPDR sel
2119       - 6   # NDRPDR sel
2120       - 7   # NDRPDR sel
2121       - 8   # NDRPDR sel
2122       - 9   # NDRPDR sel
2123       - 10  # NDRPDR sel
2124       - 12  # NDRPDR sel
2125       - 16  # NDRPDR sel
2126       - 17  # NDRPDR sel
2127       - 18  # NDRPDR sel
2128       - 11  # MRR sel
2129       - 13  # NDRPDR full
2130       - 15  # NDRPDR full
2131       - 19  # NDRPDR full
2132       - 20  # NDRPDR full
2133       - 21  # NDRPDR full
2134
2135     csit-vpp-perf-verify-1908-2n-dnv:
2136       - 1   # NDRPDR sel
2137       - 2   # NDRPDR sel
2138       - 3   # NDRPDR sel
2139       - 4   # NDRPDR sel
2140       - 5   # NDRPDR sel
2141       - 6   # NDRPDR sel
2142       - 7   # NDRPDR sel
2143       - 8   # NDRPDR sel
2144       - 9   # NDRPDR sel
2145       - 10  # NDRPDR sel
2146       - 11  # MRR sel
2147     csit-vpp-perf-verify-2001-2n-dnv:
2148       - 4   # NDRPDR sel
2149       - 5   # NDRPDR sel
2150       - 6   # NDRPDR sel
2151       - 7   # NDRPDR sel
2152       - 8   # NDRPDR sel
2153       - 9   # NDRPDR sel
2154       - 10  # NDRPDR sel
2155       - 11  # NDRPDR sel
2156       - 13  # NDRPDR sel
2157       - 16  # NDRPDR sel
2158       - 12  # MRR sel
2159       - 21  # NDRPDR full
2160       - 22  # NDRPDR full
2161
2162     csit-dpdk-perf-verify-1904-3n-hsw:
2163       - 2   # NDRPDR sel
2164       - 3   # NDRPDR sel
2165       - 5   # NDRPDR sel
2166       - 6   # NDRPDR sel
2167       - 13  # NDRPDR sel
2168       - 14  # NDRPDR sel
2169       - 15  # NDRPDR sel
2170       - 18  # NDRPDR sel
2171       - 19  # NDRPDR sel
2172       - 20  # NDRPDR sel
2173     csit-dpdk-perf-verify-1908-3n-hsw:
2174       - 2   # NDRPDR sel
2175       - 3   # NDRPDR sel
2176       - 4   # NDRPDR sel
2177       - 5   # NDRPDR sel
2178       - 6   # NDRPDR sel
2179       - 7   # NDRPDR sel
2180       - 8   # NDRPDR sel
2181       - 9   # NDRPDR sel
2182       - 10  # NDRPDR sel
2183       - 11  # NDRPDR sel
2184     csit-dpdk-perf-verify-2001-3n-hsw:
2185       - 4   # NDRPDR sel
2186       - 5   # NDRPDR sel
2187       - 6   # NDRPDR sel
2188       - 7   # NDRPDR sel
2189       - 8   # NDRPDR sel
2190       - 9   # NDRPDR sel
2191       - 10  # NDRPDR sel
2192       - 11  # NDRPDR sel
2193       - 12  # NDRPDR sel
2194       - 13  # NDRPDR sel
2195       - 15  # NDRPDR sel
2196       - 16  # NDRPDR sel
2197       - 17  # NDRPDR sel
2198       - 18  # NDRPDR sel
2199       - 19  # NDRPDR sel
2200       - 20  # NDRPDR sel
2201       - 22  # NDRPDR sel
2202
2203     csit-dpdk-perf-verify-1904-3n-skx:
2204       - 2   # NDRPDR sel
2205       - 3   # NDRPDR sel
2206       - 4   # NDRPDR sel
2207       - 5   # NDRPDR sel
2208       - 6   # NDRPDR sel
2209       - 7   # NDRPDR sel
2210       - 11  # NDRPDR sel
2211       - 12  # NDRPDR sel
2212       - 13  # NDRPDR sel
2213       - 14  # NDRPDR sel
2214     csit-dpdk-perf-verify-1908-3n-skx:
2215       - 3   # NDRPDR sel
2216       - 4   # NDRPDR sel
2217       - 5   # NDRPDR sel
2218       - 6   # NDRPDR sel
2219       - 7   # NDRPDR sel
2220       - 8   # NDRPDR sel
2221       - 9   # NDRPDR sel
2222       - 10  # NDRPDR sel
2223       - 11  # NDRPDR sel
2224       - 12  # NDRPDR sel
2225     csit-dpdk-perf-verify-2001-3n-skx:
2226       - 1   # NDRPDR sel
2227       - 2   # NDRPDR sel
2228       - 3   # NDRPDR sel
2229       - 4   # NDRPDR sel
2230       - 5   # NDRPDR sel
2231       - 6   # NDRPDR sel
2232       - 7   # NDRPDR sel
2233       - 8   # NDRPDR sel
2234       - 9   # NDRPDR sel
2235       - 10  # NDRPDR sel
2236
2237     csit-dpdk-perf-verify-1904-2n-skx:
2238       - 2   # NDRPDR sel
2239       - 3   # NDRPDR sel
2240       - 4   # NDRPDR sel
2241       - 5   # NDRPDR sel
2242       - 7   # NDRPDR sel
2243       - 8   # NDRPDR sel
2244       - 9   # NDRPDR sel
2245       - 10  # NDRPDR sel
2246       - 11  # NDRPDR sel
2247       - 12  # NDRPDR sel
2248     csit-dpdk-perf-verify-1908-2n-skx:
2249       - 2   # NDRPDR sel
2250       - 3   # NDRPDR sel
2251       - 4   # NDRPDR sel
2252       - 5   # NDRPDR sel
2253       - 7   # NDRPDR sel
2254       - 8   # NDRPDR sel
2255       - 9   # NDRPDR sel
2256       - 10  # NDRPDR sel
2257       - 11  # NDRPDR sel
2258       - 12  # NDRPDR sel
2259     csit-dpdk-perf-verify-2001-2n-skx:
2260       - 1   # NDRPDR sel
2261       - 2   # NDRPDR sel
2262       - 3   # NDRPDR sel
2263       - 4   # NDRPDR sel
2264       - 5   # NDRPDR sel
2265       - 6   # NDRPDR sel
2266       - 7   # NDRPDR sel
2267       - 8   # NDRPDR sel
2268       - 9   # NDRPDR sel
2269       - 10  # NDRPDR sel
2270       - 11  # NDRPDR sel
2271       - 13  # NDRPDR sel
2272       - 26  # NDRPDR sel
2273       - 16  # NDRPDR sel
2274       - 17  # NDRPDR sel
2275       - 18  # NDRPDR sel
2276       - 19  # NDRPDR sel
2277       - 27  # NDRPDR sel
2278       - 21  # NDRPDR sel
2279       - 25  # NDRPDR sel
2280
2281     csit-dpdk-perf-verify-2001-2n-clx:
2282       - 1   # NDRPDR sel
2283       - 2   # NDRPDR sel
2284       - 3   # NDRPDR sel
2285       - 4   # NDRPDR sel
2286       - 5   # NDRPDR sel
2287       - 6   # NDRPDR sel
2288       - 7   # NDRPDR sel
2289       - 8   # NDRPDR sel
2290       - 9   # NDRPDR sel
2291       - 10  # NDRPDR sel
2292
2293     csit-vpp-device-2001-ubuntu1804-1n-skx:
2294       - 57
2295
2296 - type: "output"
2297   output: "report"
2298   format:
2299     html:
2300     - full
2301 # TODO: Enable for release runs:
2302 #    pdf:
2303 #    - minimal
2304
2305 ################################################################################
2306 ###                               T A B L E S                                ###
2307 ################################################################################
2308
2309 # VPP Soak vs NDR
2310 - type: "table"
2311   title: "VPP Soak vs NDR 2n-skx"
2312   algorithm: "table_soak_vs_ndr"
2313   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2314   reference:
2315     title: "NDR"
2316     data: "vpp-soak-vs-ndr-2n-skx-ref"
2317   compare:
2318     title: "Soak"
2319     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2320   data: "vpp-soak-vs-ndr-2n-skx"
2321   include-tests: "NDR"
2322   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2323   parameters:
2324     - "throughput"
2325     - "name"
2326     - "parent"
2327
2328 ################################################################################
2329
2330 # VPP Compare NICs 3n-skx 2t1c ndr
2331 - type: "table"
2332   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2333   algorithm: "table_nics_comparison"
2334   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2335   reference:
2336     title: "x710"
2337     nic: "NIC_Intel-X710"
2338   compare:
2339     title: "xxv710"
2340     nic: "NIC_Intel-XXV710"
2341   data: "vpp-nic-comparison-3n-skx"
2342   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2343   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2344   parameters:
2345   - "name"
2346   - "parent"
2347   - "throughput"
2348   - "tags"
2349
2350 # VPP Compare NICs 3n-skx 4t2c ndr
2351 - type: "table"
2352   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2353   algorithm: "table_nics_comparison"
2354   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2355   reference:
2356     title: "x710"
2357     nic: "NIC_Intel-X710"
2358   compare:
2359     title: "xxv710"
2360     nic: "NIC_Intel-XXV710"
2361   data: "vpp-nic-comparison-3n-skx"
2362   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2363   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2364   parameters:
2365   - "name"
2366   - "parent"
2367   - "throughput"
2368   - "tags"
2369
2370 # VPP Compare NICs 3n-skx 2t1c pdr
2371 - type: "table"
2372   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2373   algorithm: "table_nics_comparison"
2374   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2375   reference:
2376     title: "x710"
2377     nic: "NIC_Intel-X710"
2378   compare:
2379     title: "xxv710"
2380     nic: "NIC_Intel-XXV710"
2381   data: "vpp-nic-comparison-3n-skx"
2382   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2383   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2384   parameters:
2385   - "name"
2386   - "parent"
2387   - "throughput"
2388   - "tags"
2389
2390  # VPP Compare NICs 3n-skx 4t2c pdr
2391 - type: "table"
2392   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2393   algorithm: "table_nics_comparison"
2394   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2395   reference:
2396     title: "x710"
2397     nic: "NIC_Intel-X710"
2398   compare:
2399     title: "xxv710"
2400     nic: "NIC_Intel-XXV710"
2401   data: "vpp-nic-comparison-3n-skx"
2402   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2403   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2404   parameters:
2405   - "name"
2406   - "parent"
2407   - "throughput"
2408   - "tags"
2409
2410 # VPP Compare NICs 3n-skx 2t1c mrr
2411 - type: "table"
2412   title: "VPP Compare NICs 3n-skx 2t1c mrr"
2413   algorithm: "table_nics_comparison"
2414   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2415   reference:
2416     title: "x710"
2417     nic: "NIC_Intel-X710"
2418   compare:
2419     title: "xxv710"
2420     nic: "NIC_Intel-XXV710"
2421   data: "vpp-nic-comparison-3n-skx-mrr"
2422   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2423   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2424   parameters:
2425   - "name"
2426   - "parent"
2427   - "result"
2428   - "tags"
2429
2430 # VPP Compare NICs 3n-skx 4t2c mrr
2431 - type: "table"
2432   title: "VPP Compare NICs 3n-skx 4t2c mrr"
2433   algorithm: "table_nics_comparison"
2434   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2435   reference:
2436     title: "x710"
2437     nic: "NIC_Intel-X710"
2438   compare:
2439     title: "xxv710"
2440     nic: "NIC_Intel-XXV710"
2441   data: "vpp-nic-comparison-3n-skx-mrr"
2442   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2443   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2444   parameters:
2445   - "name"
2446   - "parent"
2447   - "result"
2448   - "tags"
2449
2450  # VPP Compare NICs 3n-skx 8t4c mrr
2451 - type: "table"
2452   title: "VPP Compare NICs 3n-skx 8t4c mrr"
2453   algorithm: "table_nics_comparison"
2454   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2455   reference:
2456     title: "x710"
2457     nic: "NIC_Intel-X710"
2458   compare:
2459     title: "xxv710"
2460     nic: "NIC_Intel-XXV710"
2461   data: "vpp-nic-comparison-3n-skx-mrr"
2462   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2463   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2464   parameters:
2465   - "name"
2466   - "parent"
2467   - "result"
2468   - "tags"
2469
2470 # VPP Compare NICs 2n-skx 2t1c ndr
2471 - type: "table"
2472   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2473   algorithm: "table_nics_comparison"
2474   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2475   reference:
2476     title: "x710"
2477     nic: "NIC_Intel-X710"
2478   compare:
2479     title: "xxv710"
2480     nic: "NIC_Intel-XXV710"
2481   data: "vpp-nic-comparison-2n-skx"
2482   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2483   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2484   parameters:
2485   - "name"
2486   - "parent"
2487   - "throughput"
2488   - "tags"
2489
2490 # VPP Compare NICs 2n-skx 4t2c ndr
2491 - type: "table"
2492   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2493   algorithm: "table_nics_comparison"
2494   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2495   reference:
2496     title: "x710"
2497     nic: "NIC_Intel-X710"
2498   compare:
2499     title: "xxv710"
2500     nic: "NIC_Intel-XXV710"
2501   data: "vpp-nic-comparison-2n-skx"
2502   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2503   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2504   parameters:
2505   - "name"
2506   - "parent"
2507   - "throughput"
2508   - "tags"
2509
2510  # VPP Compare NICs 2n-skx 2t1c pdr
2511 - type: "table"
2512   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2513   algorithm: "table_nics_comparison"
2514   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2515   reference:
2516     title: "x710"
2517     nic: "NIC_Intel-X710"
2518   compare:
2519     title: "xxv710"
2520     nic: "NIC_Intel-XXV710"
2521   data: "vpp-nic-comparison-2n-skx"
2522   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2523   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2524   parameters:
2525   - "name"
2526   - "parent"
2527   - "throughput"
2528   - "tags"
2529
2530 # VPP Compare NICs 2n-skx 4t2c pdr
2531 - type: "table"
2532   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2533   algorithm: "table_nics_comparison"
2534   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2535   reference:
2536     title: "x710"
2537     nic: "NIC_Intel-X710"
2538   compare:
2539     title: "xxv710"
2540     nic: "NIC_Intel-XXV710"
2541   data: "vpp-nic-comparison-2n-skx"
2542   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2543   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2544   parameters:
2545   - "name"
2546   - "parent"
2547   - "throughput"
2548   - "tags"
2549
2550 # VPP Compare NICs 2n-skx 2t1c mrr
2551 - type: "table"
2552   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2553   algorithm: "table_nics_comparison"
2554   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2555   reference:
2556     title: "x710"
2557     nic: "NIC_Intel-X710"
2558   compare:
2559     title: "xxv710"
2560     nic: "NIC_Intel-XXV710"
2561   data: "vpp-nic-comparison-2n-skx-mrr"
2562   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2563   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2564   parameters:
2565   - "name"
2566   - "parent"
2567   - "result"
2568   - "tags"
2569
2570 # VPP Compare NICs 2n-skx 4t2c mrr
2571 - type: "table"
2572   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2573   algorithm: "table_nics_comparison"
2574   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2575   reference:
2576     title: "x710"
2577     nic: "NIC_Intel-X710"
2578   compare:
2579     title: "xxv710"
2580     nic: "NIC_Intel-XXV710"
2581   data: "vpp-nic-comparison-2n-skx-mrr"
2582   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2583   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2584   parameters:
2585   - "name"
2586   - "parent"
2587   - "result"
2588   - "tags"
2589
2590 # VPP Compare NICs 2n-skx 8t4c mrr
2591 - type: "table"
2592   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2593   algorithm: "table_nics_comparison"
2594   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2595   reference:
2596     title: "x710"
2597     nic: "NIC_Intel-X710"
2598   compare:
2599     title: "xxv710"
2600     nic: "NIC_Intel-XXV710"
2601   data: "vpp-nic-comparison-2n-skx-mrr"
2602   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2603   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2604   parameters:
2605   - "name"
2606   - "parent"
2607   - "result"
2608   - "tags"
2609
2610 ################################################################################
2611 # The Bad and the good
2612
2613 - type: "table"
2614   title: "VPP Performance Comparison 3n-skx 2t1c pdr"
2615   algorithm: "table_perf_comparison"
2616   output-file: "{DIR[STATIC,VPP]}/performance-bad-good-3n-skx-2t1c-pdr"
2617   reference:
2618     title: "The Bad"
2619     data: "vpp-performance-3n-skx-bad"
2620   compare:
2621     title: "The Good"
2622     data: "vpp-performance-3n-skx-good"
2623   data: "vpp-performance-3n-skx"
2624   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2625   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2626   parameters:
2627   - "name"
2628   - "parent"
2629   - "throughput"
2630   - "tags"
2631
2632 - type: "table"
2633   title: "VPP Performance Comparison 3n-skx 4t2c pdr"
2634   algorithm: "table_perf_comparison"
2635   output-file: "{DIR[STATIC,VPP]}/performance-bad-good-3n-skx-4t2c-pdr"
2636   reference:
2637     title: "The Bad"
2638     data: "vpp-performance-3n-skx-bad"
2639   compare:
2640     title: "The Good"
2641     data: "vpp-performance-3n-skx-good"
2642   data: "vpp-performance-3n-skx"
2643   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2644   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2645   parameters:
2646   - "name"
2647   - "parent"
2648   - "throughput"
2649   - "tags"
2650
2651 - type: "table"
2652   title: "VPP Performance Comparison 3n-skx 2t1c ndr"
2653   algorithm: "table_perf_comparison"
2654   output-file: "{DIR[STATIC,VPP]}/performance-bad-good-3n-skx-2t1c-ndr"
2655   reference:
2656     title: "The Bad"
2657     data: "vpp-performance-3n-skx-bad"
2658   compare:
2659     title: "The Good"
2660     data: "vpp-performance-3n-skx-good"
2661   data: "vpp-performance-3n-skx"
2662   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2663   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2664   parameters:
2665   - "name"
2666   - "parent"
2667   - "throughput"
2668   - "tags"
2669
2670 - type: "table"
2671   title: "VPP Performance Comparison 3n-skx 4t2c ndr"
2672   algorithm: "table_perf_comparison"
2673   output-file: "{DIR[STATIC,VPP]}/performance-bad-good-3n-skx-4t2c-ndr"
2674   reference:
2675     title: "The Bad"
2676     data: "vpp-performance-3n-skx-bad"
2677   compare:
2678     title: "The Good"
2679     data: "vpp-performance-3n-skx-good"
2680   data: "vpp-performance-3n-skx"
2681   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2682   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2683   parameters:
2684   - "name"
2685   - "parent"
2686   - "throughput"
2687   - "tags"
2688
2689 - type: "table"
2690   title: "VPP Performance Comparison 2n-skx 2t1c pdr"
2691   algorithm: "table_perf_comparison"
2692   output-file: "{DIR[STATIC,VPP]}/performance-bad-good-2n-skx-2t1c-pdr"
2693   reference:
2694     title: "The Bad"
2695     data: "vpp-performance-2n-skx-bad"
2696   compare:
2697     title: "The Good"
2698     data: "vpp-performance-2n-skx-good"
2699   data: "vpp-performance-2n-skx"
2700   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2701   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2702   parameters:
2703   - "name"
2704   - "parent"
2705   - "throughput"
2706   - "tags"
2707
2708 - type: "table"
2709   title: "VPP Performance Comparison 2n-skx 4t2c pdr"
2710   algorithm: "table_perf_comparison"
2711   output-file: "{DIR[STATIC,VPP]}/performance-bad-good-2n-skx-4t2c-pdr"
2712   reference:
2713     title: "The Bad"
2714     data: "vpp-performance-2n-skx-bad"
2715   compare:
2716     title: "The Good"
2717     data: "vpp-performance-2n-skx-good"
2718   data: "vpp-performance-2n-skx"
2719   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2720   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2721   parameters:
2722   - "name"
2723   - "parent"
2724   - "throughput"
2725   - "tags"
2726
2727 - type: "table"
2728   title: "VPP Performance Comparison 2n-skx 2t1c ndr"
2729   algorithm: "table_perf_comparison"
2730   output-file: "{DIR[STATIC,VPP]}/performance-bad-good-2n-skx-2t1c-ndr"
2731   reference:
2732     title: "The Bad"
2733     data: "vpp-performance-2n-skx-bad"
2734   compare:
2735     title: "The Good"
2736     data: "vpp-performance-2n-skx-good"
2737   data: "vpp-performance-2n-skx"
2738   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2739   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2740   parameters:
2741   - "name"
2742   - "parent"
2743   - "throughput"
2744   - "tags"
2745
2746 - type: "table"
2747   title: "VPP Performance Comparison 2n-skx 4t2c ndr"
2748   algorithm: "table_perf_comparison"
2749   output-file: "{DIR[STATIC,VPP]}/performance-bad-good-2n-skx-4t2c-ndr"
2750   reference:
2751     title: "The Bad"
2752     data: "vpp-performance-2n-skx-bad"
2753   compare:
2754     title: "The Good"
2755     data: "vpp-performance-2n-skx-good"
2756   data: "vpp-performance-2n-skx"
2757   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2758   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2759   parameters:
2760   - "name"
2761   - "parent"
2762   - "throughput"
2763   - "tags"
2764
2765 - type: "table"
2766   title: "VPP Performance Comparison 2n-clx 2t1c pdr"
2767   algorithm: "table_perf_comparison"
2768   output-file: "{DIR[STATIC,VPP]}/performance-bad-good-2n-clx-2t1c-pdr"
2769   reference:
2770     title: "The Bad"
2771     data: "vpp-performance-2n-clx-bad"
2772   compare:
2773     title: "The Good"
2774     data: "vpp-performance-2n-clx-good"
2775   data: "vpp-performance-2n-clx"
2776   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2777   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2778   parameters:
2779   - "name"
2780   - "parent"
2781   - "throughput"
2782   - "tags"
2783
2784 - type: "table"
2785   title: "VPP Performance Comparison 2n-clx 4t2c pdr"
2786   algorithm: "table_perf_comparison"
2787   output-file: "{DIR[STATIC,VPP]}/performance-bad-good-2n-clx-4t2c-pdr"
2788   reference:
2789     title: "The Bad"
2790     data: "vpp-performance-2n-clx-bad"
2791   compare:
2792     title: "The Good"
2793     data: "vpp-performance-2n-clx-good"
2794   data: "vpp-performance-2n-clx"
2795   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2796   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2797   parameters:
2798   - "name"
2799   - "parent"
2800   - "throughput"
2801   - "tags"
2802
2803 - type: "table"
2804   title: "VPP Performance Comparison 2n-clx 2t1c ndr"
2805   algorithm: "table_perf_comparison"
2806   output-file: "{DIR[STATIC,VPP]}/performance-bad-good-2n-clx-2t1c-ndr"
2807   reference:
2808     title: "The Bad"
2809     data: "vpp-performance-2n-clx-bad"
2810   compare:
2811     title: "The Good"
2812     data: "vpp-performance-2n-clx-good"
2813   data: "vpp-performance-2n-clx"
2814   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2815   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2816   parameters:
2817   - "name"
2818   - "parent"
2819   - "throughput"
2820   - "tags"
2821
2822 - type: "table"
2823   title: "VPP Performance Comparison 2n-clx 4t2c ndr"
2824   algorithm: "table_perf_comparison"
2825   output-file: "{DIR[STATIC,VPP]}/performance-bad-good-2n-clx-4t2c-ndr"
2826   reference:
2827     title: "The Bad"
2828     data: "vpp-performance-2n-clx-bad"
2829   compare:
2830     title: "The Good"
2831     data: "vpp-performance-2n-clx-good"
2832   data: "vpp-performance-2n-clx"
2833   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2834   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2835   parameters:
2836   - "name"
2837   - "parent"
2838   - "throughput"
2839   - "tags"
2840
2841 ################################################################################
2842 # VPP
2843
2844 # VPP Performance Changes 3n-hsw 1t1c pdr
2845 - type: "table"
2846   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2847   algorithm: "table_perf_comparison"
2848   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2849   history:
2850     - title: "rls1904"
2851       data: "vpp-performance-changes-3n-hsw-h1"
2852   reference:
2853     title: "rls1908"
2854     data: "vpp-performance-changes-3n-hsw-ref"
2855     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2856   compare:
2857     title: "rls2001"
2858     data: "vpp-performance-changes-3n-hsw-cmp"
2859   data: "vpp-performance-changes-3n-hsw"
2860   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2861   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2862   parameters:
2863   - "name"
2864   - "parent"
2865   - "throughput"
2866
2867 # VPP Performance Changes 3n-hsw 2t2c pdr
2868 - type: "table"
2869   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2870   algorithm: "table_perf_comparison"
2871   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2872   history:
2873     - title: "rls1904"
2874       data: "vpp-performance-changes-3n-hsw-h1"
2875   reference:
2876     title: "rls1908"
2877     data: "vpp-performance-changes-3n-hsw-ref"
2878     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2879   compare:
2880     title: "rls2001"
2881     data: "vpp-performance-changes-3n-hsw-cmp"
2882   data: "vpp-performance-changes-3n-hsw"
2883   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2884   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2885   parameters:
2886   - "name"
2887   - "parent"
2888   - "throughput"
2889
2890 # VPP Performance Changes 3n-hsw 1t1c ndr
2891 - type: "table"
2892   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2893   algorithm: "table_perf_comparison"
2894   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2895   history:
2896     - title: "rls1904"
2897       data: "vpp-performance-changes-3n-hsw-h1"
2898   reference:
2899     title: "rls1908"
2900     data: "vpp-performance-changes-3n-hsw-ref"
2901     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2902   compare:
2903     title: "rls2001"
2904     data: "vpp-performance-changes-3n-hsw-cmp"
2905   data: "vpp-performance-changes-3n-hsw"
2906   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2907   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2908   parameters:
2909   - "name"
2910   - "parent"
2911   - "throughput"
2912
2913 # VPP Performance Changes 3n-hsw 2t2c ndr
2914 - type: "table"
2915   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2916   algorithm: "table_perf_comparison"
2917   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2918   history:
2919     - title: "rls1904"
2920       data: "vpp-performance-changes-3n-hsw-h1"
2921   reference:
2922     title: "rls1908"
2923     data: "vpp-performance-changes-3n-hsw-ref"
2924     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2925   compare:
2926     title: "rls2001"
2927     data: "vpp-performance-changes-3n-hsw-cmp"
2928   data: "vpp-performance-changes-3n-hsw"
2929   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2930   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2931   parameters:
2932   - "name"
2933   - "parent"
2934   - "throughput"
2935
2936 # VPP Performance Changes 3n-skx 2t1c pdr
2937 - type: "table"
2938   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2939   algorithm: "table_perf_comparison_nic"
2940   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2941   history:
2942     - title: "rls1904 x710"
2943       data: "vpp-performance-changes-3n-skx-h1"
2944       nic: "NIC_Intel-X710"
2945   reference:
2946     title: "rls1908 xxv710"
2947     data: "vpp-performance-changes-3n-skx-ref"
2948     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2949     nic: "NIC_Intel-XXV710"
2950   compare:
2951     title: "rls2001 xxv710"
2952     data: "vpp-performance-changes-3n-skx-cmp"
2953     nic: "NIC_Intel-XXV710"
2954   data: "vpp-performance-changes-3n-skx"
2955   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2956   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2957   parameters:
2958   - "name"
2959   - "parent"
2960   - "throughput"
2961   - "tags"
2962
2963 # VPP Performance Changes 3n-skx 4t2c pdr
2964 - type: "table"
2965   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2966   algorithm: "table_perf_comparison_nic"
2967   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2968   history:
2969     - title: "rls1904 x710"
2970       data: "vpp-performance-changes-3n-skx-h1"
2971       nic: "NIC_Intel-X710"
2972   reference:
2973     title: "rls1908 x710"
2974     data: "vpp-performance-changes-3n-skx-ref"
2975     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2976     nic: "NIC_Intel-X710"
2977   compare:
2978     title: "rls2001 xxv710"
2979     data: "vpp-performance-changes-3n-skx-cmp"
2980     nic: "NIC_Intel-XXV710"
2981   data: "vpp-performance-changes-3n-skx"
2982   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2983   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2984   parameters:
2985   - "name"
2986   - "parent"
2987   - "throughput"
2988   - "tags"
2989
2990 # VPP Performance Changes 3n-skx 2t1c ndr
2991 - type: "table"
2992   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2993   algorithm: "table_perf_comparison_nic"
2994   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2995   history:
2996     - title: "rls1904 x710"
2997       data: "vpp-performance-changes-3n-skx-h1"
2998       nic: "NIC_Intel-X710"
2999   reference:
3000     title: "rls1908 x710"
3001     data: "vpp-performance-changes-3n-skx-ref"
3002     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3003     nic: "NIC_Intel-X710"
3004   compare:
3005     title: "rls2001 xxv710"
3006     data: "vpp-performance-changes-3n-skx-cmp"
3007     nic: "NIC_Intel-XXV710"
3008   data: "vpp-performance-changes-3n-skx"
3009   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3010   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3011   parameters:
3012   - "name"
3013   - "parent"
3014   - "throughput"
3015   - "tags"
3016
3017 # VPP Performance Changes 3n-skx 4t2c ndr
3018 - type: "table"
3019   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3020   algorithm: "table_perf_comparison_nic"
3021   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3022   history:
3023     - title: "rls1904 x710"
3024       data: "vpp-performance-changes-3n-skx-h1"
3025       nic: "NIC_Intel-X710"
3026   reference:
3027     title: "rls1908 x710"
3028     data: "vpp-performance-changes-3n-skx-ref"
3029     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3030     nic: "NIC_Intel-X710"
3031   compare:
3032     title: "rls2001 xxv710"
3033     data: "vpp-performance-changes-3n-skx-cmp"
3034     nic: "NIC_Intel-XXV710"
3035   data: "vpp-performance-changes-3n-skx"
3036   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3037   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3038   parameters:
3039   - "name"
3040   - "parent"
3041   - "throughput"
3042   - "tags"
3043
3044 # VPP Performance Changes 2n-skx 2t1c pdr
3045 - type: "table"
3046   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3047   algorithm: "table_perf_comparison_nic"
3048   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3049   history:
3050     - title: "rls1904 x710"
3051       data: "vpp-performance-changes-2n-skx-h1"
3052       nic: "NIC_Intel-X710"
3053   reference:
3054     title: "rls1908 xxv710"
3055     data: "vpp-performance-changes-2n-skx-ref"
3056     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3057     nic: "NIC_Intel-XXV710"
3058   compare:
3059     title: "rls2001 xxv710"
3060     data: "vpp-performance-changes-2n-skx-cmp"
3061     nic: "NIC_Intel-XXV710"
3062   data: "vpp-performance-changes-2n-skx"
3063   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3064   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3065   parameters:
3066   - "name"
3067   - "parent"
3068   - "throughput"
3069   - "tags"
3070
3071 # VPP Performance Changes 2n-skx 4t2c pdr
3072 - type: "table"
3073   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3074   algorithm: "table_perf_comparison_nic"
3075   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3076   history:
3077     - title: "rls1904 x710"
3078       data: "vpp-performance-changes-2n-skx-h1"
3079       nic: "NIC_Intel-X710"
3080   reference:
3081     title: "rls1908 xxv710"
3082     data: "vpp-performance-changes-2n-skx-ref"
3083     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3084     nic: "NIC_Intel-XXV710"
3085   compare:
3086     title: "rls2001 xxv710"
3087     data: "vpp-performance-changes-2n-skx-cmp"
3088     nic: "NIC_Intel-XXV710"
3089   data: "vpp-performance-changes-2n-skx"
3090   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3091   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3092   parameters:
3093   - "name"
3094   - "parent"
3095   - "throughput"
3096   - "tags"
3097
3098 # VPP Performance Changes 2n-skx 2t1c ndr
3099 - type: "table"
3100   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3101   algorithm: "table_perf_comparison_nic"
3102   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3103   history:
3104     - title: "rls1904 x710"
3105       data: "vpp-performance-changes-2n-skx-h1"
3106       nic: "NIC_Intel-X710"
3107   reference:
3108     title: "rls1908 xxv710"
3109     data: "vpp-performance-changes-2n-skx-ref"
3110     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3111     nic: "NIC_Intel-XXV710"
3112   compare:
3113     title: "rls2001 xxv710"
3114     data: "vpp-performance-changes-2n-skx-cmp"
3115     nic: "NIC_Intel-XXV710"
3116   data: "vpp-performance-changes-2n-skx"
3117   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3118   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3119   parameters:
3120   - "name"
3121   - "parent"
3122   - "throughput"
3123   - "tags"
3124
3125 # VPP Performance Changes 2n-skx 4t2c ndr
3126 - type: "table"
3127   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3128   algorithm: "table_perf_comparison_nic"
3129   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3130   history:
3131     - title: "rls1904 x710"
3132       data: "vpp-performance-changes-2n-skx-h1"
3133       nic: "NIC_Intel-X710"
3134   reference:
3135     title: "rls1908 xxv710"
3136     data: "vpp-performance-changes-2n-skx-ref"
3137     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3138     nic: "NIC_Intel-XXV710"
3139   compare:
3140     title: "rls2001 xxv710"
3141     data: "vpp-performance-changes-2n-skx-cmp"
3142     nic: "NIC_Intel-XXV710"
3143   data: "vpp-performance-changes-2n-skx"
3144   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3145   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3146   parameters:
3147   - "name"
3148   - "parent"
3149   - "throughput"
3150   - "tags"
3151
3152 # VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
3153 - type: "table"
3154   title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
3155   algorithm: "table_perf_comparison"
3156   output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
3157   reference:
3158     title: "rls1908"
3159     data: "vpp-performance-changes-nfv-2n-skx-ref"
3160   compare:
3161     title: "rls2001"
3162     data: "vpp-performance-changes-nfv-2n-skx-cmp"
3163   data: "vpp-performance-changes-nfv-2n-skx"
3164   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3165   filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3166   parameters:
3167   - "name"
3168   - "parent"
3169   - "throughput"
3170   - "tags"
3171
3172 # VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
3173 - type: "table"
3174   title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
3175   algorithm: "table_perf_comparison"
3176   output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
3177   reference:
3178     title: "rls1908"
3179     data: "vpp-performance-changes-nfv-2n-skx-ref"
3180   compare:
3181     title: "rls2001"
3182     data: "vpp-performance-changes-nfv-2n-skx-cmp"
3183   data: "vpp-performance-changes-nfv-2n-skx"
3184   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3185   filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3186   parameters:
3187   - "name"
3188   - "parent"
3189   - "throughput"
3190   - "tags"
3191
3192 # VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
3193 - type: "table"
3194   title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
3195   algorithm: "table_perf_comparison"
3196   output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
3197   reference:
3198     title: "rls1908"
3199     data: "vpp-performance-changes-nfv-2n-skx-ref"
3200   compare:
3201     title: "rls2001"
3202     data: "vpp-performance-changes-nfv-2n-skx-cmp"
3203   data: "vpp-performance-changes-nfv-2n-skx"
3204   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3205   filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3206   parameters:
3207   - "name"
3208   - "parent"
3209   - "throughput"
3210   - "tags"
3211
3212 # VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
3213 - type: "table"
3214   title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
3215   algorithm: "table_perf_comparison"
3216   output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
3217   reference:
3218     title: "rls1908"
3219     data: "vpp-performance-changes-nfv-2n-skx-ref"
3220   compare:
3221     title: "rls2001"
3222     data: "vpp-performance-changes-nfv-2n-skx-cmp"
3223   data: "vpp-performance-changes-nfv-2n-skx"
3224   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3225   filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3226   parameters:
3227   - "name"
3228   - "parent"
3229   - "throughput"
3230   - "tags"
3231
3232 # VPP Performance Changes 2n-dnv 1t1c pdr
3233 - type: "table"
3234   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3235   algorithm: "table_perf_comparison"
3236   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3237   reference:
3238     title: "rls1908"
3239     data: "vpp-performance-changes-2n-dnv-ref"
3240   compare:
3241     title: "rls2001"
3242     data: "vpp-performance-changes-2n-dnv-cmp"
3243   data: "vpp-performance-changes-2n-dnv"
3244   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3245   filter: "'1T1C'"
3246   parameters:
3247   - "name"
3248   - "parent"
3249   - "throughput"
3250   - "tags"
3251
3252 # VPP Performance Changes 2n-dnv 2t2c pdr
3253 - type: "table"
3254   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3255   algorithm: "table_perf_comparison"
3256   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3257   reference:
3258     title: "rls1908"
3259     data: "vpp-performance-changes-2n-dnv-ref"
3260   compare:
3261     title: "rls2001"
3262     data: "vpp-performance-changes-2n-dnv-cmp"
3263   data: "vpp-performance-changes-2n-dnv"
3264   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3265   filter: "'2T2C'"
3266   parameters:
3267   - "name"
3268   - "parent"
3269   - "throughput"
3270   - "tags"
3271
3272 # VPP Performance Changes 2n-dnv 1t1c ndr
3273 - type: "table"
3274   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3275   algorithm: "table_perf_comparison"
3276   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3277   reference:
3278     title: "rls1908"
3279     data: "vpp-performance-changes-2n-dnv-ref"
3280   compare:
3281     title: "rls2001"
3282     data: "vpp-performance-changes-2n-dnv-cmp"
3283   data: "vpp-performance-changes-2n-dnv"
3284   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3285   filter: "'1T1C'"
3286   parameters:
3287   - "name"
3288   - "parent"
3289   - "throughput"
3290   - "tags"
3291
3292 # VPP Performance Changes 2n-dnv 2t2c ndr
3293 - type: "table"
3294   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3295   algorithm: "table_perf_comparison"
3296   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3297   reference:
3298     title: "rls1908 "
3299     data: "vpp-performance-changes-2n-dnv-ref"
3300   compare:
3301     title: "rls2001"
3302     data: "vpp-performance-changes-2n-dnv-cmp"
3303   data: "vpp-performance-changes-2n-dnv"
3304   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3305   filter: "'2T2C'"
3306   parameters:
3307   - "name"
3308   - "parent"
3309   - "throughput"
3310   - "tags"
3311
3312 # VPP Performance Changes 3n-dnv 1t1c pdr
3313 - type: "table"
3314   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3315   algorithm: "table_perf_comparison"
3316   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3317   reference:
3318     title: "rls1908"
3319     data: "vpp-performance-changes-3n-dnv-ref"
3320   compare:
3321     title: "rls2001"
3322     data: "vpp-performance-changes-3n-dnv-cmp"
3323   data: "vpp-performance-changes-3n-dnv"
3324   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3325   filter: "'1T1C'"
3326   parameters:
3327   - "name"
3328   - "parent"
3329   - "throughput"
3330   - "tags"
3331
3332 # VPP Performance Changes 3n-dnv 2t2c pdr
3333 - type: "table"
3334   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3335   algorithm: "table_perf_comparison"
3336   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3337   reference:
3338     title: "rls1908"
3339     data: "vpp-performance-changes-3n-dnv-ref"
3340   compare:
3341     title: "rls2001"
3342     data: "vpp-performance-changes-3n-dnv-cmp"
3343   data: "vpp-performance-changes-3n-dnv"
3344   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3345   filter: "'2T2C'"
3346   parameters:
3347   - "name"
3348   - "parent"
3349   - "throughput"
3350   - "tags"
3351
3352 # VPP Performance Changes 3n-dnv 1t1c ndr
3353 - type: "table"
3354   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3355   algorithm: "table_perf_comparison"
3356   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3357   reference:
3358     title: "rls1908"
3359     data: "vpp-performance-changes-3n-dnv-ref"
3360   compare:
3361     title: "rls2001"
3362     data: "vpp-performance-changes-3n-dnv-cmp"
3363   data: "vpp-performance-changes-3n-dnv"
3364   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3365   filter: "'1T1C'"
3366   parameters:
3367   - "name"
3368   - "parent"
3369   - "throughput"
3370   - "tags"
3371
3372 # VPP Performance Changes 3n-dnv 2t2c ndr
3373 - type: "table"
3374   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3375   algorithm: "table_perf_comparison"
3376   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3377   reference:
3378     title: "rls1908"
3379     data: "vpp-performance-changes-3n-dnv-ref"
3380   compare:
3381     title: "rls2001"
3382     data: "vpp-performance-changes-3n-dnv-cmp"
3383   data: "vpp-performance-changes-3n-dnv"
3384   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3385   filter: "'2T2C'"
3386   parameters:
3387   - "name"
3388   - "parent"
3389   - "throughput"
3390   - "tags"
3391
3392 # VPP Performance Changes 3n-tsh 1t1c pdr
3393 - type: "table"
3394   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3395   algorithm: "table_perf_comparison"
3396   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3397   reference:
3398     title: "rls1908"
3399     data: "vpp-performance-changes-3n-tsh-ref"
3400   compare:
3401     title: "rls2001"
3402     data: "vpp-performance-changes-3n-tsh-cmp"
3403   data: "vpp-performance-changes-3n-tsh"
3404   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3405   filter: "'1T1C'"
3406   parameters:
3407   - "name"
3408   - "parent"
3409   - "throughput"
3410   - "tags"
3411
3412 # VPP Performance Changes 3n-tsh 2t2c pdr
3413 - type: "table"
3414   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3415   algorithm: "table_perf_comparison"
3416   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3417   reference:
3418     title: "rls1908"
3419     data: "vpp-performance-changes-3n-tsh-ref"
3420   compare:
3421     title: "rls2001"
3422     data: "vpp-performance-changes-3n-tsh-cmp"
3423   data: "vpp-performance-changes-3n-tsh"
3424   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3425   filter: "'2T2C'"
3426   parameters:
3427   - "name"
3428   - "parent"
3429   - "throughput"
3430   - "tags"
3431
3432 # VPP Performance Changes 3n-tsh 1t1c ndr
3433 - type: "table"
3434   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3435   algorithm: "table_perf_comparison"
3436   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3437   reference:
3438     title: "rls1908"
3439     data: "vpp-performance-changes-3n-tsh-ref"
3440   compare:
3441     title: "rls2001"
3442     data: "vpp-performance-changes-3n-tsh-cmp"
3443   data: "vpp-performance-changes-3n-tsh"
3444   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3445   filter: "'1T1C'"
3446   parameters:
3447   - "name"
3448   - "parent"
3449   - "throughput"
3450   - "tags"
3451
3452 # VPP Performance Changes 3n-tsh 2t2c ndr
3453 - type: "table"
3454   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3455   algorithm: "table_perf_comparison"
3456   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3457   reference:
3458     title: "rls1908"
3459     data: "vpp-performance-changes-3n-tsh-ref"
3460   compare:
3461     title: "rls2001"
3462     data: "vpp-performance-changes-3n-tsh-cmp"
3463   data: "vpp-performance-changes-3n-tsh"
3464   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3465   filter: "'2T2C'"
3466   parameters:
3467   - "name"
3468   - "parent"
3469   - "throughput"
3470   - "tags"
3471
3472 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3473 - type: "table"
3474   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3475   algorithm: "table_perf_comparison_nic"
3476   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3477   reference:
3478     title: "3n-hsw xl710"
3479     data: "vpp-compare-testbeds-ref"
3480     nic: "NIC_Intel-XL710"
3481   compare:
3482     title: "3n-skx xxv710"
3483     data: "vpp-compare-testbeds-cmp"
3484     nic: "NIC_Intel-XXV710"
3485   data: "vpp-compare-testbeds"
3486   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3487   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3488   parameters:
3489   - "name"
3490   - "parent"
3491   - "throughput"
3492   - "tags"
3493
3494 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3495 - type: "table"
3496   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3497   algorithm: "table_perf_comparison_nic"
3498   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3499   reference:
3500     title: "3n-hsw xl710"
3501     data: "vpp-compare-testbeds-ref"
3502     nic: "NIC_Intel-XL710"
3503   compare:
3504     title: "3n-skx xxv710"
3505     data: "vpp-compare-testbeds-cmp"
3506     nic: "NIC_Intel-XXV710"
3507   data: "vpp-compare-testbeds"
3508   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3509   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3510   parameters:
3511   - "name"
3512   - "parent"
3513   - "throughput"
3514   - "tags"
3515
3516 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3517 - type: "table"
3518   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3519   algorithm: "table_perf_comparison_nic"
3520   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3521   reference:
3522     title: "3n-hsw xl710"
3523     data: "vpp-compare-testbeds-ref"
3524     nic: "NIC_Intel-XL710"
3525   compare:
3526     title: "3n-skx xxv710"
3527     data: "vpp-compare-testbeds-cmp"
3528     nic: "NIC_Intel-XXV710"
3529   data: "vpp-compare-testbeds"
3530   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3531   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3532   parameters:
3533   - "name"
3534   - "parent"
3535   - "throughput"
3536   - "tags"
3537
3538 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3539 - type: "table"
3540   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3541   algorithm: "table_perf_comparison_nic"
3542   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3543   reference:
3544     title: "3n-hsw xl710"
3545     data: "vpp-compare-testbeds-ref"
3546     nic: "NIC_Intel-XL710"
3547   compare:
3548     title: "3n-skx xxv710"
3549     data: "vpp-compare-testbeds-cmp"
3550     nic: "NIC_Intel-XXV710"
3551   data: "vpp-compare-testbeds"
3552   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3553   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3554   parameters:
3555   - "name"
3556   - "parent"
3557   - "throughput"
3558   - "tags"
3559
3560 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3561 - type: "table"
3562   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3563   algorithm: "table_perf_comparison"
3564   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3565   reference:
3566     title: "2n-skx"
3567     data: "vpp-compare-testbeds-skx-clx-ref"
3568   compare:
3569     title: "2n-clx"
3570     data: "vpp-compare-testbeds-skx-clx-cmp"
3571   data: "vpp-compare-testbeds-skx-clx"
3572   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3573   filter: "'2T1C'"
3574   parameters:
3575   - "name"
3576   - "parent"
3577   - "throughput"
3578   - "tags"
3579
3580 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3581 - type: "table"
3582   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3583   algorithm: "table_perf_comparison"
3584   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3585   reference:
3586     title: "2n-skx"
3587     data: "vpp-compare-testbeds-skx-clx-ref"
3588   compare:
3589     title: "2n-clx"
3590     data: "vpp-compare-testbeds-skx-clx-cmp"
3591   data: "vpp-compare-testbeds-skx-clx"
3592   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3593   filter: "'4T2C'"
3594   parameters:
3595   - "name"
3596   - "parent"
3597   - "throughput"
3598   - "tags"
3599
3600 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3601 - type: "table"
3602   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3603   algorithm: "table_perf_comparison"
3604   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3605   reference:
3606     title: "2n-skx"
3607     data: "vpp-compare-testbeds-skx-clx-ref"
3608   compare:
3609     title: "2n-clx"
3610     data: "vpp-compare-testbeds-skx-clx-cmp"
3611   data: "vpp-compare-testbeds-skx-clx"
3612   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3613   filter: "'2T1C'"
3614   parameters:
3615   - "name"
3616   - "parent"
3617   - "throughput"
3618   - "tags"
3619
3620 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3621 - type: "table"
3622   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3623   algorithm: "table_perf_comparison"
3624   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3625   reference:
3626     title: "2n-skx"
3627     data: "vpp-compare-testbeds-skx-clx-ref"
3628   compare:
3629     title: "2n-clx"
3630     data: "vpp-compare-testbeds-skx-clx-cmp"
3631   data: "vpp-compare-testbeds-skx-clx"
3632   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3633   filter: "'4T2C'"
3634   parameters:
3635   - "name"
3636   - "parent"
3637   - "throughput"
3638   - "tags"
3639
3640 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
3641 - type: "table"
3642   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
3643   algorithm: "table_perf_comparison"
3644   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
3645   reference:
3646     title: "3-Node Skx"
3647     data: "vpp-compare-topologies-ref"
3648   compare:
3649     title: "2-Node Skx"
3650     data: "vpp-compare-topologies-cmp"
3651   data: "vpp-compare-topologies"
3652   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3653   filter: "'NDRPDR' and '1C'"
3654   parameters:
3655   - "name"
3656   - "parent"
3657   - "throughput"
3658
3659 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
3660 - type: "table"
3661   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
3662   algorithm: "table_perf_comparison"
3663   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
3664   reference:
3665     title: "3-Node Skx"
3666     data: "vpp-compare-topologies-ref"
3667   compare:
3668     title: "2-Node Skx"
3669     data: "vpp-compare-topologies-cmp"
3670   data: "vpp-compare-topologies"
3671   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3672   filter: "'NDRPDR' and '2C'"
3673   parameters:
3674   - "name"
3675   - "parent"
3676   - "throughput"
3677
3678 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
3679 - type: "table"
3680   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
3681   algorithm: "table_perf_comparison"
3682   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
3683   reference:
3684     title: "3-Node Skx"
3685     data: "vpp-compare-topologies-ref"
3686   compare:
3687     title: "2-Node Skx"
3688     data: "vpp-compare-topologies-cmp"
3689   data: "vpp-compare-topologies"
3690   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3691   filter: "'NDRPDR' and '1C'"
3692   parameters:
3693   - "name"
3694   - "parent"
3695   - "throughput"
3696
3697 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
3698 - type: "table"
3699   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
3700   algorithm: "table_perf_comparison"
3701   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
3702   reference:
3703     title: "3-Node Skx"
3704     data: "vpp-compare-topologies-ref"
3705   compare:
3706     title: "2-Node Skx"
3707     data: "vpp-compare-topologies-cmp"
3708   data: "vpp-compare-topologies"
3709   include-tests: "PDR"
3710   filter: "'NDRPDR' and '2C'"
3711   parameters:
3712   - "name"
3713   - "parent"
3714   - "throughput"
3715
3716 # VPP Performance Changes 3n-hsw 1t1c MRR
3717 - type: "table"
3718   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
3719   algorithm: "table_perf_comparison"
3720   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
3721   history:
3722     - title: "rls1904"
3723       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3724   reference:
3725     title: "rls1908"
3726     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3727   compare:
3728     title: "rls2001"
3729     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3730   data: "vpp-performance-changes-3n-hsw-mrr"
3731   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3732   filter: "'1T1C' and 'MRR' and not 'NF_DENSITY'"
3733   parameters:
3734   - "name"
3735   - "parent"
3736   - "result"
3737
3738 # VPP Performance Changes 3n-hsw 2t2c MRR
3739 - type: "table"
3740   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
3741   algorithm: "table_perf_comparison"
3742   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
3743   history:
3744     - title: "rls1904"
3745       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3746   reference:
3747     title: "rls1908"
3748     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3749   compare:
3750     title: "rls2001"
3751     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3752   data: "vpp-performance-changes-3n-hsw-mrr"
3753   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3754   filter: "'2T2C' and 'MRR' and not 'NF_DENSITY'"
3755   parameters:
3756   - "name"
3757   - "parent"
3758   - "result"
3759
3760 # VPP Performance Changes 3n-hsw 4t4c MRR
3761 - type: "table"
3762   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
3763   algorithm: "table_perf_comparison"
3764   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
3765   history:
3766     - title: "rls1904"
3767       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3768   reference:
3769     title: "rls1908"
3770     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3771   compare:
3772     title: "rls2001"
3773     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3774   data: "vpp-performance-changes-3n-hsw-mrr"
3775   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3776   filter: "'4T4C' and 'MRR' and not 'NF_DENSITY'"
3777   parameters:
3778   - "name"
3779   - "parent"
3780   - "result"
3781
3782 # VPP Performance Changes 3n-skx 2t1c MRR
3783 - type: "table"
3784   title: "VPP Performance Changes 3n-skx 2t1c MRR"
3785   algorithm: "table_perf_comparison"
3786   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
3787   history:
3788     - title: "rls1904"
3789       data: "vpp-performance-changes-3n-skx-mrr-h1"
3790   reference:
3791     title: "rls1908"
3792     data: "vpp-performance-changes-3n-skx-mrr-ref"
3793   compare:
3794     title: "rls2001"
3795     data: "vpp-performance-changes-3n-skx-mrr-cmp"
3796   data: "vpp-performance-changes-3n-skx-mrr"
3797   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3798   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3799   parameters:
3800   - "name"
3801   - "parent"
3802   - "result"
3803
3804 # VPP Performance Changes 3n-skx 4t2c MRR
3805 - type: "table"
3806   title: "VPP Performance Changes 3n-skx 4t2c MRR"
3807   algorithm: "table_perf_comparison"
3808   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
3809   history:
3810     - title: "rls1904"
3811       data: "vpp-performance-changes-3n-skx-mrr-h1"
3812   reference:
3813     title: "rls1908"
3814     data: "vpp-performance-changes-3n-skx-mrr-ref"
3815   compare:
3816     title: "rls2001"
3817     data: "vpp-performance-changes-3n-skx-mrr-cmp"
3818   data: "vpp-performance-changes-3n-skx-mrr"
3819   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3820   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3821   parameters:
3822   - "name"
3823   - "parent"
3824   - "result"
3825
3826 # VPP Performance Changes 3n-skx 8t4c MRR
3827 - type: "table"
3828   title: "VPP Performance Changes 3n-skx 8t4c MRR"
3829   algorithm: "table_perf_comparison"
3830   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
3831   history:
3832     - title: "rls1904"
3833       data: "vpp-performance-changes-3n-skx-mrr-h1"
3834   reference:
3835     title: "rls1908"
3836     data: "vpp-performance-changes-3n-skx-mrr-ref"
3837   compare:
3838     title: "rls2001"
3839     data: "vpp-performance-changes-3n-skx-mrr-cmp"
3840   data: "vpp-performance-changes-3n-skx-mrr"
3841   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3842   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3843   parameters:
3844   - "name"
3845   - "parent"
3846   - "result"
3847
3848 # VPP Performance Changes 2n-skx 2t1c MRR
3849 - type: "table"
3850   title: "VPP Performance Changes 2n-skx 2t1c MRR"
3851   algorithm: "table_perf_comparison"
3852   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
3853   history:
3854     - title: "rls1904"
3855       data: "vpp-performance-changes-2n-skx-mrr-h1"
3856   reference:
3857     title: "rls1908"
3858     data: "vpp-performance-changes-2n-skx-mrr-ref"
3859   compare:
3860     title: "rls2001"
3861     data: "vpp-performance-changes-2n-skx-mrr-cmp"
3862   data: "vpp-performance-changes-2n-skx-mrr"
3863   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3864   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3865   parameters:
3866   - "name"
3867   - "parent"
3868   - "result"
3869
3870 # VPP Performance Changes 2n-skx 4t2c MRR
3871 - type: "table"
3872   title: "VPP Performance Changes 2n-skx 4t2c MRR"
3873   algorithm: "table_perf_comparison"
3874   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
3875   history:
3876     - title: "rls1904"
3877       data: "vpp-performance-changes-2n-skx-mrr-h1"
3878   reference:
3879     title: "rls1908"
3880     data: "vpp-performance-changes-2n-skx-mrr-ref"
3881   compare:
3882     title: "rls2001"
3883     data: "vpp-performance-changes-2n-skx-mrr-cmp"
3884   data: "vpp-performance-changes-2n-skx-mrr"
3885   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3886   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3887   parameters:
3888   - "name"
3889   - "parent"
3890   - "result"
3891
3892 # VPP Performance Changes 2n-skx 8t4c MRR
3893 - type: "table"
3894   title: "VPP Performance Changes 2n-skx 8t4c MRR"
3895   algorithm: "table_perf_comparison"
3896   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
3897   history:
3898     - title: "rls1904"
3899       data: "vpp-performance-changes-2n-skx-mrr-h1"
3900   reference:
3901     title: "rls1908"
3902     data: "vpp-performance-changes-2n-skx-mrr-ref"
3903   compare:
3904     title: "rls2001"
3905     data: "vpp-performance-changes-2n-skx-mrr-cmp"
3906   data: "vpp-performance-changes-2n-skx-mrr"
3907   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3908   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3909   parameters:
3910   - "name"
3911   - "parent"
3912   - "result"
3913
3914 # VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
3915 - type: "table"
3916   title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
3917   algorithm: "table_perf_comparison"
3918   output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
3919   reference:
3920     title: "rls1908"
3921     data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3922   compare:
3923     title: "rls2001"
3924     data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3925   data: "vpp-performance-changes-nfv-2n-skx-mrr"
3926   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3927   filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
3928   parameters:
3929   - "name"
3930   - "parent"
3931   - "result"
3932
3933 # VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
3934 - type: "table"
3935   title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
3936   algorithm: "table_perf_comparison"
3937   output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
3938   reference:
3939     title: "rls1908"
3940     data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3941   compare:
3942     title: "rls2001"
3943     data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3944   data: "vpp-performance-changes-nfv-2n-skx-mrr"
3945   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3946   filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
3947   parameters:
3948   - "name"
3949   - "parent"
3950   - "result"
3951
3952 # VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
3953 - type: "table"
3954   title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
3955   algorithm: "table_perf_comparison"
3956   output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
3957   reference:
3958     title: "rls1908"
3959     data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3960   compare:
3961     title: "rls2001"
3962     data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3963   data: "vpp-performance-changes-nfv-2n-skx-mrr"
3964   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3965   filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
3966   parameters:
3967   - "name"
3968   - "parent"
3969   - "result"
3970
3971 # VPP Performance Changes 2n-dnv 1t1c MRR
3972 - type: "table"
3973   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
3974   algorithm: "table_perf_comparison"
3975   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
3976   reference:
3977     title: "rls1908"
3978     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3979   compare:
3980     title: "rls2001"
3981     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3982   data: "vpp-performance-changes-2n-dnv-mrr"
3983   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3984   filter: "'1T1C' and 'MRR'"
3985   parameters:
3986   - "name"
3987   - "parent"
3988   - "result"
3989
3990 # VPP Performance Changes 2n-dnv 2t2c MRR
3991 - type: "table"
3992   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
3993   algorithm: "table_perf_comparison"
3994   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
3995   reference:
3996     title: "rls1908"
3997     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3998   compare:
3999     title: "rls2001"
4000     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4001   data: "vpp-performance-changes-2n-dnv-mrr"
4002   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4003   filter: "'2T2C' and 'MRR'"
4004   parameters:
4005   - "name"
4006   - "parent"
4007   - "result"
4008
4009 # VPP Performance Changes 2n-dnv 4t4c MRR
4010 - type: "table"
4011   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
4012   algorithm: "table_perf_comparison"
4013   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4014   reference:
4015     title: "rls1908"
4016     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4017   compare:
4018     title: "rls2001"
4019     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4020   data: "vpp-performance-changes-2n-dnv-mrr"
4021   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4022   filter: "'4T4C' and 'MRR'"
4023   parameters:
4024   - "name"
4025   - "parent"
4026   - "result"
4027
4028 # VPP Performance Changes 3n-dnv 1t1c MRR
4029 - type: "table"
4030   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
4031   algorithm: "table_perf_comparison"
4032   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4033   reference:
4034     title: "rls1908"
4035     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4036   compare:
4037     title: "rls2001"
4038     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4039   data: "vpp-performance-changes-3n-dnv-mrr"
4040   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4041   filter: "'1T1C' and 'MRR'"
4042   parameters:
4043   - "name"
4044   - "parent"
4045   - "result"
4046
4047 # VPP Performance Changes 3n-dnv 2t2c MRR
4048 - type: "table"
4049   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
4050   algorithm: "table_perf_comparison"
4051   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4052   reference:
4053     title: "rls1908"
4054     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4055   compare:
4056     title: "rls2001"
4057     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4058   data: "vpp-performance-changes-3n-dnv-mrr"
4059   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4060   filter: "'2T2C' and 'MRR'"
4061   parameters:
4062   - "name"
4063   - "parent"
4064   - "result"
4065
4066 # VPP Performance Changes 3n-dnv 4t4c MRR
4067 - type: "table"
4068   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
4069   algorithm: "table_perf_comparison"
4070   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4071   reference:
4072     title: "rls1908"
4073     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4074   compare:
4075     title: "rls2001"
4076     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4077   data: "vpp-performance-changes-3n-dnv-mrr"
4078   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4079   filter: "'4T4C' and 'MRR'"
4080   parameters:
4081   - "name"
4082   - "parent"
4083   - "result"
4084
4085 # VPP Performance Changes 3n-tsh 1t1c MRR
4086 - type: "table"
4087   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
4088   algorithm: "table_perf_comparison"
4089   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4090   reference:
4091     title: "rls1908"
4092     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4093   compare:
4094     title: "rls2001"
4095     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4096   data: "vpp-performance-changes-3n-tsh-mrr"
4097   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4098   filter: "'1T1C' and 'MRR'"
4099   parameters:
4100   - "name"
4101   - "parent"
4102   - "result"
4103
4104 # VPP Performance Changes 3n-tsh 2t2c MRR
4105 - type: "table"
4106   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
4107   algorithm: "table_perf_comparison"
4108   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4109   reference:
4110     title: "rls1908"
4111     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4112   compare:
4113     title: "rls2001"
4114     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4115   data: "vpp-performance-changes-3n-tsh-mrr"
4116   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4117   filter: "'2T2C' and 'MRR'"
4118   parameters:
4119   - "name"
4120   - "parent"
4121   - "result"
4122
4123 # VPP Performance Changes 3n-tsh 4t4c MRR
4124 - type: "table"
4125   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
4126   algorithm: "table_perf_comparison"
4127   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4128   reference:
4129     title: "rls1908"
4130     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4131   compare:
4132     title: "rls2001"
4133     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4134   data: "vpp-performance-changes-3n-tsh-mrr"
4135   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4136   filter: "'4T4C' and 'MRR'"
4137   parameters:
4138   - "name"
4139   - "parent"
4140   - "result"
4141
4142 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4143 - type: "table"
4144   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4145   algorithm: "table_perf_comparison_nic"
4146   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4147   reference:
4148     title: "3n-hsw xl710"
4149     data: "vpp-compare-testbeds-mrr-ref"
4150     nic: "NIC_Intel-XL710"
4151   compare:
4152     title: "3n-skx xxv710"
4153     data: "vpp-compare-testbeds-mrr-cmp"
4154     nic: "NIC_Intel-XXV710"
4155   data: "vpp-compare-testbeds-mrr"
4156   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4157   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4158   parameters:
4159   - "name"
4160   - "parent"
4161   - "result"
4162   - "tags"
4163
4164 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4165 - type: "table"
4166   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4167   algorithm: "table_perf_comparison_nic"
4168   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4169   reference:
4170     title: "3n-hsw xl710"
4171     data: "vpp-compare-testbeds-mrr-ref"
4172     nic: "NIC_Intel-XL710"
4173   compare:
4174     title: "3n-skx xxv710"
4175     data: "vpp-compare-testbeds-mrr-cmp"
4176     nic: "NIC_Intel-XXV710"
4177   data: "vpp-compare-testbeds-mrr"
4178   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4179   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4180   parameters:
4181   - "name"
4182   - "parent"
4183   - "result"
4184   - "tags"
4185
4186 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4187 - type: "table"
4188   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4189   algorithm: "table_perf_comparison_nic"
4190   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4191   reference:
4192     title: "3n-hsw xl710"
4193     data: "vpp-compare-testbeds-mrr-ref"
4194     nic: "NIC_Intel-XL710"
4195   compare:
4196     title: "3n-skx xxv710"
4197     data: "vpp-compare-testbeds-mrr-cmp"
4198     nic: "NIC_Intel-XXV710"
4199   data: "vpp-compare-testbeds-mrr"
4200   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4201   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4202   parameters:
4203   - "name"
4204   - "parent"
4205   - "result"
4206   - "tags"
4207
4208 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4209 - type: "table"
4210   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4211   algorithm: "table_perf_comparison"
4212   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4213   reference:
4214     title: "2n-skx"
4215     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4216   compare:
4217     title: "2n-clx"
4218     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4219   data: "vpp-compare-testbeds-mrr-skx-clx"
4220   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4221   filter: "'2T1C'"
4222   parameters:
4223   - "name"
4224   - "parent"
4225   - "result"
4226   - "tags"
4227
4228 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4229 - type: "table"
4230   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4231   algorithm: "table_perf_comparison"
4232   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4233   reference:
4234     title: "2n-skx"
4235     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4236   compare:
4237     title: "2n-clx"
4238     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4239   data: "vpp-compare-testbeds-mrr-skx-clx"
4240   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4241   filter: "'4T2C'"
4242   parameters:
4243   - "name"
4244   - "parent"
4245   - "result"
4246   - "tags"
4247
4248 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4249 - type: "table"
4250   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4251   algorithm: "table_perf_comparison"
4252   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4253   reference:
4254     title: "2n-skx"
4255     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4256   compare:
4257     title: "2n-clx"
4258     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4259   data: "vpp-compare-testbeds-mrr-skx-clx"
4260   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4261   filter: "'8T4C'"
4262   parameters:
4263   - "name"
4264   - "parent"
4265   - "result"
4266   - "tags"
4267
4268 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4269 - type: "table"
4270   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4271   algorithm: "table_perf_comparison"
4272   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4273   reference:
4274     title: "3-Node Skx"
4275     data: "vpp-compare-topologies-mrr-ref"
4276   compare:
4277     title: "2-Node Skx"
4278     data: "vpp-compare-topologies-mrr-cmp"
4279   data: "vpp-compare-topologies-mrr"
4280   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4281   filter: "'MRR' and '1C'"
4282   parameters:
4283   - "name"
4284   - "parent"
4285   - "result"
4286
4287 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4288 - type: "table"
4289   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4290   algorithm: "table_perf_comparison"
4291   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4292   reference:
4293     title: "3-Node Skx"
4294     data: "vpp-compare-topologies-mrr-ref"
4295   compare:
4296     title: "2-Node Skx"
4297     data: "vpp-compare-topologies-mrr-cmp"
4298   data: "vpp-compare-topologies-mrr"
4299   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4300   filter: "'MRR' and '2C'"
4301   parameters:
4302   - "name"
4303   - "parent"
4304   - "result"
4305
4306 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4307 - type: "table"
4308   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4309   algorithm: "table_perf_comparison"
4310   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4311   reference:
4312     title: "3-Node Skx"
4313     data: "vpp-compare-topologies-mrr-ref"
4314   compare:
4315     title: "2-Node Skx"
4316     data: "vpp-compare-topologies-mrr-cmp"
4317   data: "vpp-compare-topologies-mrr"
4318   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4319   filter: "'MRR' and '4C'"
4320   parameters:
4321   - "name"
4322   - "parent"
4323   - "result"
4324
4325 # Detailed Test Results - VPP Performance Results 3n-hsw
4326 - type: "table"
4327   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4328   algorithm: "table_merged_details"
4329   output-file-ext: ".csv"
4330   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4331   columns:
4332   - title: "Name"
4333     data: "data name"
4334   - title: "Status"
4335     data: "data msg"
4336   rows: "generated"
4337   data: "vpp-perf-results-3n-hsw"
4338   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4339   parameters:
4340   - "name"
4341   - "parent"
4342   - "msg"
4343
4344 # Detailed Test Results - VPP Performance Results 3n-skx
4345 - type: "table"
4346   title: "Detailed Test Results - VPP Performance Results 3n-skx"
4347   algorithm: "table_merged_details"
4348   output-file-ext: ".csv"
4349   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4350   columns:
4351   - title: "Name"
4352     data: "data name"
4353   - title: "Status"
4354     data: "data msg"
4355   rows: "generated"
4356   data: "vpp-perf-results-3n-skx"
4357   filter: "not 'CFS_OPT'"
4358   parameters:
4359   - "name"
4360   - "parent"
4361   - "msg"
4362
4363 # Detailed Test Results - VPP Performance Results 2n-skx
4364 - type: "table"
4365   title: "Detailed Test Results - VPP Performance Results 2n-skx"
4366   algorithm: "table_merged_details"
4367   output-file-ext: ".csv"
4368   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4369   columns:
4370   - title: "Name"
4371     data: "data name"
4372   - title: "Status"
4373     data: "data msg"
4374   rows: "generated"
4375   data: "vpp-perf-results-2n-skx"
4376   filter: "not 'CFS_OPT'"
4377   parameters:
4378   - "name"
4379   - "parent"
4380   - "msg"
4381
4382 # Detailed Test Results - VPP Performance Results 2n-clx
4383 - type: "table"
4384   title: "Detailed Test Results - VPP Performance Results 2n-clx"
4385   algorithm: "table_merged_details"
4386   output-file-ext: ".csv"
4387   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/vpp_performance_results_2n_clx"
4388   columns:
4389   - title: "Name"
4390     data: "data name"
4391   - title: "Status"
4392     data: "data msg"
4393   rows: "generated"
4394   data: "vpp-perf-results-2n-clx"
4395   filter: "not 'CFS_OPT'"
4396   parameters:
4397   - "name"
4398   - "parent"
4399   - "msg"
4400
4401 # Detailed Test Results - VPP Performance Results 3n-tsh
4402 - type: "table"
4403   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4404   algorithm: "table_merged_details"
4405   output-file-ext: ".csv"
4406   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
4407   columns:
4408   - title: "Name"
4409     data: "data name"
4410   - title: "Status"
4411     data: "data msg"
4412   rows: "generated"
4413   data: "vpp-perf-results-3n-tsh"
4414   filter: "not 'CFS_OPT'"
4415   parameters:
4416   - "name"
4417   - "parent"
4418   - "msg"
4419
4420 # Detailed Test Results - VPP Performance Results 3n-dnv
4421 - type: "table"
4422   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4423   algorithm: "table_details"
4424   output-file-ext: ".csv"
4425   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
4426   columns:
4427   - title: "Name"
4428     data: "data name"
4429   - title: "Status"
4430     data: "data msg"
4431   rows: "generated"
4432   data: "vpp-perf-results-3n-dnv"
4433   filter: "'NDRPDR'"
4434   parameters:
4435   - "name"
4436   - "parent"
4437   - "msg"
4438
4439 # Detailed Test Results - VPP Performance Results 2n-dnv
4440 - type: "table"
4441   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4442   algorithm: "table_details"
4443   output-file-ext: ".csv"
4444   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4445   columns:
4446   - title: "Name"
4447     data: "data name"
4448   - title: "Status"
4449     data: "data msg"
4450   rows: "generated"
4451   data: "vpp-perf-results-2n-dnv"
4452   filter: "'NDRPDR'"
4453   parameters:
4454   - "name"
4455   - "parent"
4456   - "msg"
4457
4458 # Test configuration - VPP Performance Test Configs 3n-hsw
4459 - type: "table"
4460   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
4461   algorithm: "table_merged_details"
4462   output-file-ext: ".csv"
4463   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
4464   columns:
4465   - title: "Name"
4466     data: "data name"
4467   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4468     data: "data conf-history"
4469   rows: "generated"
4470   data: "vpp-perf-results-3n-hsw"
4471   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4472   parameters:
4473   - "parent"
4474   - "name"
4475   - "conf-history"
4476
4477 # Test configuration - VPP Performance Test Configs 3n-skx
4478 - type: "table"
4479   title: "Test configuration - VPP Performance Test Configs 3n-skx"
4480   algorithm: "table_merged_details"
4481   output-file-ext: ".csv"
4482   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
4483   columns:
4484   - title: "Name"
4485     data: "data name"
4486   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4487     data: "data conf-history"
4488   rows: "generated"
4489   data: "vpp-perf-results-3n-skx"
4490   filter: "not 'CFS_OPT'"
4491   parameters:
4492   - "parent"
4493   - "name"
4494   - "conf-history"
4495
4496 # Test configuration - VPP Performance Test Configs 2n-skx
4497 - type: "table"
4498   title: "Test configuration - VPP Performance Test Configs 2n-skx"
4499   algorithm: "table_merged_details"
4500   output-file-ext: ".csv"
4501   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
4502   columns:
4503   - title: "Name"
4504     data: "data name"
4505   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4506     data: "data conf-history"
4507   rows: "generated"
4508   data: "vpp-perf-results-2n-skx"
4509   filter: "not 'CFS_OPT'"
4510   parameters:
4511   - "parent"
4512   - "name"
4513   - "conf-history"
4514
4515 # Test configuration - VPP Performance Test Configs 2n-clx
4516 - type: "table"
4517   title: "Test configuration - VPP Performance Test Configs 2n-clx"
4518   algorithm: "table_merged_details"
4519   output-file-ext: ".csv"
4520   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/vpp_test_configuration_2n_clx"
4521   columns:
4522   - title: "Name"
4523     data: "data name"
4524   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4525     data: "data conf-history"
4526   rows: "generated"
4527   data: "vpp-perf-results-2n-clx"
4528   filter: "not 'CFS_OPT'"
4529   parameters:
4530   - "parent"
4531   - "name"
4532   - "conf-history"
4533
4534 # Test configuration - VPP Performance Test Configs 3n-tsh
4535 - type: "table"
4536   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
4537   algorithm: "table_merged_details"
4538   output-file-ext: ".csv"
4539   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_test_configuration_3n_tsh"
4540   columns:
4541   - title: "Name"
4542     data: "data name"
4543   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4544     data: "data conf-history"
4545   rows: "generated"
4546   data: "vpp-perf-results-3n-tsh"
4547   filter: "not 'CFS_OPT'"
4548   parameters:
4549   - "parent"
4550   - "name"
4551   - "conf-history"
4552
4553 # Test configuration - VPP Performance Test Configs 3n-dnv
4554 - type: "table"
4555   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
4556   algorithm: "table_details"
4557   output-file-ext: ".csv"
4558   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_test_configuration_3n_dnv"
4559   columns:
4560   - title: "Name"
4561     data: "data name"
4562   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4563     data: "data conf-history"
4564   rows: "generated"
4565   data: "vpp-perf-results-3n-dnv"
4566   filter: "'NDRPDR'"
4567   parameters:
4568   - "parent"
4569   - "name"
4570   - "conf-history"
4571
4572 # Test configuration - VPP Performance Test Configs 2n-dnv
4573 - type: "table"
4574   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
4575   algorithm: "table_details"
4576   output-file-ext: ".csv"
4577   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
4578   columns:
4579   - title: "Name"
4580     data: "data name"
4581   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4582     data: "data conf-history"
4583   rows: "generated"
4584   data: "vpp-perf-results-2n-dnv"
4585   filter: "'NDRPDR'"
4586   parameters:
4587   - "parent"
4588   - "name"
4589   - "conf-history"
4590
4591 # Test Operational Data - VPP Performance Operational Data 3n-hsw
4592 - type: "table"
4593   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
4594   algorithm: "table_oper_data_html"
4595   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
4596   data: "vpp-perf-results-3n-hsw"
4597   filter: "'NDRPDR'"
4598
4599 # Test Operational Data - VPP Performance Operational Data 3n-skx
4600 - type: "table"
4601   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
4602   algorithm: "table_oper_data_html"
4603   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
4604   data: "vpp-perf-results-3n-skx"
4605   filter: "not 'CFS_OPT'"
4606
4607 # Test Operational Data - VPP Performance Operational Data 2n-skx
4608 - type: "table"
4609   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
4610   algorithm: "table_oper_data_html"
4611   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
4612   data: "vpp-perf-results-2n-skx"
4613   filter: "not 'CFS_OPT'"
4614
4615 # Test Operational Data - VPP Performance Operational Data 2n-clx
4616 - type: "table"
4617   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
4618   algorithm: "table_oper_data_html"
4619   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/vpp_test_operational_2n_clx"
4620   data: "vpp-perf-results-2n-clx"
4621   filter: "not 'CFS_OPT'"
4622
4623 # Test Operational Data - VPP Performance Operational Data 3n-tsh
4624 - type: "table"
4625   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
4626   algorithm: "table_oper_data_html"
4627   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_test_operational_3n_tsh"
4628   data: "vpp-perf-results-3n-tsh"
4629   filter: "not 'CFS_OPT'"
4630
4631 # Test Operational Data - VPP Performance Operational Data 3n-dnv
4632 - type: "table"
4633   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
4634   algorithm: "table_oper_data_html"
4635   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_test_operational_3n_dnv"
4636   data: "vpp-perf-results-3n-dnv"
4637   filter: "'NDRPDR'"
4638
4639 # Test Operational Data - VPP Performance Operational Data 2n-dnv
4640 - type: "table"
4641   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
4642   algorithm: "table_oper_data_html"
4643   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
4644   data: "vpp-perf-results-2n-dnv"
4645   filter: "'NDRPDR'"
4646
4647 # Detailed Test Results - VPP MRR Results 3n-hsw
4648 - type: "table"
4649   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
4650   algorithm: "table_details"
4651   output-file-ext: ".csv"
4652   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4653   columns:
4654   - title: "Name"
4655     data: "data name"
4656   - title: "Status"
4657     data: "data msg"
4658   rows: "generated"
4659   data: "vpp-mrr-results-3n-hsw"
4660   filter: "'MRR'"
4661   parameters:
4662   - "name"
4663   - "parent"
4664   - "msg"
4665
4666 # Detailed Test Results - VPP MRR Results 3n-skx
4667 - type: "table"
4668   title: "Detailed Test Results - VPP MRR Results 3n-skx"
4669   algorithm: "table_details"
4670   output-file-ext: ".csv"
4671   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4672   columns:
4673   - title: "Name"
4674     data: "data name"
4675   - title: "Status"
4676     data: "data msg"
4677   rows: "generated"
4678   data: "vpp-mrr-results-3n-skx"
4679   filter: "'MRR'"
4680   parameters:
4681   - "name"
4682   - "parent"
4683   - "msg"
4684
4685 # Detailed Test Results - VPP MRR Results 2n-skx
4686 - type: "table"
4687   title: "Detailed Test Results - VPP MRR Results 2n-skx"
4688   algorithm: "table_details"
4689   output-file-ext: ".csv"
4690   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4691   columns:
4692   - title: "Name"
4693     data: "data name"
4694   - title: "Status"
4695     data: "data msg"
4696   rows: "generated"
4697   data: "vpp-mrr-results-2n-skx"
4698   filter: "'MRR'"
4699   parameters:
4700   - "name"
4701   - "parent"
4702   - "msg"
4703
4704 # Detailed Test Results - VPP MRR Results 2n-clx
4705 - type: "table"
4706   title: "Detailed Test Results - VPP MRR Results 2n-clx"
4707   algorithm: "table_details"
4708   output-file-ext: ".csv"
4709   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/vpp_mrr_results_2n_clx"
4710   columns:
4711   - title: "Name"
4712     data: "data name"
4713   - title: "Status"
4714     data: "data msg"
4715   rows: "generated"
4716   data: "vpp-mrr-results-2n-clx"
4717   filter: "'MRR'"
4718   parameters:
4719   - "name"
4720   - "parent"
4721   - "msg"
4722
4723 # Detailed Test Results - VPP MRR Results 3n-tsh
4724 - type: "table"
4725   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
4726   algorithm: "table_details"
4727   output-file-ext: ".csv"
4728   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
4729   columns:
4730   - title: "Name"
4731     data: "data name"
4732   - title: "Status"
4733     data: "data msg"
4734   rows: "generated"
4735   data: "vpp-mrr-results-3n-tsh"
4736   filter: "'MRR'"
4737   parameters:
4738   - "name"
4739   - "parent"
4740   - "msg"
4741
4742 # Detailed Test Results - VPP MRR Results 3n-dnv
4743 - type: "table"
4744   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
4745   algorithm: "table_details"
4746   output-file-ext: ".csv"
4747   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
4748   columns:
4749   - title: "Name"
4750     data: "data name"
4751   - title: "Status"
4752     data: "data msg"
4753   rows: "generated"
4754   data: "vpp-mrr-results-3n-dnv"
4755   filter: "'MRR'"
4756   parameters:
4757   - "name"
4758   - "parent"
4759   - "msg"
4760
4761 # Detailed Test Results - VPP MRR Results 2n-dnv
4762 - type: "table"
4763   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
4764   algorithm: "table_details"
4765   output-file-ext: ".csv"
4766   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4767   columns:
4768   - title: "Name"
4769     data: "data name"
4770   - title: "Status"
4771     data: "data msg"
4772   rows: "generated"
4773   data: "vpp-mrr-results-2n-dnv"
4774   filter: "'MRR'"
4775   parameters:
4776   - "name"
4777   - "parent"
4778   - "msg"
4779
4780 # Test configuration - VPP MRR Test Configs 3n-hsw
4781 - type: "table"
4782   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
4783   algorithm: "table_details"
4784   output-file-ext: ".csv"
4785   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
4786   columns:
4787   - title: "Name"
4788     data: "data name"
4789   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4790     data: "data conf-history"
4791   rows: "generated"
4792   data: "vpp-mrr-results-3n-hsw"
4793   filter: "'MRR'"
4794   parameters:
4795   - "parent"
4796   - "name"
4797   - "conf-history"
4798
4799 # Test configuration - VPP MRR Test Configs 3n-skx
4800 - type: "table"
4801   title: "Test configuration - VPP MRR Test Configs 3n-skx"
4802   algorithm: "table_details"
4803   output-file-ext: ".csv"
4804   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
4805   columns:
4806   - title: "Name"
4807     data: "data name"
4808   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4809     data: "data conf-history"
4810   rows: "generated"
4811   data: "vpp-mrr-results-3n-skx"
4812   filter: "'MRR'"
4813   parameters:
4814   - "parent"
4815   - "name"
4816   - "conf-history"
4817
4818 # Test configuration - VPP MRR Test Configs 2n-skx
4819 - type: "table"
4820   title: "Test configuration - VPP MRR Test Configs 2n-skx"
4821   algorithm: "table_details"
4822   output-file-ext: ".csv"
4823   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
4824   columns:
4825   - title: "Name"
4826     data: "data name"
4827   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4828     data: "data conf-history"
4829   rows: "generated"
4830   data: "vpp-mrr-results-2n-skx"
4831   filter: "'MRR'"
4832   parameters:
4833   - "parent"
4834   - "name"
4835   - "conf-history"
4836
4837 # Test configuration - VPP MRR Test Configs 2n-clx
4838 - type: "table"
4839   title: "Test configuration - VPP MRR Test Configs 2n-clx"
4840   algorithm: "table_details"
4841   output-file-ext: ".csv"
4842   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/vpp_mrr_test_configuration_2n_clx"
4843   columns:
4844   - title: "Name"
4845     data: "data name"
4846   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4847     data: "data conf-history"
4848   rows: "generated"
4849   data: "vpp-mrr-results-2n-clx"
4850   filter: "'MRR'"
4851   parameters:
4852   - "parent"
4853   - "name"
4854   - "conf-history"
4855
4856 # Test configuration - VPP MRR Test Configs 3n-tsh
4857 - type: "table"
4858   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
4859   algorithm: "table_details"
4860   output-file-ext: ".csv"
4861   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
4862   columns:
4863   - title: "Name"
4864     data: "data name"
4865   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4866     data: "data conf-history"
4867   rows: "generated"
4868   data: "vpp-mrr-results-3n-tsh"
4869   filter: "'MRR'"
4870   parameters:
4871   - "parent"
4872   - "name"
4873   - "conf-history"
4874
4875 # Test configuration - VPP MRR Test Configs 3n-dnv
4876 - type: "table"
4877   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
4878   algorithm: "table_details"
4879   output-file-ext: ".csv"
4880   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_test_configuration_3n_dnv"
4881   columns:
4882   - title: "Name"
4883     data: "data name"
4884   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4885     data: "data conf-history"
4886   rows: "generated"
4887   data: "vpp-mrr-results-3n-dnv"
4888   filter: "'MRR'"
4889   parameters:
4890   - "parent"
4891   - "name"
4892   - "conf-history"
4893
4894 # Test configuration - VPP MRR Test Configs 2n-dnv
4895 - type: "table"
4896   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
4897   algorithm: "table_details"
4898   output-file-ext: ".csv"
4899   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
4900   columns:
4901   - title: "Name"
4902     data: "data name"
4903   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4904     data: "data conf-history"
4905   rows: "generated"
4906   data: "vpp-mrr-results-2n-dnv"
4907   filter: "'MRR'"
4908   parameters:
4909   - "parent"
4910   - "name"
4911   - "conf-history"
4912
4913 # Detailed Test Results - VPP Device Results - Ubuntu
4914 - type: "table"
4915   title: "Detailed Test Results - VPP Device Results - Ubuntu"
4916   algorithm: "table_details"
4917   output-file-ext: ".csv"
4918   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4919   columns:
4920   - title: "Name"
4921     data: "data name"
4922   - title: "Documentation"
4923     data: "data doc"
4924   - title: "Status"
4925     data: "data status"
4926   rows: "generated"
4927   data: "vpp-device-results-ubuntu"
4928   filter: "all"
4929   parameters:
4930   - "name"
4931   - "parent"
4932   - "doc"
4933   - "status"
4934
4935 # Test configuration - VPP Device Test Configs - Ubuntu
4936 - type: "table"
4937   title: "Test configuration - VPP Device Test Configs - Ubuntu"
4938   algorithm: "table_details"
4939   output-file-ext: ".csv"
4940   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4941   columns:
4942   - title: "Name"
4943     data: "data name"
4944   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4945     data: "data conf-history"
4946   rows: "generated"
4947   data: "vpp-device-results-ubuntu"
4948   filter: "all"
4949   parameters:
4950   - "parent"
4951   - "name"
4952   - "conf-history"
4953
4954 ################################################################################
4955
4956 # DPDK Performance Changes 3n-hsw 1t1c pdr
4957 - type: "table"
4958   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
4959   algorithm: "table_perf_comparison"
4960   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
4961   history:
4962     - title: "rls1904"
4963       data: "dpdk-performance-changes-3n-hsw-h1"
4964   reference:
4965     title: "rls1908"
4966     data: "dpdk-performance-changes-3n-hsw-ref"
4967   compare:
4968     title: "rls2001"
4969     data: "dpdk-performance-changes-3n-hsw-cmp"
4970   data: "dpdk-performance-changes-3n-hsw"
4971   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4972   filter: "'1T1C'"
4973   parameters:
4974   - "name"
4975   - "parent"
4976   - "throughput"
4977
4978 # DPDK Performance Changes 3n-hsw 2t2c pdr
4979 - type: "table"
4980   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
4981   algorithm: "table_perf_comparison"
4982   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
4983   history:
4984     - title: "rls1904"
4985       data: "dpdk-performance-changes-3n-hsw-h1"
4986   reference:
4987     title: "rls1908"
4988     data: "dpdk-performance-changes-3n-hsw-ref"
4989   compare:
4990     title: "rls2001"
4991     data: "dpdk-performance-changes-3n-hsw-cmp"
4992   data: "dpdk-performance-changes-3n-hsw"
4993   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4994   filter: "'2T2C'"
4995   parameters:
4996   - "name"
4997   - "parent"
4998   - "throughput"
4999
5000 # DPDK Performance Changes 3n-hsw 1t1c ndr
5001 - type: "table"
5002   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5003   algorithm: "table_perf_comparison"
5004   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5005   history:
5006     - title: "rls1904"
5007       data: "dpdk-performance-changes-3n-hsw-h1"
5008   reference:
5009     title: "rls1908"
5010     data: "dpdk-performance-changes-3n-hsw-ref"
5011   compare:
5012     title: "rls2001"
5013     data: "dpdk-performance-changes-3n-hsw-cmp"
5014   data: "dpdk-performance-changes-3n-hsw"
5015   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5016   filter: "'1T1C'"
5017   parameters:
5018   - "name"
5019   - "parent"
5020   - "throughput"
5021
5022 # DPDK Performance Changes 3n-hsw 2t2c ndr
5023 - type: "table"
5024   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5025   algorithm: "table_perf_comparison"
5026   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5027   history:
5028     - title: "rls1904"
5029       data: "dpdk-performance-changes-3n-hsw-h1"
5030   reference:
5031     title: "rls1908"
5032     data: "dpdk-performance-changes-3n-hsw-ref"
5033   compare:
5034     title: "rls2001"
5035     data: "dpdk-performance-changes-3n-hsw-cmp"
5036   data: "dpdk-performance-changes-3n-hsw"
5037   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5038   filter: "'2T2C'"
5039   parameters:
5040   - "name"
5041   - "parent"
5042   - "throughput"
5043
5044 # DPDK Performance Changes 3n-skx 2t1c pdr
5045 - type: "table"
5046   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5047   algorithm: "table_perf_comparison"
5048   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5049   history:
5050     - title: "rls1904"
5051       data: "dpdk-performance-changes-3n-skx-h1"
5052   reference:
5053     title: "rls1908"
5054     data: "dpdk-performance-changes-3n-skx-ref"
5055   compare:
5056     title: "rls2001"
5057     data: "dpdk-performance-changes-3n-skx-cmp"
5058   data: "dpdk-performance-changes-3n-skx"
5059   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5060   filter: "'2T1C'"
5061   parameters:
5062   - "name"
5063   - "parent"
5064   - "throughput"
5065
5066 # DPDK Performance Changes 3n-skx 4t2c pdr
5067 - type: "table"
5068   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5069   algorithm: "table_perf_comparison"
5070   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5071   history:
5072     - title: "rls1904"
5073       data: "dpdk-performance-changes-3n-skx-h1"
5074   reference:
5075     title: "rls1908"
5076     data: "dpdk-performance-changes-3n-skx-ref"
5077   compare:
5078     title: "rls2001"
5079     data: "dpdk-performance-changes-3n-skx-cmp"
5080   data: "dpdk-performance-changes-3n-skx"
5081   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5082   filter: "'4T2C'"
5083   parameters:
5084   - "name"
5085   - "parent"
5086   - "throughput"
5087
5088 # DPDK Performance Changes 3n-skx 2t1c ndr
5089 - type: "table"
5090   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5091   algorithm: "table_perf_comparison"
5092   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5093   history:
5094     - title: "rls1904"
5095       data: "dpdk-performance-changes-3n-skx-h1"
5096   reference:
5097     title: "rls1908"
5098     data: "dpdk-performance-changes-3n-skx-ref"
5099   compare:
5100     title: "rls2001"
5101     data: "dpdk-performance-changes-3n-skx-cmp"
5102   data: "dpdk-performance-changes-3n-skx"
5103   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5104   filter: "'2T1C'"
5105   parameters:
5106   - "name"
5107   - "parent"
5108   - "throughput"
5109
5110 # DPDK Performance Changes 3n-skx 4t2c ndr
5111 - type: "table"
5112   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5113   algorithm: "table_perf_comparison"
5114   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5115   history:
5116     - title: "rls1904"
5117       data: "dpdk-performance-changes-3n-skx-h1"
5118   reference:
5119     title: "rls1908"
5120     data: "dpdk-performance-changes-3n-skx-ref"
5121   compare:
5122     title: "rls2001"
5123     data: "dpdk-performance-changes-3n-skx-cmp"
5124   data: "dpdk-performance-changes-3n-skx"
5125   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5126   filter: "'4T2C'"
5127   parameters:
5128   - "name"
5129   - "parent"
5130   - "throughput"
5131
5132 # DPDK Performance Changes 2n-skx 2t1c pdr
5133 - type: "table"
5134   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5135   algorithm: "table_perf_comparison"
5136   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5137   history:
5138     - title: "rls1904"
5139       data: "dpdk-performance-changes-2n-skx-h1"
5140   reference:
5141     title: "rls1908"
5142     data: "dpdk-performance-changes-2n-skx-ref"
5143   compare:
5144     title: "rls2001"
5145     data: "dpdk-performance-changes-2n-skx-cmp"
5146   data: "dpdk-performance-changes-2n-skx"
5147   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5148   filter: "'2T1C'"
5149   parameters:
5150   - "name"
5151   - "parent"
5152   - "throughput"
5153
5154 # DPDK Performance Changes 2n-skx 4t2c pdr
5155 - type: "table"
5156   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5157   algorithm: "table_perf_comparison"
5158   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5159   history:
5160     - title: "rls1904"
5161       data: "dpdk-performance-changes-2n-skx-h1"
5162   reference:
5163     title: "rls1908"
5164     data: "dpdk-performance-changes-2n-skx-ref"
5165   compare:
5166     title: "rls2001"
5167     data: "dpdk-performance-changes-2n-skx-cmp"
5168   data: "dpdk-performance-changes-2n-skx"
5169   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5170   filter: "'4T2C'"
5171   parameters:
5172   - "name"
5173   - "parent"
5174   - "throughput"
5175
5176 # DPDK Performance Changes 2n-skx 2t1c ndr
5177 - type: "table"
5178   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5179   algorithm: "table_perf_comparison"
5180   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5181   history:
5182     - title: "rls1904"
5183       data: "dpdk-performance-changes-2n-skx-h1"
5184   reference:
5185     title: "rls1908"
5186     data: "dpdk-performance-changes-2n-skx-ref"
5187   compare:
5188     title: "rls2001"
5189     data: "dpdk-performance-changes-2n-skx-cmp"
5190   data: "dpdk-performance-changes-2n-skx"
5191   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5192   filter: "'2T1C'"
5193   parameters:
5194   - "name"
5195   - "parent"
5196   - "throughput"
5197
5198 # DPDK Performance Changes 2n-skx 4t2c ndr
5199 - type: "table"
5200   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5201   algorithm: "table_perf_comparison"
5202   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5203   history:
5204     - title: "rls1904"
5205       data: "dpdk-performance-changes-2n-skx-h1"
5206   reference:
5207     title: "rls1908"
5208     data: "dpdk-performance-changes-2n-skx-ref"
5209   compare:
5210     title: "rls2001"
5211     data: "dpdk-performance-changes-2n-skx-cmp"
5212   data: "dpdk-performance-changes-2n-skx"
5213   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5214   filter: "'4T2C'"
5215   parameters:
5216   - "name"
5217   - "parent"
5218   - "throughput"
5219
5220 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
5221 - type: "table"
5222   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
5223   algorithm: "table_perf_comparison"
5224   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
5225   reference:
5226     title: "3-Node Hsw"
5227     data: "dpdk-compare-testbeds-ref"
5228   compare:
5229     title: "3-Node Skx"
5230     data: "dpdk-compare-testbeds-cmp"
5231   data: "dpdk-compare-testbeds"
5232   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5233   filter: "'NIC_Intel-X710'"
5234   parameters:
5235   - "name"
5236   - "parent"
5237   - "throughput"
5238
5239 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
5240 - type: "table"
5241   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
5242   algorithm: "table_perf_comparison"
5243   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
5244   reference:
5245     title: "3-Node Hsw"
5246     data: "dpdk-compare-testbeds-ref"
5247   compare:
5248     title: "3-Node Skx"
5249     data: "dpdk-compare-testbeds-cmp"
5250   data: "dpdk-compare-testbeds"
5251   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5252   filter: "'NIC_Intel-X710'"
5253   parameters:
5254   - "name"
5255   - "parent"
5256   - "throughput"
5257
5258 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
5259 - type: "table"
5260   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
5261   algorithm: "table_perf_comparison"
5262   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
5263   reference:
5264     title: "2-Node Skx"
5265     data: "dpdk-compare-testbeds-skx-clx-ref"
5266   compare:
5267     title: "2-Node Clx"
5268     data: "dpdk-compare-testbeds-skx-clx-cmp"
5269   data: "dpdk-compare-testbeds-skx-clx"
5270   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5271   filter: "'NDRPDR'"
5272   parameters:
5273   - "name"
5274   - "parent"
5275   - "throughput"
5276
5277 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
5278 - type: "table"
5279   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
5280   algorithm: "table_perf_comparison"
5281   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
5282   reference:
5283     title: "2-Node Skx"
5284     data: "dpdk-compare-testbeds-skx-clx-ref"
5285   compare:
5286     title: "2-Node Clx"
5287     data: "dpdk-compare-testbeds-skx-clx-cmp"
5288   data: "dpdk-compare-testbeds-skx-clx"
5289   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5290   filter: "'NDRPDR'"
5291   parameters:
5292   - "name"
5293   - "parent"
5294   - "throughput"
5295
5296 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
5297 - type: "table"
5298   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
5299   algorithm: "table_perf_comparison"
5300   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
5301   reference:
5302     title: "3-Node Skx"
5303     data: "dpdk-compare-topologies-ref"
5304   compare:
5305     title: "2-Node Skx"
5306     data: "dpdk-compare-topologies-cmp"
5307   data: "dpdk-compare-topologies"
5308   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5309   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
5310   parameters:
5311   - "name"
5312   - "parent"
5313   - "throughput"
5314
5315 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5316 - type: "table"
5317   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5318   algorithm: "table_perf_comparison"
5319   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5320   reference:
5321     title: "3-Node Skx"
5322     data: "dpdk-compare-topologies-ref"
5323   compare:
5324     title: "2-Node Skx"
5325     data: "dpdk-compare-topologies-cmp"
5326   data: "dpdk-compare-topologies"
5327   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5328   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
5329   parameters:
5330   - "name"
5331   - "parent"
5332   - "throughput"
5333
5334 # Detailed Test Results - DPDK Performance Results 3n-hsw
5335 - type: "table"
5336   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5337   algorithm: "table_details"
5338   output-file-ext: ".csv"
5339   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5340   columns:
5341   - title: "Name"
5342     data: "data name"
5343   - title: "Status"
5344     data: "data msg"
5345   rows: "generated"
5346   data: "dpdk-perf-results-3n-hsw"
5347   filter: "all"
5348   parameters:
5349   - "name"
5350   - "parent"
5351   - "msg"
5352
5353 # Detailed Test Results - DPDK Performance Results 3n-skx
5354 - type: "table"
5355   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5356   algorithm: "table_details"
5357   output-file-ext: ".csv"
5358   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5359   columns:
5360   - title: "Name"
5361     data: "data name"
5362   - title: "Status"
5363     data: "data msg"
5364   rows: "generated"
5365   data: "dpdk-perf-results-3n-skx"
5366   filter: "all"
5367   parameters:
5368   - "name"
5369   - "parent"
5370   - "msg"
5371
5372 # Detailed Test Results - DPDK Performance Results 2n-skx
5373 - type: "table"
5374   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5375   algorithm: "table_details"
5376   output-file-ext: ".csv"
5377   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5378   columns:
5379   - title: "Name"
5380     data: "data name"
5381   - title: "Status"
5382     data: "data msg"
5383   rows: "generated"
5384   data: "dpdk-perf-results-2n-skx"
5385   filter: "all"
5386   parameters:
5387   - "name"
5388   - "parent"
5389   - "msg"
5390
5391 # Detailed Test Results - DPDK Performance Results 2n-clx
5392 - type: "table"
5393   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5394   algorithm: "table_details"
5395   output-file-ext: ".csv"
5396   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5397   columns:
5398   - title: "Name"
5399     data: "data name"
5400   - title: "Status"
5401     data: "data msg"
5402   rows: "generated"
5403   data: "dpdk-perf-results-2n-clx"
5404   filter: "all"
5405   parameters:
5406   - "name"
5407   - "parent"
5408   - "msg"
5409
5410 ################################################################################
5411 ###                                F I L E S                                 ###
5412 ################################################################################
5413
5414 # VPP Performance Results 3n-hsw
5415 - type: "file"
5416   title: "VPP Performance Results 3n-hsw"
5417   algorithm: "file_test_results"
5418   output-file-ext: ".rst"
5419   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_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,PERF,VPP,3N,HSW]}"
5422   data: "vpp-perf-results-3n-hsw"
5423   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
5424   parameters:
5425   - "name"
5426   - "doc"
5427   - "level"
5428   - "parent"
5429   data-start-level: 3
5430
5431 # VPP Performance Results 3n-skx
5432 - type: "file"
5433   title: "VPP Performance Results 3n-skx"
5434   algorithm: "file_test_results"
5435   output-file-ext: ".rst"
5436   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_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,PERF,VPP,3N,SKX]}"
5439   data: "vpp-perf-results-3n-skx"
5440   filter: "not 'CFS_OPT'"
5441   parameters:
5442   - "name"
5443   - "doc"
5444   - "level"
5445   - "parent"
5446   data-start-level: 3
5447
5448 # VPP Performance Results 2n-skx
5449 - type: "file"
5450   title: "VPP Performance Results 2n-skx"
5451   algorithm: "file_test_results"
5452   output-file-ext: ".rst"
5453   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_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,PERF,VPP,2N,SKX]}"
5456   data: "vpp-perf-results-2n-skx"
5457   filter: "not 'CFS_OPT'"
5458   parameters:
5459   - "name"
5460   - "doc"
5461   - "level"
5462   - "parent"
5463   data-start-level: 3
5464
5465 # VPP Performance Results 2n-clx
5466 - type: "file"
5467   title: "VPP Performance Results 2n-clx"
5468   algorithm: "file_test_results"
5469   output-file-ext: ".rst"
5470   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/vpp_performance_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,PERF,VPP,2N,CLX]}"
5473   data: "vpp-perf-results-2n-clx"
5474   filter: "not 'CFS_OPT'"
5475   parameters:
5476   - "name"
5477   - "doc"
5478   - "level"
5479   - "parent"
5480   data-start-level: 3
5481
5482 # VPP Performance Results 3n-tsh
5483 - type: "file"
5484   title: "VPP Performance Results 3n-tsh"
5485   algorithm: "file_test_results"
5486   output-file-ext: ".rst"
5487   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_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,PERF,VPP,3N,TSH]}"
5490   data: "vpp-perf-results-3n-tsh"
5491   filter: "not 'CFS_OPT'"
5492   parameters:
5493   - "name"
5494   - "doc"
5495   - "level"
5496   - "parent"
5497   data-start-level: 3
5498
5499 # VPP Performance Results 3n-dnv
5500 - type: "file"
5501   title: "VPP Performance Results 3n-dnv"
5502   algorithm: "file_test_results"
5503   output-file-ext: ".rst"
5504   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_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,PERF,VPP,3N,DNV]}"
5507   data: "vpp-perf-results-3n-dnv"
5508   filter: "'NDRPDR'"
5509   parameters:
5510   - "name"
5511   - "doc"
5512   - "level"
5513   - "parent"
5514   data-start-level: 3
5515
5516 # VPP Performance Results 2n-dnv
5517 - type: "file"
5518   title: "VPP Performance Results 2n-dnv"
5519   algorithm: "file_test_results"
5520   output-file-ext: ".rst"
5521   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_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,PERF,VPP,2N,DNV]}"
5524   data: "vpp-perf-results-2n-dnv"
5525   filter: "'NDRPDR'"
5526   parameters:
5527   - "name"
5528   - "doc"
5529   - "level"
5530   - "parent"
5531   data-start-level: 3
5532
5533 # VPP Performance Configuration 3n-hsw
5534 - type: "file"
5535   title: "VPP Performance Configuration 3n-hsw"
5536   algorithm: "file_test_results"
5537   output-file-ext: ".rst"
5538   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_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,PERF,VPP,3N,HSW]}"
5541   data: "vpp-perf-results-3n-hsw"
5542   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
5543   parameters:
5544   - "name"
5545   - "doc"
5546   - "level"
5547   - "parent"
5548   data-start-level: 3
5549
5550 # VPP Performance Configuration 3n-skx
5551 - type: "file"
5552   title: "VPP Performance Configuration 3n-skx"
5553   algorithm: "file_test_results"
5554   output-file-ext: ".rst"
5555   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_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,PERF,VPP,3N,SKX]}"
5558   data: "vpp-perf-results-3n-skx"
5559   filter: "not 'CFS_OPT'"
5560   parameters:
5561   - "name"
5562   - "doc"
5563   - "level"
5564   - "parent"
5565   data-start-level: 3
5566
5567 # VPP Performance Configuration 2n-skx
5568 - type: "file"
5569   title: "VPP Performance Configuration 2n-skx"
5570   algorithm: "file_test_results"
5571   output-file-ext: ".rst"
5572   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_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,PERF,VPP,2N,SKX]}"
5575   data: "vpp-perf-results-2n-skx"
5576   filter: "not 'CFS_OPT'"
5577   parameters:
5578   - "name"
5579   - "doc"
5580   - "level"
5581   - "parent"
5582   data-start-level: 3
5583
5584 # VPP Performance Configuration 2n-clx
5585 - type: "file"
5586   title: "VPP Performance Configuration 2n-clx"
5587   algorithm: "file_test_results"
5588   output-file-ext: ".rst"
5589   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/vpp_performance_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,PERF,VPP,2N,CLX]}"
5592   data: "vpp-perf-results-2n-clx"
5593   filter: "not 'CFS_OPT'"
5594   parameters:
5595   - "name"
5596   - "doc"
5597   - "level"
5598   - "parent"
5599   data-start-level: 3
5600
5601 # VPP Performance Configuration 3n-tsh
5602 - type: "file"
5603   title: "VPP Performance Configuration 3n-tsh"
5604   algorithm: "file_test_results"
5605   output-file-ext: ".rst"
5606   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_performance_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,PERF,VPP,3N,TSH]}"
5609   data: "vpp-perf-results-3n-tsh"
5610   filter: "not 'CFS_OPT'"
5611   parameters:
5612   - "name"
5613   - "doc"
5614   - "level"
5615   - "parent"
5616   data-start-level: 3
5617
5618 # VPP Performance Configuration 3n-dnv
5619 - type: "file"
5620   title: "VPP Performance Configuration 3n-dnv"
5621   algorithm: "file_test_results"
5622   output-file-ext: ".rst"
5623   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_performance_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,PERF,VPP,3N,DNV]}"
5626   data: "vpp-perf-results-3n-dnv"
5627   filter: "'NDRPDR'"
5628   parameters:
5629   - "name"
5630   - "doc"
5631   - "level"
5632   - "parent"
5633   data-start-level: 3
5634
5635 # VPP Performance Configuration 2n-dnv
5636 - type: "file"
5637   title: "VPP Performance Configuration 2n-dnv"
5638   algorithm: "file_test_results"
5639   output-file-ext: ".rst"
5640   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_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,PERF,VPP,2N,DNV]}"
5643   data: "vpp-perf-results-2n-dnv"
5644   filter: "'NDRPDR'"
5645   parameters:
5646   - "name"
5647   - "doc"
5648   - "level"
5649   - "parent"
5650   data-start-level: 3
5651
5652 # VPP Performance Operational Data 3n-hsw
5653 - type: "file"
5654   title: "VPP Performance Operational Data 3n-hsw"
5655   algorithm: "file_test_results_html"
5656   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
5657   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"
5658   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
5659   data: "vpp-perf-results-3n-hsw"
5660   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
5661   data-start-level: 3
5662
5663 # VPP Performance Operational Data 3n-skx
5664 - type: "file"
5665   title: "VPP Performance Operational Data 3n-skx"
5666   algorithm: "file_test_results_html"
5667   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
5668   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"
5669   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
5670   data: "vpp-perf-results-3n-skx"
5671   filter: "not 'CFS_OPT'"
5672   data-start-level: 3
5673
5674 # VPP Performance Operational Data 2n-skx
5675 - type: "file"
5676   title: "VPP Performance Operational Data 2n-skx"
5677   algorithm: "file_test_results_html"
5678   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
5679   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"
5680   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
5681   data: "vpp-perf-results-2n-skx"
5682   filter: "not 'CFS_OPT'"
5683   data-start-level: 3
5684
5685 # VPP Performance Operational Data 2n-clx
5686 - type: "file"
5687   title: "VPP Performance Operational Data 2n-clx"
5688   algorithm: "file_test_results_html"
5689   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/vpp_performance_operational_data_2n_clx"
5690   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"
5691   dir-tables: "{DIR[DTO,PERF,VPP,2N,CLX]}"
5692   data: "vpp-perf-results-2n-clx"
5693   filter: "not 'CFS_OPT'"
5694   data-start-level: 3
5695
5696 # VPP Performance Operational Data 3n-tsh
5697 - type: "file"
5698   title: "VPP Performance Operational Data 3n-tsh"
5699   algorithm: "file_test_results_html"
5700   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_performance_operational_data_3n_tsh"
5701   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"
5702   dir-tables: "{DIR[DTO,PERF,VPP,3N,TSH]}"
5703   data: "vpp-perf-results-3n-tsh"
5704   filter: "not 'CFS_OPT'"
5705   data-start-level: 3
5706
5707 # VPP Performance Operational Data 3n-dnv
5708 - type: "file"
5709   title: "VPP Performance Operational Data 3n-dnv"
5710   algorithm: "file_test_results_html"
5711   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_performance_operational_data_3n_dnv"
5712   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"
5713   dir-tables: "{DIR[DTO,PERF,VPP,3N,DNV]}"
5714   data: "vpp-perf-results-3n-dnv"
5715   filter: "'NDRPDR'"
5716   data-start-level: 3
5717
5718 # VPP Performance Operational Data 2n-dnv
5719 - type: "file"
5720   title: "VPP Performance Operational Data 2n-dnv"
5721   algorithm: "file_test_results_html"
5722   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
5723   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"
5724   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
5725   data: "vpp-perf-results-2n-dnv"
5726   filter: "'NDRPDR'"
5727   data-start-level: 3
5728
5729 # VPP MRR Results 3n-hsw
5730 - type: "file"
5731   title: "VPP MRR Results 3n-hsw"
5732   algorithm: "file_test_results"
5733   output-file-ext: ".rst"
5734   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
5735   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"
5736   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
5737   data: "vpp-mrr-results-3n-hsw"
5738   filter: "'MRR'"
5739   parameters:
5740   - "name"
5741   - "doc"
5742   - "level"
5743   - "parent"
5744   data-start-level: 3
5745
5746 # VPP MRR Results 3n-skx
5747 - type: "file"
5748   title: "VPP MRR Results 3n-skx"
5749   algorithm: "file_test_results"
5750   output-file-ext: ".rst"
5751   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
5752   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"
5753   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
5754   data: "vpp-mrr-results-3n-skx"
5755   filter: "'MRR'"
5756   parameters:
5757   - "name"
5758   - "doc"
5759   - "level"
5760   - "parent"
5761   data-start-level: 3
5762
5763 # VPP MRR Results 2n-skx
5764 - type: "file"
5765   title: "VPP MRR Results 2n-skx"
5766   algorithm: "file_test_results"
5767   output-file-ext: ".rst"
5768   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
5769   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"
5770   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
5771   data: "vpp-mrr-results-2n-skx"
5772   filter: "all"
5773   parameters:
5774   - "name"
5775   - "doc"
5776   - "level"
5777   - "parent"
5778   data-start-level: 3
5779
5780 # VPP MRR Results 2n-clx
5781 - type: "file"
5782   title: "VPP MRR Results 2n-clx"
5783   algorithm: "file_test_results"
5784   output-file-ext: ".rst"
5785   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/vpp_mrr_results_2n_clx"
5786   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"
5787   dir-tables: "{DIR[DTR,MRR,VPP,2N,CLX]}"
5788   data: "vpp-mrr-results-2n-clx"
5789   filter: "all"
5790   parameters:
5791   - "name"
5792   - "doc"
5793   - "level"
5794   - "parent"
5795   data-start-level: 3
5796
5797 # VPP MRR Results 3n-tsh
5798 - type: "file"
5799   title: "VPP MRR Results 3n-tsh"
5800   algorithm: "file_test_results"
5801   output-file-ext: ".rst"
5802   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
5803   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"
5804   dir-tables: "{DIR[DTR,MRR,VPP,3N,TSH]}"
5805   data: "vpp-mrr-results-3n-tsh"
5806   filter: "'MRR'"
5807   parameters:
5808   - "name"
5809   - "doc"
5810   - "level"
5811   - "parent"
5812   data-start-level: 3
5813
5814 # VPP MRR Results 3n-dnv
5815 - type: "file"
5816   title: "VPP MRR Results 3n-dnv"
5817   algorithm: "file_test_results"
5818   output-file-ext: ".rst"
5819   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
5820   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"
5821   dir-tables: "{DIR[DTR,MRR,VPP,3N,DNV]}"
5822   data: "vpp-mrr-results-3n-dnv"
5823   filter: "'MRR'"
5824   parameters:
5825   - "name"
5826   - "doc"
5827   - "level"
5828   - "parent"
5829   data-start-level: 3
5830
5831 # VPP MRR Results 2n-dnv
5832 - type: "file"
5833   title: "VPP MRR Results 2n-dnv"
5834   algorithm: "file_test_results"
5835   output-file-ext: ".rst"
5836   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
5837   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"
5838   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
5839   data: "vpp-mrr-results-2n-dnv"
5840   filter: "'MRR'"
5841   parameters:
5842   - "name"
5843   - "doc"
5844   - "level"
5845   - "parent"
5846   data-start-level: 3
5847
5848 # VPP MRR Configuration 3n-hsw
5849 - type: "file"
5850   title: "VPP MRR Configuration 3n-hsw"
5851   algorithm: "file_test_results"
5852   output-file-ext: ".rst"
5853   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
5854   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"
5855   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
5856   data: "vpp-mrr-results-3n-hsw"
5857   filter: "'MRR'"
5858   parameters:
5859   - "name"
5860   - "doc"
5861   - "level"
5862   - "parent"
5863   data-start-level: 3
5864
5865 # VPP MRR Configuration 3n-skx
5866 - type: "file"
5867   title: "VPP MRR Configuration 3n-skx"
5868   algorithm: "file_test_results"
5869   output-file-ext: ".rst"
5870   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
5871   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"
5872   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
5873   data: "vpp-mrr-results-3n-skx"
5874   filter: "'MRR'"
5875   parameters:
5876   - "name"
5877   - "doc"
5878   - "level"
5879   - "parent"
5880   data-start-level: 3
5881
5882 # VPP MRR Configuration 2n-skx
5883 - type: "file"
5884   title: "VPP MRR Configuration 2n-skx"
5885   algorithm: "file_test_results"
5886   output-file-ext: ".rst"
5887   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
5888   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"
5889   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
5890   data: "vpp-mrr-results-2n-skx"
5891   filter: "'MRR'"
5892   parameters:
5893   - "name"
5894   - "doc"
5895   - "level"
5896   - "parent"
5897   data-start-level: 3
5898
5899 # VPP MRR Configuration 2n-clx
5900 - type: "file"
5901   title: "VPP MRR Configuration 2n-clx"
5902   algorithm: "file_test_results"
5903   output-file-ext: ".rst"
5904   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/vpp_mrr_configuration_2n_clx"
5905   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"
5906   dir-tables: "{DIR[DTC,MRR,VPP,2N,CLX]}"
5907   data: "vpp-mrr-results-2n-clx"
5908   filter: "'MRR'"
5909   parameters:
5910   - "name"
5911   - "doc"
5912   - "level"
5913   - "parent"
5914   data-start-level: 3
5915
5916 # VPP MRR Configuration 3n-tsh
5917 - type: "file"
5918   title: "VPP MRR Configuration 3n-tsh"
5919   algorithm: "file_test_results"
5920   output-file-ext: ".rst"
5921   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
5922   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"
5923   dir-tables: "{DIR[DTC,MRR,VPP,3N,TSH]}"
5924   data: "vpp-mrr-results-3n-tsh"
5925   filter: "'MRR'"
5926   parameters:
5927   - "name"
5928   - "doc"
5929   - "level"
5930   - "parent"
5931   data-start-level: 3
5932
5933 # VPP MRR Configuration 3n-dnv
5934 - type: "file"
5935   title: "VPP MRR Configuration 3n-dnv"
5936   algorithm: "file_test_results"
5937   output-file-ext: ".rst"
5938   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_configuration_3n_dnv"
5939   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"
5940   dir-tables: "{DIR[DTC,MRR,VPP,3N,DNV]}"
5941   data: "vpp-mrr-results-3n-dnv"
5942   filter: "'MRR'"
5943   parameters:
5944   - "name"
5945   - "doc"
5946   - "level"
5947   - "parent"
5948   data-start-level: 3
5949
5950 # VPP MRR Configuration 2n-dnv
5951 - type: "file"
5952   title: "VPP MRR Configuration 2n-dnv"
5953   algorithm: "file_test_results"
5954   output-file-ext: ".rst"
5955   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
5956   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"
5957   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
5958   data: "vpp-mrr-results-2n-dnv"
5959   filter: "'MRR'"
5960   parameters:
5961   - "name"
5962   - "doc"
5963   - "level"
5964   - "parent"
5965   data-start-level: 3
5966
5967 # VPP Device Results - Ubuntu
5968 - type: "file"
5969   title: "VPP Device Results - Ubuntu"
5970   algorithm: "file_test_results"
5971   output-file-ext: ".rst"
5972   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5973   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"
5974   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5975   data: "vpp-device-results-ubuntu"
5976   filter: "all"
5977   parameters:
5978   - "name"
5979   - "doc"
5980   - "level"
5981   - "parent"
5982   data-start-level: 2
5983
5984 # VPP Device Configuration - Ubuntu
5985 - type: "file"
5986   title: "VPP Device Configuration - Ubuntu"
5987   algorithm: "file_test_results"
5988   output-file-ext: ".rst"
5989   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5990   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"
5991   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5992   data: "vpp-device-results-ubuntu"
5993   filter: "all"
5994   parameters:
5995   - "name"
5996   - "doc"
5997   - "level"
5998   - "parent"
5999   data-start-level: 2
6000
6001 # DPDK Performance Results 3n-hsw
6002 - type: "file"
6003   title: "DPDK Performance Results 3n-hsw"
6004   algorithm: "file_test_results"
6005   output-file-ext: ".rst"
6006   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6007   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"
6008   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6009   data: "dpdk-perf-results-3n-hsw"
6010   filter: "all"
6011   parameters:
6012   - "name"
6013   - "doc"
6014   - "level"
6015   - "parent"
6016   data-start-level: 3
6017
6018 # DPDK Performance Results 3n-skx
6019 - type: "file"
6020   title: "DPDK Performance Results 3n-skx"
6021   algorithm: "file_test_results"
6022   output-file-ext: ".rst"
6023   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6024   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"
6025   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6026   data: "dpdk-perf-results-3n-skx"
6027   filter: "all"
6028   parameters:
6029   - "name"
6030   - "doc"
6031   - "level"
6032   - "parent"
6033   data-start-level: 3
6034
6035 # DPDK Performance Results 2n-skx
6036 - type: "file"
6037   title: "DPDK Performance Results 2n-skx"
6038   algorithm: "file_test_results"
6039   output-file-ext: ".rst"
6040   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6041   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"
6042   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6043   data: "dpdk-perf-results-2n-skx"
6044   filter: "all"
6045   parameters:
6046   - "name"
6047   - "doc"
6048   - "level"
6049   - "parent"
6050   data-start-level: 3
6051
6052 # DPDK Performance Results 2n-clx
6053 - type: "file"
6054   title: "DPDK Performance Results 2n-clx"
6055   algorithm: "file_test_results"
6056   output-file-ext: ".rst"
6057   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6058   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"
6059   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6060   data: "dpdk-perf-results-2n-clx"
6061   filter: "all"
6062   parameters:
6063   - "name"
6064   - "doc"
6065   - "level"
6066   - "parent"
6067   data-start-level: 3
6068
6069 ################################################################################
6070 ###                                P L O T S                                 ###
6071 ################################################################################
6072
6073 # Plots VPP HTTP Server Performance
6074 - type: "plot"
6075   title: "VPP HTTP Server Performance"
6076   algorithm: "plot_http_server_perf_box"
6077   output-file-type: ".html"
6078   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6079   data:
6080     "plot-vpp-http-server-performance"
6081   # Keep this formatting, the filter is enclosed with " (quotation mark) and
6082   # each tag is enclosed with ' (apostrophe).
6083   filter: "'HTTP' and 'TCP_CPS'"
6084   parameters:
6085   - "result"
6086   - "name"
6087   traces:
6088     hoverinfo: "y+name"
6089     boxpoints: "outliers"
6090     whiskerwidth: 0
6091   layout:
6092     title: "VPP HTTP Server Performance"
6093     layout:
6094       "plot-cps"
6095
6096 - type: "plot"
6097   title: "VPP HTTP Server Performance"
6098   algorithm: "plot_http_server_perf_box"
6099   output-file-type: ".html"
6100   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6101   data:
6102     "plot-vpp-http-server-performance"
6103   filter: "'HTTP' and 'TCP_RPS'"
6104   parameters:
6105   - "result"
6106   - "name"
6107   traces:
6108     hoverinfo: "y+name"
6109     boxpoints: "outliers"
6110     whiskerwidth: 0
6111   layout:
6112     title: "VPP HTTP Server Performance"
6113     layout:
6114       "plot-rps"
6115
6116 ################################################################################
6117
6118 # Soak Test (PLRsearch), boxes
6119 - type: "plot"
6120   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6121   algorithm: "plot_perf_box_name"
6122   output-file-type: ".html"
6123   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6124   data: "plot-vpp-soak-2n-skx"
6125   include:
6126     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Soak.64B-2t1c-avf-eth-l2patch-soak"
6127     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6128     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6129     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Soak.64B-2t1c-eth-l2patch-soak"
6130     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6131     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6132   layout:
6133     title: "30 Minutes Soak Test (PLRsearch)"
6134     layout: "plot-soak-throughput"
6135
6136 # Soak Test (PLRsearch), boxes
6137 - type: "plot"
6138   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6139   algorithm: "plot_perf_box_name"
6140   output-file-type: ".html"
6141   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6142   data: "plot-vpp-soak-2n-skx"
6143   include:
6144     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-soak"
6145     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6146     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6147     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6148     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6149     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6150   layout:
6151     title: "30 Minutes Soak Test (PLRsearch)"
6152     layout: "plot-soak-throughput"
6153
6154 ###############################################################################
6155
6156 - type: "plot"
6157   title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6158   algorithm: "plot_nf_reconf_box_name"
6159   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6160   data: "plot-vpp-nfv-reconf-2n-skx"
6161   include:
6162     - "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"
6163     - "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"
6164     - "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"
6165     - "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"
6166     - "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"
6167     - "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"
6168   layout:
6169     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6170     layout: "plot-throughput"
6171
6172 - type: "plot"
6173   title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6174   algorithm: "plot_nf_reconf_box_name"
6175   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6176   data: "plot-vpp-nfv-reconf-2n-skx"
6177   include:
6178     - "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"
6179     - "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"
6180     - "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"
6181     - "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"
6182     - "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"
6183     - "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"
6184   layout:
6185     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6186     layout: "plot-throughput"
6187
6188 - type: "plot"
6189   title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6190   algorithm: "plot_nf_reconf_box_name"
6191   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6192   data: "plot-vpp-nfv-reconf-2n-skx"
6193   include:
6194     - "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"
6195     - "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"
6196     - "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"
6197     - "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"
6198     - "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"
6199     - "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"
6200   layout:
6201     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6202     layout: "plot-throughput"
6203
6204 ###############################################################################
6205 # Plots - NF Density - VSC - MRR 64b
6206 - type: "plot"
6207   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6208   algorithm: "plot_nf_heatmap"
6209   output-file-type: ".html"
6210   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6211   data: "plot-vpp-nfv-2n-skx-mrr"
6212   filter: "'NIC_Intel-XXV710' and
6213            'NF_DENSITY' and
6214            'VHOST' and
6215            not 'VXLAN' and
6216            'CHAIN' and
6217            'NF_VPPIP4' and
6218            '64B' and
6219            '2T1C' and
6220            'MRR'"
6221   parameters:
6222   - "result"
6223   - "name"
6224   - "tags"
6225   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6226   x-axis: "X = VNFs per Service Chain"
6227   y-axis: "Y = Number of Service Chains"
6228   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6229   layout:
6230     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6231     layout: "plot-service-density"
6232
6233 - type: "plot"
6234   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6235   algorithm: "plot_nf_heatmap"
6236   output-file-type: ".html"
6237   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6238   data: "plot-vpp-nfv-2n-skx-mrr"
6239   filter: "'NIC_Intel-XXV710' and
6240            'NF_DENSITY' and
6241            'VHOST' and
6242            not 'VXLAN' and
6243            'CHAIN' and
6244            'NF_VPPIP4' and
6245            '64B' and
6246            '4T2C' and
6247            'MRR'"
6248   parameters:
6249   - "result"
6250   - "name"
6251   - "tags"
6252   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6253   x-axis: "X = VNFs per Service Chain"
6254   y-axis: "Y = Number of Service Chains"
6255   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6256   layout:
6257     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6258     layout: "plot-service-density"
6259
6260 - type: "plot"
6261   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6262   algorithm: "plot_nf_heatmap"
6263   output-file-type: ".html"
6264   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6265   data: "plot-vpp-nfv-2n-skx-mrr"
6266   filter: "'NIC_Intel-XXV710' and
6267            'NF_DENSITY' and
6268            'VHOST' and
6269            not 'VXLAN' and
6270            'CHAIN' and
6271            'NF_VPPIP4' and
6272            '64B' and
6273            '8T4C' and
6274            'MRR'"
6275   parameters:
6276   - "result"
6277   - "name"
6278   - "tags"
6279   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6280   x-axis: "X = VNFs per Service Chain"
6281   y-axis: "Y = Number of Service Chains"
6282   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6283   layout:
6284     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6285     layout: "plot-service-density"
6286
6287 # Plots - NF Density - VSC - MRR IMIX
6288 - type: "plot"
6289   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6290   algorithm: "plot_nf_heatmap"
6291   output-file-type: ".html"
6292   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6293   data: "plot-vpp-nfv-2n-skx-mrr"
6294   filter: "'NIC_Intel-XXV710' and
6295            'NF_DENSITY' and
6296            'VHOST' and
6297            not 'VXLAN' and
6298            'CHAIN' and
6299            'NF_VPPIP4' and
6300            'IMIX' and
6301            '2T1C' and
6302            'MRR'"
6303   parameters:
6304   - "result"
6305   - "name"
6306   - "tags"
6307   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6308   x-axis: "X = VNFs per Service Chain"
6309   y-axis: "Y = Number of Service Chains"
6310   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6311   layout:
6312     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6313     layout: "plot-service-density"
6314
6315 - type: "plot"
6316   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6317   algorithm: "plot_nf_heatmap"
6318   output-file-type: ".html"
6319   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6320   data: "plot-vpp-nfv-2n-skx-mrr"
6321   filter: "'NIC_Intel-XXV710' and
6322            'NF_DENSITY' and
6323            'VHOST' and
6324            not 'VXLAN' and
6325            'CHAIN' and
6326            'NF_VPPIP4' and
6327            'IMIX' and
6328            '4T2C' and
6329            'MRR'"
6330   parameters:
6331   - "result"
6332   - "name"
6333   - "tags"
6334   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6335   x-axis: "X = VNFs per Service Chain"
6336   y-axis: "Y = Number of Service Chains"
6337   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6338   layout:
6339     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6340     layout: "plot-service-density"
6341
6342 - type: "plot"
6343   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6344   algorithm: "plot_nf_heatmap"
6345   output-file-type: ".html"
6346   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6347   data: "plot-vpp-nfv-2n-skx-mrr"
6348   filter: "'NIC_Intel-XXV710' and
6349            'NF_DENSITY' and
6350            'VHOST' and
6351            not 'VXLAN' and
6352            'CHAIN' and
6353            'NF_VPPIP4' and
6354            'IMIX' and
6355            '8T4C' and
6356            'MRR'"
6357   parameters:
6358   - "result"
6359   - "name"
6360   - "tags"
6361   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6362   x-axis: "X = VNFs per Service Chain"
6363   y-axis: "Y = Number of Service Chains"
6364   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6365   layout:
6366     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6367     layout: "plot-service-density"
6368
6369 # Plots - NF Density - VSC - NDR 64b
6370 - type: "plot"
6371   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6372   algorithm: "plot_nf_heatmap"
6373   output-file-type: ".html"
6374   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6375   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6376   filter: "'NIC_Intel-XXV710' and
6377            'NF_DENSITY' and
6378            'VHOST' and
6379            not 'VXLAN' and
6380            'CHAIN' and
6381            'NF_VPPIP4' and
6382            '64B' and
6383            '2T1C' and
6384            'NDRPDR'"
6385   parameters:
6386   - "throughput"
6387   - "name"
6388   - "tags"
6389   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6390   x-axis: "X = VNFs per Service Chain"
6391   y-axis: "Y = Number of Service Chains"
6392   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6393   layout:
6394     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6395     layout: "plot-service-density"
6396
6397 - type: "plot"
6398   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6399   algorithm: "plot_nf_heatmap"
6400   output-file-type: ".html"
6401   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6402   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6403   filter: "'NIC_Intel-XXV710' and
6404            'NF_DENSITY' and
6405            'VHOST' and
6406            not 'VXLAN' and
6407            'CHAIN' and
6408            'NF_VPPIP4' and
6409            '64B' and
6410            '4T2C' and
6411            'NDRPDR'"
6412   parameters:
6413   - "throughput"
6414   - "name"
6415   - "tags"
6416   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6417   x-axis: "X = VNFs per Service Chain"
6418   y-axis: "Y = Number of Service Chains"
6419   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6420   layout:
6421     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6422     layout: "plot-service-density"
6423
6424 - type: "plot"
6425   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6426   algorithm: "plot_nf_heatmap"
6427   output-file-type: ".html"
6428   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6429   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6430   filter: "'NIC_Intel-XXV710' and
6431            'NF_DENSITY' and
6432            'VHOST' and
6433            not 'VXLAN' and
6434            'CHAIN' and
6435            'NF_VPPIP4' and
6436            '64B' and
6437            '8T4C' and
6438            'NDRPDR'"
6439   parameters:
6440   - "throughput"
6441   - "name"
6442   - "tags"
6443   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6444   x-axis: "X = VNFs per Service Chain"
6445   y-axis: "Y = Number of Service Chains"
6446   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6447   layout:
6448     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6449     layout: "plot-service-density"
6450
6451 # Plots - NF Density - VSC - NDR IMIX
6452 - type: "plot"
6453   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6454   algorithm: "plot_nf_heatmap"
6455   output-file-type: ".html"
6456   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6457   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6458   filter: "'NIC_Intel-XXV710' and
6459            'NF_DENSITY' and
6460            'VHOST' and
6461            not 'VXLAN' and
6462            'CHAIN' and
6463            'NF_VPPIP4' and
6464            'IMIX' and
6465            '2T1C' and
6466            'NDRPDR'"
6467   parameters:
6468   - "throughput"
6469   - "name"
6470   - "tags"
6471   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6472   x-axis: "X = VNFs per Service Chain"
6473   y-axis: "Y = Number of Service Chains"
6474   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6475   layout:
6476     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6477     layout: "plot-service-density"
6478
6479 - type: "plot"
6480   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6481   algorithm: "plot_nf_heatmap"
6482   output-file-type: ".html"
6483   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6484   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6485   filter: "'NIC_Intel-XXV710' and
6486            'NF_DENSITY' and
6487            'VHOST' and
6488            not 'VXLAN' and
6489            'CHAIN' and
6490            'NF_VPPIP4' and
6491            'IMIX' and
6492            '4T2C' and
6493            'NDRPDR'"
6494   parameters:
6495   - "throughput"
6496   - "name"
6497   - "tags"
6498   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6499   x-axis: "X = VNFs per Service Chain"
6500   y-axis: "Y = Number of Service Chains"
6501   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6502   layout:
6503     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6504     layout: "plot-service-density"
6505
6506 - type: "plot"
6507   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6508   algorithm: "plot_nf_heatmap"
6509   output-file-type: ".html"
6510   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6511   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6512   filter: "'NIC_Intel-XXV710' and
6513            'NF_DENSITY' and
6514            'VHOST' and
6515            not 'VXLAN' and
6516            'CHAIN' and
6517            'NF_VPPIP4' and
6518            'IMIX' and
6519            '8T4C' and
6520            'NDRPDR'"
6521   parameters:
6522   - "throughput"
6523   - "name"
6524   - "tags"
6525   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6526   x-axis: "X = VNFs per Service Chain"
6527   y-axis: "Y = Number of Service Chains"
6528   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6529   layout:
6530     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6531     layout: "plot-service-density"
6532
6533 # Plots - NF Density - VSC - PDR 64b
6534 - type: "plot"
6535   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6536   algorithm: "plot_nf_heatmap"
6537   output-file-type: ".html"
6538   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6539   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6540   filter: "'NIC_Intel-XXV710' and
6541            'NF_DENSITY' and
6542            'VHOST' and
6543            not 'VXLAN' and
6544            'CHAIN' and
6545            'NF_VPPIP4' and
6546            '64B' and
6547            '2T1C' and
6548            'NDRPDR'"
6549   parameters:
6550   - "throughput"
6551   - "name"
6552   - "tags"
6553   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6554   x-axis: "X = VNFs per Service Chain"
6555   y-axis: "Y = Number of Service Chains"
6556   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6557   layout:
6558     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6559     layout: "plot-service-density"
6560
6561 - type: "plot"
6562   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6563   algorithm: "plot_nf_heatmap"
6564   output-file-type: ".html"
6565   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6566   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6567   filter: "'NIC_Intel-XXV710' and
6568            'NF_DENSITY' and
6569            'VHOST' and
6570            not 'VXLAN' and
6571            'CHAIN' and
6572            'NF_VPPIP4' and
6573            '64B' and
6574            '4T2C' and
6575            'NDRPDR'"
6576   parameters:
6577   - "throughput"
6578   - "name"
6579   - "tags"
6580   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6581   x-axis: "X = VNFs per Service Chain"
6582   y-axis: "Y = Number of Service Chains"
6583   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6584   layout:
6585     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6586     layout: "plot-service-density"
6587
6588 - type: "plot"
6589   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6590   algorithm: "plot_nf_heatmap"
6591   output-file-type: ".html"
6592   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
6593   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6594   filter: "'NIC_Intel-XXV710' and
6595            'NF_DENSITY' and
6596            'VHOST' and
6597            not 'VXLAN' and
6598            'CHAIN' and
6599            'NF_VPPIP4' and
6600            '64B' and
6601            '8T4C' and
6602            'NDRPDR'"
6603   parameters:
6604   - "throughput"
6605   - "name"
6606   - "tags"
6607   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6608   x-axis: "X = VNFs per Service Chain"
6609   y-axis: "Y = Number of Service Chains"
6610   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6611   layout:
6612     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6613     layout: "plot-service-density"
6614
6615 # Plots - NF Density - VSC - PDR IMIX
6616 - type: "plot"
6617   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6618   algorithm: "plot_nf_heatmap"
6619   output-file-type: ".html"
6620   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6621   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6622   filter: "'NIC_Intel-XXV710' and
6623            'NF_DENSITY' and
6624            'VHOST' and
6625            not 'VXLAN' and
6626            'CHAIN' and
6627            'NF_VPPIP4' and
6628            'IMIX' and
6629            '2T1C' and
6630            'NDRPDR'"
6631   parameters:
6632   - "throughput"
6633   - "name"
6634   - "tags"
6635   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6636   x-axis: "X = VNFs per Service Chain"
6637   y-axis: "Y = Number of Service Chains"
6638   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6639   layout:
6640     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6641     layout: "plot-service-density"
6642
6643 - type: "plot"
6644   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6645   algorithm: "plot_nf_heatmap"
6646   output-file-type: ".html"
6647   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
6648   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6649   filter: "'NIC_Intel-XXV710' and
6650            'NF_DENSITY' and
6651            'VHOST' and
6652            not 'VXLAN' and
6653            'CHAIN' and
6654            'NF_VPPIP4' and
6655            'IMIX' and
6656            '4T2C' and
6657            'NDRPDR'"
6658   parameters:
6659   - "throughput"
6660   - "name"
6661   - "tags"
6662   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6663   x-axis: "X = VNFs per Service Chain"
6664   y-axis: "Y = Number of Service Chains"
6665   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6666   layout:
6667     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6668     layout: "plot-service-density"
6669
6670 - type: "plot"
6671   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6672   algorithm: "plot_nf_heatmap"
6673   output-file-type: ".html"
6674   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
6675   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6676   filter: "'NIC_Intel-XXV710' and
6677            'NF_DENSITY' and
6678            'VHOST' and
6679            not 'VXLAN' and
6680            'CHAIN' and
6681            'NF_VPPIP4' and
6682            'IMIX' and
6683            '8T4C' and
6684            'NDRPDR'"
6685   parameters:
6686   - "throughput"
6687   - "name"
6688   - "tags"
6689   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6690   x-axis: "X = VNFs per Service Chain"
6691   y-axis: "Y = Number of Service Chains"
6692   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6693   layout:
6694     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6695     layout: "plot-service-density"
6696
6697 ###############################################################################
6698 # Plots - NF Density - VSC - MRR 64b
6699 - type: "plot"
6700   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6701   algorithm: "plot_nf_heatmap"
6702   output-file-type: ".html"
6703   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
6704   data: "plot-vpp-nfv-2n-skx-mrr"
6705   filter: "'NIC_Intel-XXV710' and
6706            'NF_DENSITY' and
6707            'VHOST' and
6708            'VXLAN' and
6709            'CHAIN' and
6710            '118' and
6711            '2T1C' and
6712            'MRR'"
6713   parameters:
6714   - "result"
6715   - "name"
6716   - "tags"
6717   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6718   x-axis: "X = VNFs per Service Chain"
6719   y-axis: "Y = Number of Service Chains"
6720   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6721   layout:
6722     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6723     layout: "plot-service-density"
6724
6725 - type: "plot"
6726   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6727   algorithm: "plot_nf_heatmap"
6728   output-file-type: ".html"
6729   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
6730   data: "plot-vpp-nfv-2n-skx-mrr"
6731   filter: "'NIC_Intel-XXV710' and
6732            'NF_DENSITY' and
6733            'VHOST' and
6734            'VXLAN' and
6735            'CHAIN' and
6736            '118' and
6737            '4T2C' and
6738            'MRR'"
6739   parameters:
6740   - "result"
6741   - "name"
6742   - "tags"
6743   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6744   x-axis: "X = VNFs per Service Chain"
6745   y-axis: "Y = Number of Service Chains"
6746   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6747   layout:
6748     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6749     layout: "plot-service-density"
6750
6751 - type: "plot"
6752   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6753   algorithm: "plot_nf_heatmap"
6754   output-file-type: ".html"
6755   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
6756   data: "plot-vpp-nfv-2n-skx-mrr"
6757   filter: "'NIC_Intel-XXV710' and
6758            'NF_DENSITY' and
6759            'VHOST' and
6760            'VXLAN' and
6761            'CHAIN' and
6762            '118' and
6763            '8T4C' and
6764            'MRR'"
6765   parameters:
6766   - "result"
6767   - "name"
6768   - "tags"
6769   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6770   x-axis: "X = VNFs per Service Chain"
6771   y-axis: "Y = Number of Service Chains"
6772   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6773   layout:
6774     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6775     layout: "plot-service-density"
6776
6777 # Plots - NF Density - VSC - MRR IMIX
6778 - type: "plot"
6779   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6780   algorithm: "plot_nf_heatmap"
6781   output-file-type: ".html"
6782   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
6783   data: "plot-vpp-nfv-2n-skx-mrr"
6784   filter: "'NIC_Intel-XXV710' and
6785            'NF_DENSITY' and
6786            'VHOST' and
6787            'VXLAN' and
6788            'CHAIN' and
6789            'IMIX' and
6790            '2T1C' and
6791            'MRR'"
6792   parameters:
6793   - "result"
6794   - "name"
6795   - "tags"
6796   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6797   x-axis: "X = VNFs per Service Chain"
6798   y-axis: "Y = Number of Service Chains"
6799   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6800   layout:
6801     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6802     layout: "plot-service-density"
6803
6804 - type: "plot"
6805   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6806   algorithm: "plot_nf_heatmap"
6807   output-file-type: ".html"
6808   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
6809   data: "plot-vpp-nfv-2n-skx-mrr"
6810   filter: "'NIC_Intel-XXV710' and
6811            'NF_DENSITY' and
6812            'VHOST' and
6813            'VXLAN' and
6814            'CHAIN' and
6815            'IMIX' and
6816            '4T2C' and
6817            'MRR'"
6818   parameters:
6819   - "result"
6820   - "name"
6821   - "tags"
6822   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6823   x-axis: "X = VNFs per Service Chain"
6824   y-axis: "Y = Number of Service Chains"
6825   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6826   layout:
6827     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6828     layout: "plot-service-density"
6829
6830 - type: "plot"
6831   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6832   algorithm: "plot_nf_heatmap"
6833   output-file-type: ".html"
6834   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
6835   data: "plot-vpp-nfv-2n-skx-mrr"
6836   filter: "'NIC_Intel-XXV710' and
6837            'NF_DENSITY' and
6838            'VHOST' and
6839            'VXLAN' and
6840            'CHAIN' and
6841            'IMIX' and
6842            '8T4C' and
6843            'MRR'"
6844   parameters:
6845   - "result"
6846   - "name"
6847   - "tags"
6848   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6849   x-axis: "X = VNFs per Service Chain"
6850   y-axis: "Y = Number of Service Chains"
6851   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6852   layout:
6853     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6854     layout: "plot-service-density"
6855
6856 # Plots - NF Density - VSC - NDR 64b
6857 - type: "plot"
6858   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6859   algorithm: "plot_nf_heatmap"
6860   output-file-type: ".html"
6861   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
6862   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6863   filter: "'NIC_Intel-XXV710' and
6864            'NF_DENSITY' and
6865            'VHOST' and
6866            'VXLAN' and
6867            'CHAIN' and
6868            '118' and
6869            '2T1C' and
6870            'NDRPDR'"
6871   parameters:
6872   - "throughput"
6873   - "name"
6874   - "tags"
6875   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6876   x-axis: "X = VNFs per Service Chain"
6877   y-axis: "Y = Number of Service Chains"
6878   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6879   layout:
6880     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6881     layout: "plot-service-density"
6882
6883 - type: "plot"
6884   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6885   algorithm: "plot_nf_heatmap"
6886   output-file-type: ".html"
6887   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
6888   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6889   filter: "'NIC_Intel-XXV710' and
6890            'NF_DENSITY' and
6891            'VHOST' and
6892            'VXLAN' and
6893            'CHAIN' and
6894            '118' and
6895            '4T2C' and
6896            'NDRPDR'"
6897   parameters:
6898   - "throughput"
6899   - "name"
6900   - "tags"
6901   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6902   x-axis: "X = VNFs per Service Chain"
6903   y-axis: "Y = Number of Service Chains"
6904   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6905   layout:
6906     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6907     layout: "plot-service-density"
6908
6909 - type: "plot"
6910   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6911   algorithm: "plot_nf_heatmap"
6912   output-file-type: ".html"
6913   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
6914   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6915   filter: "'NIC_Intel-XXV710' and
6916            'NF_DENSITY' and
6917            'VHOST' and
6918            'VXLAN' and
6919            'CHAIN' and
6920            '118' and
6921            '8T4C' and
6922            'NDRPDR'"
6923   parameters:
6924   - "throughput"
6925   - "name"
6926   - "tags"
6927   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6928   x-axis: "X = VNFs per Service Chain"
6929   y-axis: "Y = Number of Service Chains"
6930   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6931   layout:
6932     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6933     layout: "plot-service-density"
6934
6935 # Plots - NF Density - VSC - NDR IMIX
6936 - type: "plot"
6937   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6938   algorithm: "plot_nf_heatmap"
6939   output-file-type: ".html"
6940   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
6941   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6942   filter: "'NIC_Intel-XXV710' and
6943            'NF_DENSITY' and
6944            'VHOST' and
6945            'VXLAN' and
6946            'CHAIN' and
6947            'IMIX' and
6948            '2T1C' and
6949            'NDRPDR'"
6950   parameters:
6951   - "throughput"
6952   - "name"
6953   - "tags"
6954   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6955   x-axis: "X = VNFs per Service Chain"
6956   y-axis: "Y = Number of Service Chains"
6957   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6958   layout:
6959     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6960     layout: "plot-service-density"
6961
6962 - type: "plot"
6963   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6964   algorithm: "plot_nf_heatmap"
6965   output-file-type: ".html"
6966   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
6967   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6968   filter: "'NIC_Intel-XXV710' and
6969            'NF_DENSITY' and
6970            'VHOST' and
6971            'VXLAN' and
6972            'CHAIN' and
6973            'IMIX' and
6974            '4T2C' and
6975            'NDRPDR'"
6976   parameters:
6977   - "throughput"
6978   - "name"
6979   - "tags"
6980   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6981   x-axis: "X = VNFs per Service Chain"
6982   y-axis: "Y = Number of Service Chains"
6983   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6984   layout:
6985     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6986     layout: "plot-service-density"
6987
6988 - type: "plot"
6989   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6990   algorithm: "plot_nf_heatmap"
6991   output-file-type: ".html"
6992   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
6993   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6994   filter: "'NIC_Intel-XXV710' and
6995            'NF_DENSITY' and
6996            'VHOST' and
6997            'VXLAN' and
6998            'CHAIN' and
6999            'IMIX' and
7000            '8T4C' and
7001            'NDRPDR'"
7002   parameters:
7003   - "throughput"
7004   - "name"
7005   - "tags"
7006   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7007   x-axis: "X = VNFs per Service Chain"
7008   y-axis: "Y = Number of Service Chains"
7009   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7010   layout:
7011     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7012     layout: "plot-service-density"
7013
7014 # Plots - NF Density - VSC - PDR 64b
7015 - type: "plot"
7016   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7017   algorithm: "plot_nf_heatmap"
7018   output-file-type: ".html"
7019   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7020   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7021   filter: "'NIC_Intel-XXV710' and
7022            'NF_DENSITY' and
7023            'VHOST' and
7024            'VXLAN' and
7025            'CHAIN' and
7026            '118' and
7027            '2T1C' and
7028            'NDRPDR'"
7029   parameters:
7030   - "throughput"
7031   - "name"
7032   - "tags"
7033   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7034   x-axis: "X = VNFs per Service Chain"
7035   y-axis: "Y = Number of Service Chains"
7036   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7037   layout:
7038     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7039     layout: "plot-service-density"
7040
7041 - type: "plot"
7042   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7043   algorithm: "plot_nf_heatmap"
7044   output-file-type: ".html"
7045   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7046   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7047   filter: "'NIC_Intel-XXV710' and
7048            'NF_DENSITY' and
7049            'VHOST' and
7050            'VXLAN' and
7051            'CHAIN' and
7052            '118' and
7053            '4T2C' and
7054            'NDRPDR'"
7055   parameters:
7056   - "throughput"
7057   - "name"
7058   - "tags"
7059   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7060   x-axis: "X = VNFs per Service Chain"
7061   y-axis: "Y = Number of Service Chains"
7062   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7063   layout:
7064     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7065     layout: "plot-service-density"
7066
7067 - type: "plot"
7068   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7069   algorithm: "plot_nf_heatmap"
7070   output-file-type: ".html"
7071   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7072   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7073   filter: "'NIC_Intel-XXV710' and
7074            'NF_DENSITY' and
7075            'VHOST' and
7076            'VXLAN' and
7077            'CHAIN' and
7078            '118' and
7079            '8T4C' and
7080            'NDRPDR'"
7081   parameters:
7082   - "throughput"
7083   - "name"
7084   - "tags"
7085   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7086   x-axis: "X = VNFs per Service Chain"
7087   y-axis: "Y = Number of Service Chains"
7088   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7089   layout:
7090     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7091     layout: "plot-service-density"
7092
7093 # Plots - NF Density - VSC - PDR IMIX
7094 - type: "plot"
7095   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7096   algorithm: "plot_nf_heatmap"
7097   output-file-type: ".html"
7098   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7099   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7100   filter: "'NIC_Intel-XXV710' and
7101            'NF_DENSITY' and
7102            'VHOST' and
7103            'VXLAN' and
7104            'CHAIN' and
7105            'IMIX' and
7106            '2T1C' and
7107            'NDRPDR'"
7108   parameters:
7109   - "throughput"
7110   - "name"
7111   - "tags"
7112   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7113   x-axis: "X = VNFs per Service Chain"
7114   y-axis: "Y = Number of Service Chains"
7115   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7116   layout:
7117     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7118     layout: "plot-service-density"
7119
7120 - type: "plot"
7121   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7122   algorithm: "plot_nf_heatmap"
7123   output-file-type: ".html"
7124   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7125   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7126   filter: "'NIC_Intel-XXV710' and
7127            'NF_DENSITY' and
7128            'VHOST' and
7129            'VXLAN' and
7130            'CHAIN' and
7131            'IMIX' and
7132            '4T2C' and
7133            'NDRPDR'"
7134   parameters:
7135   - "throughput"
7136   - "name"
7137   - "tags"
7138   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7139   x-axis: "X = VNFs per Service Chain"
7140   y-axis: "Y = Number of Service Chains"
7141   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7142   layout:
7143     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7144     layout: "plot-service-density"
7145
7146 - type: "plot"
7147   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7148   algorithm: "plot_nf_heatmap"
7149   output-file-type: ".html"
7150   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7151   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7152   filter: "'NIC_Intel-XXV710' and
7153            'NF_DENSITY' and
7154            'VHOST' and
7155            'VXLAN' and
7156            'CHAIN' and
7157            'IMIX' and
7158            '8T4C' and
7159            'NDRPDR'"
7160   parameters:
7161   - "throughput"
7162   - "name"
7163   - "tags"
7164   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7165   x-axis: "X = VNFs per Service Chain"
7166   y-axis: "Y = Number of Service Chains"
7167   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7168   layout:
7169     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7170     layout: "plot-service-density"
7171
7172 ###############################################################################
7173 # Plots - NF Density - CSC - MRR 64b
7174 - type: "plot"
7175   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7176   algorithm: "plot_nf_heatmap"
7177   output-file-type: ".html"
7178   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7179   data: "plot-vpp-nfv-2n-skx-mrr"
7180   filter: "'NIC_Intel-XXV710' and
7181            'NF_DENSITY' and
7182            'DOCKER' and
7183            'CHAIN' and
7184            'NF_VPPIP4' and
7185            '64B' and
7186            '2T1C' and
7187            'MRR'"
7188   parameters:
7189   - "result"
7190   - "name"
7191   - "tags"
7192   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7193   x-axis: "X = CNFs per Service Chain"
7194   y-axis: "Y = Number of Service Chains"
7195   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7196   layout:
7197     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7198     layout: "plot-service-density"
7199
7200 - type: "plot"
7201   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7202   algorithm: "plot_nf_heatmap"
7203   output-file-type: ".html"
7204   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7205   data: "plot-vpp-nfv-2n-skx-mrr"
7206   filter: "'NIC_Intel-XXV710' and
7207            'NF_DENSITY' and
7208            'DOCKER' and
7209            'CHAIN' and
7210            'NF_VPPIP4' and
7211            '64B' and
7212            '4T2C' and
7213            'MRR'"
7214   parameters:
7215   - "result"
7216   - "name"
7217   - "tags"
7218   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7219   x-axis: "X = CNFs per Service Chain"
7220   y-axis: "Y = Number of Service Chains"
7221   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7222   layout:
7223     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7224     layout: "plot-service-density"
7225
7226 - type: "plot"
7227   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7228   algorithm: "plot_nf_heatmap"
7229   output-file-type: ".html"
7230   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7231   data: "plot-vpp-nfv-2n-skx-mrr"
7232   filter: "'NIC_Intel-XXV710' and
7233            'NF_DENSITY' and
7234            'DOCKER' and
7235            'CHAIN' and
7236            'NF_VPPIP4' and
7237            '64B' and
7238            '8T4C' and
7239            'MRR'"
7240   parameters:
7241   - "result"
7242   - "name"
7243   - "tags"
7244   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7245   x-axis: "X = CNFs per Service Chain"
7246   y-axis: "Y = Number of Service Chains"
7247   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7248   layout:
7249     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7250     layout: "plot-service-density"
7251
7252 # Plots - NF Density - CSC - MRR IMIX
7253 - type: "plot"
7254   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7255   algorithm: "plot_nf_heatmap"
7256   output-file-type: ".html"
7257   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7258   data: "plot-vpp-nfv-2n-skx-mrr"
7259   filter: "'NIC_Intel-XXV710' and
7260            'NF_DENSITY' and
7261            'DOCKER' and
7262            'CHAIN' and
7263            'NF_VPPIP4' and
7264            'IMIX' and
7265            '2T1C' and
7266            'MRR'"
7267   parameters:
7268   - "result"
7269   - "name"
7270   - "tags"
7271   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7272   x-axis: "X = CNFs per Service Chain"
7273   y-axis: "Y = Number of Service Chains"
7274   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7275   layout:
7276     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7277     layout: "plot-service-density"
7278
7279 - type: "plot"
7280   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7281   algorithm: "plot_nf_heatmap"
7282   output-file-type: ".html"
7283   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7284   data: "plot-vpp-nfv-2n-skx-mrr"
7285   filter: "'NIC_Intel-XXV710' and
7286            'NF_DENSITY' and
7287            'DOCKER' and
7288            'CHAIN' and
7289            'NF_VPPIP4' and
7290            'IMIX' and
7291            '4T2C' and
7292            'MRR'"
7293   parameters:
7294   - "result"
7295   - "name"
7296   - "tags"
7297   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7298   x-axis: "X = CNFs per Service Chain"
7299   y-axis: "Y = Number of Service Chains"
7300   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7301   layout:
7302     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7303     layout: "plot-service-density"
7304
7305 - type: "plot"
7306   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7307   algorithm: "plot_nf_heatmap"
7308   output-file-type: ".html"
7309   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7310   data: "plot-vpp-nfv-2n-skx-mrr"
7311   filter: "'NIC_Intel-XXV710' and
7312            'NF_DENSITY' and
7313            'DOCKER' and
7314            'CHAIN' and
7315            'NF_VPPIP4' and
7316            'IMIX' and
7317            '8T4C' and
7318            'MRR'"
7319   parameters:
7320   - "result"
7321   - "name"
7322   - "tags"
7323   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7324   x-axis: "X = CNFs per Service Chain"
7325   y-axis: "Y = Number of Service Chains"
7326   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7327   layout:
7328     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7329     layout: "plot-service-density"
7330
7331 # Plots - NF Density - CSC - NDR 64b
7332 - type: "plot"
7333   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7334   algorithm: "plot_nf_heatmap"
7335   output-file-type: ".html"
7336   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7337   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7338   filter: "'NIC_Intel-XXV710' and
7339            'NF_DENSITY' and
7340            'DOCKER' and
7341            'CHAIN' and
7342            'NF_VPPIP4' and
7343            '64B' and
7344            '2T1C' and
7345            'NDRPDR'"
7346   parameters:
7347   - "throughput"
7348   - "name"
7349   - "tags"
7350   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7351   x-axis: "X = CNFs per Service Chain"
7352   y-axis: "Y = Number of Service Chains"
7353   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7354   layout:
7355     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7356     layout: "plot-service-density"
7357
7358 - type: "plot"
7359   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7360   algorithm: "plot_nf_heatmap"
7361   output-file-type: ".html"
7362   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7363   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7364   filter: "'NIC_Intel-XXV710' and
7365            'NF_DENSITY' and
7366            'DOCKER' and
7367            'CHAIN' and
7368            'NF_VPPIP4' and
7369            '64B' and
7370            '4T2C' and
7371            'NDRPDR'"
7372   parameters:
7373   - "throughput"
7374   - "name"
7375   - "tags"
7376   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7377   x-axis: "X = CNFs per Service Chain"
7378   y-axis: "Y = Number of Service Chains"
7379   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7380   layout:
7381     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7382     layout: "plot-service-density"
7383
7384 - type: "plot"
7385   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7386   algorithm: "plot_nf_heatmap"
7387   output-file-type: ".html"
7388   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7389   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7390   filter: "'NIC_Intel-XXV710' and
7391            'NF_DENSITY' and
7392            'DOCKER' and
7393            'CHAIN' and
7394            'NF_VPPIP4' and
7395            '64B' and
7396            '8T4C' and
7397            'NDRPDR'"
7398   parameters:
7399   - "throughput"
7400   - "name"
7401   - "tags"
7402   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7403   x-axis: "X = CNFs per Service Chain"
7404   y-axis: "Y = Number of Service Chains"
7405   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7406   layout:
7407     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7408     layout: "plot-service-density"
7409
7410 # Plots - NF Density - CSC - NDR IMIX
7411 - type: "plot"
7412   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7413   algorithm: "plot_nf_heatmap"
7414   output-file-type: ".html"
7415   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7416   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7417   filter: "'NIC_Intel-XXV710' and
7418            'NF_DENSITY' and
7419            'DOCKER' and
7420            'CHAIN' and
7421            'NF_VPPIP4' and
7422            'IMIX' and
7423            '2T1C' and
7424            'NDRPDR'"
7425   parameters:
7426   - "throughput"
7427   - "name"
7428   - "tags"
7429   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7430   x-axis: "X = CNFs per Service Chain"
7431   y-axis: "Y = Number of Service Chains"
7432   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7433   layout:
7434     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7435     layout: "plot-service-density"
7436
7437 - type: "plot"
7438   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7439   algorithm: "plot_nf_heatmap"
7440   output-file-type: ".html"
7441   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7442   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7443   filter: "'NIC_Intel-XXV710' and
7444            'NF_DENSITY' and
7445            'DOCKER' and
7446            'CHAIN' and
7447            'NF_VPPIP4' and
7448            'IMIX' and
7449            '4T2C' and
7450            'NDRPDR'"
7451   parameters:
7452   - "throughput"
7453   - "name"
7454   - "tags"
7455   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7456   x-axis: "X = CNFs per Service Chain"
7457   y-axis: "Y = Number of Service Chains"
7458   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7459   layout:
7460     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7461     layout: "plot-service-density"
7462
7463 - type: "plot"
7464   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7465   algorithm: "plot_nf_heatmap"
7466   output-file-type: ".html"
7467   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7468   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7469   filter: "'NIC_Intel-XXV710' and
7470            'NF_DENSITY' and
7471            'DOCKER' and
7472            'CHAIN' and
7473            'NF_VPPIP4' and
7474            'IMIX' and
7475            '8T4C' and
7476            'NDRPDR'"
7477   parameters:
7478   - "throughput"
7479   - "name"
7480   - "tags"
7481   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7482   x-axis: "X = CNFs per Service Chain"
7483   y-axis: "Y = Number of Service Chains"
7484   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7485   layout:
7486     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7487     layout: "plot-service-density"
7488
7489 # Plots - NF Density - CSC - PDR 64b
7490 - type: "plot"
7491   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7492   algorithm: "plot_nf_heatmap"
7493   output-file-type: ".html"
7494   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7495   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7496   filter: "'NIC_Intel-XXV710' and
7497            'NF_DENSITY' and
7498            'DOCKER' and
7499            'CHAIN' and
7500            'NF_VPPIP4' and
7501            '64B' and
7502            '2T1C' and
7503            'NDRPDR'"
7504   parameters:
7505   - "throughput"
7506   - "name"
7507   - "tags"
7508   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7509   x-axis: "X = CNFs per Service Chain"
7510   y-axis: "Y = Number of Service Chains"
7511   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7512   layout:
7513     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7514     layout: "plot-service-density"
7515
7516 - type: "plot"
7517   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7518   algorithm: "plot_nf_heatmap"
7519   output-file-type: ".html"
7520   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7521   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7522   filter: "'NIC_Intel-XXV710' and
7523            'NF_DENSITY' and
7524            'DOCKER' and
7525            'CHAIN' and
7526            'NF_VPPIP4' and
7527            '64B' and
7528            '4T2C' and
7529            'NDRPDR'"
7530   parameters:
7531   - "throughput"
7532   - "name"
7533   - "tags"
7534   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7535   x-axis: "X = CNFs per Service Chain"
7536   y-axis: "Y = Number of Service Chains"
7537   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7538   layout:
7539     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7540     layout: "plot-service-density"
7541
7542 - type: "plot"
7543   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7544   algorithm: "plot_nf_heatmap"
7545   output-file-type: ".html"
7546   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7547   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7548   filter: "'NIC_Intel-XXV710' and
7549            'NF_DENSITY' and
7550            'DOCKER' and
7551            'CHAIN' and
7552            'NF_VPPIP4' and
7553            '64B' and
7554            '8T4C' and
7555            'NDRPDR'"
7556   parameters:
7557   - "throughput"
7558   - "name"
7559   - "tags"
7560   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7561   x-axis: "X = CNFs per Service Chain"
7562   y-axis: "Y = Number of Service Chains"
7563   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7564   layout:
7565     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7566     layout: "plot-service-density"
7567
7568 # Plots - NF Density - CSC - PDR IMIX
7569 - type: "plot"
7570   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7571   algorithm: "plot_nf_heatmap"
7572   output-file-type: ".html"
7573   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7574   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7575   filter: "'NIC_Intel-XXV710' and
7576            'NF_DENSITY' and
7577            'DOCKER' and
7578            'CHAIN' and
7579            'NF_VPPIP4' and
7580            'IMIX' and
7581            '2T1C' and
7582            'NDRPDR'"
7583   parameters:
7584   - "throughput"
7585   - "name"
7586   - "tags"
7587   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7588   x-axis: "X = CNFs per Service Chain"
7589   y-axis: "Y = Number of Service Chains"
7590   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7591   layout:
7592     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7593     layout: "plot-service-density"
7594
7595 - type: "plot"
7596   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7597   algorithm: "plot_nf_heatmap"
7598   output-file-type: ".html"
7599   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7600   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7601   filter: "'NIC_Intel-XXV710' and
7602            'NF_DENSITY' and
7603            'DOCKER' and
7604            'CHAIN' and
7605            'NF_VPPIP4' and
7606            'IMIX' and
7607            '4T2C' and
7608            'NDRPDR'"
7609   parameters:
7610   - "throughput"
7611   - "name"
7612   - "tags"
7613   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7614   x-axis: "X = CNFs per Service Chain"
7615   y-axis: "Y = Number of Service Chains"
7616   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7617   layout:
7618     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7619     layout: "plot-service-density"
7620
7621 - type: "plot"
7622   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7623   algorithm: "plot_nf_heatmap"
7624   output-file-type: ".html"
7625   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7626   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7627   filter: "'NIC_Intel-XXV710' and
7628            'NF_DENSITY' and
7629            'DOCKER' and
7630            'CHAIN' and
7631            'NF_VPPIP4' and
7632            'IMIX' and
7633            '8T4C' and
7634            'NDRPDR'"
7635   parameters:
7636   - "throughput"
7637   - "name"
7638   - "tags"
7639   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7640   x-axis: "X = CNFs per Service Chain"
7641   y-axis: "Y = Number of Service Chains"
7642   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7643   layout:
7644     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7645     layout: "plot-service-density"
7646
7647 ###############################################################################
7648
7649 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7650 - type: "plot"
7651   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7652   algorithm: "plot_nf_heatmap"
7653   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7654   data: "plot-vpp-nfv-3n-skx-mrr"
7655   filter: "'NIC_Intel-XXV710' and
7656            'NF_DENSITY' and
7657            'DOCKER' and
7658            'CHAIN' and
7659            'NF_VPPIP4' and
7660            'IPSEC' and
7661            'TNL_4' and
7662            'IMIX' and
7663            '2T1C' and
7664            'MRR'"
7665   parameters:
7666   - "result"
7667   - "name"
7668   - "tags"
7669   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7670   x-axis: "X = CNFs per Service Chain"
7671   y-axis: "Y = Number of Service Chains"
7672   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7673   layout:
7674     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7675     layout: "plot-service-density"
7676
7677 - type: "plot"
7678   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7679   algorithm: "plot_nf_heatmap"
7680   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
7681   data: "plot-vpp-nfv-3n-skx-mrr"
7682   filter: "'NIC_Intel-XXV710' and
7683            'NF_DENSITY' and
7684            'DOCKER' and
7685            'CHAIN' and
7686            'NF_VPPIP4' and
7687            'IPSEC' and
7688            'TNL_4' and
7689            'IMIX' and
7690            '4T2C' and
7691            'MRR'"
7692   parameters:
7693   - "result"
7694   - "name"
7695   - "tags"
7696   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7697   x-axis: "X = CNFs per Service Chain"
7698   y-axis: "Y = Number of Service Chains"
7699   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7700   layout:
7701     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7702     layout: "plot-service-density"
7703
7704 - type: "plot"
7705   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7706   algorithm: "plot_nf_heatmap"
7707   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
7708   data: "plot-vpp-nfv-3n-skx-mrr"
7709   filter: "'NIC_Intel-XXV710' and
7710            'NF_DENSITY' and
7711            'DOCKER' and
7712            'CHAIN' and
7713            'NF_VPPIP4' and
7714            'IPSEC' and
7715            'TNL_4' and
7716            'IMIX' and
7717            '8T4C' and
7718            'MRR'"
7719   parameters:
7720   - "result"
7721   - "name"
7722   - "tags"
7723   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7724   x-axis: "X = CNFs per Service Chain"
7725   y-axis: "Y = Number of Service Chains"
7726   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7727   layout:
7728     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7729     layout: "plot-service-density"
7730
7731 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7732 - type: "plot"
7733   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7734   algorithm: "plot_nf_heatmap"
7735   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
7736   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7737   filter: "'NIC_Intel-XXV710' and
7738            'NF_DENSITY' and
7739            'DOCKER' and
7740            'CHAIN' and
7741            'NF_VPPIP4' and
7742            'IPSEC' and
7743            'TNL_4' and
7744            'IMIX' and
7745            '2T1C' and
7746            'NDRPDR'"
7747   parameters:
7748   - "throughput"
7749   - "name"
7750   - "tags"
7751   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7752   x-axis: "X = CNFs per Service Chain"
7753   y-axis: "Y = Number of Service Chains"
7754   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7755   layout:
7756     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7757     layout: "plot-service-density"
7758
7759 - type: "plot"
7760   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7761   algorithm: "plot_nf_heatmap"
7762   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
7763   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7764   filter: "'NIC_Intel-XXV710' and
7765            'NF_DENSITY' and
7766            'DOCKER' and
7767            'CHAIN' and
7768            'NF_VPPIP4' and
7769            'IPSEC' and
7770            'TNL_4' and
7771            'IMIX' and
7772            '4T2C' and
7773            'NDRPDR'"
7774   parameters:
7775   - "throughput"
7776   - "name"
7777   - "tags"
7778   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7779   x-axis: "X = CNFs per Service Chain"
7780   y-axis: "Y = Number of Service Chains"
7781   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7782   layout:
7783     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7784     layout: "plot-service-density"
7785
7786 - type: "plot"
7787   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7788   algorithm: "plot_nf_heatmap"
7789   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
7790   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7791   filter: "'NIC_Intel-XXV710' and
7792            'NF_DENSITY' and
7793            'DOCKER' and
7794            'CHAIN' and
7795            'NF_VPPIP4' and
7796            'IPSEC' and
7797            'TNL_4' and
7798            'IMIX' and
7799            '8T4C' and
7800            'NDRPDR'"
7801   parameters:
7802   - "throughput"
7803   - "name"
7804   - "tags"
7805   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7806   x-axis: "X = CNFs per Service Chain"
7807   y-axis: "Y = Number of Service Chains"
7808   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7809   layout:
7810     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7811     layout: "plot-service-density"
7812
7813 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7814 - type: "plot"
7815   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7816   algorithm: "plot_nf_heatmap"
7817   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
7818   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7819   filter: "'NIC_Intel-XXV710' and
7820            'NF_DENSITY' and
7821            'DOCKER' and
7822            'CHAIN' and
7823            'NF_VPPIP4' and
7824            'IPSEC' and
7825            'TNL_4' and
7826            'IMIX' and
7827            '2T1C' and
7828            'NDRPDR'"
7829   parameters:
7830   - "throughput"
7831   - "name"
7832   - "tags"
7833   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7834   x-axis: "X = CNFs per Service Chain"
7835   y-axis: "Y = Number of Service Chains"
7836   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7837   layout:
7838     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7839     layout: "plot-service-density"
7840
7841 - type: "plot"
7842   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7843   algorithm: "plot_nf_heatmap"
7844   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
7845   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7846   filter: "'NIC_Intel-XXV710' and
7847            'NF_DENSITY' and
7848            'DOCKER' and
7849            'CHAIN' and
7850            'NF_VPPIP4' and
7851            'IPSEC' and
7852            'TNL_4' and
7853            'IMIX' and
7854            '4T2C' and
7855            'NDRPDR'"
7856   parameters:
7857   - "throughput"
7858   - "name"
7859   - "tags"
7860   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7861   x-axis: "X = CNFs per Service Chain"
7862   y-axis: "Y = Number of Service Chains"
7863   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7864   layout:
7865     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7866     layout: "plot-service-density"
7867
7868 - type: "plot"
7869   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7870   algorithm: "plot_nf_heatmap"
7871   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
7872   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7873   filter: "'NIC_Intel-XXV710' and
7874            'NF_DENSITY' and
7875            'DOCKER' and
7876            'CHAIN' and
7877            'NF_VPPIP4' and
7878            'IPSEC' and
7879            'TNL_4' and
7880            'IMIX' and
7881            '8T4C' and
7882            'NDRPDR'"
7883   parameters:
7884   - "throughput"
7885   - "name"
7886   - "tags"
7887   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7888   x-axis: "X = CNFs per Service Chain"
7889   y-axis: "Y = Number of Service Chains"
7890   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7891   layout:
7892     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7893     layout: "plot-service-density"
7894
7895 ###############################################################################
7896
7897 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7898 - type: "plot"
7899   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7900   algorithm: "plot_nf_heatmap"
7901   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
7902   data: "plot-vpp-nfv-3n-hsw-mrr"
7903   filter: "'NIC_Intel-XL710' and
7904            'NF_DENSITY' and
7905            'DOCKER' and
7906            'CHAIN' and
7907            'NF_VPPIP4' and
7908            'IMIX' and
7909            'TNL_4' and
7910            '1T1C' and
7911            'MRR'"
7912   parameters:
7913   - "result"
7914   - "name"
7915   - "tags"
7916   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7917   x-axis: "X = CNFs per Service Chain"
7918   y-axis: "Y = Number of Service Chains"
7919   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7920   layout:
7921     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7922     layout: "plot-service-density"
7923
7924 - type: "plot"
7925   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7926   algorithm: "plot_nf_heatmap"
7927   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
7928   data: "plot-vpp-nfv-3n-hsw-mrr"
7929   filter: "'NIC_Intel-XL710' and
7930            'NF_DENSITY' and
7931            'DOCKER' and
7932            'CHAIN' and
7933            'NF_VPPIP4' and
7934            'IPSEC' and
7935            'TNL_4' and
7936            'IMIX' and
7937            '2T2C' and
7938            'MRR'"
7939   parameters:
7940   - "result"
7941   - "name"
7942   - "tags"
7943   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7944   x-axis: "X = CNFs per Service Chain"
7945   y-axis: "Y = Number of Service Chains"
7946   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7947   layout:
7948     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7949     layout: "plot-service-density"
7950
7951 - type: "plot"
7952   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7953   algorithm: "plot_nf_heatmap"
7954   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
7955   data: "plot-vpp-nfv-3n-hsw-mrr"
7956   filter: "'NIC_Intel-XL710' and
7957            'NF_DENSITY' and
7958            'DOCKER' and
7959            'CHAIN' and
7960            'NF_VPPIP4' and
7961            'IPSEC' and
7962            'TNL_4' and
7963            'IMIX' and
7964            '4T4C' and
7965            'MRR'"
7966   parameters:
7967   - "result"
7968   - "name"
7969   - "tags"
7970   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7971   x-axis: "X = CNFs per Service Chain"
7972   y-axis: "Y = Number of Service Chains"
7973   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7974   layout:
7975     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7976     layout: "plot-service-density"
7977
7978 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7979 - type: "plot"
7980   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7981   algorithm: "plot_nf_heatmap"
7982   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
7983   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7984   filter: "'NIC_Intel-XL710' and
7985            'NF_DENSITY' and
7986            'DOCKER' and
7987            'CHAIN' and
7988            'NF_VPPIP4' and
7989            'IPSEC' and
7990            'TNL_4' and
7991            'IMIX' and
7992            '1T1C' and
7993            'NDRPDR'"
7994   parameters:
7995   - "throughput"
7996   - "name"
7997   - "tags"
7998   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7999   x-axis: "X = CNFs per Service Chain"
8000   y-axis: "Y = Number of Service Chains"
8001   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8002   layout:
8003     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8004     layout: "plot-service-density"
8005
8006 - type: "plot"
8007   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8008   algorithm: "plot_nf_heatmap"
8009   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8010   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8011   filter: "'NIC_Intel-XL710' and
8012            'NF_DENSITY' and
8013            'DOCKER' and
8014            'CHAIN' and
8015            'NF_VPPIP4' and
8016            'IPSEC' and
8017            'TNL_4' and
8018            'IMIX' and
8019            '2T2C' and
8020            'NDRPDR'"
8021   parameters:
8022   - "throughput"
8023   - "name"
8024   - "tags"
8025   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8026   x-axis: "X = CNFs per Service Chain"
8027   y-axis: "Y = Number of Service Chains"
8028   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8029   layout:
8030     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8031     layout: "plot-service-density"
8032
8033 - type: "plot"
8034   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8035   algorithm: "plot_nf_heatmap"
8036   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8037   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8038   filter: "'NIC_Intel-XL710' and
8039            'NF_DENSITY' and
8040            'DOCKER' and
8041            'CHAIN' and
8042            'NF_VPPIP4' and
8043            'IPSEC' and
8044            'TNL_4' and
8045            'IMIX' and
8046            '4T4C' and
8047            'NDRPDR'"
8048   parameters:
8049   - "throughput"
8050   - "name"
8051   - "tags"
8052   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8053   x-axis: "X = CNFs per Service Chain"
8054   y-axis: "Y = Number of Service Chains"
8055   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8056   layout:
8057     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8058     layout: "plot-service-density"
8059
8060 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8061 - type: "plot"
8062   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8063   algorithm: "plot_nf_heatmap"
8064   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8065   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8066   filter: "'NIC_Intel-XL710' and
8067            'NF_DENSITY' and
8068            'DOCKER' and
8069            'CHAIN' and
8070            'NF_VPPIP4' and
8071            'IPSEC' and
8072            'TNL_4' and
8073            'IMIX' and
8074            '1T1C' and
8075            'NDRPDR'"
8076   parameters:
8077   - "throughput"
8078   - "name"
8079   - "tags"
8080   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8081   x-axis: "X = CNFs per Service Chain"
8082   y-axis: "Y = Number of Service Chains"
8083   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8084   layout:
8085     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8086     layout: "plot-service-density"
8087
8088 - type: "plot"
8089   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8090   algorithm: "plot_nf_heatmap"
8091   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8092   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8093   filter: "'NIC_Intel-XL710' and
8094            'NF_DENSITY' and
8095            'DOCKER' and
8096            'CHAIN' and
8097            'NF_VPPIP4' and
8098            'IPSEC' and
8099            'TNL_4' and
8100            'IMIX' and
8101            '2T2C' and
8102            'NDRPDR'"
8103   parameters:
8104   - "throughput"
8105   - "name"
8106   - "tags"
8107   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8108   x-axis: "X = CNFs per Service Chain"
8109   y-axis: "Y = Number of Service Chains"
8110   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8111   layout:
8112     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8113     layout: "plot-service-density"
8114
8115 - type: "plot"
8116   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8117   algorithm: "plot_nf_heatmap"
8118   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8119   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8120   filter: "'NIC_Intel-XL710' and
8121            'NF_DENSITY' and
8122            'DOCKER' and
8123            'CHAIN' and
8124            'NF_VPPIP4' and
8125            'IPSEC' and
8126            'TNL_4' and
8127            'IMIX' and
8128            '4T4C' and
8129            'NDRPDR'"
8130   parameters:
8131   - "throughput"
8132   - "name"
8133   - "tags"
8134   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8135   x-axis: "X = CNFs per Service Chain"
8136   y-axis: "Y = Number of Service Chains"
8137   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8138   layout:
8139     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8140     layout: "plot-service-density"
8141
8142 ###############################################################################
8143
8144 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8145 - type: "plot"
8146   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8147   algorithm: "plot_nf_heatmap"
8148   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8149   data: "plot-vpp-nfv-3n-skx-mrr"
8150   filter: "'NIC_Intel-XXV710' and
8151            'NF_DENSITY' and
8152            'DOCKER' and
8153            'CHAIN' and
8154            'NF_VPPIP4' and
8155            'IPSEC' and
8156            'TNL_1000' and
8157            'IMIX' and
8158            '2T1C' and
8159            'MRR'"
8160   parameters:
8161   - "result"
8162   - "name"
8163   - "tags"
8164   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8165   x-axis: "X = CNFs per Service Chain"
8166   y-axis: "Y = Number of Service Chains"
8167   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8168   layout:
8169     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8170     layout: "plot-service-density"
8171
8172 - type: "plot"
8173   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8174   algorithm: "plot_nf_heatmap"
8175   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8176   data: "plot-vpp-nfv-3n-skx-mrr"
8177   filter: "'NIC_Intel-XXV710' and
8178            'NF_DENSITY' and
8179            'DOCKER' and
8180            'CHAIN' and
8181            'NF_VPPIP4' and
8182            'IPSEC' and
8183            'TNL_1000' and
8184            'IMIX' and
8185            '4T2C' and
8186            'MRR'"
8187   parameters:
8188   - "result"
8189   - "name"
8190   - "tags"
8191   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8192   x-axis: "X = CNFs per Service Chain"
8193   y-axis: "Y = Number of Service Chains"
8194   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8195   layout:
8196     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8197     layout: "plot-service-density"
8198
8199 - type: "plot"
8200   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8201   algorithm: "plot_nf_heatmap"
8202   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8203   data: "plot-vpp-nfv-3n-skx-mrr"
8204   filter: "'NIC_Intel-XXV710' and
8205            'NF_DENSITY' and
8206            'DOCKER' and
8207            'CHAIN' and
8208            'NF_VPPIP4' and
8209            'IPSEC' and
8210            'TNL_1000' and
8211            'IMIX' and
8212            '8T4C' and
8213            'MRR'"
8214   parameters:
8215   - "result"
8216   - "name"
8217   - "tags"
8218   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8219   x-axis: "X = CNFs per Service Chain"
8220   y-axis: "Y = Number of Service Chains"
8221   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8222   layout:
8223     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8224     layout: "plot-service-density"
8225
8226 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8227 - type: "plot"
8228   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8229   algorithm: "plot_nf_heatmap"
8230   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8231   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8232   filter: "'NIC_Intel-XXV710' and
8233            'NF_DENSITY' and
8234            'DOCKER' and
8235            'CHAIN' and
8236            'NF_VPPIP4' and
8237            'IPSEC' and
8238            'TNL_1000' and
8239            'IMIX' and
8240            '2T1C' and
8241            'NDRPDR'"
8242   parameters:
8243   - "throughput"
8244   - "name"
8245   - "tags"
8246   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8247   x-axis: "X = CNFs per Service Chain"
8248   y-axis: "Y = Number of Service Chains"
8249   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8250   layout:
8251     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8252     layout: "plot-service-density"
8253
8254 - type: "plot"
8255   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8256   algorithm: "plot_nf_heatmap"
8257   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8258   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8259   filter: "'NIC_Intel-XXV710' and
8260            'NF_DENSITY' and
8261            'DOCKER' and
8262            'CHAIN' and
8263            'NF_VPPIP4' and
8264            'IPSEC' and
8265            'TNL_1000' and
8266            'IMIX' and
8267            '4T2C' and
8268            'NDRPDR'"
8269   parameters:
8270   - "throughput"
8271   - "name"
8272   - "tags"
8273   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8274   x-axis: "X = CNFs per Service Chain"
8275   y-axis: "Y = Number of Service Chains"
8276   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8277   layout:
8278     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8279     layout: "plot-service-density"
8280
8281 - type: "plot"
8282   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8283   algorithm: "plot_nf_heatmap"
8284   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8285   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8286   filter: "'NIC_Intel-XXV710' and
8287            'NF_DENSITY' and
8288            'DOCKER' and
8289            'CHAIN' and
8290            'NF_VPPIP4' and
8291            'IPSEC' and
8292            'TNL_1000' and
8293            'IMIX' and
8294            '8T4C' and
8295            'NDRPDR'"
8296   parameters:
8297   - "throughput"
8298   - "name"
8299   - "tags"
8300   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8301   x-axis: "X = CNFs per Service Chain"
8302   y-axis: "Y = Number of Service Chains"
8303   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8304   layout:
8305     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8306     layout: "plot-service-density"
8307
8308 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8309 - type: "plot"
8310   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8311   algorithm: "plot_nf_heatmap"
8312   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8313   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8314   filter: "'NIC_Intel-XXV710' and
8315            'NF_DENSITY' and
8316            'DOCKER' and
8317            'CHAIN' and
8318            'NF_VPPIP4' and
8319            'IPSEC' and
8320            'TNL_1000' and
8321            'IMIX' and
8322            '2T1C' and
8323            'NDRPDR'"
8324   parameters:
8325   - "throughput"
8326   - "name"
8327   - "tags"
8328   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8329   x-axis: "X = CNFs per Service Chain"
8330   y-axis: "Y = Number of Service Chains"
8331   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8332   layout:
8333     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8334     layout: "plot-service-density"
8335
8336 - type: "plot"
8337   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8338   algorithm: "plot_nf_heatmap"
8339   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8340   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8341   filter: "'NIC_Intel-XXV710' and
8342            'NF_DENSITY' and
8343            'DOCKER' and
8344            'CHAIN' and
8345            'NF_VPPIP4' and
8346            'IPSEC' and
8347            'TNL_1000' and
8348            'IMIX' and
8349            '4T2C' and
8350            'NDRPDR'"
8351   parameters:
8352   - "throughput"
8353   - "name"
8354   - "tags"
8355   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8356   x-axis: "X = CNFs per Service Chain"
8357   y-axis: "Y = Number of Service Chains"
8358   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8359   layout:
8360     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8361     layout: "plot-service-density"
8362
8363 - type: "plot"
8364   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8365   algorithm: "plot_nf_heatmap"
8366   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8367   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8368   filter: "'NIC_Intel-XXV710' and
8369            'NF_DENSITY' and
8370            'DOCKER' and
8371            'CHAIN' and
8372            'NF_VPPIP4' and
8373            'IPSEC' and
8374            'TNL_1000' and
8375            'IMIX' and
8376            '8T4C' and
8377            'NDRPDR'"
8378   parameters:
8379   - "throughput"
8380   - "name"
8381   - "tags"
8382   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8383   x-axis: "X = CNFs per Service Chain"
8384   y-axis: "Y = Number of Service Chains"
8385   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8386   layout:
8387     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8388     layout: "plot-service-density"
8389
8390 ###############################################################################
8391
8392 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8393 - type: "plot"
8394   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8395   algorithm: "plot_nf_heatmap"
8396   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8397   data: "plot-vpp-nfv-3n-hsw-mrr"
8398   filter: "'NIC_Intel-XL710' and
8399            'NF_DENSITY' and
8400            'DOCKER' and
8401            'CHAIN' and
8402            'NF_VPPIP4' and
8403            'IMIX' and
8404            'TNL_1000' and
8405            '1T1C' and
8406            'MRR'"
8407   parameters:
8408   - "result"
8409   - "name"
8410   - "tags"
8411   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8412   x-axis: "X = CNFs per Service Chain"
8413   y-axis: "Y = Number of Service Chains"
8414   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8415   layout:
8416     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8417     layout: "plot-service-density"
8418
8419 - type: "plot"
8420   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8421   algorithm: "plot_nf_heatmap"
8422   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8423   data: "plot-vpp-nfv-3n-hsw-mrr"
8424   filter: "'NIC_Intel-XL710' and
8425            'NF_DENSITY' and
8426            'DOCKER' and
8427            'CHAIN' and
8428            'NF_VPPIP4' and
8429            'IPSEC' and
8430            'TNL_1000' and
8431            'IMIX' and
8432            '2T2C' and
8433            'MRR'"
8434   parameters:
8435   - "result"
8436   - "name"
8437   - "tags"
8438   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8439   x-axis: "X = CNFs per Service Chain"
8440   y-axis: "Y = Number of Service Chains"
8441   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8442   layout:
8443     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8444     layout: "plot-service-density"
8445
8446 - type: "plot"
8447   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8448   algorithm: "plot_nf_heatmap"
8449   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8450   data: "plot-vpp-nfv-3n-hsw-mrr"
8451   filter: "'NIC_Intel-XL710' and
8452            'NF_DENSITY' and
8453            'DOCKER' and
8454            'CHAIN' and
8455            'NF_VPPIP4' and
8456            'IPSEC' and
8457            'TNL_1000' and
8458            'IMIX' and
8459            '4T4C' and
8460            'MRR'"
8461   parameters:
8462   - "result"
8463   - "name"
8464   - "tags"
8465   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8466   x-axis: "X = CNFs per Service Chain"
8467   y-axis: "Y = Number of Service Chains"
8468   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8469   layout:
8470     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8471     layout: "plot-service-density"
8472
8473 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8474 - type: "plot"
8475   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8476   algorithm: "plot_nf_heatmap"
8477   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8478   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8479   filter: "'NIC_Intel-XL710' and
8480            'NF_DENSITY' and
8481            'DOCKER' and
8482            'CHAIN' and
8483            'NF_VPPIP4' and
8484            'IPSEC' and
8485            'TNL_1000' and
8486            'IMIX' and
8487            '1T1C' and
8488            'NDRPDR'"
8489   parameters:
8490   - "throughput"
8491   - "name"
8492   - "tags"
8493   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8494   x-axis: "X = CNFs per Service Chain"
8495   y-axis: "Y = Number of Service Chains"
8496   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8497   layout:
8498     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8499     layout: "plot-service-density"
8500
8501 - type: "plot"
8502   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8503   algorithm: "plot_nf_heatmap"
8504   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8505   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8506   filter: "'NIC_Intel-XL710' and
8507            'NF_DENSITY' and
8508            'DOCKER' and
8509            'CHAIN' and
8510            'NF_VPPIP4' and
8511            'IPSEC' and
8512            'TNL_1000' and
8513            'IMIX' and
8514            '2T2C' and
8515            'NDRPDR'"
8516   parameters:
8517   - "throughput"
8518   - "name"
8519   - "tags"
8520   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8521   x-axis: "X = CNFs per Service Chain"
8522   y-axis: "Y = Number of Service Chains"
8523   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8524   layout:
8525     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8526     layout: "plot-service-density"
8527
8528 - type: "plot"
8529   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8530   algorithm: "plot_nf_heatmap"
8531   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8532   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8533   filter: "'NIC_Intel-XL710' and
8534            'NF_DENSITY' and
8535            'DOCKER' and
8536            'CHAIN' and
8537            'NF_VPPIP4' and
8538            'IPSEC' and
8539            'TNL_1000' and
8540            'IMIX' and
8541            '4T4C' and
8542            'NDRPDR'"
8543   parameters:
8544   - "throughput"
8545   - "name"
8546   - "tags"
8547   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8548   x-axis: "X = CNFs per Service Chain"
8549   y-axis: "Y = Number of Service Chains"
8550   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8551   layout:
8552     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8553     layout: "plot-service-density"
8554
8555 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8556 - type: "plot"
8557   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8558   algorithm: "plot_nf_heatmap"
8559   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8560   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8561   filter: "'NIC_Intel-XL710' and
8562            'NF_DENSITY' and
8563            'DOCKER' and
8564            'CHAIN' and
8565            'NF_VPPIP4' and
8566            'IPSEC' and
8567            'TNL_1000' and
8568            'IMIX' and
8569            '1T1C' and
8570            'NDRPDR'"
8571   parameters:
8572   - "throughput"
8573   - "name"
8574   - "tags"
8575   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8576   x-axis: "X = CNFs per Service Chain"
8577   y-axis: "Y = Number of Service Chains"
8578   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8579   layout:
8580     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8581     layout: "plot-service-density"
8582
8583 - type: "plot"
8584   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8585   algorithm: "plot_nf_heatmap"
8586   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8587   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8588   filter: "'NIC_Intel-XL710' and
8589            'NF_DENSITY' and
8590            'DOCKER' and
8591            'CHAIN' and
8592            'NF_VPPIP4' and
8593            'IPSEC' and
8594            'TNL_1000' and
8595            'IMIX' and
8596            '2T2C' and
8597            'NDRPDR'"
8598   parameters:
8599   - "throughput"
8600   - "name"
8601   - "tags"
8602   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8603   x-axis: "X = CNFs per Service Chain"
8604   y-axis: "Y = Number of Service Chains"
8605   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8606   layout:
8607     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8608     layout: "plot-service-density"
8609
8610 - type: "plot"
8611   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8612   algorithm: "plot_nf_heatmap"
8613   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8614   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8615   filter: "'NIC_Intel-XL710' and
8616            'NF_DENSITY' and
8617            'DOCKER' and
8618            'CHAIN' and
8619            'NF_VPPIP4' and
8620            'IPSEC' and
8621            'TNL_1000' and
8622            'IMIX' and
8623            '4T4C' and
8624            'NDRPDR'"
8625   parameters:
8626   - "throughput"
8627   - "name"
8628   - "tags"
8629   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8630   x-axis: "X = CNFs per Service Chain"
8631   y-axis: "Y = Number of Service Chains"
8632   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8633   layout:
8634     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8635     layout: "plot-service-density"
8636
8637 ###############################################################################
8638
8639 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8640 - type: "plot"
8641   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8642   algorithm: "plot_nf_heatmap"
8643   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8644   data: "plot-vpp-nfv-3n-skx-mrr"
8645   filter: "'NIC_Intel-XXV710' and
8646            'NF_DENSITY' and
8647            'DOCKER' and
8648            'CHAIN' and
8649            'NF_VPPIP4' and
8650            'IPSEC' and
8651            'TNL_10000' and
8652            'IMIX' and
8653            '2T1C' and
8654            'MRR'"
8655   parameters:
8656   - "result"
8657   - "name"
8658   - "tags"
8659   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8660   x-axis: "X = CNFs per Service Chain"
8661   y-axis: "Y = Number of Service Chains"
8662   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8663   layout:
8664     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8665     layout: "plot-service-density"
8666
8667 - type: "plot"
8668   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8669   algorithm: "plot_nf_heatmap"
8670   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
8671   data: "plot-vpp-nfv-3n-skx-mrr"
8672   filter: "'NIC_Intel-XXV710' and
8673            'NF_DENSITY' and
8674            'DOCKER' and
8675            'CHAIN' and
8676            'NF_VPPIP4' and
8677            'IPSEC' and
8678            'TNL_10000' and
8679            'IMIX' and
8680            '4T2C' and
8681            'MRR'"
8682   parameters:
8683   - "result"
8684   - "name"
8685   - "tags"
8686   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8687   x-axis: "X = CNFs per Service Chain"
8688   y-axis: "Y = Number of Service Chains"
8689   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8690   layout:
8691     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8692     layout: "plot-service-density"
8693
8694 - type: "plot"
8695   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8696   algorithm: "plot_nf_heatmap"
8697   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
8698   data: "plot-vpp-nfv-3n-skx-mrr"
8699   filter: "'NIC_Intel-XXV710' and
8700            'NF_DENSITY' and
8701            'DOCKER' and
8702            'CHAIN' and
8703            'NF_VPPIP4' and
8704            'IPSEC' and
8705            'TNL_10000' and
8706            'IMIX' and
8707            '8T4C' and
8708            'MRR'"
8709   parameters:
8710   - "result"
8711   - "name"
8712   - "tags"
8713   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8714   x-axis: "X = CNFs per Service Chain"
8715   y-axis: "Y = Number of Service Chains"
8716   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8717   layout:
8718     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8719     layout: "plot-service-density"
8720
8721 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8722 - type: "plot"
8723   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8724   algorithm: "plot_nf_heatmap"
8725   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
8726   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8727   filter: "'NIC_Intel-XXV710' and
8728            'NF_DENSITY' and
8729            'DOCKER' and
8730            'CHAIN' and
8731            'NF_VPPIP4' and
8732            'IPSEC' and
8733            'TNL_10000' and
8734            'IMIX' and
8735            '2T1C' and
8736            'NDRPDR'"
8737   parameters:
8738   - "throughput"
8739   - "name"
8740   - "tags"
8741   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8742   x-axis: "X = CNFs per Service Chain"
8743   y-axis: "Y = Number of Service Chains"
8744   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8745   layout:
8746     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8747     layout: "plot-service-density"
8748
8749 - type: "plot"
8750   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8751   algorithm: "plot_nf_heatmap"
8752   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
8753   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8754   filter: "'NIC_Intel-XXV710' and
8755            'NF_DENSITY' and
8756            'DOCKER' and
8757            'CHAIN' and
8758            'NF_VPPIP4' and
8759            'IPSEC' and
8760            'TNL_10000' and
8761            'IMIX' and
8762            '4T2C' and
8763            'NDRPDR'"
8764   parameters:
8765   - "throughput"
8766   - "name"
8767   - "tags"
8768   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8769   x-axis: "X = CNFs per Service Chain"
8770   y-axis: "Y = Number of Service Chains"
8771   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8772   layout:
8773     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8774     layout: "plot-service-density"
8775
8776 - type: "plot"
8777   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8778   algorithm: "plot_nf_heatmap"
8779   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
8780   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8781   filter: "'NIC_Intel-XXV710' and
8782            'NF_DENSITY' and
8783            'DOCKER' and
8784            'CHAIN' and
8785            'NF_VPPIP4' and
8786            'IPSEC' and
8787            'TNL_10000' and
8788            'IMIX' and
8789            '8T4C' and
8790            'NDRPDR'"
8791   parameters:
8792   - "throughput"
8793   - "name"
8794   - "tags"
8795   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8796   x-axis: "X = CNFs per Service Chain"
8797   y-axis: "Y = Number of Service Chains"
8798   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8799   layout:
8800     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8801     layout: "plot-service-density"
8802
8803 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8804 - type: "plot"
8805   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8806   algorithm: "plot_nf_heatmap"
8807   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
8808   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8809   filter: "'NIC_Intel-XXV710' and
8810            'NF_DENSITY' and
8811            'DOCKER' and
8812            'CHAIN' and
8813            'NF_VPPIP4' and
8814            'IPSEC' and
8815            'TNL_10000' and
8816            'IMIX' and
8817            '2T1C' and
8818            'NDRPDR'"
8819   parameters:
8820   - "throughput"
8821   - "name"
8822   - "tags"
8823   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8824   x-axis: "X = CNFs per Service Chain"
8825   y-axis: "Y = Number of Service Chains"
8826   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8827   layout:
8828     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8829     layout: "plot-service-density"
8830
8831 - type: "plot"
8832   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8833   algorithm: "plot_nf_heatmap"
8834   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
8835   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8836   filter: "'NIC_Intel-XXV710' and
8837            'NF_DENSITY' and
8838            'DOCKER' and
8839            'CHAIN' and
8840            'NF_VPPIP4' and
8841            'IPSEC' and
8842            'TNL_10000' and
8843            'IMIX' and
8844            '4T2C' and
8845            'NDRPDR'"
8846   parameters:
8847   - "throughput"
8848   - "name"
8849   - "tags"
8850   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8851   x-axis: "X = CNFs per Service Chain"
8852   y-axis: "Y = Number of Service Chains"
8853   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8854   layout:
8855     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8856     layout: "plot-service-density"
8857
8858 - type: "plot"
8859   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8860   algorithm: "plot_nf_heatmap"
8861   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
8862   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8863   filter: "'NIC_Intel-XXV710' and
8864            'NF_DENSITY' and
8865            'DOCKER' and
8866            'CHAIN' and
8867            'NF_VPPIP4' and
8868            'IPSEC' and
8869            'TNL_10000' and
8870            'IMIX' and
8871            '8T4C' and
8872            'NDRPDR'"
8873   parameters:
8874   - "throughput"
8875   - "name"
8876   - "tags"
8877   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8878   x-axis: "X = CNFs per Service Chain"
8879   y-axis: "Y = Number of Service Chains"
8880   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8881   layout:
8882     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8883     layout: "plot-service-density"
8884
8885 ###############################################################################
8886
8887 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8888 - type: "plot"
8889   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8890   algorithm: "plot_nf_heatmap"
8891   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
8892   data: "plot-vpp-nfv-3n-hsw-mrr"
8893   filter: "'NIC_Intel-XL710' and
8894            'NF_DENSITY' and
8895            'DOCKER' and
8896            'CHAIN' and
8897            'NF_VPPIP4' and
8898            'IMIX' and
8899            'TNL_10000' and
8900            '1T1C' and
8901            'MRR'"
8902   parameters:
8903   - "result"
8904   - "name"
8905   - "tags"
8906   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8907   x-axis: "X = CNFs per Service Chain"
8908   y-axis: "Y = Number of Service Chains"
8909   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8910   layout:
8911     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8912     layout: "plot-service-density"
8913
8914 - type: "plot"
8915   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8916   algorithm: "plot_nf_heatmap"
8917   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
8918   data: "plot-vpp-nfv-3n-hsw-mrr"
8919   filter: "'NIC_Intel-XL710' and
8920            'NF_DENSITY' and
8921            'DOCKER' and
8922            'CHAIN' and
8923            'NF_VPPIP4' and
8924            'IPSEC' and
8925            'TNL_10000' and
8926            'IMIX' and
8927            '2T2C' and
8928            'MRR'"
8929   parameters:
8930   - "result"
8931   - "name"
8932   - "tags"
8933   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8934   x-axis: "X = CNFs per Service Chain"
8935   y-axis: "Y = Number of Service Chains"
8936   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8937   layout:
8938     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8939     layout: "plot-service-density"
8940
8941 - type: "plot"
8942   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8943   algorithm: "plot_nf_heatmap"
8944   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
8945   data: "plot-vpp-nfv-3n-hsw-mrr"
8946   filter: "'NIC_Intel-XL710' and
8947            'NF_DENSITY' and
8948            'DOCKER' and
8949            'CHAIN' and
8950            'NF_VPPIP4' and
8951            'IPSEC' and
8952            'TNL_10000' and
8953            'IMIX' and
8954            '4T4C' and
8955            'MRR'"
8956   parameters:
8957   - "result"
8958   - "name"
8959   - "tags"
8960   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8961   x-axis: "X = CNFs per Service Chain"
8962   y-axis: "Y = Number of Service Chains"
8963   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8964   layout:
8965     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8966     layout: "plot-service-density"
8967
8968 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8969 - type: "plot"
8970   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8971   algorithm: "plot_nf_heatmap"
8972   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
8973   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8974   filter: "'NIC_Intel-XL710' and
8975            'NF_DENSITY' and
8976            'DOCKER' and
8977            'CHAIN' and
8978            'NF_VPPIP4' and
8979            'IPSEC' and
8980            'TNL_10000' and
8981            'IMIX' and
8982            '1T1C' and
8983            'NDRPDR'"
8984   parameters:
8985   - "throughput"
8986   - "name"
8987   - "tags"
8988   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8989   x-axis: "X = CNFs per Service Chain"
8990   y-axis: "Y = Number of Service Chains"
8991   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8992   layout:
8993     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8994     layout: "plot-service-density"
8995
8996 - type: "plot"
8997   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8998   algorithm: "plot_nf_heatmap"
8999   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9000   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9001   filter: "'NIC_Intel-XL710' and
9002            'NF_DENSITY' and
9003            'DOCKER' and
9004            'CHAIN' and
9005            'NF_VPPIP4' and
9006            'IPSEC' and
9007            'TNL_10000' and
9008            'IMIX' and
9009            '2T2C' and
9010            'NDRPDR'"
9011   parameters:
9012   - "throughput"
9013   - "name"
9014   - "tags"
9015   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9016   x-axis: "X = CNFs per Service Chain"
9017   y-axis: "Y = Number of Service Chains"
9018   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9019   layout:
9020     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9021     layout: "plot-service-density"
9022
9023 - type: "plot"
9024   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9025   algorithm: "plot_nf_heatmap"
9026   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9027   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9028   filter: "'NIC_Intel-XL710' and
9029            'NF_DENSITY' and
9030            'DOCKER' and
9031            'CHAIN' and
9032            'NF_VPPIP4' and
9033            'IPSEC' and
9034            'TNL_10000' and
9035            'IMIX' and
9036            '4T4C' and
9037            'NDRPDR'"
9038   parameters:
9039   - "throughput"
9040   - "name"
9041   - "tags"
9042   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9043   x-axis: "X = CNFs per Service Chain"
9044   y-axis: "Y = Number of Service Chains"
9045   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9046   layout:
9047     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9048     layout: "plot-service-density"
9049
9050 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9051 - type: "plot"
9052   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9053   algorithm: "plot_nf_heatmap"
9054   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9055   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9056   filter: "'NIC_Intel-XL710' and
9057            'NF_DENSITY' and
9058            'DOCKER' and
9059            'CHAIN' and
9060            'NF_VPPIP4' and
9061            'IPSEC' and
9062            'TNL_10000' and
9063            'IMIX' and
9064            '1T1C' and
9065            'NDRPDR'"
9066   parameters:
9067   - "throughput"
9068   - "name"
9069   - "tags"
9070   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9071   x-axis: "X = CNFs per Service Chain"
9072   y-axis: "Y = Number of Service Chains"
9073   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9074   layout:
9075     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9076     layout: "plot-service-density"
9077
9078 - type: "plot"
9079   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9080   algorithm: "plot_nf_heatmap"
9081   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9082   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9083   filter: "'NIC_Intel-XL710' and
9084            'NF_DENSITY' and
9085            'DOCKER' and
9086            'CHAIN' and
9087            'NF_VPPIP4' and
9088            'IPSEC' and
9089            'TNL_10000' and
9090            'IMIX' and
9091            '2T2C' and
9092            'NDRPDR'"
9093   parameters:
9094   - "throughput"
9095   - "name"
9096   - "tags"
9097   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9098   x-axis: "X = CNFs per Service Chain"
9099   y-axis: "Y = Number of Service Chains"
9100   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9101   layout:
9102     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9103     layout: "plot-service-density"
9104
9105 - type: "plot"
9106   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9107   algorithm: "plot_nf_heatmap"
9108   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9109   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9110   filter: "'NIC_Intel-XL710' and
9111            'NF_DENSITY' and
9112            'DOCKER' and
9113            'CHAIN' and
9114            'NF_VPPIP4' and
9115            'IPSEC' and
9116            'TNL_10000' and
9117            'IMIX' and
9118            '4T4C' and
9119            'NDRPDR'"
9120   parameters:
9121   - "throughput"
9122   - "name"
9123   - "tags"
9124   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9125   x-axis: "X = CNFs per Service Chain"
9126   y-axis: "Y = Number of Service Chains"
9127   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9128   layout:
9129     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9130     layout: "plot-service-density"
9131
9132 ###############################################################################
9133
9134 # Plots - NF Density - CSP - MRR 64b
9135
9136 - type: "plot"
9137   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9138   algorithm: "plot_nf_heatmap"
9139   output-file-type: ".html"
9140   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9141   data: "plot-vpp-nfv-2n-skx-mrr"
9142   filter: "'NIC_Intel-XXV710' and
9143            'NF_DENSITY' and
9144            'DOCKER' and
9145            'PIPELINE' and
9146            'NF_VPPIP4' and
9147            '64B' and
9148            '2T1C' and
9149            'MRR'"
9150   parameters:
9151   - "result"
9152   - "name"
9153   - "tags"
9154   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9155   x-axis: "X = CNFs per Service Pipeline"
9156   y-axis: "Y = Number of Service Pipelines"
9157   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9158   layout:
9159     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9160     layout: "plot-service-density"
9161
9162 - type: "plot"
9163   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9164   algorithm: "plot_nf_heatmap"
9165   output-file-type: ".html"
9166   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9167   data: "plot-vpp-nfv-2n-skx-mrr"
9168   filter: "'NIC_Intel-XXV710' and
9169            'NF_DENSITY' and
9170            'DOCKER' and
9171            'PIPELINE' and
9172            'NF_VPPIP4' and
9173            '64B' and
9174            '4T2C' and
9175            'MRR'"
9176   parameters:
9177   - "result"
9178   - "name"
9179   - "tags"
9180   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9181   x-axis: "X = CNFs per Service Pipeline"
9182   y-axis: "Y = Number of Service Pipelines"
9183   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9184   layout:
9185     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9186     layout: "plot-service-density"
9187
9188 - type: "plot"
9189   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9190   algorithm: "plot_nf_heatmap"
9191   output-file-type: ".html"
9192   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9193   data: "plot-vpp-nfv-2n-skx-mrr"
9194   filter: "'NIC_Intel-XXV710' and
9195            'NF_DENSITY' and
9196            'DOCKER' and
9197            'PIPELINE' and
9198            'NF_VPPIP4' and
9199            '64B' and
9200            '8T4C' and
9201            'MRR'"
9202   parameters:
9203   - "result"
9204   - "name"
9205   - "tags"
9206   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9207   x-axis: "X = CNFs per Service Pipeline"
9208   y-axis: "Y = Number of Service Pipelines"
9209   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9210   layout:
9211     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9212     layout: "plot-service-density"
9213
9214 # Plots - NF Density - CSP - MRR IMIX
9215 - type: "plot"
9216   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9217   algorithm: "plot_nf_heatmap"
9218   output-file-type: ".html"
9219   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9220   data: "plot-vpp-nfv-2n-skx-mrr"
9221   filter: "'NIC_Intel-XXV710' and
9222            'NF_DENSITY' and
9223            'DOCKER' and
9224            'PIPELINE' and
9225            'NF_VPPIP4' and
9226            'IMIX' and
9227            '2T1C' and
9228            'MRR'"
9229   parameters:
9230   - "result"
9231   - "name"
9232   - "tags"
9233   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9234   x-axis: "X = CNFs per Service Pipeline"
9235   y-axis: "Y = Number of Service Pipelines"
9236   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9237   layout:
9238     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9239     layout: "plot-service-density"
9240
9241 - type: "plot"
9242   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9243   algorithm: "plot_nf_heatmap"
9244   output-file-type: ".html"
9245   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9246   data: "plot-vpp-nfv-2n-skx-mrr"
9247   filter: "'NIC_Intel-XXV710' and
9248            'NF_DENSITY' and
9249            'DOCKER' and
9250            'PIPELINE' and
9251            'NF_VPPIP4' and
9252            'IMIX' and
9253            '4T2C' and
9254            'MRR'"
9255   parameters:
9256   - "result"
9257   - "name"
9258   - "tags"
9259   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9260   x-axis: "X = CNFs per Service Pipeline"
9261   y-axis: "Y = Number of Service Pipelines"
9262   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9263   layout:
9264     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9265     layout: "plot-service-density"
9266
9267 - type: "plot"
9268   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9269   algorithm: "plot_nf_heatmap"
9270   output-file-type: ".html"
9271   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9272   data: "plot-vpp-nfv-2n-skx-mrr"
9273   filter: "'NIC_Intel-XXV710' and
9274            'NF_DENSITY' and
9275            'DOCKER' and
9276            'PIPELINE' and
9277            'NF_VPPIP4' and
9278            'IMIX' and
9279            '8T4C' and
9280            'MRR'"
9281   parameters:
9282   - "result"
9283   - "name"
9284   - "tags"
9285   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9286   x-axis: "X = CNFs per Service Pipeline"
9287   y-axis: "Y = Number of Service Pipelines"
9288   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9289   layout:
9290     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9291     layout: "plot-service-density"
9292
9293 # Plots - NF Density - CSP - NDR 64b
9294 - type: "plot"
9295   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9296   algorithm: "plot_nf_heatmap"
9297   output-file-type: ".html"
9298   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9299   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9300   filter: "'NIC_Intel-XXV710' and
9301            'NF_DENSITY' and
9302            'DOCKER' and
9303            'PIPELINE' and
9304            'NF_VPPIP4' and
9305            '64B' and
9306            '2T1C' and
9307            'NDRPDR'"
9308   parameters:
9309   - "throughput"
9310   - "name"
9311   - "tags"
9312   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9313   x-axis: "X = CNFs per Service Pipeline"
9314   y-axis: "Y = Number of Service Pipelines"
9315   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9316   layout:
9317     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9318     layout: "plot-service-density"
9319
9320 - type: "plot"
9321   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9322   algorithm: "plot_nf_heatmap"
9323   output-file-type: ".html"
9324   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9325   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9326   filter: "'NIC_Intel-XXV710' and
9327            'NF_DENSITY' and
9328            'DOCKER' and
9329            'PIPELINE' and
9330            'NF_VPPIP4' and
9331            '64B' and
9332            '4T2C' and
9333            'NDRPDR'"
9334   parameters:
9335   - "throughput"
9336   - "name"
9337   - "tags"
9338   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9339   x-axis: "X = CNFs per Service Pipeline"
9340   y-axis: "Y = Number of Service Pipelines"
9341   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9342   layout:
9343     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9344     layout: "plot-service-density"
9345
9346 - type: "plot"
9347   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9348   algorithm: "plot_nf_heatmap"
9349   output-file-type: ".html"
9350   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9351   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9352   filter: "'NIC_Intel-XXV710' and
9353            'NF_DENSITY' and
9354            'DOCKER' and
9355            'PIPELINE' and
9356            'NF_VPPIP4' and
9357            '64B' and
9358            '8T4C' and
9359            'NDRPDR'"
9360   parameters:
9361   - "throughput"
9362   - "name"
9363   - "tags"
9364   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9365   x-axis: "X = CNFs per Service Pipeline"
9366   y-axis: "Y = Number of Service Pipelines"
9367   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9368   layout:
9369     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9370     layout: "plot-service-density"
9371
9372 # Plots - NF Density - CSP - NDR IMIX
9373 - type: "plot"
9374   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9375   algorithm: "plot_nf_heatmap"
9376   output-file-type: ".html"
9377   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9378   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9379   filter: "'NIC_Intel-XXV710' and
9380            'NF_DENSITY' and
9381            'DOCKER' and
9382            'PIPELINE' and
9383            'NF_VPPIP4' and
9384            'IMIX' and
9385            '2T1C' and
9386            'NDRPDR'"
9387   parameters:
9388   - "throughput"
9389   - "name"
9390   - "tags"
9391   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9392   x-axis: "X = CNFs per Service Pipeline"
9393   y-axis: "Y = Number of Service Pipelines"
9394   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9395   layout:
9396     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9397     layout: "plot-service-density"
9398
9399 - type: "plot"
9400   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9401   algorithm: "plot_nf_heatmap"
9402   output-file-type: ".html"
9403   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9404   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9405   filter: "'NIC_Intel-XXV710' and
9406            'NF_DENSITY' and
9407            'DOCKER' and
9408            'PIPELINE' and
9409            'NF_VPPIP4' and
9410            'IMIX' and
9411            '4T2C' and
9412            'NDRPDR'"
9413   parameters:
9414   - "throughput"
9415   - "name"
9416   - "tags"
9417   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9418   x-axis: "X = CNFs per Service Pipeline"
9419   y-axis: "Y = Number of Service Pipelines"
9420   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9421   layout:
9422     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9423     layout: "plot-service-density"
9424
9425 - type: "plot"
9426   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9427   algorithm: "plot_nf_heatmap"
9428   output-file-type: ".html"
9429   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9430   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9431   filter: "'NIC_Intel-XXV710' and
9432            'NF_DENSITY' and
9433            'DOCKER' and
9434            'PIPELINE' and
9435            'NF_VPPIP4' and
9436            'IMIX' and
9437            '8T4C' and
9438            'NDRPDR'"
9439   parameters:
9440   - "throughput"
9441   - "name"
9442   - "tags"
9443   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9444   x-axis: "X = CNFs per Service Pipeline"
9445   y-axis: "Y = Number of Service Pipelines"
9446   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9447   layout:
9448     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9449     layout: "plot-service-density"
9450
9451 # Plots - NF Density - CSP - PDR 64b
9452 - type: "plot"
9453   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9454   algorithm: "plot_nf_heatmap"
9455   output-file-type: ".html"
9456   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9457   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9458   filter: "'NIC_Intel-XXV710' and
9459            'NF_DENSITY' and
9460            'DOCKER' and
9461            'PIPELINE' and
9462            'NF_VPPIP4' and
9463            '64B' and
9464            '2T1C' and
9465            'NDRPDR'"
9466   parameters:
9467   - "throughput"
9468   - "name"
9469   - "tags"
9470   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9471   x-axis: "X = CNFs per Service Pipeline"
9472   y-axis: "Y = Number of Service Pipelines"
9473   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9474   layout:
9475     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9476     layout: "plot-service-density"
9477
9478 - type: "plot"
9479   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9480   algorithm: "plot_nf_heatmap"
9481   output-file-type: ".html"
9482   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9483   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9484   filter: "'NIC_Intel-XXV710' and
9485            'NF_DENSITY' and
9486            'DOCKER' and
9487            'PIPELINE' and
9488            'NF_VPPIP4' and
9489            '64B' and
9490            '4T2C' and
9491            'NDRPDR'"
9492   parameters:
9493   - "throughput"
9494   - "name"
9495   - "tags"
9496   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9497   x-axis: "X = CNFs per Service Pipeline"
9498   y-axis: "Y = Number of Service Pipelines"
9499   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9500   layout:
9501     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9502     layout: "plot-service-density"
9503
9504 - type: "plot"
9505   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9506   algorithm: "plot_nf_heatmap"
9507   output-file-type: ".html"
9508   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9509   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9510   filter: "'NIC_Intel-XXV710' and
9511            'NF_DENSITY' and
9512            'DOCKER' and
9513            'PIPELINE' and
9514            'NF_VPPIP4' and
9515            '64B' and
9516            '8T4C' and
9517            'NDRPDR'"
9518   parameters:
9519   - "throughput"
9520   - "name"
9521   - "tags"
9522   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9523   x-axis: "X = CNFs per Service Pipeline"
9524   y-axis: "Y = Number of Service Pipelines"
9525   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9526   layout:
9527     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9528     layout: "plot-service-density"
9529
9530 # Plots - NF Density - CSP - PDR IMIX
9531 - type: "plot"
9532   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9533   algorithm: "plot_nf_heatmap"
9534   output-file-type: ".html"
9535   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9536   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9537   filter: "'NIC_Intel-XXV710' and
9538            'NF_DENSITY' and
9539            'DOCKER' and
9540            'PIPELINE' and
9541            'NF_VPPIP4' and
9542            'IMIX' and
9543            '2T1C' and
9544            'NDRPDR'"
9545   parameters:
9546   - "throughput"
9547   - "name"
9548   - "tags"
9549   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9550   x-axis: "X = CNFs per Service Pipeline"
9551   y-axis: "Y = Number of Service Pipelines"
9552   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9553   layout:
9554     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9555     layout: "plot-service-density"
9556
9557 - type: "plot"
9558   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9559   algorithm: "plot_nf_heatmap"
9560   output-file-type: ".html"
9561   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9562   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9563   filter: "'NIC_Intel-XXV710' and
9564            'NF_DENSITY' and
9565            'DOCKER' and
9566            'PIPELINE' and
9567            'NF_VPPIP4' and
9568            'IMIX' and
9569            '4T2C' and
9570            'NDRPDR'"
9571   parameters:
9572   - "throughput"
9573   - "name"
9574   - "tags"
9575   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9576   x-axis: "X = CNFs per Service Pipeline"
9577   y-axis: "Y = Number of Service Pipelines"
9578   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9579   layout:
9580     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9581     layout: "plot-service-density"
9582
9583 - type: "plot"
9584   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9585   algorithm: "plot_nf_heatmap"
9586   output-file-type: ".html"
9587   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9588   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9589   filter: "'NIC_Intel-XXV710' and
9590            'NF_DENSITY' and
9591            'DOCKER' and
9592            'PIPELINE' and
9593            'NF_VPPIP4' and
9594            'IMIX' and
9595            '8T4C' and
9596            'NDRPDR'"
9597   parameters:
9598   - "throughput"
9599   - "name"
9600   - "tags"
9601   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9602   x-axis: "X = CNFs per Service Pipeline"
9603   y-axis: "Y = Number of Service Pipelines"
9604   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9605   layout:
9606     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9607     layout: "plot-service-density"
9608
9609 ###############################################################################
9610 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9611
9612 - type: "plot"
9613   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9614   algorithm: "plot_nf_heatmap"
9615   output-file-type: ".html"
9616   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9617   data: "plot-vpp-nfv-2n-clx-mrr"
9618   filter: "'NIC_Intel-XXV710' and
9619            'NF_DENSITY' and
9620            'VHOST' and
9621            not 'VXLAN' and
9622            'CHAIN' and
9623            'NF_VPPIP4' and
9624            'IMIX' and
9625            '2T1C' and
9626            'MRR'"
9627   parameters:
9628   - "result"
9629   - "name"
9630   - "tags"
9631   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9632   x-axis: "X = VNFs per Service Chain"
9633   y-axis: "Y = Number of Service Chains"
9634   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9635   layout:
9636     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9637     layout: "plot-service-density"
9638
9639 - type: "plot"
9640   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9641   algorithm: "plot_nf_heatmap"
9642   output-file-type: ".html"
9643   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9644   data: "plot-vpp-nfv-2n-clx-mrr"
9645   filter: "'NIC_Intel-XXV710' and
9646            'NF_DENSITY' and
9647            'VHOST' and
9648            not 'VXLAN' and
9649            'CHAIN' and
9650            'NF_VPPIP4' and
9651            'IMIX' and
9652            '4T2C' and
9653            'MRR'"
9654   parameters:
9655   - "result"
9656   - "name"
9657   - "tags"
9658   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9659   x-axis: "X = VNFs per Service Chain"
9660   y-axis: "Y = Number of Service Chains"
9661   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9662   layout:
9663     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9664     layout: "plot-service-density"
9665
9666 - type: "plot"
9667   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9668   algorithm: "plot_nf_heatmap"
9669   output-file-type: ".html"
9670   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9671   data: "plot-vpp-nfv-2n-clx-mrr"
9672   filter: "'NIC_Intel-XXV710' and
9673            'NF_DENSITY' and
9674            'VHOST' and
9675            not 'VXLAN' and
9676            'CHAIN' and
9677            'NF_VPPIP4' and
9678            'IMIX' and
9679            '8T4C' and
9680            'MRR'"
9681   parameters:
9682   - "result"
9683   - "name"
9684   - "tags"
9685   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9686   x-axis: "X = VNFs per Service Chain"
9687   y-axis: "Y = Number of Service Chains"
9688   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9689   layout:
9690     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9691     layout: "plot-service-density"
9692
9693 # Plots - NF Density - VSC - NDR IMIX
9694 - type: "plot"
9695   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9696   algorithm: "plot_nf_heatmap"
9697   output-file-type: ".html"
9698   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9699   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9700   filter: "'NIC_Intel-XXV710' and
9701            'NF_DENSITY' and
9702            'VHOST' and
9703            not 'VXLAN' and
9704            'CHAIN' and
9705            'NF_VPPIP4' and
9706            'IMIX' and
9707            '2T1C' and
9708            'NDRPDR'"
9709   parameters:
9710   - "throughput"
9711   - "name"
9712   - "tags"
9713   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9714   x-axis: "X = VNFs per Service Chain"
9715   y-axis: "Y = Number of Service Chains"
9716   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9717   layout:
9718     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9719     layout: "plot-service-density"
9720
9721 - type: "plot"
9722   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9723   algorithm: "plot_nf_heatmap"
9724   output-file-type: ".html"
9725   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9726   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9727   filter: "'NIC_Intel-XXV710' and
9728            'NF_DENSITY' and
9729            'VHOST' and
9730            not 'VXLAN' and
9731            'CHAIN' and
9732            'NF_VPPIP4' and
9733            'IMIX' and
9734            '4T2C' and
9735            'NDRPDR'"
9736   parameters:
9737   - "throughput"
9738   - "name"
9739   - "tags"
9740   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9741   x-axis: "X = VNFs per Service Chain"
9742   y-axis: "Y = Number of Service Chains"
9743   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9744   layout:
9745     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9746     layout: "plot-service-density"
9747
9748 - type: "plot"
9749   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9750   algorithm: "plot_nf_heatmap"
9751   output-file-type: ".html"
9752   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9753   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9754   filter: "'NIC_Intel-XXV710' and
9755            'NF_DENSITY' and
9756            'VHOST' and
9757            not 'VXLAN' and
9758            'CHAIN' and
9759            'NF_VPPIP4' and
9760            'IMIX' and
9761            '8T4C' and
9762            'NDRPDR'"
9763   parameters:
9764   - "throughput"
9765   - "name"
9766   - "tags"
9767   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9768   x-axis: "X = VNFs per Service Chain"
9769   y-axis: "Y = Number of Service Chains"
9770   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9771   layout:
9772     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9773     layout: "plot-service-density"
9774
9775 # Plots - NF Density - VSC - PDR IMIX
9776 - type: "plot"
9777   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9778   algorithm: "plot_nf_heatmap"
9779   output-file-type: ".html"
9780   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9781   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9782   filter: "'NIC_Intel-XXV710' and
9783            'NF_DENSITY' and
9784            'VHOST' and
9785            not 'VXLAN' and
9786            'CHAIN' and
9787            'NF_VPPIP4' and
9788            'IMIX' and
9789            '2T1C' and
9790            'NDRPDR'"
9791   parameters:
9792   - "throughput"
9793   - "name"
9794   - "tags"
9795   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9796   x-axis: "X = VNFs per Service Chain"
9797   y-axis: "Y = Number of Service Chains"
9798   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9799   layout:
9800     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9801     layout: "plot-service-density"
9802
9803 - type: "plot"
9804   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9805   algorithm: "plot_nf_heatmap"
9806   output-file-type: ".html"
9807   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
9808   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9809   filter: "'NIC_Intel-XXV710' and
9810            'NF_DENSITY' and
9811            'VHOST' and
9812            not 'VXLAN' and
9813            'CHAIN' and
9814            'NF_VPPIP4' and
9815            'IMIX' and
9816            '4T2C' and
9817            'NDRPDR'"
9818   parameters:
9819   - "throughput"
9820   - "name"
9821   - "tags"
9822   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9823   x-axis: "X = VNFs per Service Chain"
9824   y-axis: "Y = Number of Service Chains"
9825   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9826   layout:
9827     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9828     layout: "plot-service-density"
9829
9830 - type: "plot"
9831   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9832   algorithm: "plot_nf_heatmap"
9833   output-file-type: ".html"
9834   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
9835   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9836   filter: "'NIC_Intel-XXV710' and
9837            'NF_DENSITY' and
9838            'VHOST' and
9839            not 'VXLAN' and
9840            'CHAIN' and
9841            'NF_VPPIP4' and
9842            'IMIX' and
9843            '8T4C' and
9844            'NDRPDR'"
9845   parameters:
9846   - "throughput"
9847   - "name"
9848   - "tags"
9849   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9850   x-axis: "X = VNFs per Service Chain"
9851   y-axis: "Y = Number of Service Chains"
9852   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9853   layout:
9854     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9855     layout: "plot-service-density"
9856
9857 # Plots - NF Density - VSC - MRR IMIX
9858 - type: "plot"
9859   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9860   algorithm: "plot_nf_heatmap"
9861   output-file-type: ".html"
9862   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
9863   data: "plot-vpp-nfv-2n-clx-mrr"
9864   filter: "'NIC_Intel-XXV710' and
9865            'NF_DENSITY' and
9866            'VHOST' and
9867            'VXLAN' and
9868            'CHAIN' and
9869            'IMIX' and
9870            '2T1C' and
9871            'MRR'"
9872   parameters:
9873   - "result"
9874   - "name"
9875   - "tags"
9876   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9877   x-axis: "X = VNFs per Service Chain"
9878   y-axis: "Y = Number of Service Chains"
9879   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9880   layout:
9881     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9882     layout: "plot-service-density"
9883
9884 - type: "plot"
9885   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9886   algorithm: "plot_nf_heatmap"
9887   output-file-type: ".html"
9888   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
9889   data: "plot-vpp-nfv-2n-clx-mrr"
9890   filter: "'NIC_Intel-XXV710' and
9891            'NF_DENSITY' and
9892            'VHOST' and
9893            'VXLAN' and
9894            'CHAIN' and
9895            'IMIX' and
9896            '4T2C' and
9897            'MRR'"
9898   parameters:
9899   - "result"
9900   - "name"
9901   - "tags"
9902   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9903   x-axis: "X = VNFs per Service Chain"
9904   y-axis: "Y = Number of Service Chains"
9905   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9906   layout:
9907     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9908     layout: "plot-service-density"
9909
9910 - type: "plot"
9911   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9912   algorithm: "plot_nf_heatmap"
9913   output-file-type: ".html"
9914   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
9915   data: "plot-vpp-nfv-2n-clx-mrr"
9916   filter: "'NIC_Intel-XXV710' and
9917            'NF_DENSITY' and
9918            'VHOST' and
9919            'VXLAN' and
9920            'CHAIN' and
9921            'IMIX' and
9922            '8T4C' and
9923            'MRR'"
9924   parameters:
9925   - "result"
9926   - "name"
9927   - "tags"
9928   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9929   x-axis: "X = VNFs per Service Chain"
9930   y-axis: "Y = Number of Service Chains"
9931   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9932   layout:
9933     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9934     layout: "plot-service-density"
9935
9936 # Plots - NF Density - VSC - NDR IMIX
9937 - type: "plot"
9938   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9939   algorithm: "plot_nf_heatmap"
9940   output-file-type: ".html"
9941   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
9942   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9943   filter: "'NIC_Intel-XXV710' and
9944            'NF_DENSITY' and
9945            'VHOST' and
9946            'VXLAN' and
9947            'CHAIN' a
9948            'IMIX' and
9949            '2T1C' and
9950            'NDRPDR'"
9951   parameters:
9952   - "throughput"
9953   - "name"
9954   - "tags"
9955   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9956   x-axis: "X = VNFs per Service Chain"
9957   y-axis: "Y = Number of Service Chains"
9958   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9959   layout:
9960     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9961     layout: "plot-service-density"
9962
9963 - type: "plot"
9964   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9965   algorithm: "plot_nf_heatmap"
9966   output-file-type: ".html"
9967   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
9968   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9969   filter: "'NIC_Intel-XXV710' and
9970            'NF_DENSITY' and
9971            'VHOST' and
9972            'VXLAN' and
9973            'CHAIN' and
9974            'IMIX' and
9975            '4T2C' and
9976            'NDRPDR'"
9977   parameters:
9978   - "throughput"
9979   - "name"
9980   - "tags"
9981   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9982   x-axis: "X = VNFs per Service Chain"
9983   y-axis: "Y = Number of Service Chains"
9984   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9985   layout:
9986     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9987     layout: "plot-service-density"
9988
9989 - type: "plot"
9990   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9991   algorithm: "plot_nf_heatmap"
9992   output-file-type: ".html"
9993   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
9994   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9995   filter: "'NIC_Intel-XXV710' and
9996            'NF_DENSITY' and
9997            'VHOST' and
9998            'VXLAN' and
9999            'CHAIN' and
10000            'IMIX' and
10001            '8T4C' and
10002            'NDRPDR'"
10003   parameters:
10004   - "throughput"
10005   - "name"
10006   - "tags"
10007   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10008   x-axis: "X = VNFs per Service Chain"
10009   y-axis: "Y = Number of Service Chains"
10010   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10011   layout:
10012     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10013     layout: "plot-service-density"
10014
10015 # Plots - NF Density - VSC - PDR IMIX
10016 - type: "plot"
10017   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10018   algorithm: "plot_nf_heatmap"
10019   output-file-type: ".html"
10020   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10021   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10022   filter: "'NIC_Intel-XXV710' and
10023            'NF_DENSITY' and
10024            'VHOST' and
10025            'VXLAN' and
10026            'CHAIN' and
10027            'IMIX' and
10028            '2T1C' and
10029            'NDRPDR'"
10030   parameters:
10031   - "throughput"
10032   - "name"
10033   - "tags"
10034   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10035   x-axis: "X = VNFs per Service Chain"
10036   y-axis: "Y = Number of Service Chains"
10037   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10038   layout:
10039     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10040     layout: "plot-service-density"
10041
10042 - type: "plot"
10043   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10044   algorithm: "plot_nf_heatmap"
10045   output-file-type: ".html"
10046   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10047   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10048   filter: "'NIC_Intel-XXV710' and
10049            'NF_DENSITY' and
10050            'VHOST' and
10051            'VXLAN' and
10052            'CHAIN' and
10053            'IMIX' and
10054            '4T2C' and
10055            'NDRPDR'"
10056   parameters:
10057   - "throughput"
10058   - "name"
10059   - "tags"
10060   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10061   x-axis: "X = VNFs per Service Chain"
10062   y-axis: "Y = Number of Service Chains"
10063   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10064   layout:
10065     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10066     layout: "plot-service-density"
10067
10068 - type: "plot"
10069   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10070   algorithm: "plot_nf_heatmap"
10071   output-file-type: ".html"
10072   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10073   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10074   filter: "'NIC_Intel-XXV710' and
10075            'NF_DENSITY' and
10076            'VHOST' and
10077            'VXLAN' and
10078            'CHAIN' and
10079            'IMIX' and
10080            '8T4C' and
10081            'NDRPDR'"
10082   parameters:
10083   - "throughput"
10084   - "name"
10085   - "tags"
10086   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10087   x-axis: "X = VNFs per Service Chain"
10088   y-axis: "Y = Number of Service Chains"
10089   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10090   layout:
10091     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10092     layout: "plot-service-density"
10093
10094 # Plots - NF Density - CSC - MRR IMIX
10095 - type: "plot"
10096   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10097   algorithm: "plot_nf_heatmap"
10098   output-file-type: ".html"
10099   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10100   data: "plot-vpp-nfv-2n-clx-mrr"
10101   filter: "'NIC_Intel-XXV710' and
10102            'NF_DENSITY' and
10103            'DOCKER' and
10104            'CHAIN' and
10105            'NF_VPPIP4' and
10106            'IMIX' and
10107            '2T1C' and
10108            'MRR'"
10109   parameters:
10110   - "result"
10111   - "name"
10112   - "tags"
10113   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10114   x-axis: "X = CNFs per Service Chain"
10115   y-axis: "Y = Number of Service Chains"
10116   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10117   layout:
10118     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10119     layout: "plot-service-density"
10120
10121 - type: "plot"
10122   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10123   algorithm: "plot_nf_heatmap"
10124   output-file-type: ".html"
10125   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10126   data: "plot-vpp-nfv-2n-clx-mrr"
10127   filter: "'NIC_Intel-XXV710' and
10128            'NF_DENSITY' and
10129            'DOCKER' and
10130            'CHAIN' and
10131            'NF_VPPIP4' and
10132            'IMIX' and
10133            '4T2C' and
10134            'MRR'"
10135   parameters:
10136   - "result"
10137   - "name"
10138   - "tags"
10139   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10140   x-axis: "X = CNFs per Service Chain"
10141   y-axis: "Y = Number of Service Chains"
10142   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10143   layout:
10144     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10145     layout: "plot-service-density"
10146
10147 - type: "plot"
10148   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10149   algorithm: "plot_nf_heatmap"
10150   output-file-type: ".html"
10151   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10152   data: "plot-vpp-nfv-2n-clx-mrr"
10153   filter: "'NIC_Intel-XXV710' and
10154            'NF_DENSITY' and
10155            'DOCKER' and
10156            'CHAIN' and
10157            'NF_VPPIP4' and
10158            'IMIX' and
10159            '8T4C' and
10160            'MRR'"
10161   parameters:
10162   - "result"
10163   - "name"
10164   - "tags"
10165   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10166   x-axis: "X = CNFs per Service Chain"
10167   y-axis: "Y = Number of Service Chains"
10168   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10169   layout:
10170     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10171     layout: "plot-service-density"
10172
10173 # Plots - NF Density - CSC - NDR IMIX
10174 - type: "plot"
10175   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10176   algorithm: "plot_nf_heatmap"
10177   output-file-type: ".html"
10178   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10179   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10180   filter: "'NIC_Intel-XXV710' and
10181            'NF_DENSITY' and
10182            'DOCKER' and
10183            'CHAIN' and
10184            'NF_VPPIP4' and
10185            'IMIX' and
10186            '2T1C' and
10187            'NDRPDR'"
10188   parameters:
10189   - "throughput"
10190   - "name"
10191   - "tags"
10192   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10193   x-axis: "X = CNFs per Service Chain"
10194   y-axis: "Y = Number of Service Chains"
10195   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10196   layout:
10197     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10198     layout: "plot-service-density"
10199
10200 - type: "plot"
10201   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10202   algorithm: "plot_nf_heatmap"
10203   output-file-type: ".html"
10204   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10205   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10206   filter: "'NIC_Intel-XXV710' and
10207            'NF_DENSITY' and
10208            'DOCKER' and
10209            'CHAIN' and
10210            'NF_VPPIP4' and
10211            'IMIX' and
10212            '4T2C' and
10213            'NDRPDR'"
10214   parameters:
10215   - "throughput"
10216   - "name"
10217   - "tags"
10218   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10219   x-axis: "X = CNFs per Service Chain"
10220   y-axis: "Y = Number of Service Chains"
10221   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10222   layout:
10223     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10224     layout: "plot-service-density"
10225
10226 - type: "plot"
10227   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10228   algorithm: "plot_nf_heatmap"
10229   output-file-type: ".html"
10230   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10231   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10232   filter: "'NIC_Intel-XXV710' and
10233            'NF_DENSITY' and
10234            'DOCKER' and
10235            'CHAIN' and
10236            'NF_VPPIP4' and
10237            'IMIX' and
10238            '8T4C' and
10239            'NDRPDR'"
10240   parameters:
10241   - "throughput"
10242   - "name"
10243   - "tags"
10244   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10245   x-axis: "X = CNFs per Service Chain"
10246   y-axis: "Y = Number of Service Chains"
10247   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10248   layout:
10249     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10250     layout: "plot-service-density"
10251
10252 # Plots - NF Density - CSC - PDR IMIX
10253 - type: "plot"
10254   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10255   algorithm: "plot_nf_heatmap"
10256   output-file-type: ".html"
10257   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10258   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10259   filter: "'NIC_Intel-XXV710' and
10260            'NF_DENSITY' and
10261            'DOCKER' and
10262            'CHAIN' and
10263            'NF_VPPIP4' and
10264            'IMIX' and
10265            '2T1C' and
10266            'NDRPDR'"
10267   parameters:
10268   - "throughput"
10269   - "name"
10270   - "tags"
10271   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10272   x-axis: "X = CNFs per Service Chain"
10273   y-axis: "Y = Number of Service Chains"
10274   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10275   layout:
10276     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10277     layout: "plot-service-density"
10278
10279 - type: "plot"
10280   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10281   algorithm: "plot_nf_heatmap"
10282   output-file-type: ".html"
10283   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10284   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10285   filter: "'NIC_Intel-XXV710' and
10286            'NF_DENSITY' and
10287            'DOCKER' and
10288            'CHAIN' and
10289            'NF_VPPIP4' and
10290            'IMIX' and
10291            '4T2C' and
10292            'NDRPDR'"
10293   parameters:
10294   - "throughput"
10295   - "name"
10296   - "tags"
10297   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10298   x-axis: "X = CNFs per Service Chain"
10299   y-axis: "Y = Number of Service Chains"
10300   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10301   layout:
10302     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10303     layout: "plot-service-density"
10304
10305 - type: "plot"
10306   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10307   algorithm: "plot_nf_heatmap"
10308   output-file-type: ".html"
10309   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10310   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10311   filter: "'NIC_Intel-XXV710' and
10312            'NF_DENSITY' and
10313            'DOCKER' and
10314            'CHAIN' and
10315            'NF_VPPIP4' and
10316            'IMIX' and
10317            '8T4C' and
10318            'NDRPDR'"
10319   parameters:
10320   - "throughput"
10321   - "name"
10322   - "tags"
10323   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10324   x-axis: "X = CNFs per Service Chain"
10325   y-axis: "Y = Number of Service Chains"
10326   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10327   layout:
10328     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10329     layout: "plot-service-density"
10330
10331 # Plots - NF Density - CSP - MRR IMIX
10332 - type: "plot"
10333   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10334   algorithm: "plot_nf_heatmap"
10335   output-file-type: ".html"
10336   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10337   data: "plot-vpp-nfv-2n-clx-mrr"
10338   filter: "'NIC_Intel-XXV710' and
10339            'NF_DENSITY' and
10340            'DOCKER' and
10341            'PIPELINE' and
10342            'NF_VPPIP4' and
10343            'IMIX' and
10344            '2T1C' and
10345            'MRR'"
10346   parameters:
10347   - "result"
10348   - "name"
10349   - "tags"
10350   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10351   x-axis: "X = CNFs per Service Pipeline"
10352   y-axis: "Y = Number of Service Pipelines"
10353   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10354   layout:
10355     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10356     layout: "plot-service-density"
10357
10358 - type: "plot"
10359   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10360   algorithm: "plot_nf_heatmap"
10361   output-file-type: ".html"
10362   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10363   data: "plot-vpp-nfv-2n-clx-mrr"
10364   filter: "'NIC_Intel-XXV710' and
10365            'NF_DENSITY' and
10366            'DOCKER' and
10367            'PIPELINE' and
10368            'NF_VPPIP4' and
10369            'IMIX' and
10370            '4T2C' and
10371            'MRR'"
10372   parameters:
10373   - "result"
10374   - "name"
10375   - "tags"
10376   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10377   x-axis: "X = CNFs per Service Pipeline"
10378   y-axis: "Y = Number of Service Pipelines"
10379   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10380   layout:
10381     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10382     layout: "plot-service-density"
10383
10384 - type: "plot"
10385   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10386   algorithm: "plot_nf_heatmap"
10387   output-file-type: ".html"
10388   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10389   data: "plot-vpp-nfv-2n-clx-mrr"
10390   filter: "'NIC_Intel-XXV710' and
10391            'NF_DENSITY' and
10392            'DOCKER' and
10393            'PIPELINE' and
10394            'NF_VPPIP4' and
10395            'IMIX' and
10396            '8T4C' and
10397            'MRR'"
10398   parameters:
10399   - "result"
10400   - "name"
10401   - "tags"
10402   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10403   x-axis: "X = CNFs per Service Pipeline"
10404   y-axis: "Y = Number of Service Pipelines"
10405   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10406   layout:
10407     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10408     layout: "plot-service-density"
10409
10410 # Plots - NF Density - CSP - NDR IMIX
10411 - type: "plot"
10412   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10413   algorithm: "plot_nf_heatmap"
10414   output-file-type: ".html"
10415   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10416   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10417   filter: "'NIC_Intel-XXV710' and
10418            'NF_DENSITY' and
10419            'DOCKER' and
10420            'PIPELINE' and
10421            'NF_VPPIP4' and
10422            'IMIX' and
10423            '2T1C' and
10424            'NDRPDR'"
10425   parameters:
10426   - "throughput"
10427   - "name"
10428   - "tags"
10429   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10430   x-axis: "X = CNFs per Service Pipeline"
10431   y-axis: "Y = Number of Service Pipelines"
10432   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10433   layout:
10434     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10435     layout: "plot-service-density"
10436
10437 - type: "plot"
10438   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10439   algorithm: "plot_nf_heatmap"
10440   output-file-type: ".html"
10441   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10442   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10443   filter: "'NIC_Intel-XXV710' and
10444            'NF_DENSITY' and
10445            'DOCKER' and
10446            'PIPELINE' and
10447            'NF_VPPIP4' and
10448            'IMIX' and
10449            '4T2C' and
10450            'NDRPDR'"
10451   parameters:
10452   - "throughput"
10453   - "name"
10454   - "tags"
10455   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10456   x-axis: "X = CNFs per Service Pipeline"
10457   y-axis: "Y = Number of Service Pipelines"
10458   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10459   layout:
10460     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10461     layout: "plot-service-density"
10462
10463 - type: "plot"
10464   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10465   algorithm: "plot_nf_heatmap"
10466   output-file-type: ".html"
10467   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10468   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10469   filter: "'NIC_Intel-XXV710' and
10470            'NF_DENSITY' and
10471            'DOCKER' and
10472            'PIPELINE' and
10473            'NF_VPPIP4' and
10474            'IMIX' and
10475            '8T4C' and
10476            'NDRPDR'"
10477   parameters:
10478   - "throughput"
10479   - "name"
10480   - "tags"
10481   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10482   x-axis: "X = CNFs per Service Pipeline"
10483   y-axis: "Y = Number of Service Pipelines"
10484   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10485   layout:
10486     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10487     layout: "plot-service-density"
10488
10489 # Plots - NF Density - CSP - PDR IMIX
10490 - type: "plot"
10491   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10492   algorithm: "plot_nf_heatmap"
10493   output-file-type: ".html"
10494   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10495   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10496   filter: "'NIC_Intel-XXV710' and
10497            'NF_DENSITY' and
10498            'DOCKER' and
10499            'PIPELINE' and
10500            'NF_VPPIP4' and
10501            'IMIX' and
10502            '2T1C' and
10503            'NDRPDR'"
10504   parameters:
10505   - "throughput"
10506   - "name"
10507   - "tags"
10508   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10509   x-axis: "X = CNFs per Service Pipeline"
10510   y-axis: "Y = Number of Service Pipelines"
10511   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10512   layout:
10513     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10514     layout: "plot-service-density"
10515
10516 - type: "plot"
10517   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10518   algorithm: "plot_nf_heatmap"
10519   output-file-type: ".html"
10520   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10521   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10522   filter: "'NIC_Intel-XXV710' and
10523            'NF_DENSITY' and
10524            'DOCKER' and
10525            'PIPELINE' and
10526            'NF_VPPIP4' and
10527            'IMIX' and
10528            '4T2C' and
10529            'NDRPDR'"
10530   parameters:
10531   - "throughput"
10532   - "name"
10533   - "tags"
10534   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10535   x-axis: "X = CNFs per Service Pipeline"
10536   y-axis: "Y = Number of Service Pipelines"
10537   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10538   layout:
10539     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10540     layout: "plot-service-density"
10541
10542 - type: "plot"
10543   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10544   algorithm: "plot_nf_heatmap"
10545   output-file-type: ".html"
10546   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10547   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10548   filter: "'NIC_Intel-XXV710' and
10549            'NF_DENSITY' and
10550            'DOCKER' and
10551            'PIPELINE' and
10552            'NF_VPPIP4' and
10553            'IMIX' and
10554            '8T4C' and
10555            'NDRPDR'"
10556   parameters:
10557   - "throughput"
10558   - "name"
10559   - "tags"
10560   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10561   x-axis: "X = CNFs per Service Pipeline"
10562   y-axis: "Y = Number of Service Pipelines"
10563   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10564   layout:
10565     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10566     layout: "plot-service-density"
10567
10568 ################################################################################
10569
10570 # Packet Throughput
10571
10572 - type: "plot"
10573   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
10574   algorithm: "plot_perf_box_name"
10575   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
10576   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10577   include:
10578     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10579     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10580     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10581     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10582   layout:
10583     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
10584     layout: "plot-throughput"
10585
10586 - type: "plot"
10587   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
10588   algorithm: "plot_perf_box_name"
10589   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
10590   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10591   include:
10592     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10593     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10594     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10595     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10596   layout:
10597     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
10598     layout: "plot-throughput"
10599
10600 - type: "plot"
10601   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
10602   algorithm: "plot_perf_box_name"
10603   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
10604   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10605   include:
10606     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10607     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10608     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10609     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10610     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10611   layout:
10612     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
10613     layout: "plot-throughput"
10614
10615 - type: "plot"
10616   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
10617   algorithm: "plot_perf_box_name"
10618   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
10619   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10620   include:
10621     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10622     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10623     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10624     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10625     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10626   layout:
10627     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
10628     layout: "plot-throughput"
10629
10630 - type: "plot"
10631   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10632   algorithm: "plot_perf_box_name"
10633   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10634   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10635   include:
10636     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10637     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10638     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10639     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10640     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10641   layout:
10642     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10643     layout: "plot-throughput"
10644
10645 - type: "plot"
10646   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10647   algorithm: "plot_perf_box_name"
10648   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10649   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10650   include:
10651     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10652     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10653     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10654     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10655     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10656   layout:
10657     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10658     layout: "plot-throughput"
10659
10660 - type: "plot"
10661   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
10662   algorithm: "plot_perf_box_name"
10663   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
10664   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10665   include:
10666     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10667     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10668     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10669     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10670     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10671   layout:
10672     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
10673     layout: "plot-throughput"
10674
10675 - type: "plot"
10676   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
10677   algorithm: "plot_perf_box_name"
10678   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
10679   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10680   include:
10681     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10682     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10683     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10684     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10685     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10686   layout:
10687     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
10688     layout: "plot-throughput"
10689
10690 - type: "plot"
10691   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10692   algorithm: "plot_perf_box_name"
10693   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10694   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10695   include:
10696     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10697     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10698     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10699     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10700   layout:
10701     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10702     layout: "plot-throughput"
10703
10704 - type: "plot"
10705   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10706   algorithm: "plot_perf_box_name"
10707   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10708   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10709   include:
10710     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10712     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10713     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10714   layout:
10715     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10716     layout: "plot-throughput"
10717
10718 - type: "plot"
10719   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
10720   algorithm: "plot_perf_box_name"
10721   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
10722   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10723   include:
10724     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10725     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10726     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10727     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10728     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10729   layout:
10730     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
10731     layout: "plot-throughput"
10732
10733 - type: "plot"
10734   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
10735   algorithm: "plot_perf_box_name"
10736   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
10737   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10738   include:
10739     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10740     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10741     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10742     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10744   layout:
10745     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
10746     layout: "plot-throughput"
10747
10748 - type: "plot"
10749   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
10750   algorithm: "plot_perf_box_name"
10751   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
10752   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10753   include:
10754     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10756     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10757     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10758     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10760   layout:
10761     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
10762     layout: "plot-throughput"
10763
10764 - type: "plot"
10765   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
10766   algorithm: "plot_perf_box_name"
10767   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
10768   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10769   include:
10770     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10772     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10776   layout:
10777     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
10778     layout: "plot-throughput"
10779
10780 - type: "plot"
10781   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
10782   algorithm: "plot_perf_box_name"
10783   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
10784   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10785   include:
10786     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10787     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10788     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10789   layout:
10790     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
10791     layout: "plot-throughput"
10792
10793 - type: "plot"
10794   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
10795   algorithm: "plot_perf_box_name"
10796   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
10797   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10798   include:
10799     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10800     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10801     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10802   layout:
10803     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
10804     layout: "plot-throughput"
10805
10806 - type: "plot"
10807   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
10808   algorithm: "plot_perf_box_name"
10809   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
10810   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10811   include:
10812     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10813     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10814     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10815     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10816     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10817   layout:
10818     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
10819     layout: "plot-throughput"
10820
10821 - type: "plot"
10822   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
10823   algorithm: "plot_perf_box_name"
10824   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
10825   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10826   include:
10827     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10828     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10829     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10830     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10831     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10832   layout:
10833     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
10834     layout: "plot-throughput"
10835
10836 - type: "plot"
10837   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10838   algorithm: "plot_perf_box_name"
10839   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10840   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10841   include:
10842     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10843     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10844     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10845     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10846   layout:
10847     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10848     layout: "plot-throughput"
10849
10850 - type: "plot"
10851   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10852   algorithm: "plot_perf_box_name"
10853   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10854   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10855   include:
10856     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10857     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10858     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10859     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10860   layout:
10861     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10862     layout: "plot-throughput"
10863
10864 - type: "plot"
10865   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
10866   algorithm: "plot_perf_box_name"
10867   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
10868   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10869   include:
10870     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10871     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10872     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10873     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10874     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10875   layout:
10876     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
10877     layout: "plot-throughput"
10878
10879 - type: "plot"
10880   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
10881   algorithm: "plot_perf_box_name"
10882   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
10883   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10884   include:
10885     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10886     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10887     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10888     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10889     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10890   layout:
10891     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
10892     layout: "plot-throughput"
10893
10894 - type: "plot"
10895   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
10896   algorithm: "plot_perf_box_name"
10897   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
10898   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10899   include:
10900     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10901     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10902     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10903     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10904     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10905     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10906   layout:
10907     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
10908     layout: "plot-throughput"
10909
10910 - type: "plot"
10911   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
10912   algorithm: "plot_perf_box_name"
10913   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
10914   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10915   include:
10916     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10917     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10918     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10919     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10920     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10921     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10922   layout:
10923     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
10924     layout: "plot-throughput"
10925
10926 - type: "plot"
10927   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10928   algorithm: "plot_perf_box_name"
10929   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10930   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10931   include:
10932     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10933     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10934     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10935     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10936     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10937   layout:
10938     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10939     layout: "plot-throughput"
10940
10941 - type: "plot"
10942   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10943   algorithm: "plot_perf_box_name"
10944   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10945   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10946   include:
10947     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10948     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10949     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10950     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10951     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10952   layout:
10953     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10954     layout: "plot-throughput"
10955
10956 - type: "plot"
10957   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10958   algorithm: "plot_perf_box_name"
10959   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10960   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10961   include:
10962     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10963     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10964     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10965     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10966     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10967     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10968   layout:
10969     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10970     layout: "plot-throughput"
10971
10972 - type: "plot"
10973   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10974   algorithm: "plot_perf_box_name"
10975   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10976   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10977   include:
10978     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10979     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10980     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10981     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10982     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10983     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10984   layout:
10985     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10986     layout: "plot-throughput"
10987
10988 - type: "plot"
10989   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10990   algorithm: "plot_perf_box_name"
10991   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10992   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10993   include:
10994     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10995     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10996     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10997     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10998     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10999   layout:
11000     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11001     layout: "plot-throughput"
11002
11003 - type: "plot"
11004   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11005   algorithm: "plot_perf_box_name"
11006   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11007   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11008   include:
11009     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11010     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11011     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11012     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11013     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11014   layout:
11015     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11016     layout: "plot-throughput"
11017
11018 - type: "plot"
11019   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11020   algorithm: "plot_perf_box_name"
11021   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11022   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11023   include:
11024     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11025     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11026     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11027     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11028     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11029     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11030   layout:
11031     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11032     layout: "plot-throughput"
11033
11034 - type: "plot"
11035   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11036   algorithm: "plot_perf_box_name"
11037   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11038   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11039   include:
11040     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11041     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11042     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11043     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11044     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11045     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11046   layout:
11047     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11048     layout: "plot-throughput"
11049
11050 - type: "plot"
11051   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11052   algorithm: "plot_perf_box_name"
11053   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11054   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11055   include:
11056     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11057     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11058     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11059     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11060     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11061   layout:
11062     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11063     layout: "plot-throughput"
11064
11065 - type: "plot"
11066   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11067   algorithm: "plot_perf_box_name"
11068   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11069   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11070   include:
11071     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11072     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11073     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11074     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11075     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11076   layout:
11077     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11078     layout: "plot-throughput"
11079
11080 - type: "plot"
11081   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11082   algorithm: "plot_perf_box_name"
11083   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11084   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11085   include:
11086     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11087     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11088     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11089     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11090     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11091     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11092   layout:
11093     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11094     layout: "plot-throughput"
11095
11096 - type: "plot"
11097   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11098   algorithm: "plot_perf_box_name"
11099   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11100   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11101   include:
11102     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11103     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11104     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11105     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11106     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11107     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11108   layout:
11109     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11110     layout: "plot-throughput"
11111
11112 - type: "plot"
11113   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
11114   algorithm: "plot_perf_box_name"
11115   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
11116   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11117   include:
11118     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11119     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11120   layout:
11121     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
11122     layout: "plot-throughput"
11123
11124 - type: "plot"
11125   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-pdr"
11126   algorithm: "plot_perf_box_name"
11127   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-pdr"
11128   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11129   include:
11130     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11131     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11132   layout:
11133     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-pdr"
11134     layout: "plot-throughput"
11135
11136 - type: "plot"
11137   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
11138   algorithm: "plot_perf_box_name"
11139   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
11140   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11141   include:
11142     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11143     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11144     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11145     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11146   layout:
11147     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
11148     layout: "plot-throughput"
11149
11150 - type: "plot"
11151   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
11152   algorithm: "plot_perf_box_name"
11153   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
11154   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11155   include:
11156     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11157     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11158     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11159     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11160   layout:
11161     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
11162     layout: "plot-throughput"
11163
11164 - type: "plot"
11165   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11166   algorithm: "plot_perf_box_name"
11167   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11168   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11169   include:
11170     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11171     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11172     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11173     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11174   layout:
11175     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11176     layout: "plot-throughput"
11177
11178 - type: "plot"
11179   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11180   algorithm: "plot_perf_box_name"
11181   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11182   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11183   include:
11184     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11185     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11186     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11187     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11188   layout:
11189     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11190     layout: "plot-throughput"
11191
11192 - type: "plot"
11193   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11194   algorithm: "plot_perf_box_name"
11195   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11196   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11197   include:
11198     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11199     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11200     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11201     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11202   layout:
11203     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11204     layout: "plot-throughput"
11205
11206 - type: "plot"
11207   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11208   algorithm: "plot_perf_box_name"
11209   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11210   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11211   include:
11212     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11213     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11214     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11215     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11216   layout:
11217     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11218     layout: "plot-throughput"
11219
11220 - type: "plot"
11221   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
11222   algorithm: "plot_perf_box_name"
11223   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
11224   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11225   include:
11226     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11227     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11228     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11229   layout:
11230     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
11231     layout: "plot-throughput"
11232
11233 - type: "plot"
11234   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
11235   algorithm: "plot_perf_box_name"
11236   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
11237   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11238   include:
11239     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11240     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11241     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11242   layout:
11243     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
11244     layout: "plot-throughput"
11245
11246 - type: "plot"
11247   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
11248   algorithm: "plot_perf_box_name"
11249   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
11250   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11251   include:
11252     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11253     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11254     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11255     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11256     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11257   layout:
11258     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
11259     layout: "plot-throughput"
11260
11261 - type: "plot"
11262   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
11263   algorithm: "plot_perf_box_name"
11264   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
11265   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11266   include:
11267     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11268     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11269     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11270     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11271     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11272   layout:
11273     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
11274     layout: "plot-throughput"
11275
11276 - type: "plot"
11277   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
11278   algorithm: "plot_perf_box_name"
11279   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
11280   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11281   include:
11282     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11283     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11284     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11285   layout:
11286     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
11287     layout: "plot-throughput"
11288
11289 - type: "plot"
11290   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
11291   algorithm: "plot_perf_box_name"
11292   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
11293   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11294   include:
11295     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11296     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11297     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11298   layout:
11299     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
11300     layout: "plot-throughput"
11301
11302 - type: "plot"
11303   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
11304   algorithm: "plot_perf_box_name"
11305   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
11306   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11307   include:
11308     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11309     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11310     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11311   layout:
11312     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
11313     layout: "plot-throughput"
11314
11315 - type: "plot"
11316   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
11317   algorithm: "plot_perf_box_name"
11318   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
11319   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11320   include:
11321     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11322     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11323     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11324   layout:
11325     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
11326     layout: "plot-throughput"
11327
11328 - type: "plot"
11329   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
11330   algorithm: "plot_perf_box_name"
11331   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
11332   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11333   include:
11334     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11335     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11336     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11337     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11338     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11339   layout:
11340     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
11341     layout: "plot-throughput"
11342
11343 - type: "plot"
11344   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
11345   algorithm: "plot_perf_box_name"
11346   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
11347   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11348   include:
11349     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11350     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11351     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11352     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11353     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11354   layout:
11355     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
11356     layout: "plot-throughput"
11357
11358 - type: "plot"
11359   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11360   algorithm: "plot_perf_box_name"
11361   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11362   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11363   include:
11364     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11365     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11366     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11367     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11368     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11369   layout:
11370     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11371     layout: "plot-throughput"
11372
11373 - type: "plot"
11374   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11375   algorithm: "plot_perf_box_name"
11376   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11377   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11378   include:
11379     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11380     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11381     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11382     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11383     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11384   layout:
11385     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11386     layout: "plot-throughput"
11387
11388 - type: "plot"
11389   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11390   algorithm: "plot_perf_box_name"
11391   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11392   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11393   include:
11394     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11395     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11396     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11397     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11398     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11399   layout:
11400     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11401     layout: "plot-throughput"
11402
11403 - type: "plot"
11404   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11405   algorithm: "plot_perf_box_name"
11406   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11407   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11408   include:
11409     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11410     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11411     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11412     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11413     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11414   layout:
11415     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11416     layout: "plot-throughput"
11417
11418 - type: "plot"
11419   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11420   algorithm: "plot_perf_box_name"
11421   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11422   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11423   include:
11424     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11425     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11426     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11427     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11428     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11429   layout:
11430     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11431     layout: "plot-throughput"
11432
11433 - type: "plot"
11434   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11435   algorithm: "plot_perf_box_name"
11436   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11437   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11438   include:
11439     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11440     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11441     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11442     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11443     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11444   layout:
11445     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11446     layout: "plot-throughput"
11447
11448 - type: "plot"
11449   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
11450   algorithm: "plot_perf_box_name"
11451   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
11452   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11453   include:
11454     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11455     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11456     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11457     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11458     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11459     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11460   layout:
11461     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
11462     layout: "plot-throughput"
11463
11464 - type: "plot"
11465   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
11466   algorithm: "plot_perf_box_name"
11467   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
11468   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11469   include:
11470     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11471     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11472     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11473     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11474     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11475     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11476   layout:
11477     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
11478     layout: "plot-throughput"
11479
11480 - type: "plot"
11481   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
11482   algorithm: "plot_perf_box_name"
11483   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
11484   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11485   include:
11486     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11487     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11488     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11489     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11490   layout:
11491     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
11492     layout: "plot-throughput"
11493
11494 - type: "plot"
11495   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
11496   algorithm: "plot_perf_box_name"
11497   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
11498   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11499   include:
11500     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11501     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11502     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11503     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11504   layout:
11505     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
11506     layout: "plot-throughput"
11507
11508 - type: "plot"
11509   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
11510   algorithm: "plot_perf_box_name"
11511   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
11512   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11513   include:
11514     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11515     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11516     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11517     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11518     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11519     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11520   layout:
11521     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
11522     layout: "plot-throughput"
11523
11524 - type: "plot"
11525   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
11526   algorithm: "plot_perf_box_name"
11527   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
11528   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11529   include:
11530     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11531     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11532     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11533     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11534     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11535     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11536   layout:
11537     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
11538     layout: "plot-throughput"
11539
11540 - type: "plot"
11541   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11542   algorithm: "plot_perf_box_name"
11543   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11544   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11545   include:
11546     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11547     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11548     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11549     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11550     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11551     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11552   layout:
11553     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11554     layout: "plot-throughput"
11555
11556 - type: "plot"
11557   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11558   algorithm: "plot_perf_box_name"
11559   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11560   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11561   include:
11562     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11563     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11564     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11565     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11566     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11567     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11568   layout:
11569     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11570     layout: "plot-throughput"
11571
11572 - type: "plot"
11573   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11574   algorithm: "plot_perf_box_name"
11575   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11576   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11577   include:
11578     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11579     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11580     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11581     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11582     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11583     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11584   layout:
11585     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11586     layout: "plot-throughput"
11587
11588 - type: "plot"
11589   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11590   algorithm: "plot_perf_box_name"
11591   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11592   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11593   include:
11594     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11595     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11596     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11597     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11598     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11599     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11600   layout:
11601     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11602     layout: "plot-throughput"
11603
11604 - type: "plot"
11605   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
11606   algorithm: "plot_perf_box_name"
11607   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
11608   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11609   include:
11610     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11611     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11612     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11613     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11614     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11615     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11616   layout:
11617     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
11618     layout: "plot-throughput"
11619
11620 - type: "plot"
11621   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
11622   algorithm: "plot_perf_box_name"
11623   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
11624   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11625   include:
11626     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11627     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11628     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11629     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11630     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11631     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11632   layout:
11633     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
11634     layout: "plot-throughput"
11635
11636 - type: "plot"
11637   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11638   algorithm: "plot_perf_box_name"
11639   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11640   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11641   include:
11642     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11643     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11644     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11645     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11646   layout:
11647     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11648     layout: "plot-throughput"
11649
11650 - type: "plot"
11651   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11652   algorithm: "plot_perf_box_name"
11653   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11654   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11655   include:
11656     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11657     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11658     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11659     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11660   layout:
11661     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11662     layout: "plot-throughput"
11663
11664 - type: "plot"
11665   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
11666   algorithm: "plot_perf_box_name"
11667   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
11668   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11669   include:
11670     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11671     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11672     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11673     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11674     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11675   layout:
11676     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
11677     layout: "plot-throughput"
11678
11679 - type: "plot"
11680   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
11681   algorithm: "plot_perf_box_name"
11682   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
11683   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11684   include:
11685     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11686     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11687     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11688     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11689     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11690   layout:
11691     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
11692     layout: "plot-throughput"
11693
11694 - type: "plot"
11695   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
11696   algorithm: "plot_perf_box_name"
11697   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
11698   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11699   include:
11700     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11701     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11702     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11703     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11704   layout:
11705     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
11706     layout: "plot-throughput"
11707
11708 - type: "plot"
11709   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
11710   algorithm: "plot_perf_box_name"
11711   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
11712   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11713   include:
11714     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11715     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11716     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11717     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11718   layout:
11719     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
11720     layout: "plot-throughput"
11721
11722 - type: "plot"
11723   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
11724   algorithm: "plot_perf_box_name"
11725   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
11726   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11727   include:
11728     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11729     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11730     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11731     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11732     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11733     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11734   layout:
11735     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
11736     layout: "plot-throughput"
11737
11738 - type: "plot"
11739   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
11740   algorithm: "plot_perf_box_name"
11741   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
11742   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11743   include:
11744     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11745     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11746     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11747     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11748     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11749     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11750   layout:
11751     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
11752     layout: "plot-throughput"
11753
11754 - type: "plot"
11755   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
11756   algorithm: "plot_perf_box_name"
11757   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
11758   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11759   include:
11760     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11761     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11762     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11763     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11764     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11765   layout:
11766     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
11767     layout: "plot-throughput"
11768
11769 - type: "plot"
11770   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
11771   algorithm: "plot_perf_box_name"
11772   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
11773   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11774   include:
11775     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11776     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11777     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11778     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11779     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11780   layout:
11781     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
11782     layout: "plot-throughput"
11783
11784 - type: "plot"
11785   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11786   algorithm: "plot_perf_box_name"
11787   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11788   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11789   include:
11790     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11791     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11792     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11793   layout:
11794     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11795     layout: "plot-throughput"
11796
11797 - type: "plot"
11798   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11799   algorithm: "plot_perf_box_name"
11800   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11801   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11802   include:
11803     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11804     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11805     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11806   layout:
11807     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11808     layout: "plot-throughput"
11809
11810 - type: "plot"
11811   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
11812   algorithm: "plot_perf_box_name"
11813   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
11814   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11815   include:
11816     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11817     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11818     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11819     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11820   layout:
11821     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
11822     layout: "plot-throughput"
11823
11824 - type: "plot"
11825   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
11826   algorithm: "plot_perf_box_name"
11827   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
11828   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11829   include:
11830     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11831     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11832     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11833     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11834   layout:
11835     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
11836     layout: "plot-throughput"
11837
11838 - type: "plot"
11839   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
11840   algorithm: "plot_perf_box_name"
11841   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
11842   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11843   include:
11844     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11845     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11846     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11847     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11848     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11849     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11850   layout:
11851     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
11852     layout: "plot-throughput"
11853
11854 - type: "plot"
11855   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
11856   algorithm: "plot_perf_box_name"
11857   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
11858   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11859   include:
11860     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11861     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11862     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11863     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11864     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11865     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11866   layout:
11867     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
11868     layout: "plot-throughput"
11869
11870 - type: "plot"
11871   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr"
11872   algorithm: "plot_perf_box_name"
11873   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr"
11874   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11875   include:
11876     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11877     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11878     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11879     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11880     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11881     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11882   layout:
11883     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr"
11884     layout: "plot-throughput"
11885
11886 - type: "plot"
11887   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-pdr"
11888   algorithm: "plot_perf_box_name"
11889   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-pdr"
11890   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11891   include:
11892     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11893     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11894     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11895     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11896     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11897     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11898   layout:
11899     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-pdr"
11900     layout: "plot-throughput"
11901
11902 - type: "plot"
11903   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11904   algorithm: "plot_perf_box_name"
11905   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11906   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11907   include:
11908     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11909     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11910     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11911     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11912   layout:
11913     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11914     layout: "plot-throughput"
11915
11916 - type: "plot"
11917   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11918   algorithm: "plot_perf_box_name"
11919   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11920   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11921   include:
11922     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11923     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11924     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11925     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11926   layout:
11927     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11928     layout: "plot-throughput"
11929
11930 - type: "plot"
11931   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11932   algorithm: "plot_perf_box_name"
11933   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11934   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11935   include:
11936     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11937     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11938     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11939     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11940     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11941     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11942   layout:
11943     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11944     layout: "plot-throughput"
11945
11946 - type: "plot"
11947   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11948   algorithm: "plot_perf_box_name"
11949   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11950   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11951   include:
11952     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11953     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11954     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11955     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11956     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11957     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11958   layout:
11959     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11960     layout: "plot-throughput"
11961
11962 - type: "plot"
11963   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11964   algorithm: "plot_perf_box_name"
11965   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11966   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11967   include:
11968     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11969     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11970     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11971     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11972     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11973     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11974   layout:
11975     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11976     layout: "plot-throughput"
11977
11978 - type: "plot"
11979   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11980   algorithm: "plot_perf_box_name"
11981   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11982   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11983   include:
11984     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11985     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11986     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11987     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11988     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11989     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11990   layout:
11991     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11992     layout: "plot-throughput"
11993
11994 - type: "plot"
11995   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11996   algorithm: "plot_perf_box_name"
11997   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11998   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11999   include:
12000     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12001     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12002     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12003     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12004   layout:
12005     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12006     layout: "plot-throughput"
12007
12008 - type: "plot"
12009   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12010   algorithm: "plot_perf_box_name"
12011   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12012   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12013   include:
12014     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12015     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12016     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12017     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12018   layout:
12019     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12020     layout: "plot-throughput"
12021
12022 - type: "plot"
12023   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12024   algorithm: "plot_perf_box_name"
12025   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12026   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12027   include:
12028     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12029     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12030     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12031     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12032     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12033     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12034   layout:
12035     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12036     layout: "plot-throughput"
12037
12038 - type: "plot"
12039   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12040   algorithm: "plot_perf_box_name"
12041   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12042   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12043   include:
12044     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12045     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12046     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12047     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12048     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12049     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12050   layout:
12051     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12052     layout: "plot-throughput"
12053
12054 - type: "plot"
12055   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12056   algorithm: "plot_perf_box_name"
12057   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12058   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12059   include:
12060     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12061     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12062     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12063     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12064   layout:
12065     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12066     layout: "plot-throughput"
12067
12068 - type: "plot"
12069   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12070   algorithm: "plot_perf_box_name"
12071   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12072   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12073   include:
12074     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12075     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12076     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12077     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12078   layout:
12079     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12080     layout: "plot-throughput"
12081
12082 - type: "plot"
12083   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12084   algorithm: "plot_perf_box_name"
12085   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12086   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12087   include:
12088     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12089     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12090     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12091     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12092     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12093     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12094   layout:
12095     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12096     layout: "plot-throughput"
12097
12098 - type: "plot"
12099   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12100   algorithm: "plot_perf_box_name"
12101   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12102   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12103   include:
12104     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12105     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12106     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12107     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12108     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12109     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12110   layout:
12111     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12112     layout: "plot-throughput"
12113
12114 - type: "plot"
12115   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12116   algorithm: "plot_perf_box_name"
12117   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12118   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12119   include:
12120     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12121     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12122     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12123     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12124     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12125     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12126   layout:
12127     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12128     layout: "plot-throughput"
12129
12130 - type: "plot"
12131   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12132   algorithm: "plot_perf_box_name"
12133   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12134   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12135   include:
12136     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12137     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12138     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12139     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12140     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12141     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12142   layout:
12143     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12144     layout: "plot-throughput"
12145
12146 - type: "plot"
12147   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
12148   algorithm: "plot_perf_box_name"
12149   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
12150   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12151   include:
12152     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12153     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12154     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12155     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12156     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12157     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12158   layout:
12159     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
12160     layout: "plot-throughput"
12161
12162 - type: "plot"
12163   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
12164   algorithm: "plot_perf_box_name"
12165   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
12166   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12167   include:
12168     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12169     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12170     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12171     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12172     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12173     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12174   layout:
12175     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
12176     layout: "plot-throughput"
12177
12178 - type: "plot"
12179   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
12180   algorithm: "plot_perf_box_name"
12181   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
12182   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12183   include:
12184     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12185     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12186     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12187     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12188     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12189     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12190   layout:
12191     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
12192     layout: "plot-throughput"
12193
12194 - type: "plot"
12195   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-pdr"
12196   algorithm: "plot_perf_box_name"
12197   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-pdr"
12198   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12199   include:
12200     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12201     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12202     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12203     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12204     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12205     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12206   layout:
12207     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-pdr"
12208     layout: "plot-throughput"
12209
12210 - type: "plot"
12211   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12212   algorithm: "plot_perf_box_name"
12213   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12214   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12215   include:
12216     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12217     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12218     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12219     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12220     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12221     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12222   layout:
12223     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12224     layout: "plot-throughput"
12225
12226 - type: "plot"
12227   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12228   algorithm: "plot_perf_box_name"
12229   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12230   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12231   include:
12232     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12233     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12234     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12235     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12236     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12237     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12238   layout:
12239     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12240     layout: "plot-throughput"
12241
12242 - type: "plot"
12243   title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12244   algorithm: "plot_perf_box_name"
12245   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12246   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12247   include:
12248     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12249     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12250     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12251   layout:
12252     title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12253     layout: "plot-throughput"
12254
12255 - type: "plot"
12256   title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12257   algorithm: "plot_perf_box_name"
12258   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12259   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12260   include:
12261     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12262     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12263     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12264   layout:
12265     title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12266     layout: "plot-throughput"
12267
12268 - type: "plot"
12269   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
12270   algorithm: "plot_perf_box_name"
12271   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
12272   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12273   include:
12274     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12275     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12276     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12277     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12278   layout:
12279     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
12280     layout: "plot-throughput"
12281
12282 - type: "plot"
12283   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
12284   algorithm: "plot_perf_box_name"
12285   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
12286   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12287   include:
12288     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12289     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12290     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12291     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12292   layout:
12293     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
12294     layout: "plot-throughput"
12295
12296 - type: "plot"
12297   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
12298   algorithm: "plot_perf_box_name"
12299   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
12300   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12301   include:
12302     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12303     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12304     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12305     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12306   layout:
12307     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
12308     layout: "plot-throughput"
12309
12310 - type: "plot"
12311   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
12312   algorithm: "plot_perf_box_name"
12313   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
12314   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12315   include:
12316     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12317     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12318     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12319     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12320   layout:
12321     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
12322     layout: "plot-throughput"
12323
12324 - type: "plot"
12325   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
12326   algorithm: "plot_perf_box_name"
12327   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
12328   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12329   include:
12330     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12331     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12332     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12333     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12334   layout:
12335     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
12336     layout: "plot-throughput"
12337
12338 - type: "plot"
12339   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
12340   algorithm: "plot_perf_box_name"
12341   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
12342   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12343   include:
12344     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12345     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12346     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12347     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12348   layout:
12349     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
12350     layout: "plot-throughput"
12351
12352 - type: "plot"
12353   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
12354   algorithm: "plot_perf_box_name"
12355   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
12356   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12357   include:
12358     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12359     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12360     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12361     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12362   layout:
12363     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
12364     layout: "plot-throughput"
12365
12366 - type: "plot"
12367   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-pdr"
12368   algorithm: "plot_perf_box_name"
12369   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-pdr"
12370   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12371   include:
12372     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12373     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12374     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12375     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12376   layout:
12377     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-pdr"
12378     layout: "plot-throughput"
12379
12380 - type: "plot"
12381   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
12382   algorithm: "plot_perf_box_name"
12383   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
12384   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12385   include:
12386     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12387     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12388     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12389     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12390   layout:
12391     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
12392     layout: "plot-throughput"
12393
12394 - type: "plot"
12395   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
12396   algorithm: "plot_perf_box_name"
12397   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
12398   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12399   include:
12400     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12401     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12402     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12403     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12404   layout:
12405     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
12406     layout: "plot-throughput"
12407
12408 - type: "plot"
12409   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
12410   algorithm: "plot_perf_box_name"
12411   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
12412   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12413   include:
12414     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12415     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12416     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12417     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12418   layout:
12419     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
12420     layout: "plot-throughput"
12421
12422 - type: "plot"
12423   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
12424   algorithm: "plot_perf_box_name"
12425   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
12426   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12427   include:
12428     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12429     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12430     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12431     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12432   layout:
12433     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
12434     layout: "plot-throughput"
12435
12436 - type: "plot"
12437   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
12438   algorithm: "plot_perf_box_name"
12439   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
12440   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12441   include:
12442     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12443     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12444     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12445     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12446     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12447   layout:
12448     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
12449     layout: "plot-throughput"
12450
12451 - type: "plot"
12452   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
12453   algorithm: "plot_perf_box_name"
12454   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
12455   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12456   include:
12457     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12458     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12459     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12460     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12461     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12462   layout:
12463     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
12464     layout: "plot-throughput"
12465
12466 - type: "plot"
12467   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
12468   algorithm: "plot_perf_box_name"
12469   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
12470   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12471   include:
12472     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12473     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12474     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12475     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12476     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12477   layout:
12478     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
12479     layout: "plot-throughput"
12480
12481 - type: "plot"
12482   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
12483   algorithm: "plot_perf_box_name"
12484   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
12485   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12486   include:
12487     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12488     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12489     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12490     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12491     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12492   layout:
12493     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
12494     layout: "plot-throughput"
12495
12496 - type: "plot"
12497   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
12498   algorithm: "plot_perf_box_name"
12499   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
12500   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12501   include:
12502     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12503     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12504     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12505     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12506     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12507     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12508   layout:
12509     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
12510     layout: "plot-throughput"
12511
12512 - type: "plot"
12513   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
12514   algorithm: "plot_perf_box_name"
12515   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
12516   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12517   include:
12518     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12519     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12520     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12521     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12522     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12523     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12524   layout:
12525     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
12526     layout: "plot-throughput"
12527
12528 - type: "plot"
12529   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
12530   algorithm: "plot_perf_box_name"
12531   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
12532   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12533   include:
12534     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12535     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12536     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12537     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12538     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12539     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12540   layout:
12541     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
12542     layout: "plot-throughput"
12543
12544 - type: "plot"
12545   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
12546   algorithm: "plot_perf_box_name"
12547   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
12548   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12549   include:
12550     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12551     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12552     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12553     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12554     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12555     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12556   layout:
12557     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
12558     layout: "plot-throughput"
12559
12560 - type: "plot"
12561   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12562   algorithm: "plot_perf_box_name"
12563   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12564   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12565   include:
12566     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12567     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12568     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12569     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12570     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12571   layout:
12572     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12573     layout: "plot-throughput"
12574
12575 - type: "plot"
12576   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12577   algorithm: "plot_perf_box_name"
12578   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12579   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12580   include:
12581     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12582     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12583     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12584     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12585     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12586   layout:
12587     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12588     layout: "plot-throughput"
12589
12590 - type: "plot"
12591   title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12592   algorithm: "plot_perf_box_name"
12593   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12594   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12595   include:
12596     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12597     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12598     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12599     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12600     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12601     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12602   layout:
12603     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12604     layout: "plot-throughput"
12605
12606 - type: "plot"
12607   title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12608   algorithm: "plot_perf_box_name"
12609   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12610   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12611   include:
12612     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12613     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12614     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12615     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12616     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12617     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12618   layout:
12619     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12620     layout: "plot-throughput"
12621
12622 - type: "plot"
12623   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
12624   algorithm: "plot_perf_box_name"
12625   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
12626   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12627   include:
12628     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12629     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12630     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12631   layout:
12632     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
12633     layout: "plot-throughput"
12634
12635 - type: "plot"
12636   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-pdr"
12637   algorithm: "plot_perf_box_name"
12638   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-pdr"
12639   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12640   include:
12641     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12642     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12643     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12644   layout:
12645     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-pdr"
12646     layout: "plot-throughput"
12647
12648 ################################################################################
12649
12650 # Packet Latency 1C
12651
12652 - type: "plot"
12653   title: "Latency: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
12654   algorithm: "plot_lat_err_bars_name"
12655   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
12656   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12657   include:
12658     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12659     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12660     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12661     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12662   layout:
12663     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
12664     layout: "plot-latency"
12665
12666 - type: "plot"
12667   title: "Latency: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
12668   algorithm: "plot_lat_err_bars_name"
12669   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
12670   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12671   include:
12672     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12673     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12674     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12675     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12676     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12677   layout:
12678     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
12679     layout: "plot-latency"
12680
12681 - type: "plot"
12682   title: "Latency: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
12683   algorithm: "plot_lat_err_bars_name"
12684   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
12685   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12686   include:
12687     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12688     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12689     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12690     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12691     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12692   layout:
12693     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
12694     layout: "plot-latency"
12695
12696 - type: "plot"
12697   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
12698   algorithm: "plot_lat_err_bars_name"
12699   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
12700   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12701   include:
12702     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12703     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12704     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12706   layout:
12707     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12708     layout: "plot-latency"
12709
12710 - type: "plot"
12711   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
12712   algorithm: "plot_lat_err_bars_name"
12713   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
12714   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12715   include:
12716     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12717     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12718     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12721   layout:
12722     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
12723     layout: "plot-latency"
12724
12725 - type: "plot"
12726   title: "Latency: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
12727   algorithm: "plot_lat_err_bars_name"
12728   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
12729   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12730   include:
12731     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12737   layout:
12738     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
12739     layout: "plot-latency"
12740
12741 - type: "plot"
12742   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
12743   algorithm: "plot_lat_err_bars_name"
12744   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
12745   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12746   include:
12747     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12748     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12749     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12750   layout:
12751     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
12752     layout: "plot-latency"
12753
12754 - type: "plot"
12755   title: "Latency: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
12756   algorithm: "plot_lat_err_bars_name"
12757   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
12758   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12759   include:
12760     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
12761     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12762     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12763     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12764     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12765   layout:
12766     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
12767     layout: "plot-latency"
12768
12769 - type: "plot"
12770   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
12771   algorithm: "plot_lat_err_bars_name"
12772   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
12773   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12774   include:
12775     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
12776     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12777     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12778     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12779   layout:
12780     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12781     layout: "plot-latency"
12782
12783 - type: "plot"
12784   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
12785   algorithm: "plot_lat_err_bars_name"
12786   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
12787   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12788   include:
12789     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12790     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12791     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12792     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12793     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12794   layout:
12795     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
12796     layout: "plot-latency"
12797
12798 - type: "plot"
12799   title: "Latency: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
12800   algorithm: "plot_lat_err_bars_name"
12801   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
12802   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12803   include:
12804     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12805     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12806     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12807     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12808     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12809     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12810   layout:
12811     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
12812     layout: "plot-latency"
12813
12814 - type: "plot"
12815   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr-lat"
12816   algorithm: "plot_lat_err_bars_name"
12817   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr-lat"
12818   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12819   include:
12820     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12821     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12822   layout:
12823     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
12824     layout: "plot-latency"
12825
12826 - type: "plot"
12827   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-lat"
12828   algorithm: "plot_lat_err_bars_name"
12829   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-lat"
12830   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12831   include:
12832     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12833     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12834     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12835     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12836   layout:
12837     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
12838     layout: "plot-latency"
12839
12840 - type: "plot"
12841   title: "Latency: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
12842   algorithm: "plot_lat_err_bars_name"
12843   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
12844   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12845   include:
12846     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12847     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12848     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12849   layout:
12850     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
12851     layout: "plot-latency"
12852
12853 - type: "plot"
12854   title: "Latency: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
12855   algorithm: "plot_lat_err_bars_name"
12856   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
12857   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12858   include:
12859     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12860     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12861     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12862     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12863     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12864   layout:
12865     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
12866     layout: "plot-latency"
12867
12868 - type: "plot"
12869   title: "Latency: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
12870   algorithm: "plot_lat_err_bars_name"
12871   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
12872   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12873   include:
12874     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12875     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12876     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12877   layout:
12878     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
12879     layout: "plot-latency"
12880
12881 - type: "plot"
12882   title: "Latency: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
12883   algorithm: "plot_lat_err_bars_name"
12884   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
12885   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12886   include:
12887     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12888     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12889     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12890   layout:
12891     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
12892     layout: "plot-latency"
12893
12894 - type: "plot"
12895   title: "Latency: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
12896   algorithm: "plot_lat_err_bars_name"
12897   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
12898   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12899   include:
12900     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12901     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12902     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12903     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12904     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12905   layout:
12906     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
12907     layout: "plot-latency"
12908
12909 #- type: "plot"
12910 #  title: "Latency: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
12911 #  algorithm: "plot_lat_err_bars_name"
12912 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
12913 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12914 #  include:
12915 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12916 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12917 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12918 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12919 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12920 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12921 #  layout:
12922 #    title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
12923 #    layout: "plot-latency"
12924
12925 #- type: "plot"
12926 #  title: "Latency: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
12927 #  algorithm: "plot_lat_err_bars_name"
12928 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
12929 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12930 #  include:
12931 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12932 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12933 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12934 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12935 #  layout:
12936 #    title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
12937 #    layout: "plot-latency"
12938
12939 #- type: "plot"
12940 #  title: "Latency: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
12941 #  algorithm: "plot_lat_err_bars_name"
12942 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
12943 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12944 #  include:
12945 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12946 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12947 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12948 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12949 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12950 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12951 #  layout:
12952 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
12953 #    layout: "plot-latency"
12954
12955 - type: "plot"
12956   title: "Latency: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
12957   algorithm: "plot_lat_err_bars_name"
12958   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
12959   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12960   include:
12961     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12962     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12963     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12964     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12965     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12966     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12967   layout:
12968     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
12969     layout: "plot-latency"
12970
12971 - type: "plot"
12972   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
12973   algorithm: "plot_lat_err_bars_name"
12974   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
12975   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12976   include:
12977     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12978     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12979     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12980     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12981   layout:
12982     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12983     layout: "plot-latency"
12984
12985 - type: "plot"
12986   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
12987   algorithm: "plot_lat_err_bars_name"
12988   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
12989   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12990   include:
12991     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12992     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12993     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12994     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12995     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12996   layout:
12997     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
12998     layout: "plot-latency"
12999
13000 - type: "plot"
13001   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
13002   algorithm: "plot_lat_err_bars_name"
13003   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
13004   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13005   include:
13006     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13007     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13008     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13009     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13010   layout:
13011     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
13012     layout: "plot-latency"
13013
13014 - type: "plot"
13015   title: "Latency: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
13016   algorithm: "plot_lat_err_bars_name"
13017   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
13018   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13019   include:
13020     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13021     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13022     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13023     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13024     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13025     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13026   layout:
13027     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
13028     layout: "plot-latency"
13029
13030 - type: "plot"
13031   title: "Latency: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
13032   algorithm: "plot_lat_err_bars_name"
13033   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
13034   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13035   include:
13036     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13037     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13038     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13039     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13040     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13041   layout:
13042     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
13043     layout: "plot-latency"
13044
13045 - type: "plot"
13046   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
13047   algorithm: "plot_lat_err_bars_name"
13048   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
13049   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13050   include:
13051     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13052     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13053     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13054   layout:
13055     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13056     layout: "plot-latency"
13057
13058 - type: "plot"
13059   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
13060   algorithm: "plot_lat_err_bars_name"
13061   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
13062   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13063   include:
13064     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13065     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13066     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13067     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13068   layout:
13069     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
13070     layout: "plot-latency"
13071
13072 - type: "plot"
13073   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
13074   algorithm: "plot_lat_err_bars_name"
13075   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
13076   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13077   include:
13078     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13079     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13080     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13081     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13082     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13083     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13084   layout:
13085     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
13086     layout: "plot-latency"
13087
13088 - type: "plot"
13089   title: "Latency: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr-lat"
13090   algorithm: "plot_lat_err_bars_name"
13091   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr-lat"
13092   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13093   include:
13094     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13095     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13096     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13097     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13098     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13099     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13100   layout:
13101     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr"
13102     layout: "plot-latency"
13103
13104 - type: "plot"
13105   title: "Latency: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr-lat"
13106   algorithm: "plot_lat_err_bars_name"
13107   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr-lat"
13108   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13109   include:
13110     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13111     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13112     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13113     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13114     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13115     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13116   layout:
13117     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
13118     layout: "plot-latency"
13119
13120 - type: "plot"
13121   title: "Latency: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr-lat"
13122   algorithm: "plot_lat_err_bars_name"
13123   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr-lat"
13124   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13125   include:
13126     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13127     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13128     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13129     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13130     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13131     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13132   layout:
13133     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
13134     layout: "plot-latency"
13135
13136 - type: "plot"
13137   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
13138   algorithm: "plot_lat_err_bars_name"
13139   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
13140   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13141   include:
13142     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13143     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13144     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13145     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13146   layout:
13147     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
13148     layout: "plot-latency"
13149
13150 - type: "plot"
13151   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
13152   algorithm: "plot_lat_err_bars_name"
13153   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-lat"
13154   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13155   include:
13156     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13157     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13158     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13159     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13160   layout:
13161     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
13162     layout: "plot-latency"
13163
13164 - type: "plot"
13165   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
13166   algorithm: "plot_lat_err_bars_name"
13167   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr-lat"
13168   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13169   include:
13170     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13171     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13172     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13173     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13174   layout:
13175     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
13176     layout: "plot-latency"
13177
13178 - type: "plot"
13179   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
13180   algorithm: "plot_lat_err_bars_name"
13181   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr-lat"
13182   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13183   include:
13184     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13185     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13186     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13187     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13188   layout:
13189     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
13190     layout: "plot-latency"
13191
13192 - type: "plot"
13193   title: "Latency: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
13194   algorithm: "plot_lat_err_bars_name"
13195   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
13196   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13197   include:
13198     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13199     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13200     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13201     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13202   layout:
13203     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
13204     layout: "plot-latency"
13205
13206 - type: "plot"
13207   title: "Latency: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
13208   algorithm: "plot_lat_err_bars_name"
13209   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
13210   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13211   include:
13212     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13213     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13214     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13215     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13216   layout:
13217     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
13218     layout: "plot-latency"
13219
13220 - type: "plot"
13221   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
13222   algorithm: "plot_lat_err_bars_name"
13223   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
13224   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13225   include:
13226     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13227     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13228     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13229     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13230     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13231   layout:
13232     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
13233     layout: "plot-latency"
13234
13235 - type: "plot"
13236   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
13237   algorithm: "plot_lat_err_bars_name"
13238   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-lat"
13239   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13240   include:
13241     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13242     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13243     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13244     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13245     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13246   layout:
13247     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
13248     layout: "plot-latency"
13249
13250 - type: "plot"
13251   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
13252   algorithm: "plot_lat_err_bars_name"
13253   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
13254   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13255   include:
13256     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13257     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13258     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13259     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13260     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13261     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13262   layout:
13263     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
13264     layout: "plot-latency"
13265
13266 - type: "plot"
13267   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
13268   algorithm: "plot_lat_err_bars_name"
13269   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
13270   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13271   include:
13272     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13273     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13274     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13275     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13276     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13277     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13278   layout:
13279     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
13280     layout: "plot-latency"
13281
13282 - type: "plot"
13283   title: "Latency: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr-lat"
13284   algorithm: "plot_lat_err_bars_name"
13285   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr-lat"
13286   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13287   include:
13288     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13289     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13290     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13291     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13292     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13293   layout:
13294     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
13295     layout: "plot-latency"
13296
13297 - type: "plot"
13298   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-lat"
13299   algorithm: "plot_lat_err_bars_name"
13300   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-lat"
13301   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13302   include:
13303     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
13304     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13305     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
13306     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
13307     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
13308   layout:
13309     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
13310     layout: "plot-latency"
13311
13312 - type: "plot"
13313   title: "Latency: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr-lat"
13314   algorithm: "plot_lat_err_bars_name"
13315   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr-lat"
13316   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13317   include:
13318     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13319     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13320     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13321     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13322     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13323     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
13324   layout:
13325     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
13326     layout: "plot-latency"
13327
13328 - type: "plot"
13329   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-lat"
13330   algorithm: "plot_lat_err_bars_name"
13331   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-lat"
13332   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13333   include:
13334     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
13335     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13336     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13337     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13338   layout:
13339     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-lat"
13340     layout: "plot-latency"
13341
13342 - type: "plot"
13343   title: "Latency: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-lat"
13344   algorithm: "plot_lat_err_bars_name"
13345   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-lat"
13346   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13347   include:
13348     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13349     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13350     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
13351     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
13352     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13353   layout:
13354     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13355     layout: "plot-latency"
13356
13357 #- type: "plot"
13358 #  title: "Latency: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
13359 #  algorithm: "plot_lat_err_bars_name"
13360 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
13361 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13362 #  include:
13363 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13364 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13365 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13366 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13367 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13368 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13369 #  layout:
13370 #    title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13371 #    layout: "plot-latency"
13372
13373 - type: "plot"
13374   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr-lat"
13375   algorithm: "plot_lat_err_bars_name"
13376   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr-lat"
13377   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13378   include:
13379     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13380     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13381     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13382     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13383   layout:
13384     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13385     layout: "plot-latency"
13386
13387 - type: "plot"
13388   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr-lat"
13389   algorithm: "plot_lat_err_bars_name"
13390   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr-lat"
13391   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13392   include:
13393     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13394     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13395     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13396     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13397     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13398     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13399   layout:
13400     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13401     layout: "plot-latency"
13402
13403 - type: "plot"
13404   title: "Latency: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr-lat"
13405   algorithm: "plot_lat_err_bars_name"
13406   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr-lat"
13407   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13408   include:
13409     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13410     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13411     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13412     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13413     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13414     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13415   layout:
13416     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13417     layout: "plot-latency"
13418
13419 - type: "plot"
13420   title: "Latency: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr-lat"
13421   algorithm: "plot_lat_err_bars_name"
13422   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr-lat"
13423   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13424   include:
13425     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13426     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13427     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13428     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13429     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13430     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13431   layout:
13432     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13433     layout: "plot-latency"
13434
13435 - type: "plot"
13436   title: "Latency: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr-lat"
13437   algorithm: "plot_lat_err_bars_name"
13438   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr-lat"
13439   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13440   include:
13441     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13442     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13443     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13444     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13445     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13446   layout:
13447     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13448     layout: "plot-latency"
13449
13450 - type: "plot"
13451   title: "Latency: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr-lat"
13452   algorithm: "plot_lat_err_bars_name"
13453   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr-lat"
13454   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13455   include:
13456     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13457     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13458     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13459     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13460     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13461     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13462   layout:
13463     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13464     layout: "plot-latency"
13465
13466 ################################################################################
13467
13468 # Packet Latency 2C
13469
13470 - type: "plot"
13471   title: "Latency: 2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
13472   algorithm: "plot_lat_err_bars_name"
13473   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
13474   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13475   include:
13476     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13477     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13478     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13479     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13480   layout:
13481     title: "2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
13482     layout: "plot-latency"
13483
13484 - type: "plot"
13485   title: "Latency: 3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
13486   algorithm: "plot_lat_err_bars_name"
13487   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
13488   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13489   include:
13490     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13491     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13492     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13493     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13494     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13495   layout:
13496     title: "3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
13497     layout: "plot-latency"
13498
13499 - type: "plot"
13500   title: "Latency: 2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
13501   algorithm: "plot_lat_err_bars_name"
13502   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
13503   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13504   include:
13505     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
13506     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
13507     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
13508     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
13509     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
13510   layout:
13511     title: "2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
13512     layout: "plot-latency"
13513
13514 - type: "plot"
13515   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
13516   algorithm: "plot_lat_err_bars_name"
13517   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
13518   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13519   include:
13520     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
13521     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
13522     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
13523     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
13524   layout:
13525     title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
13526     layout: "plot-latency"
13527
13528 - type: "plot"
13529   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
13530   algorithm: "plot_lat_err_bars_name"
13531   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
13532   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13533   include:
13534     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
13535     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
13536     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
13537     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
13538     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
13539   layout:
13540     title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
13541     layout: "plot-latency"
13542
13543 - type: "plot"
13544   title: "Latency: 2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
13545   algorithm: "plot_lat_err_bars_name"
13546   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
13547   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13548   include:
13549     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
13550     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13551     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13552     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13553     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13554     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
13555   layout:
13556     title: "2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
13557     layout: "plot-latency"
13558
13559 - type: "plot"
13560   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
13561   algorithm: "plot_lat_err_bars_name"
13562   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
13563   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13564   include:
13565     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
13566     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
13567     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
13568   layout:
13569     title: "3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr"
13570     layout: "plot-latency"
13571
13572 - type: "plot"
13573   title: "Latency: 3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
13574   algorithm: "plot_lat_err_bars_name"
13575   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
13576   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13577   include:
13578     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
13579     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
13580     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
13581     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
13582     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
13583   layout:
13584     title: "3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
13585     layout: "plot-latency"
13586
13587 - type: "plot"
13588   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
13589   algorithm: "plot_lat_err_bars_name"
13590   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
13591   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13592   include:
13593     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
13594     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
13595     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
13596     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
13597   layout:
13598     title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
13599     layout: "plot-latency"
13600
13601 - type: "plot"
13602   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
13603   algorithm: "plot_lat_err_bars_name"
13604   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
13605   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13606   include:
13607     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
13608     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
13609     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
13610     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
13611     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
13612   layout:
13613     title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
13614     layout: "plot-latency"
13615
13616 - type: "plot"
13617   title: "Latency: 3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
13618   algorithm: "plot_lat_err_bars_name"
13619   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
13620   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13621   include:
13622     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
13623     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13624     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13625     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13626     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13627     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
13628   layout:
13629     title: "3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
13630     layout: "plot-latency"
13631
13632 - type: "plot"
13633   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr-lat"
13634   algorithm: "plot_lat_err_bars_name"
13635   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr-lat"
13636   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13637   include:
13638     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t2c-ethip4vxlan-l2xcbase-ndrpdr"
13639     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13640   layout:
13641     title: "3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr"
13642     layout: "plot-latency"
13643
13644 - type: "plot"
13645   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-lat"
13646   algorithm: "plot_lat_err_bars_name"
13647   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-lat"
13648   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13649   include:
13650     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t2c-ethip4vxlan-l2xcbase-ndrpdr"
13651     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13652     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13653     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13654   layout:
13655     title: "3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr"
13656     layout: "plot-latency"
13657
13658 - type: "plot"
13659   title: "Latency: 2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
13660   algorithm: "plot_lat_err_bars_name"
13661   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
13662   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13663   include:
13664     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
13665     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
13666     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
13667   layout:
13668     title: "2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
13669     layout: "plot-latency"
13670
13671 - type: "plot"
13672   title: "Latency: 2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
13673   algorithm: "plot_lat_err_bars_name"
13674   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
13675   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13676   include:
13677     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
13678     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
13679     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
13680     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
13681     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
13682   layout:
13683     title: "2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
13684     layout: "plot-latency"
13685
13686 - type: "plot"
13687   title: "Latency: 3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
13688   algorithm: "plot_lat_err_bars_name"
13689   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
13690   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13691   include:
13692     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
13693     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
13694     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
13695   layout:
13696     title: "3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr"
13697     layout: "plot-latency"
13698
13699 - type: "plot"
13700   title: "Latency: 3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
13701   algorithm: "plot_lat_err_bars_name"
13702   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
13703   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13704   include:
13705     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
13706     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
13707     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
13708   layout:
13709     title: "3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
13710     layout: "plot-latency"
13711
13712 - type: "plot"
13713   title: "Latency: 3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
13714   algorithm: "plot_lat_err_bars_name"
13715   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
13716   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13717   include:
13718     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
13719     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
13720     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
13721     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
13722     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
13723   layout:
13724     title: "3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
13725     layout: "plot-latency"
13726
13727 #- type: "plot"
13728 #  title: "Latency: 3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
13729 #  algorithm: "plot_lat_err_bars_name"
13730 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
13731 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13732 #  include:
13733 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13734 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13735 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13736 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13737 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13738 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13739 #  layout:
13740 #    title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
13741 #    layout: "plot-latency"
13742
13743 #- type: "plot"
13744 #  title: "Latency: 3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
13745 #  algorithm: "plot_lat_err_bars_name"
13746 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
13747 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13748 #  include:
13749 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13750 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13751 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13752 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13753 #  layout:
13754 #    title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
13755 #    layout: "plot-latency"
13756
13757 #- type: "plot"
13758 #  title: "Latency: 3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
13759 #  algorithm: "plot_lat_err_bars_name"
13760 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
13761 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13762 #  include:
13763 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13764 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13765 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13766 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13767 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13768 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13769 #  layout:
13770 #    title: "3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr"
13771 #    layout: "plot-latency"
13772
13773 - type: "plot"
13774   title: "Latency: 2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
13775   algorithm: "plot_lat_err_bars_name"
13776   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
13777   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13778   include:
13779     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
13780     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13781     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
13782     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
13783     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
13784     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
13785   layout:
13786     title: "2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
13787     layout: "plot-latency"
13788
13789 - type: "plot"
13790   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
13791   algorithm: "plot_lat_err_bars_name"
13792   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
13793   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13794   include:
13795     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
13796     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
13797     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13798     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
13799   layout:
13800     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
13801     layout: "plot-latency"
13802
13803 - type: "plot"
13804   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
13805   algorithm: "plot_lat_err_bars_name"
13806   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
13807   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13808   include:
13809     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
13810     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
13811     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
13812     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
13813     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
13814   layout:
13815     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
13816     layout: "plot-latency"
13817
13818 - type: "plot"
13819   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
13820   algorithm: "plot_lat_err_bars_name"
13821   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
13822   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13823   include:
13824     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
13825     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
13826     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
13827     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
13828   layout:
13829     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
13830     layout: "plot-latency"
13831
13832 - type: "plot"
13833   title: "Latency: 3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
13834   algorithm: "plot_lat_err_bars_name"
13835   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
13836   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13837   include:
13838     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
13839     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
13840     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
13841     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
13842     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
13843     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
13844   layout:
13845     title: "3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr"
13846     layout: "plot-latency"
13847
13848 - type: "plot"
13849   title: "Latency: 3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
13850   algorithm: "plot_lat_err_bars_name"
13851   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
13852   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13853   include:
13854     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
13855     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
13856     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
13857     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
13858     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
13859   layout:
13860     title: "3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
13861     layout: "plot-latency"
13862
13863 - type: "plot"
13864   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
13865   algorithm: "plot_lat_err_bars_name"
13866   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
13867   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13868   include:
13869     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
13870     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
13871     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
13872   layout:
13873     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
13874     layout: "plot-latency"
13875
13876 - type: "plot"
13877   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
13878   algorithm: "plot_lat_err_bars_name"
13879   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
13880   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13881   include:
13882     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
13883     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
13884     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
13885     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
13886   layout:
13887     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
13888     layout: "plot-latency"
13889
13890 - type: "plot"
13891   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
13892   algorithm: "plot_lat_err_bars_name"
13893   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
13894   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13895   include:
13896     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
13897     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
13898     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
13899     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
13900     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
13901     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
13902   layout:
13903     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
13904     layout: "plot-latency"
13905
13906 - type: "plot"
13907   title: "Latency: 3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr-lat"
13908   algorithm: "plot_lat_err_bars_name"
13909   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr-lat"
13910   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13911   include:
13912     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
13913     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13914     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13915     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13916     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13917     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13918   layout:
13919     title: "3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr"
13920     layout: "plot-latency"
13921
13922 - type: "plot"
13923   title: "Latency: 3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr-lat"
13924   algorithm: "plot_lat_err_bars_name"
13925   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr-lat"
13926   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13927   include:
13928     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13929     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13930     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13931     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13932     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13933     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13934   layout:
13935     title: "3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr"
13936     layout: "plot-latency"
13937
13938 - type: "plot"
13939   title: "Latency: 3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr-lat"
13940   algorithm: "plot_lat_err_bars_name"
13941   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr-lat"
13942   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13943   include:
13944     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13945     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13946     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13947     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13948     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13949     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13950   layout:
13951     title: "3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr"
13952     layout: "plot-latency"
13953
13954 - type: "plot"
13955   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
13956   algorithm: "plot_lat_err_bars_name"
13957   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
13958   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13959   include:
13960     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13961     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13962     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13963     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13964   layout:
13965     title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
13966     layout: "plot-latency"
13967
13968 - type: "plot"
13969   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
13970   algorithm: "plot_lat_err_bars_name"
13971   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-lat"
13972   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13973   include:
13974     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13975     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13976     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13977     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13978   layout:
13979     title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
13980     layout: "plot-latency"
13981
13982 - type: "plot"
13983   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
13984   algorithm: "plot_lat_err_bars_name"
13985   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr-lat"
13986   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13987   include:
13988     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13989     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13990     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13991     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13992   layout:
13993     title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
13994     layout: "plot-latency"
13995
13996 - type: "plot"
13997   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr"
13998   algorithm: "plot_lat_err_bars_name"
13999   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr-lat"
14000   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14001   include:
14002     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14003     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14004     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14005     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14006   layout:
14007     title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr"
14008     layout: "plot-latency"
14009
14010 - type: "plot"
14011   title: "Latency: 3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
14012   algorithm: "plot_lat_err_bars_name"
14013   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
14014   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14015   include:
14016     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14017     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14018     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14019     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14020   layout:
14021     title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
14022     layout: "plot-latency"
14023
14024 - type: "plot"
14025   title: "Latency: 3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
14026   algorithm: "plot_lat_err_bars_name"
14027   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
14028   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14029   include:
14030     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14031     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14032     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14033     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14034   layout:
14035     title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
14036     layout: "plot-latency"
14037
14038 - type: "plot"
14039   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
14040   algorithm: "plot_lat_err_bars_name"
14041   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
14042   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14043   include:
14044     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14045     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14046     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14047     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14048     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14049   layout:
14050     title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
14051     layout: "plot-latency"
14052
14053 - type: "plot"
14054   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
14055   algorithm: "plot_lat_err_bars_name"
14056   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-lat"
14057   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14058   include:
14059     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14060     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14061     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14062     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14063     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14064   layout:
14065     title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
14066     layout: "plot-latency"
14067
14068 - type: "plot"
14069   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
14070   algorithm: "plot_lat_err_bars_name"
14071   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
14072   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14073   include:
14074     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14075     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14076     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14077     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14078     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14079     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14080   layout:
14081     title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
14082     layout: "plot-latency"
14083
14084 - type: "plot"
14085   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
14086   algorithm: "plot_lat_err_bars_name"
14087   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
14088   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14089   include:
14090     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14091     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14092     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14093     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14094     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14095     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14096   layout:
14097     title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
14098     layout: "plot-latency"
14099
14100 - type: "plot"
14101   title: "Latency: 3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr-lat"
14102   algorithm: "plot_lat_err_bars_name"
14103   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr-lat"
14104   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14105   include:
14106     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14107     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14108     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14109     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14110     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14111   layout:
14112     title: "3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr"
14113     layout: "plot-latency"
14114
14115 - type: "plot"
14116   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr-lat"
14117   algorithm: "plot_lat_err_bars_name"
14118   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr-lat"
14119   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14120   include:
14121     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
14122     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
14123     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t2c-ethip4-ip4scale20k-ndrpdr"
14124     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t2c-ethip4-ip4scale200k-ndrpdr"
14125     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
14126   layout:
14127     title: "3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr"
14128     layout: "plot-latency"
14129
14130 - type: "plot"
14131   title: "Latency: 3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr-lat"
14132   algorithm: "plot_lat_err_bars_name"
14133   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr-lat"
14134   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14135   include:
14136     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
14137     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14138     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14139     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14140     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14141     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t2c-ethip4udp-ip4base-nat44-ndrpdr"
14142   layout:
14143     title: "3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr"
14144     layout: "plot-latency"
14145
14146 - type: "plot"
14147   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-lat"
14148   algorithm: "plot_lat_err_bars_name"
14149   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-lat"
14150   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14151   include:
14152     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t2c-ethip4vxlan-l2xcbase-ndrpdr"
14153     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14154     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14155     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14156   layout:
14157     title: "3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-lat"
14158     layout: "plot-latency"
14159
14160 - type: "plot"
14161   title: "Latency: 3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr-lat"
14162   algorithm: "plot_lat_err_bars_name"
14163   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr-lat"
14164   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14165   include:
14166     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
14167     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
14168     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t2c-ethip6-ip6scale20k-ndrpdr"
14169     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t2c-ethip6-ip6scale200k-ndrpdr"
14170     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
14171   layout:
14172     title: "3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr"
14173     layout: "plot-latency"
14174
14175 #- type: "plot"
14176 #  title: "Latency: 3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
14177 #  algorithm: "plot_lat_err_bars_name"
14178 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
14179 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14180 #  include:
14181 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14182 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14183 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14184 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14185 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14186 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14187 #  layout:
14188 #    title: "3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14189 #    layout: "plot-latency"
14190
14191 - type: "plot"
14192   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr-lat"
14193   algorithm: "plot_lat_err_bars_name"
14194   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr-lat"
14195   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14196   include:
14197     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
14198     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
14199     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
14200     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
14201   layout:
14202     title: "3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr"
14203     layout: "plot-latency"
14204
14205 - type: "plot"
14206   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr-lat"
14207   algorithm: "plot_lat_err_bars_name"
14208   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr-lat"
14209   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14210   include:
14211     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
14212     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
14213     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
14214     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale10kmaclrn-ndrpdr"
14215     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale100kmaclrn-ndrpdr"
14216     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
14217   layout:
14218     title: "3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr"
14219     layout: "plot-latency"
14220
14221 - type: "plot"
14222   title: "Latency: 3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr-lat"
14223   algorithm: "plot_lat_err_bars_name"
14224   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr-lat"
14225   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14226   include:
14227     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
14228     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14229     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14230     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14231     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14232     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14233   layout:
14234     title: "3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr"
14235     layout: "plot-latency"
14236
14237 - type: "plot"
14238   title: "Latency: 3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr-lat"
14239   algorithm: "plot_lat_err_bars_name"
14240   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr-lat"
14241   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14242   include:
14243     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14244     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14245     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14246     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14247     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14248     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14249   layout:
14250     title: "3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr"
14251     layout: "plot-latency"
14252
14253 - type: "plot"
14254   title: "Latency: 3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr-lat"
14255   algorithm: "plot_lat_err_bars_name"
14256   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr-lat"
14257   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14258   include:
14259     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14260     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14261     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14262     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14263     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14264   layout:
14265     title: "3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr"
14266     layout: "plot-latency"
14267
14268 - type: "plot"
14269   title: "Latency: 3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr-lat"
14270   algorithm: "plot_lat_err_bars_name"
14271   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr-lat"
14272   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14273   include:
14274     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14275     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14276     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14277     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14278     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14279     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14280   layout:
14281     title: "3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr"
14282     layout: "plot-latency"
14283
14284 ################################################################################
14285
14286 # Packet Latency 4C
14287
14288 - type: "plot"
14289   title: "Latency: 2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
14290   algorithm: "plot_lat_err_bars_name"
14291   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
14292   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14293   include:
14294     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14295     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14296     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14297     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14298   layout:
14299     title: "2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
14300     layout: "plot-latency"
14301
14302 - type: "plot"
14303   title: "Latency: 3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
14304   algorithm: "plot_lat_err_bars_name"
14305   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
14306   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14307   include:
14308     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14309     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14310     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14311     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14312     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14313   layout:
14314     title: "3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
14315     layout: "plot-latency"
14316
14317 - type: "plot"
14318   title: "Latency: 2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
14319   algorithm: "plot_lat_err_bars_name"
14320   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
14321   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14322   include:
14323     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
14324     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
14325     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
14326     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
14327     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
14328   layout:
14329     title: "2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
14330     layout: "plot-latency"
14331
14332 - type: "plot"
14333   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
14334   algorithm: "plot_lat_err_bars_name"
14335   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
14336   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14337   include:
14338     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
14339     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
14340     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
14341     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
14342   layout:
14343     title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
14344     layout: "plot-latency"
14345
14346 - type: "plot"
14347   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
14348   algorithm: "plot_lat_err_bars_name"
14349   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
14350   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14351   include:
14352     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
14353     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
14354     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
14355     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
14356     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
14357   layout:
14358     title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
14359     layout: "plot-latency"
14360
14361 - type: "plot"
14362   title: "Latency: 2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
14363   algorithm: "plot_lat_err_bars_name"
14364   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
14365   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14366   include:
14367     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
14368     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14369     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14370     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14371     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14372     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
14373   layout:
14374     title: "2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
14375     layout: "plot-latency"
14376
14377 - type: "plot"
14378   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
14379   algorithm: "plot_lat_err_bars_name"
14380   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
14381   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14382   include:
14383     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
14384     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
14385     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
14386   layout:
14387     title: "3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr"
14388     layout: "plot-latency"
14389
14390 - type: "plot"
14391   title: "Latency: 3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
14392   algorithm: "plot_lat_err_bars_name"
14393   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
14394   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14395   include:
14396     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
14397     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
14398     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
14399     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
14400     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
14401   layout:
14402     title: "3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
14403     layout: "plot-latency"
14404
14405 - type: "plot"
14406   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
14407   algorithm: "plot_lat_err_bars_name"
14408   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
14409   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14410   include:
14411     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
14412     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
14413     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
14414     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
14415   layout:
14416     title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
14417     layout: "plot-latency"
14418
14419 - type: "plot"
14420   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
14421   algorithm: "plot_lat_err_bars_name"
14422   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
14423   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14424   include:
14425     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
14426     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
14427     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
14428     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
14429     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
14430   layout:
14431     title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
14432     layout: "plot-latency"
14433
14434 - type: "plot"
14435   title: "Latency: 3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
14436   algorithm: "plot_lat_err_bars_name"
14437   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
14438   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14439   include:
14440     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
14441     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14442     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14443     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14444     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14445     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
14446   layout:
14447     title: "3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
14448     layout: "plot-latency"
14449
14450 - type: "plot"
14451   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr-lat"
14452   algorithm: "plot_lat_err_bars_name"
14453   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr-lat"
14454   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14455   include:
14456     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t4c-ethip4vxlan-l2xcbase-ndrpdr"
14457     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14458   layout:
14459     title: "3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr"
14460     layout: "plot-latency"
14461
14462 - type: "plot"
14463   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr-lat"
14464   algorithm: "plot_lat_err_bars_name"
14465   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr-lat"
14466   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14467   include:
14468     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-8t4c-ethip4vxlan-l2xcbase-ndrpdr"
14469     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14470     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14471     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14472   layout:
14473     title: "3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr"
14474     layout: "plot-latency"
14475
14476 - type: "plot"
14477   title: "Latency: 2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
14478   algorithm: "plot_lat_err_bars_name"
14479   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
14480   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14481   include:
14482     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
14483     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
14484     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
14485   layout:
14486     title: "2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
14487     layout: "plot-latency"
14488
14489 - type: "plot"
14490   title: "Latency: 2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
14491   algorithm: "plot_lat_err_bars_name"
14492   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
14493   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14494   include:
14495     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
14496     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
14497     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
14498     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
14499     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
14500   layout:
14501     title: "2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
14502     layout: "plot-latency"
14503
14504 - type: "plot"
14505   title: "Latency: 3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
14506   algorithm: "plot_lat_err_bars_name"
14507   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
14508   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14509   include:
14510     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
14511     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
14512     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
14513   layout:
14514     title: "3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr"
14515     layout: "plot-latency"
14516
14517 - type: "plot"
14518   title: "Latency: 3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
14519   algorithm: "plot_lat_err_bars_name"
14520   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
14521   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14522   include:
14523     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
14524     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
14525     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
14526   layout:
14527     title: "3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
14528     layout: "plot-latency"
14529
14530 - type: "plot"
14531   title: "Latency: 3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
14532   algorithm: "plot_lat_err_bars_name"
14533   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
14534   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14535   include:
14536     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
14537     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
14538     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
14539     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
14540     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
14541   layout:
14542     title: "3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
14543     layout: "plot-latency"
14544
14545 #- type: "plot"
14546 #  title: "Latency: 3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
14547 #  algorithm: "plot_lat_err_bars_name"
14548 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
14549 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14550 #  include:
14551 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14552 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14553 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14554 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14555 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14556 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14557 #  layout:
14558 #    title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
14559 #    layout: "plot-latency"
14560
14561 #- type: "plot"
14562 #  title: "Latency: 3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
14563 #  algorithm: "plot_lat_err_bars_name"
14564 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
14565 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14566 #  include:
14567 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14568 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14569 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14570 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14571 #  layout:
14572 #    title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
14573 #    layout: "plot-latency"
14574
14575 #- type: "plot"
14576 #  title: "Latency: 3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
14577 #  algorithm: "plot_lat_err_bars_name"
14578 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
14579 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
14580 #  include:
14581 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14582 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14583 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14584 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14585 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14586 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14587 #  layout:
14588 #    title: "3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr"
14589 #    layout: "plot-latency"
14590
14591 - type: "plot"
14592   title: "Latency: 2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
14593   algorithm: "plot_lat_err_bars_name"
14594   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
14595   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14596   include:
14597     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
14598     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14599     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
14600     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
14601     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
14602     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
14603   layout:
14604     title: "2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
14605     layout: "plot-latency"
14606
14607 - type: "plot"
14608   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
14609   algorithm: "plot_lat_err_bars_name"
14610   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
14611   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14612   include:
14613     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
14614     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
14615     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14616     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
14617   layout:
14618     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
14619     layout: "plot-latency"
14620
14621 - type: "plot"
14622   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
14623   algorithm: "plot_lat_err_bars_name"
14624   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
14625   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14626   include:
14627     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
14628     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
14629     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
14630     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
14631     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
14632   layout:
14633     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
14634     layout: "plot-latency"
14635
14636 - type: "plot"
14637   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
14638   algorithm: "plot_lat_err_bars_name"
14639   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
14640   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14641   include:
14642     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
14643     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
14644     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
14645     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
14646   layout:
14647     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
14648     layout: "plot-latency"
14649
14650 - type: "plot"
14651   title: "Latency: 3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
14652   algorithm: "plot_lat_err_bars_name"
14653   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
14654   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14655   include:
14656     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
14657     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
14658     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
14659     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
14660     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
14661     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
14662   layout:
14663     title: "3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr"
14664     layout: "plot-latency"
14665
14666 - type: "plot"
14667   title: "Latency: 3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
14668   algorithm: "plot_lat_err_bars_name"
14669   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
14670   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14671   include:
14672     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
14673     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
14674     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
14675     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
14676     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
14677   layout:
14678     title: "3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
14679     layout: "plot-latency"
14680
14681 - type: "plot"
14682   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
14683   algorithm: "plot_lat_err_bars_name"
14684   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
14685   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14686   include:
14687     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
14688     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
14689     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
14690   layout:
14691     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
14692     layout: "plot-latency"
14693
14694 - type: "plot"
14695   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
14696   algorithm: "plot_lat_err_bars_name"
14697   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
14698   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14699   include:
14700     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
14701     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
14702     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
14703     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
14704   layout:
14705     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
14706     layout: "plot-latency"
14707
14708 - type: "plot"
14709   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
14710   algorithm: "plot_lat_err_bars_name"
14711   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
14712   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14713   include:
14714     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
14715     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
14716     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
14717     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
14718     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
14719     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
14720   layout:
14721     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
14722     layout: "plot-latency"
14723
14724 - type: "plot"
14725   title: "Latency: 3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr-lat"
14726   algorithm: "plot_lat_err_bars_name"
14727   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr-lat"
14728   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14729   include:
14730     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
14731     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14732     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14733     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14734     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14735     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14736   layout:
14737     title: "3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr"
14738     layout: "plot-latency"
14739
14740 - type: "plot"
14741   title: "Latency: 3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr-lat"
14742   algorithm: "plot_lat_err_bars_name"
14743   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr-lat"
14744   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14745   include:
14746     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14747     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14748     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14749     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14750     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14751     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14752   layout:
14753     title: "3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr"
14754     layout: "plot-latency"
14755
14756 - type: "plot"
14757   title: "Latency: 3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr-lat"
14758   algorithm: "plot_lat_err_bars_name"
14759   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr-lat"
14760   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14761   include:
14762     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-8t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14763     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14764     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14765     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14766     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14767     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14768   layout:
14769     title: "3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr"
14770     layout: "plot-latency"
14771
14772 - type: "plot"
14773   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
14774   algorithm: "plot_lat_err_bars_name"
14775   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
14776   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14777   include:
14778     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14779     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14780     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14781     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14782   layout:
14783     title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
14784     layout: "plot-latency"
14785
14786 - type: "plot"
14787   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
14788   algorithm: "plot_lat_err_bars_name"
14789   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-lat"
14790   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14791   include:
14792     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14793     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14794     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14795     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14796   layout:
14797     title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
14798     layout: "plot-latency"
14799
14800 - type: "plot"
14801   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
14802   algorithm: "plot_lat_err_bars_name"
14803   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr-lat"
14804   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14805   include:
14806     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14807     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14808     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14809     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14810   layout:
14811     title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
14812     layout: "plot-latency"
14813
14814 - type: "plot"
14815   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr"
14816   algorithm: "plot_lat_err_bars_name"
14817   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr-lat"
14818   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14819   include:
14820     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14821     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14822     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14823     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14824   layout:
14825     title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr"
14826     layout: "plot-latency"
14827
14828 - type: "plot"
14829   title: "Latency: 3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
14830   algorithm: "plot_lat_err_bars_name"
14831   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
14832   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14833   include:
14834     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14835     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14836     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14837     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14838   layout:
14839     title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
14840     layout: "plot-latency"
14841
14842 - type: "plot"
14843   title: "Latency: 3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
14844   algorithm: "plot_lat_err_bars_name"
14845   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
14846   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14847   include:
14848     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14849     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14850     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14851     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14852   layout:
14853     title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
14854     layout: "plot-latency"
14855
14856 - type: "plot"
14857   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
14858   algorithm: "plot_lat_err_bars_name"
14859   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
14860   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14861   include:
14862     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14863     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14864     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14865     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14866     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14867   layout:
14868     title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
14869     layout: "plot-latency"
14870
14871 - type: "plot"
14872   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
14873   algorithm: "plot_lat_err_bars_name"
14874   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-lat"
14875   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14876   include:
14877     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14878     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14879     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14880     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14881     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14882   layout:
14883     title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
14884     layout: "plot-latency"
14885
14886 - type: "plot"
14887   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
14888   algorithm: "plot_lat_err_bars_name"
14889   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
14890   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14891   include:
14892     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14893     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14894     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14895     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14896     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14897     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14898   layout:
14899     title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
14900     layout: "plot-latency"
14901
14902 - type: "plot"
14903   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
14904   algorithm: "plot_lat_err_bars_name"
14905   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
14906   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14907   include:
14908     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14909     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14910     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14911     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14912     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14913     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14914   layout:
14915     title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
14916     layout: "plot-latency"
14917
14918 - type: "plot"
14919   title: "Latency: 3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr-lat"
14920   algorithm: "plot_lat_err_bars_name"
14921   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr-lat"
14922   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14923   include:
14924     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14925     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14926     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14927     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14928     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14929   layout:
14930     title: "3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr"
14931     layout: "plot-latency"
14932
14933 - type: "plot"
14934   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr-lat"
14935   algorithm: "plot_lat_err_bars_name"
14936   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr-lat"
14937   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14938   include:
14939     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
14940     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
14941     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t4c-ethip4-ip4scale20k-ndrpdr"
14942     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t4c-ethip4-ip4scale200k-ndrpdr"
14943     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
14944   layout:
14945     title: "3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr"
14946     layout: "plot-latency"
14947
14948 - type: "plot"
14949   title: "Latency: 3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr-lat"
14950   algorithm: "plot_lat_err_bars_name"
14951   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr-lat"
14952   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14953   include:
14954     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
14955     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14956     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14957     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14958     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14959     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t4c-ethip4udp-ip4base-nat44-ndrpdr"
14960   layout:
14961     title: "3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr"
14962     layout: "plot-latency"
14963
14964 - type: "plot"
14965   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-lat"
14966   algorithm: "plot_lat_err_bars_name"
14967   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-lat"
14968   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14969   include:
14970     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t4c-ethip4vxlan-l2xcbase-ndrpdr"
14971     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14972     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14973     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14974   layout:
14975     title: "3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-lat"
14976     layout: "plot-latency"
14977
14978 - type: "plot"
14979   title: "Latency: 3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr-lat"
14980   algorithm: "plot_lat_err_bars_name"
14981   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr-lat"
14982   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14983   include:
14984     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
14985     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
14986     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t4c-ethip6-ip6scale20k-ndrpdr"
14987     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t4c-ethip6-ip6scale200k-ndrpdr"
14988     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
14989   layout:
14990     title: "3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr"
14991     layout: "plot-latency"
14992
14993 #- type: "plot"
14994 #  title: "Latency: 3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
14995 #  algorithm: "plot_lat_err_bars_name"
14996 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
14997 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14998 #  include:
14999 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15000 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15001 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15002 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15003 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15004 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15005 #  layout:
15006 #    title: "3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15007 #    layout: "plot-latency"
15008
15009 - type: "plot"
15010   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr-lat"
15011   algorithm: "plot_lat_err_bars_name"
15012   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr-lat"
15013   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15014   include:
15015     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
15016     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
15017     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
15018     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
15019   layout:
15020     title: "3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr"
15021     layout: "plot-latency"
15022
15023 - type: "plot"
15024   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr-lat"
15025   algorithm: "plot_lat_err_bars_name"
15026   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr-lat"
15027   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15028   include:
15029     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
15030     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
15031     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
15032     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale10kmaclrn-ndrpdr"
15033     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale100kmaclrn-ndrpdr"
15034     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
15035   layout:
15036     title: "3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr"
15037     layout: "plot-latency"
15038
15039 - type: "plot"
15040   title: "Latency: 3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr-lat"
15041   algorithm: "plot_lat_err_bars_name"
15042   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr-lat"
15043   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15044   include:
15045     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
15046     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15047     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15048     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15049     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15050     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15051   layout:
15052     title: "3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr"
15053     layout: "plot-latency"
15054
15055 - type: "plot"
15056   title: "Latency: 3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr-lat"
15057   algorithm: "plot_lat_err_bars_name"
15058   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr-lat"
15059   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15060   include:
15061     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15062     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15063     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15064     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15065     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15066     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15067   layout:
15068     title: "3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr"
15069     layout: "plot-latency"
15070
15071 - type: "plot"
15072   title: "Latency: 3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr-lat"
15073   algorithm: "plot_lat_err_bars_name"
15074   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr-lat"
15075   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15076   include:
15077     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15078     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15079     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15080     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15081     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15082   layout:
15083     title: "3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr"
15084     layout: "plot-latency"
15085
15086 - type: "plot"
15087   title: "Latency: 3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr-lat"
15088   algorithm: "plot_lat_err_bars_name"
15089   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr-lat"
15090   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15091   include:
15092     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15093     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15094     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15095     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15096     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15097     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15098   layout:
15099     title: "3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr"
15100     layout: "plot-latency"
15101
15102 ################################################################################
15103
15104 # HDRHistogram Packet Latency 1C
15105
15106 - type: "plot"
15107   title: "Latency: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat"
15108   graph-title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
15109   algorithm: "plot_lat_hdrh_bar_name"
15110   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat"
15111   data: "plot-vpp-hdrh-lat-2n-skx"
15112   include:
15113     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15114     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15115     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15116     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15117   layout:
15118     layout: "plot-hdrh-latency"
15119
15120 - type: "plot"
15121   title: "Latency: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat"
15122   graph-title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
15123   algorithm: "plot_lat_hdrh_bar_name"
15124   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat"
15125   data: "plot-vpp-hdrh-lat-3n-skx"
15126   include:
15127     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15128     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15129     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15130     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15131     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15132   layout:
15133     layout: "plot-hdrh-latency"
15134
15135 - type: "plot"
15136   title: "Latency: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
15137   graph-title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
15138   algorithm: "plot_lat_hdrh_bar_name"
15139   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
15140   data: "plot-vpp-hdrh-lat-2n-skx"
15141   include:
15142     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15143     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15144     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15145     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15146     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15147   layout:
15148     layout: "plot-hdrh-latency"
15149
15150 - type: "plot"
15151   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat"
15152   graph-title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15153   algorithm: "plot_lat_hdrh_bar_name"
15154   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat"
15155   data: "plot-vpp-hdrh-lat-2n-skx"
15156   include:
15157     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15158     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
15159     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
15160     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15161   layout:
15162     layout: "plot-hdrh-latency"
15163
15164 - type: "plot"
15165   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
15166   graph-title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
15167   algorithm: "plot_lat_hdrh_bar_name"
15168   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
15169   data: "plot-vpp-hdrh-lat-2n-skx"
15170   include:
15171     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15172     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15173     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15174     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15175     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15176   layout:
15177     layout: "plot-hdrh-latency"
15178
15179 - type: "plot"
15180   title: "Latency: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat"
15181   graph-title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
15182   algorithm: "plot_lat_hdrh_bar_name"
15183   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat"
15184   data: "plot-vpp-hdrh-lat-2n-skx"
15185   include:
15186     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15187     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15188     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15189     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15190     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15191     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15192   layout:
15193     layout: "plot-hdrh-latency"
15194
15195 - type: "plot"
15196   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
15197   graph-title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
15198   algorithm: "plot_lat_hdrh_bar_name"
15199   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
15200   data: "plot-vpp-hdrh-lat-3n-hsw"
15201   include:
15202     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
15203     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
15204     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
15205   layout:
15206     layout: "plot-hdrh-latency"
15207
15208 - type: "plot"
15209   title: "Latency: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
15210   graph-title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
15211   algorithm: "plot_lat_hdrh_bar_name"
15212   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
15213   data: "plot-vpp-hdrh-lat-3n-skx"
15214   include:
15215     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
15216     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15217     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15218     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15219     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15220   layout:
15221     layout: "plot-hdrh-latency"
15222
15223 - type: "plot"
15224   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat"
15225   graph-title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15226   algorithm: "plot_lat_hdrh_bar_name"
15227   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat"
15228   data: "plot-vpp-hdrh-lat-3n-skx"
15229   include:
15230     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
15231     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
15232     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
15233     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15234   layout:
15235     layout: "plot-hdrh-latency"
15236
15237 - type: "plot"
15238   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
15239   graph-title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
15240   algorithm: "plot_lat_hdrh_bar_name"
15241   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
15242   data: "plot-vpp-hdrh-lat-3n-skx"
15243   include:
15244     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15245     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15246     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15247     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15248     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15249   layout:
15250     layout: "plot-hdrh-latency"
15251
15252 - type: "plot"
15253   title: "Latency: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat"
15254   graph-title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
15255   algorithm: "plot_lat_hdrh_bar_name"
15256   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat"
15257   data: "plot-vpp-hdrh-lat-3n-skx"
15258   include:
15259     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15260     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15261     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15262     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15263     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15264     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15265   layout:
15266     layout: "plot-hdrh-latency"
15267
15268 - type: "plot"
15269   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr-hdrh-lat"
15270   graph-title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
15271   algorithm: "plot_lat_hdrh_bar_name"
15272   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr-hdrh-lat"
15273   data: "plot-vpp-hdrh-lat-3n-hsw"
15274   include:
15275     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
15276     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15277   layout:
15278     layout: "plot-hdrh-latency"
15279
15280 - type: "plot"
15281   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat"
15282   graph-title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
15283   algorithm: "plot_lat_hdrh_bar_name"
15284   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat"
15285   data: "plot-vpp-hdrh-lat-3n-skx"
15286   include:
15287     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
15288     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15289     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15290     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15291   layout:
15292     layout: "plot-hdrh-latency"
15293
15294 - type: "plot"
15295   title: "Latency: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
15296   graph-title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
15297   algorithm: "plot_lat_hdrh_bar_name"
15298   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
15299   data: "plot-vpp-hdrh-lat-2n-skx"
15300   include:
15301     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15302     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15303     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15304   layout:
15305     layout: "plot-hdrh-latency"
15306
15307 - type: "plot"
15308   title: "Latency: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
15309   graph-title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
15310   algorithm: "plot_lat_hdrh_bar_name"
15311   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
15312   data: "plot-vpp-hdrh-lat-2n-skx"
15313   include:
15314     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15315     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15316     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15317     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15318     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15319   layout:
15320     layout: "plot-hdrh-latency"
15321
15322 - type: "plot"
15323   title: "Latency: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
15324   graph-title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
15325   algorithm: "plot_lat_hdrh_bar_name"
15326   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
15327   data: "plot-vpp-hdrh-lat-3n-hsw"
15328   include:
15329     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
15330     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
15331     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
15332   layout:
15333     layout: "plot-hdrh-latency"
15334
15335 - type: "plot"
15336   title: "Latency: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
15337   graph-title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
15338   algorithm: "plot_lat_hdrh_bar_name"
15339   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
15340   data: "plot-vpp-hdrh-lat-3n-skx"
15341   include:
15342     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15343     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15344     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15345   layout:
15346     layout: "plot-hdrh-latency"
15347
15348 - type: "plot"
15349   title: "Latency: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
15350   graph-title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
15351   algorithm: "plot_lat_hdrh_bar_name"
15352   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
15353   data: "plot-vpp-hdrh-lat-3n-skx"
15354   include:
15355     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15356     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15357     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15358     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15359     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15360   layout:
15361     layout: "plot-hdrh-latency"
15362
15363 - type: "plot"
15364   title: "Latency: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
15365   graph-title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
15366   algorithm: "plot_lat_hdrh_bar_name"
15367   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
15368   data: "plot-vpp-hdrh-lat-2n-skx"
15369   include:
15370     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15371     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15372     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15373     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15374     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15375     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15376   layout:
15377     layout: "plot-hdrh-latency"
15378
15379 - type: "plot"
15380   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat"
15381   graph-title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15382   algorithm: "plot_lat_hdrh_bar_name"
15383   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat"
15384   data: "plot-vpp-hdrh-lat-2n-skx"
15385   include:
15386     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15387     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15388     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15389     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15390   layout:
15391     layout: "plot-hdrh-latency"
15392
15393 - type: "plot"
15394   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat"
15395   graph-title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
15396   algorithm: "plot_lat_hdrh_bar_name"
15397   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat"
15398   data: "plot-vpp-hdrh-lat-2n-skx"
15399   include:
15400     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15401     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15402     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15403     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15404     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15405   layout:
15406     layout: "plot-hdrh-latency"
15407
15408 - type: "plot"
15409   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat"
15410   graph-title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
15411   algorithm: "plot_lat_hdrh_bar_name"
15412   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat"
15413   data: "plot-vpp-hdrh-lat-2n-skx"
15414   include:
15415     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15416     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15417     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15418     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15419   layout:
15420     layout: "plot-hdrh-latency"
15421
15422 - type: "plot"
15423   title: "Latency: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-hdrh-lat"
15424   graph-title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
15425   algorithm: "plot_lat_hdrh_bar_name"
15426   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-hdrh-lat"
15427   data: "plot-vpp-hdrh-lat-3n-hsw"
15428   include:
15429     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
15430     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
15431     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15432     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15433     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15434     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15435   layout:
15436     layout: "plot-hdrh-latency"
15437
15438 - type: "plot"
15439   title: "Latency: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
15440   graph-title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
15441   algorithm: "plot_lat_hdrh_bar_name"
15442   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
15443   data: "plot-vpp-hdrh-lat-3n-skx"
15444   include:
15445     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15446     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15447     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15448     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15449     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15450   layout:
15451     layout: "plot-hdrh-latency"
15452
15453 - type: "plot"
15454   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat"
15455   graph-title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15456   algorithm: "plot_lat_hdrh_bar_name"
15457   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat"
15458   data: "plot-vpp-hdrh-lat-3n-skx"
15459   include:
15460     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15461     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15462     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15463   layout:
15464     layout: "plot-hdrh-latency"
15465
15466 - type: "plot"
15467   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat"
15468   graph-title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
15469   algorithm: "plot_lat_hdrh_bar_name"
15470   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat"
15471   data: "plot-vpp-hdrh-lat-3n-skx"
15472   include:
15473     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15474     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15475     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15476     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15477   layout:
15478     layout: "plot-hdrh-latency"
15479
15480 - type: "plot"
15481   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat"
15482   graph-title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
15483   algorithm: "plot_lat_hdrh_bar_name"
15484   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat"
15485   data: "plot-vpp-hdrh-lat-3n-skx"
15486   include:
15487     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15488     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15489     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15490     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15491     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15492     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15493   layout:
15494     layout: "plot-hdrh-latency"
15495
15496 - type: "plot"
15497   title: "Latency: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr-hdrh-lat"
15498   graph-title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr"
15499   algorithm: "plot_lat_hdrh_bar_name"
15500   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr-hdrh-lat"
15501   data: "plot-vpp-hdrh-lat-3n-skx"
15502   include:
15503     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15504     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15505     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15506     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15507     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15508     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15509   layout:
15510     layout: "plot-hdrh-latency"
15511
15512 - type: "plot"
15513   title: "Latency: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
15514   graph-title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
15515   algorithm: "plot_lat_hdrh_bar_name"
15516   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
15517   data: "plot-vpp-hdrh-lat-3n-hsw"
15518   include:
15519     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15520     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15521     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15522     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15523     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15524     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15525   layout:
15526     layout: "plot-hdrh-latency"
15527
15528 - type: "plot"
15529   title: "Latency: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
15530   graph-title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
15531   algorithm: "plot_lat_hdrh_bar_name"
15532   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
15533   data: "plot-vpp-hdrh-lat-3n-skx"
15534   include:
15535     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15536     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15537     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15538     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15539     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15540     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15541   layout:
15542     layout: "plot-hdrh-latency"
15543
15544 - type: "plot"
15545   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
15546   graph-title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
15547   algorithm: "plot_lat_hdrh_bar_name"
15548   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-hdrh-lat"
15549   data: "plot-vpp-hdrh-lat-2n-skx"
15550   include:
15551     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15552     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15553     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15554     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15555   layout:
15556     layout: "plot-hdrh-latency"
15557
15558 - type: "plot"
15559   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
15560   graph-title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
15561   algorithm: "plot_lat_hdrh_bar_name"
15562   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-hdrh-lat"
15563   data: "plot-vpp-hdrh-lat-2n-skx"
15564   include:
15565     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15566     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15567     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15568     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15569   layout:
15570     layout: "plot-hdrh-latency"
15571
15572 - type: "plot"
15573   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
15574   graph-title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
15575   algorithm: "plot_lat_hdrh_bar_name"
15576   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr-hdrh-lat"
15577   data: "plot-vpp-hdrh-lat-3n-hsw"
15578   include:
15579     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15580     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15581     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15582     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15583   layout:
15584     layout: "plot-hdrh-latency"
15585
15586 - type: "plot"
15587   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
15588   graph-title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
15589   algorithm: "plot_lat_hdrh_bar_name"
15590   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr-hdrh-lat"
15591   data: "plot-vpp-hdrh-lat-3n-hsw"
15592   include:
15593     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15594     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15595     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15596     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15597   layout:
15598     layout: "plot-hdrh-latency"
15599
15600 - type: "plot"
15601   title: "Latency: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
15602   graph-title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
15603   algorithm: "plot_lat_hdrh_bar_name"
15604   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-hdrh-lat"
15605   data: "plot-vpp-hdrh-lat-3n-skx"
15606   include:
15607     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15608     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15609     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15610     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15611   layout:
15612     layout: "plot-hdrh-latency"
15613
15614 - type: "plot"
15615   title: "Latency: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
15616   graph-title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
15617   algorithm: "plot_lat_hdrh_bar_name"
15618   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat"
15619   data: "plot-vpp-hdrh-lat-3n-skx"
15620   include:
15621     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15622     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15623     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15624     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15625   layout:
15626     layout: "plot-hdrh-latency"
15627
15628 - type: "plot"
15629   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
15630   graph-title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
15631   algorithm: "plot_lat_hdrh_bar_name"
15632   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-hdrh-lat"
15633   data: "plot-vpp-hdrh-lat-3n-skx"
15634   include:
15635     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15636     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15637     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15638     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15639     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15640   layout:
15641     layout: "plot-hdrh-latency"
15642
15643 - type: "plot"
15644   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
15645   graph-title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
15646   algorithm: "plot_lat_hdrh_bar_name"
15647   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-hdrh-lat"
15648   data: "plot-vpp-hdrh-lat-3n-skx"
15649   include:
15650     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15651     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15652     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15653     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15654     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15655   layout:
15656     layout: "plot-hdrh-latency"
15657
15658 - type: "plot"
15659   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
15660   graph-title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
15661   algorithm: "plot_lat_hdrh_bar_name"
15662   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-hdrh-lat"
15663   data: "plot-vpp-hdrh-lat-3n-skx"
15664   include:
15665     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15666     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15667     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15668     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15669     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15670     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15671   layout:
15672     layout: "plot-hdrh-latency"
15673
15674 - type: "plot"
15675   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
15676   graph-title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
15677   algorithm: "plot_lat_hdrh_bar_name"
15678   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat"
15679   data: "plot-vpp-hdrh-lat-3n-skx"
15680   include:
15681     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15682     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15683     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15684     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15685     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15686     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15687   layout:
15688     layout: "plot-hdrh-latency"
15689
15690 - type: "plot"
15691   title: "Latency: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr-hdrh-lat"
15692   graph-title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
15693   algorithm: "plot_lat_hdrh_bar_name"
15694   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr-hdrh-lat"
15695   data: "plot-vpp-hdrh-lat-3n-tsh"
15696   include:
15697     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15698     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15699     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15700     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15701     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15702   layout:
15703     layout: "plot-hdrh-latency"
15704
15705 - type: "plot"
15706   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat"
15707   graph-title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
15708   algorithm: "plot_lat_hdrh_bar_name"
15709   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat"
15710   data: "plot-vpp-hdrh-lat-3n-tsh"
15711   include:
15712     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
15713     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
15714     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
15715     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
15716     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
15717   layout:
15718     layout: "plot-hdrh-latency"
15719
15720 - type: "plot"
15721   title: "Latency: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr-hdrh-lat"
15722   graph-title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
15723   algorithm: "plot_lat_hdrh_bar_name"
15724   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr-hdrh-lat"
15725   data: "plot-vpp-hdrh-lat-3n-tsh"
15726   include:
15727     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
15728     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15729     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15730     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15731     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15732     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
15733   layout:
15734     layout: "plot-hdrh-latency"
15735
15736 - type: "plot"
15737   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat"
15738   graph-title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
15739   algorithm: "plot_lat_hdrh_bar_name"
15740   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat"
15741   data: "plot-vpp-hdrh-lat-3n-tsh"
15742   include:
15743     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
15744     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15745     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15746     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15747   layout:
15748     layout: "plot-hdrh-latency"
15749
15750 - type: "plot"
15751   title: "Latency: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat"
15752   graph-title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
15753   algorithm: "plot_lat_hdrh_bar_name"
15754   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat"
15755   data: "plot-vpp-hdrh-lat-3n-tsh"
15756   include:
15757     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
15758     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
15759     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
15760     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
15761     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
15762   layout:
15763     layout: "plot-hdrh-latency"
15764
15765 - type: "plot"
15766   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr-hdrh-lat"
15767   graph-title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
15768   algorithm: "plot_lat_hdrh_bar_name"
15769   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr-hdrh-lat"
15770   data: "plot-vpp-hdrh-lat-3n-tsh"
15771   include:
15772     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
15773     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15774     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15775     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15776   layout:
15777     layout: "plot-hdrh-latency"
15778
15779 - type: "plot"
15780   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr-hdrh-lat"
15781   graph-title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
15782   algorithm: "plot_lat_hdrh_bar_name"
15783   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr-hdrh-lat"
15784   data: "plot-vpp-hdrh-lat-3n-tsh"
15785   include:
15786     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
15787     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15788     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15789     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15790     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15791     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15792   layout:
15793     layout: "plot-hdrh-latency"
15794
15795 - type: "plot"
15796   title: "Latency: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr-hdrh-lat"
15797   graph-title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
15798   algorithm: "plot_lat_hdrh_bar_name"
15799   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr-hdrh-lat"
15800   data: "plot-vpp-hdrh-lat-3n-tsh"
15801   include:
15802     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15803     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15804     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15805     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15806     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15807     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15808   layout:
15809     layout: "plot-hdrh-latency"
15810
15811 - type: "plot"
15812   title: "Latency: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat"
15813   graph-title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
15814   algorithm: "plot_lat_hdrh_bar_name"
15815   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat"
15816   data: "plot-vpp-hdrh-lat-3n-tsh"
15817   include:
15818     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15819     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15820     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15821     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15822     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15823     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15824   layout:
15825     layout: "plot-hdrh-latency"
15826
15827 - type: "plot"
15828   title: "Latency: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr-hdrh-lat"
15829   graph-title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
15830   algorithm: "plot_lat_hdrh_bar_name"
15831   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr-hdrh-lat"
15832   data: "plot-vpp-hdrh-lat-3n-tsh"
15833   include:
15834     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15835     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15836     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15837     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15838     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15839   layout:
15840     layout: "plot-hdrh-latency"
15841
15842 - type: "plot"
15843   title: "Latency: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat"
15844   graph-title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
15845   algorithm: "plot_lat_hdrh_bar_name"
15846   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat"
15847   data: "plot-vpp-hdrh-lat-3n-tsh"
15848   include:
15849     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15850     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15851     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15852     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15853     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15854     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15855   layout:
15856     layout: "plot-hdrh-latency"
15857
15858 ################################################################################
15859
15860 # HDRHistogram Packet Latency 2C
15861
15862 - type: "plot"
15863   title: "Latency: 2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat"
15864   graph-title: "2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
15865   algorithm: "plot_lat_hdrh_bar_name"
15866   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat"
15867   data: "plot-vpp-hdrh-lat-2n-skx"
15868   include:
15869     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15870     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15871     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15872     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15873   layout:
15874     layout: "plot-hdrh-latency"
15875
15876 - type: "plot"
15877   title: "Latency: 3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat"
15878   graph-title: "3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
15879   algorithm: "plot_lat_hdrh_bar_name"
15880   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat"
15881   data: "plot-vpp-hdrh-lat-3n-skx"
15882   include:
15883     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15884     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15885     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15886     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15887     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15888   layout:
15889     layout: "plot-hdrh-latency"
15890
15891 - type: "plot"
15892   title: "Latency: 2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
15893   graph-title: "2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
15894   algorithm: "plot_lat_hdrh_bar_name"
15895   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
15896   data: "plot-vpp-hdrh-lat-2n-skx"
15897   include:
15898     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
15899     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
15900     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
15901     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
15902     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
15903   layout:
15904     layout: "plot-hdrh-latency"
15905
15906 - type: "plot"
15907   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat"
15908   graph-title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
15909   algorithm: "plot_lat_hdrh_bar_name"
15910   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat"
15911   data: "plot-vpp-hdrh-lat-2n-skx"
15912   include:
15913     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
15914     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
15915     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
15916     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
15917   layout:
15918     layout: "plot-hdrh-latency"
15919
15920 - type: "plot"
15921   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
15922   graph-title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
15923   algorithm: "plot_lat_hdrh_bar_name"
15924   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
15925   data: "plot-vpp-hdrh-lat-2n-skx"
15926   include:
15927     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
15928     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
15929     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
15930     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
15931     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
15932   layout:
15933     layout: "plot-hdrh-latency"
15934
15935 - type: "plot"
15936   title: "Latency: 2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat"
15937   graph-title: "2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
15938   algorithm: "plot_lat_hdrh_bar_name"
15939   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat"
15940   data: "plot-vpp-hdrh-lat-2n-skx"
15941   include:
15942     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
15943     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15944     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15945     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15946     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15947     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
15948   layout:
15949     layout: "plot-hdrh-latency"
15950
15951 - type: "plot"
15952   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
15953   graph-title: "3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr"
15954   algorithm: "plot_lat_hdrh_bar_name"
15955   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
15956   data: "plot-vpp-hdrh-lat-3n-hsw"
15957   include:
15958     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
15959     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
15960     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
15961   layout:
15962     layout: "plot-hdrh-latency"
15963
15964 - type: "plot"
15965   title: "Latency: 3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
15966   graph-title: "3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
15967   algorithm: "plot_lat_hdrh_bar_name"
15968   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
15969   data: "plot-vpp-hdrh-lat-3n-skx"
15970   include:
15971     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
15972     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
15973     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
15974     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
15975     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
15976   layout:
15977     layout: "plot-hdrh-latency"
15978
15979 - type: "plot"
15980   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat"
15981   graph-title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
15982   algorithm: "plot_lat_hdrh_bar_name"
15983   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat"
15984   data: "plot-vpp-hdrh-lat-3n-skx"
15985   include:
15986     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
15987     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
15988     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
15989     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
15990   layout:
15991     layout: "plot-hdrh-latency"
15992
15993 - type: "plot"
15994   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
15995   graph-title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
15996   algorithm: "plot_lat_hdrh_bar_name"
15997   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
15998   data: "plot-vpp-hdrh-lat-3n-skx"
15999   include:
16000     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
16001     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
16002     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
16003     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
16004     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
16005   layout:
16006     layout: "plot-hdrh-latency"
16007
16008 - type: "plot"
16009   title: "Latency: 3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat"
16010   graph-title: "3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
16011   algorithm: "plot_lat_hdrh_bar_name"
16012   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat"
16013   data: "plot-vpp-hdrh-lat-3n-skx"
16014   include:
16015     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
16016     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16017     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16018     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16019     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16020     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
16021   layout:
16022     layout: "plot-hdrh-latency"
16023
16024 - type: "plot"
16025   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr-hdrh-lat"
16026   graph-title: "3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr"
16027   algorithm: "plot_lat_hdrh_bar_name"
16028   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr-hdrh-lat"
16029   data: "plot-vpp-hdrh-lat-3n-hsw"
16030   include:
16031     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t2c-ethip4vxlan-l2xcbase-ndrpdr"
16032     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16033   layout:
16034     layout: "plot-hdrh-latency"
16035
16036 - type: "plot"
16037   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat"
16038   graph-title: "3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr"
16039   algorithm: "plot_lat_hdrh_bar_name"
16040   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat"
16041   data: "plot-vpp-hdrh-lat-3n-skx"
16042   include:
16043     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t2c-ethip4vxlan-l2xcbase-ndrpdr"
16044     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16045     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16046     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16047   layout:
16048     layout: "plot-hdrh-latency"
16049
16050 - type: "plot"
16051   title: "Latency: 2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
16052   graph-title: "2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
16053   algorithm: "plot_lat_hdrh_bar_name"
16054   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
16055   data: "plot-vpp-hdrh-lat-2n-skx"
16056   include:
16057     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
16058     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
16059     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
16060   layout:
16061     layout: "plot-hdrh-latency"
16062
16063 - type: "plot"
16064   title: "Latency: 2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
16065   graph-title: "2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
16066   algorithm: "plot_lat_hdrh_bar_name"
16067   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
16068   data: "plot-vpp-hdrh-lat-2n-skx"
16069   include:
16070     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
16071     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
16072     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
16073     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
16074     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
16075   layout:
16076     layout: "plot-hdrh-latency"
16077
16078 - type: "plot"
16079   title: "Latency: 3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
16080   graph-title: "3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr"
16081   algorithm: "plot_lat_hdrh_bar_name"
16082   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
16083   data: "plot-vpp-hdrh-lat-3n-hsw"
16084   include:
16085     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
16086     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
16087     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
16088   layout:
16089     layout: "plot-hdrh-latency"
16090
16091 - type: "plot"
16092   title: "Latency: 3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
16093   graph-title: "3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
16094   algorithm: "plot_lat_hdrh_bar_name"
16095   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
16096   data: "plot-vpp-hdrh-lat-3n-skx"
16097   include:
16098     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
16099     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
16100     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
16101   layout:
16102     layout: "plot-hdrh-latency"
16103
16104 - type: "plot"
16105   title: "Latency: 3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
16106   graph-title: "3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
16107   algorithm: "plot_lat_hdrh_bar_name"
16108   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
16109   data: "plot-vpp-hdrh-lat-3n-skx"
16110   include:
16111     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
16112     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
16113     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
16114     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
16115     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
16116   layout:
16117     layout: "plot-hdrh-latency"
16118
16119 - type: "plot"
16120   title: "Latency: 2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
16121   graph-title: "2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
16122   algorithm: "plot_lat_hdrh_bar_name"
16123   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
16124   data: "plot-vpp-hdrh-lat-2n-skx"
16125   include:
16126     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
16127     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16128     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
16129     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
16130     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
16131     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
16132   layout:
16133     layout: "plot-hdrh-latency"
16134
16135 - type: "plot"
16136   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat"
16137   graph-title: "2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
16138   algorithm: "plot_lat_hdrh_bar_name"
16139   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat"
16140   data: "plot-vpp-hdrh-lat-2n-skx"
16141   include:
16142     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
16143     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
16144     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16145     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
16146   layout:
16147     layout: "plot-hdrh-latency"
16148
16149 - type: "plot"
16150   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat"
16151   graph-title: "2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
16152   algorithm: "plot_lat_hdrh_bar_name"
16153   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat"
16154   data: "plot-vpp-hdrh-lat-2n-skx"
16155   include:
16156     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
16157     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
16158     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
16159     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
16160     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
16161   layout:
16162     layout: "plot-hdrh-latency"
16163
16164 - type: "plot"
16165   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat"
16166   graph-title: "2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
16167   algorithm: "plot_lat_hdrh_bar_name"
16168   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat"
16169   data: "plot-vpp-hdrh-lat-2n-skx"
16170   include:
16171     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
16172     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
16173     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
16174     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
16175   layout:
16176     layout: "plot-hdrh-latency"
16177
16178 - type: "plot"
16179   title: "Latency: 3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-hdrh-lat"
16180   graph-title: "3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr"
16181   algorithm: "plot_lat_hdrh_bar_name"
16182   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-hdrh-lat"
16183   data: "plot-vpp-hdrh-lat-3n-hsw"
16184   include:
16185     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
16186     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
16187     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
16188     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
16189     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
16190     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
16191   layout:
16192     layout: "plot-hdrh-latency"
16193
16194 - type: "plot"
16195   title: "Latency: 3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
16196   graph-title: "3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
16197   algorithm: "plot_lat_hdrh_bar_name"
16198   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
16199   data: "plot-vpp-hdrh-lat-3n-skx"
16200   include:
16201     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
16202     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
16203     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
16204     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
16205     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
16206   layout:
16207     layout: "plot-hdrh-latency"
16208
16209 - type: "plot"
16210   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat"
16211   graph-title: "3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
16212   algorithm: "plot_lat_hdrh_bar_name"
16213   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat"
16214   data: "plot-vpp-hdrh-lat-3n-skx"
16215   include:
16216     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
16217     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
16218     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
16219   layout:
16220     layout: "plot-hdrh-latency"
16221
16222 - type: "plot"
16223   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat"
16224   graph-title: "3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
16225   algorithm: "plot_lat_hdrh_bar_name"
16226   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat"
16227   data: "plot-vpp-hdrh-lat-3n-skx"
16228   include:
16229     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
16230     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
16231     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
16232     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
16233   layout:
16234     layout: "plot-hdrh-latency"
16235
16236 - type: "plot"
16237   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat"
16238   graph-title: "3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
16239   algorithm: "plot_lat_hdrh_bar_name"
16240   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat"
16241   data: "plot-vpp-hdrh-lat-3n-skx"
16242   include:
16243     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
16244     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
16245     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
16246     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
16247     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
16248     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
16249   layout:
16250     layout: "plot-hdrh-latency"
16251
16252 - type: "plot"
16253   title: "Latency: 3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr-hdrh-lat"
16254   graph-title: "3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr"
16255   algorithm: "plot_lat_hdrh_bar_name"
16256   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr-hdrh-lat"
16257   data: "plot-vpp-hdrh-lat-3n-skx"
16258   include:
16259     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
16260     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16261     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16262     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16263     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16264     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16265   layout:
16266     layout: "plot-hdrh-latency"
16267
16268 - type: "plot"
16269   title: "Latency: 3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
16270   graph-title: "3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr"
16271   algorithm: "plot_lat_hdrh_bar_name"
16272   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
16273   data: "plot-vpp-hdrh-lat-3n-hsw"
16274   include:
16275     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16276     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16277     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16278     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16279     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16280     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16281   layout:
16282     layout: "plot-hdrh-latency"
16283
16284 - type: "plot"
16285   title: "Latency: 3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
16286   graph-title: "3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr"
16287   algorithm: "plot_lat_hdrh_bar_name"
16288   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
16289   data: "plot-vpp-hdrh-lat-3n-skx"
16290   include:
16291     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16292     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16293     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16294     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16295     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16296     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16297   layout:
16298     layout: "plot-hdrh-latency"
16299
16300 - type: "plot"
16301   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
16302   graph-title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
16303   algorithm: "plot_lat_hdrh_bar_name"
16304   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-hdrh-lat"
16305   data: "plot-vpp-hdrh-lat-2n-skx"
16306   include:
16307     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16308     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16309     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16310     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16311   layout:
16312     layout: "plot-hdrh-latency"
16313
16314 - type: "plot"
16315   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
16316   graph-title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
16317   algorithm: "plot_lat_hdrh_bar_name"
16318   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-hdrh-lat"
16319   data: "plot-vpp-hdrh-lat-2n-skx"
16320   include:
16321     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16322     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16323     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16324     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16325   layout:
16326     layout: "plot-hdrh-latency"
16327
16328 - type: "plot"
16329   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
16330   graph-title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
16331   algorithm: "plot_lat_hdrh_bar_name"
16332   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr-hdrh-lat"
16333   data: "plot-vpp-hdrh-lat-3n-hsw"
16334   include:
16335     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16336     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16337     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16338     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16339   layout:
16340     layout: "plot-hdrh-latency"
16341
16342 - type: "plot"
16343   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr"
16344   graph-title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr"
16345   algorithm: "plot_lat_hdrh_bar_name"
16346   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr-hdrh-lat"
16347   data: "plot-vpp-hdrh-lat-3n-hsw"
16348   include:
16349     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16350     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16351     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16352     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16353   layout:
16354     layout: "plot-hdrh-latency"
16355
16356 - type: "plot"
16357   title: "Latency: 3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
16358   graph-title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
16359   algorithm: "plot_lat_hdrh_bar_name"
16360   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-hdrh-lat"
16361   data: "plot-vpp-hdrh-lat-3n-skx"
16362   include:
16363     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16364     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16365     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16366     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16367   layout:
16368     layout: "plot-hdrh-latency"
16369
16370 - type: "plot"
16371   title: "Latency: 3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
16372   graph-title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
16373   algorithm: "plot_lat_hdrh_bar_name"
16374   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat"
16375   data: "plot-vpp-hdrh-lat-3n-skx"
16376   include:
16377     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16378     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16379     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16380     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16381   layout:
16382     layout: "plot-hdrh-latency"
16383
16384 - type: "plot"
16385   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
16386   graph-title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
16387   algorithm: "plot_lat_hdrh_bar_name"
16388   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-hdrh-lat"
16389   data: "plot-vpp-hdrh-lat-3n-skx"
16390   include:
16391     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16392     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16393     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16394     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16395     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16396   layout:
16397     layout: "plot-hdrh-latency"
16398
16399 - type: "plot"
16400   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
16401   graph-title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
16402   algorithm: "plot_lat_hdrh_bar_name"
16403   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-hdrh-lat"
16404   data: "plot-vpp-hdrh-lat-3n-skx"
16405   include:
16406     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16407     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16408     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16409     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16410     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16411   layout:
16412     layout: "plot-hdrh-latency"
16413
16414 - type: "plot"
16415   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
16416   graph-title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
16417   algorithm: "plot_lat_hdrh_bar_name"
16418   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-hdrh-lat"
16419   data: "plot-vpp-hdrh-lat-3n-skx"
16420   include:
16421     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16422     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16423     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16424     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16425     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16426     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16427   layout:
16428     layout: "plot-hdrh-latency"
16429
16430 - type: "plot"
16431   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
16432   graph-title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
16433   algorithm: "plot_lat_hdrh_bar_name"
16434   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat"
16435   data: "plot-vpp-hdrh-lat-3n-skx"
16436   include:
16437     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16438     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16439     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16440     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16441     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16442     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16443   layout:
16444     layout: "plot-hdrh-latency"
16445
16446 - type: "plot"
16447   title: "Latency: 3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr-hdrh-lat"
16448   graph-title: "3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr"
16449   algorithm: "plot_lat_hdrh_bar_name"
16450   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr-hdrh-lat"
16451   data: "plot-vpp-hdrh-lat-3n-tsh"
16452   include:
16453     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16454     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16455     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16456     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16457     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16458   layout:
16459     layout: "plot-hdrh-latency"
16460
16461 - type: "plot"
16462   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat"
16463   graph-title: "3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr"
16464   algorithm: "plot_lat_hdrh_bar_name"
16465   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat"
16466   data: "plot-vpp-hdrh-lat-3n-tsh"
16467   include:
16468     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
16469     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
16470     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t2c-ethip4-ip4scale20k-ndrpdr"
16471     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t2c-ethip4-ip4scale200k-ndrpdr"
16472     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
16473   layout:
16474     layout: "plot-hdrh-latency"
16475
16476 - type: "plot"
16477   title: "Latency: 3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr-hdrh-lat"
16478   graph-title: "3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr"
16479   algorithm: "plot_lat_hdrh_bar_name"
16480   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr-hdrh-lat"
16481   data: "plot-vpp-hdrh-lat-3n-tsh"
16482   include:
16483     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
16484     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16485     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16486     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16487     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16488     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t2c-ethip4udp-ip4base-nat44-ndrpdr"
16489   layout:
16490     layout: "plot-hdrh-latency"
16491
16492 - type: "plot"
16493   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat"
16494   graph-title: "3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr"
16495   algorithm: "plot_lat_hdrh_bar_name"
16496   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat"
16497   data: "plot-vpp-hdrh-lat-3n-tsh"
16498   include:
16499     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t2c-ethip4vxlan-l2xcbase-ndrpdr"
16500     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16501     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16502     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16503   layout:
16504     layout: "plot-hdrh-latency"
16505
16506 - type: "plot"
16507   title: "Latency: 3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat"
16508   graph-title: "3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr"
16509   algorithm: "plot_lat_hdrh_bar_name"
16510   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat"
16511   data: "plot-vpp-hdrh-lat-3n-tsh"
16512   include:
16513     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
16514     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
16515     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t2c-ethip6-ip6scale20k-ndrpdr"
16516     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t2c-ethip6-ip6scale200k-ndrpdr"
16517     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
16518   layout:
16519     layout: "plot-hdrh-latency"
16520
16521 - type: "plot"
16522   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr-hdrh-lat"
16523   graph-title: "3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr"
16524   algorithm: "plot_lat_hdrh_bar_name"
16525   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr-hdrh-lat"
16526   data: "plot-vpp-hdrh-lat-3n-tsh"
16527   include:
16528     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
16529     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
16530     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
16531     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
16532   layout:
16533     layout: "plot-hdrh-latency"
16534
16535 - type: "plot"
16536   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr-hdrh-lat"
16537   graph-title: "3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr"
16538   algorithm: "plot_lat_hdrh_bar_name"
16539   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr-hdrh-lat"
16540   data: "plot-vpp-hdrh-lat-3n-tsh"
16541   include:
16542     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
16543     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
16544     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
16545     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale10kmaclrn-ndrpdr"
16546     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale100kmaclrn-ndrpdr"
16547     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
16548   layout:
16549     layout: "plot-hdrh-latency"
16550
16551 - type: "plot"
16552   title: "Latency: 3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr-hdrh-lat"
16553   graph-title: "3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr"
16554   algorithm: "plot_lat_hdrh_bar_name"
16555   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr-hdrh-lat"
16556   data: "plot-vpp-hdrh-lat-3n-tsh"
16557   include:
16558     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
16559     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16560     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16561     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16562     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16563     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16564   layout:
16565     layout: "plot-hdrh-latency"
16566
16567 - type: "plot"
16568   title: "Latency: 3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat"
16569   graph-title: "3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr"
16570   algorithm: "plot_lat_hdrh_bar_name"
16571   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat"
16572   data: "plot-vpp-hdrh-lat-3n-tsh"
16573   include:
16574     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16575     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16576     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16577     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16578     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16579     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16580   layout:
16581     layout: "plot-hdrh-latency"
16582
16583 - type: "plot"
16584   title: "Latency: 3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr-hdrh-lat"
16585   graph-title: "3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr"
16586   algorithm: "plot_lat_hdrh_bar_name"
16587   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr-hdrh-lat"
16588   data: "plot-vpp-hdrh-lat-3n-tsh"
16589   include:
16590     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16591     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16592     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16593     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16594     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16595   layout:
16596     layout: "plot-hdrh-latency"
16597
16598 - type: "plot"
16599   title: "Latency: 3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat"
16600   graph-title: "3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr"
16601   algorithm: "plot_lat_hdrh_bar_name"
16602   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat"
16603   data: "plot-vpp-hdrh-lat-3n-tsh"
16604   include:
16605     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16606     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16607     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16608     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16609     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16610     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16611   layout:
16612     layout: "plot-hdrh-latency"
16613
16614 ################################################################################
16615
16616 # HDRHistogram Packet Latency 4C
16617
16618 - type: "plot"
16619   title: "Latency: 2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat"
16620   graph-title: "2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
16621   algorithm: "plot_lat_hdrh_bar_name"
16622   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat"
16623   data: "plot-vpp-hdrh-lat-2n-skx"
16624   include:
16625     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16626     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16627     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16628     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16629   layout:
16630     layout: "plot-hdrh-latency"
16631
16632 - type: "plot"
16633   title: "Latency: 3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat"
16634   graph-title: "3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
16635   algorithm: "plot_lat_hdrh_bar_name"
16636   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat"
16637   data: "plot-vpp-hdrh-lat-3n-skx"
16638   include:
16639     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16640     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16641     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16642     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16643     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16644   layout:
16645     layout: "plot-hdrh-latency"
16646
16647 - type: "plot"
16648   title: "Latency: 2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
16649   graph-title: "2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
16650   algorithm: "plot_lat_hdrh_bar_name"
16651   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
16652   data: "plot-vpp-hdrh-lat-2n-skx"
16653   include:
16654     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
16655     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
16656     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
16657     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
16658     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
16659   layout:
16660     layout: "plot-hdrh-latency"
16661
16662 - type: "plot"
16663   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat"
16664   graph-title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
16665   algorithm: "plot_lat_hdrh_bar_name"
16666   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat"
16667   data: "plot-vpp-hdrh-lat-2n-skx"
16668   include:
16669     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
16670     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
16671     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
16672     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
16673   layout:
16674     layout: "plot-hdrh-latency"
16675
16676 - type: "plot"
16677   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
16678   graph-title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
16679   algorithm: "plot_lat_hdrh_bar_name"
16680   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
16681   data: "plot-vpp-hdrh-lat-2n-skx"
16682   include:
16683     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
16684     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
16685     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
16686     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
16687     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
16688   layout:
16689     layout: "plot-hdrh-latency"
16690
16691 - type: "plot"
16692   title: "Latency: 2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat"
16693   graph-title: "2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
16694   algorithm: "plot_lat_hdrh_bar_name"
16695   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat"
16696   data: "plot-vpp-hdrh-lat-2n-skx"
16697   include:
16698     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
16699     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16700     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16701     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16702     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16703     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
16704   layout:
16705     layout: "plot-hdrh-latency"
16706
16707 - type: "plot"
16708   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
16709   graph-title: "3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr"
16710   algorithm: "plot_lat_hdrh_bar_name"
16711   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
16712   data: "plot-vpp-hdrh-lat-3n-hsw"
16713   include:
16714     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
16715     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
16716     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
16717   layout:
16718     layout: "plot-hdrh-latency"
16719
16720 - type: "plot"
16721   title: "Latency: 3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
16722   graph-title: "3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
16723   algorithm: "plot_lat_hdrh_bar_name"
16724   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
16725   data: "plot-vpp-hdrh-lat-3n-skx"
16726   include:
16727     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
16728     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
16729     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
16730     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
16731     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
16732   layout:
16733     layout: "plot-hdrh-latency"
16734
16735 - type: "plot"
16736   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat"
16737   graph-title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
16738   algorithm: "plot_lat_hdrh_bar_name"
16739   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat"
16740   data: "plot-vpp-hdrh-lat-3n-skx"
16741   include:
16742     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
16743     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
16744     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
16745     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
16746   layout:
16747     layout: "plot-hdrh-latency"
16748
16749 - type: "plot"
16750   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
16751   graph-title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
16752   algorithm: "plot_lat_hdrh_bar_name"
16753   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
16754   data: "plot-vpp-hdrh-lat-3n-skx"
16755   include:
16756     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
16757     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
16758     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
16759     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
16760     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
16761   layout:
16762     layout: "plot-hdrh-latency"
16763
16764 - type: "plot"
16765   title: "Latency: 3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat"
16766   graph-title: "3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
16767   algorithm: "plot_lat_hdrh_bar_name"
16768   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat"
16769   data: "plot-vpp-hdrh-lat-3n-skx"
16770   include:
16771     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
16772     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16773     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16774     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16775     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16776     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
16777   layout:
16778     layout: "plot-hdrh-latency"
16779
16780 - type: "plot"
16781   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr-hdrh-lat"
16782   graph-title: "3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr"
16783   algorithm: "plot_lat_hdrh_bar_name"
16784   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr-hdrh-lat"
16785   data: "plot-vpp-hdrh-lat-3n-hsw"
16786   include:
16787     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t4c-ethip4vxlan-l2xcbase-ndrpdr"
16788     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16789   layout:
16790     layout: "plot-hdrh-latency"
16791
16792 - type: "plot"
16793   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat"
16794   graph-title: "3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr"
16795   algorithm: "plot_lat_hdrh_bar_name"
16796   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat"
16797   data: "plot-vpp-hdrh-lat-3n-skx"
16798   include:
16799     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-8t4c-ethip4vxlan-l2xcbase-ndrpdr"
16800     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16801     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16802     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16803   layout:
16804     layout: "plot-hdrh-latency"
16805
16806 - type: "plot"
16807   title: "Latency: 2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
16808   graph-title: "2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
16809   algorithm: "plot_lat_hdrh_bar_name"
16810   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
16811   data: "plot-vpp-hdrh-lat-2n-skx"
16812   include:
16813     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
16814     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
16815     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
16816   layout:
16817     layout: "plot-hdrh-latency"
16818
16819 - type: "plot"
16820   title: "Latency: 2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
16821   graph-title: "2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
16822   algorithm: "plot_lat_hdrh_bar_name"
16823   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
16824   data: "plot-vpp-hdrh-lat-2n-skx"
16825   include:
16826     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
16827     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
16828     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
16829     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
16830     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
16831   layout:
16832     layout: "plot-hdrh-latency"
16833
16834 - type: "plot"
16835   title: "Latency: 3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
16836   graph-title: "3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr"
16837   algorithm: "plot_lat_hdrh_bar_name"
16838   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
16839   data: "plot-vpp-hdrh-lat-3n-hsw"
16840   include:
16841     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
16842     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
16843     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
16844   layout:
16845     layout: "plot-hdrh-latency"
16846
16847 - type: "plot"
16848   title: "Latency: 3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
16849   graph-title: "3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
16850   algorithm: "plot_lat_hdrh_bar_name"
16851   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
16852   data: "plot-vpp-hdrh-lat-3n-skx"
16853   include:
16854     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
16855     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
16856     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
16857   layout:
16858     layout: "plot-hdrh-latency"
16859
16860 - type: "plot"
16861   title: "Latency: 3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
16862   graph-title: "3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
16863   algorithm: "plot_lat_hdrh_bar_name"
16864   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
16865   data: "plot-vpp-hdrh-lat-3n-skx"
16866   include:
16867     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
16868     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
16869     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
16870     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
16871     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
16872   layout:
16873     layout: "plot-hdrh-latency"
16874
16875 - type: "plot"
16876   title: "Latency: 2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
16877   graph-title: "2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
16878   algorithm: "plot_lat_hdrh_bar_name"
16879   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
16880   data: "plot-vpp-hdrh-lat-2n-skx"
16881   include:
16882     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
16883     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16884     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
16885     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
16886     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
16887     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
16888   layout:
16889     layout: "plot-hdrh-latency"
16890
16891 - type: "plot"
16892   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat"
16893   graph-title: "2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
16894   algorithm: "plot_lat_hdrh_bar_name"
16895   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat"
16896   data: "plot-vpp-hdrh-lat-2n-skx"
16897   include:
16898     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
16899     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
16900     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16901     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
16902   layout:
16903     layout: "plot-hdrh-latency"
16904
16905 - type: "plot"
16906   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat"
16907   graph-title: "2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
16908   algorithm: "plot_lat_hdrh_bar_name"
16909   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat"
16910   data: "plot-vpp-hdrh-lat-2n-skx"
16911   include:
16912     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
16913     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
16914     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
16915     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
16916     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
16917   layout:
16918     layout: "plot-hdrh-latency"
16919
16920 - type: "plot"
16921   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat"
16922   graph-title: "2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
16923   algorithm: "plot_lat_hdrh_bar_name"
16924   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat"
16925   data: "plot-vpp-hdrh-lat-2n-skx"
16926   include:
16927     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
16928     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
16929     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
16930     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
16931   layout:
16932     layout: "plot-hdrh-latency"
16933
16934 - type: "plot"
16935   title: "Latency: 3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-hdrh-lat"
16936   graph-title: "3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr"
16937   algorithm: "plot_lat_hdrh_bar_name"
16938   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-hdrh-lat"
16939   data: "plot-vpp-hdrh-lat-3n-hsw"
16940   include:
16941     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
16942     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
16943     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
16944     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
16945     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
16946     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
16947   layout:
16948     layout: "plot-hdrh-latency"
16949
16950 - type: "plot"
16951   title: "Latency: 3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
16952   graph-title: "3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
16953   algorithm: "plot_lat_hdrh_bar_name"
16954   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
16955   data: "plot-vpp-hdrh-lat-3n-skx"
16956   include:
16957     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
16958     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
16959     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
16960     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
16961     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
16962   layout:
16963     layout: "plot-hdrh-latency"
16964
16965 - type: "plot"
16966   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat"
16967   graph-title: "3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
16968   algorithm: "plot_lat_hdrh_bar_name"
16969   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat"
16970   data: "plot-vpp-hdrh-lat-3n-skx"
16971   include:
16972     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
16973     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
16974     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
16975   layout:
16976     layout: "plot-hdrh-latency"
16977
16978 - type: "plot"
16979   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat"
16980   graph-title: "3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
16981   algorithm: "plot_lat_hdrh_bar_name"
16982   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat"
16983   data: "plot-vpp-hdrh-lat-3n-skx"
16984   include:
16985     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
16986     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
16987     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
16988     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
16989   layout:
16990     layout: "plot-hdrh-latency"
16991
16992 - type: "plot"
16993   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat"
16994   graph-title: "3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
16995   algorithm: "plot_lat_hdrh_bar_name"
16996   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat"
16997   data: "plot-vpp-hdrh-lat-3n-skx"
16998   include:
16999     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
17000     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
17001     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
17002     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
17003     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
17004     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
17005   layout:
17006     layout: "plot-hdrh-latency"
17007
17008 - type: "plot"
17009   title: "Latency: 3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr-hdrh-lat"
17010   graph-title: "3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr"
17011   algorithm: "plot_lat_hdrh_bar_name"
17012   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr-hdrh-lat"
17013   data: "plot-vpp-hdrh-lat-3n-skx"
17014   include:
17015     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
17016     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17017     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17018     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17019     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17020     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17021   layout:
17022     layout: "plot-hdrh-latency"
17023
17024 - type: "plot"
17025   title: "Latency: 3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
17026   graph-title: "3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr"
17027   algorithm: "plot_lat_hdrh_bar_name"
17028   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
17029   data: "plot-vpp-hdrh-lat-3n-hsw"
17030   include:
17031     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17032     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17033     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17034     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
17035     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
17036     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
17037   layout:
17038     layout: "plot-hdrh-latency"
17039
17040 - type: "plot"
17041   title: "Latency: 3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
17042   graph-title: "3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr"
17043   algorithm: "plot_lat_hdrh_bar_name"
17044   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
17045   data: "plot-vpp-hdrh-lat-3n-skx"
17046   include:
17047     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-8t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17048     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17049     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17050     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
17051     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
17052     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
17053   layout:
17054     layout: "plot-hdrh-latency"
17055
17056 - type: "plot"
17057   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
17058   graph-title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
17059   algorithm: "plot_lat_hdrh_bar_name"
17060   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-hdrh-lat"
17061   data: "plot-vpp-hdrh-lat-2n-skx"
17062   include:
17063     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17064     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17065     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17066     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17067   layout:
17068     layout: "plot-hdrh-latency"
17069
17070 - type: "plot"
17071   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
17072   graph-title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
17073   algorithm: "plot_lat_hdrh_bar_name"
17074   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-hdrh-lat"
17075   data: "plot-vpp-hdrh-lat-2n-skx"
17076   include:
17077     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17078     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17079     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17080     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17081   layout:
17082     layout: "plot-hdrh-latency"
17083
17084 - type: "plot"
17085   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
17086   graph-title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
17087   algorithm: "plot_lat_hdrh_bar_name"
17088   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr-hdrh-lat"
17089   data: "plot-vpp-hdrh-lat-3n-hsw"
17090   include:
17091     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17092     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17093     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17094     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17095   layout:
17096     layout: "plot-hdrh-latency"
17097
17098 - type: "plot"
17099   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr"
17100   graph-title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr"
17101   algorithm: "plot_lat_hdrh_bar_name"
17102   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr-hdrh-lat"
17103   data: "plot-vpp-hdrh-lat-3n-hsw"
17104   include:
17105     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17106     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17107     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17108     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17109   layout:
17110     layout: "plot-hdrh-latency"
17111
17112 - type: "plot"
17113   title: "Latency: 3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
17114   graph-title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
17115   algorithm: "plot_lat_hdrh_bar_name"
17116   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-hdrh-lat"
17117   data: "plot-vpp-hdrh-lat-3n-skx"
17118   include:
17119     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17120     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17121     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17122     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17123   layout:
17124     layout: "plot-hdrh-latency"
17125
17126 - type: "plot"
17127   title: "Latency: 3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
17128   graph-title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
17129   algorithm: "plot_lat_hdrh_bar_name"
17130   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat"
17131   data: "plot-vpp-hdrh-lat-3n-skx"
17132   include:
17133     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17134     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17135     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17136     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17137   layout:
17138     layout: "plot-hdrh-latency"
17139
17140 - type: "plot"
17141   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
17142   graph-title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
17143   algorithm: "plot_lat_hdrh_bar_name"
17144   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-hdrh-lat"
17145   data: "plot-vpp-hdrh-lat-3n-skx"
17146   include:
17147     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17148     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17149     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17150     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17151     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17152   layout:
17153     layout: "plot-hdrh-latency"
17154
17155 - type: "plot"
17156   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
17157   graph-title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
17158   algorithm: "plot_lat_hdrh_bar_name"
17159   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-hdrh-lat"
17160   data: "plot-vpp-hdrh-lat-3n-skx"
17161   include:
17162     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17163     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17164     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17165     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17166     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17167   layout:
17168     layout: "plot-hdrh-latency"
17169
17170 - type: "plot"
17171   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
17172   graph-title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
17173   algorithm: "plot_lat_hdrh_bar_name"
17174   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-hdrh-lat"
17175   data: "plot-vpp-hdrh-lat-3n-skx"
17176   include:
17177     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17178     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17179     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17180     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17181     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17182     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17183   layout:
17184     layout: "plot-hdrh-latency"
17185
17186 - type: "plot"
17187   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
17188   graph-title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
17189   algorithm: "plot_lat_hdrh_bar_name"
17190   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat"
17191   data: "plot-vpp-hdrh-lat-3n-skx"
17192   include:
17193     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17194     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17195     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17196     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17197     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17198     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17199   layout:
17200     layout: "plot-hdrh-latency"
17201
17202 - type: "plot"
17203   title: "Latency: 3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr-hdrh-lat"
17204   graph-title: "3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr"
17205   algorithm: "plot_lat_hdrh_bar_name"
17206   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr-hdrh-lat"
17207   data: "plot-vpp-hdrh-lat-3n-tsh"
17208   include:
17209     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
17210     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17211     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17212     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
17213     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17214   layout:
17215     layout: "plot-hdrh-latency"
17216
17217 - type: "plot"
17218   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat"
17219   graph-title: "3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr"
17220   algorithm: "plot_lat_hdrh_bar_name"
17221   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat"
17222   data: "plot-vpp-hdrh-lat-3n-tsh"
17223   include:
17224     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
17225     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
17226     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t4c-ethip4-ip4scale20k-ndrpdr"
17227     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t4c-ethip4-ip4scale200k-ndrpdr"
17228     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
17229   layout:
17230     layout: "plot-hdrh-latency"
17231
17232 - type: "plot"
17233   title: "Latency: 3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr-hdrh-lat"
17234   graph-title: "3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr"
17235   algorithm: "plot_lat_hdrh_bar_name"
17236   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr-hdrh-lat"
17237   data: "plot-vpp-hdrh-lat-3n-tsh"
17238   include:
17239     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
17240     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17241     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17242     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17243     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17244     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t4c-ethip4udp-ip4base-nat44-ndrpdr"
17245   layout:
17246     layout: "plot-hdrh-latency"
17247
17248 - type: "plot"
17249   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat"
17250   graph-title: "3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr"
17251   algorithm: "plot_lat_hdrh_bar_name"
17252   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat"
17253   data: "plot-vpp-hdrh-lat-3n-tsh"
17254   include:
17255     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t4c-ethip4vxlan-l2xcbase-ndrpdr"
17256     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17257     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17258     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17259   layout:
17260     layout: "plot-hdrh-latency"
17261
17262 - type: "plot"
17263   title: "Latency: 3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat"
17264   graph-title: "3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr"
17265   algorithm: "plot_lat_hdrh_bar_name"
17266   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat"
17267   data: "plot-vpp-hdrh-lat-3n-tsh"
17268   include:
17269     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
17270     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
17271     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t4c-ethip6-ip6scale20k-ndrpdr"
17272     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t4c-ethip6-ip6scale200k-ndrpdr"
17273     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
17274   layout:
17275     layout: "plot-hdrh-latency"
17276
17277 - type: "plot"
17278   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr-hdrh-lat"
17279   graph-title: "3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr"
17280   algorithm: "plot_lat_hdrh_bar_name"
17281   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr-hdrh-lat"
17282   data: "plot-vpp-hdrh-lat-3n-tsh"
17283   include:
17284     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
17285     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
17286     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
17287     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
17288   layout:
17289     layout: "plot-hdrh-latency"
17290
17291 - type: "plot"
17292   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr-hdrh-lat"
17293   graph-title: "3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr"
17294   algorithm: "plot_lat_hdrh_bar_name"
17295   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr-hdrh-lat"
17296   data: "plot-vpp-hdrh-lat-3n-tsh"
17297   include:
17298     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
17299     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
17300     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
17301     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale10kmaclrn-ndrpdr"
17302     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale100kmaclrn-ndrpdr"
17303     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
17304   layout:
17305     layout: "plot-hdrh-latency"
17306
17307 - type: "plot"
17308   title: "Latency: 3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr-hdrh-lat"
17309   graph-title: "3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr"
17310   algorithm: "plot_lat_hdrh_bar_name"
17311   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr-hdrh-lat"
17312   data: "plot-vpp-hdrh-lat-3n-tsh"
17313   include:
17314     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
17315     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17316     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17317     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17318     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17319     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17320   layout:
17321     layout: "plot-hdrh-latency"
17322
17323 - type: "plot"
17324   title: "Latency: 3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat"
17325   graph-title: "3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr"
17326   algorithm: "plot_lat_hdrh_bar_name"
17327   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat"
17328   data: "plot-vpp-hdrh-lat-3n-tsh"
17329   include:
17330     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17331     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17332     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17333     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
17334     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
17335     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
17336   layout:
17337     layout: "plot-hdrh-latency"
17338
17339 - type: "plot"
17340   title: "Latency: 3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr-hdrh-lat"
17341   graph-title: "3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr"
17342   algorithm: "plot_lat_hdrh_bar_name"
17343   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr-hdrh-lat"
17344   data: "plot-vpp-hdrh-lat-3n-tsh"
17345   include:
17346     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17347     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17348     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17349     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17350     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17351   layout:
17352     layout: "plot-hdrh-latency"
17353
17354 - type: "plot"
17355   title: "Latency: 3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat"
17356   graph-title: "3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr"
17357   algorithm: "plot_lat_hdrh_bar_name"
17358   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat"
17359   data: "plot-vpp-hdrh-lat-3n-tsh"
17360   include:
17361     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17362     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17363     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17364     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17365     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17366     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17367   layout:
17368     layout: "plot-hdrh-latency"
17369
17370 ################################################################################
17371
17372 # Packet Speedup
17373
17374 - type: "plot"
17375   title: "Speedup: 2n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
17376   algorithm: "plot_tsa_name"
17377   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
17378   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17379   include:
17380     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17381     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17382     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17383     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17384   layout:
17385     title: "2n-skx-xxv710-64b-memif-base-i40e-ndr"
17386     layout: "plot-throughput-speedup-analysis"
17387
17388 - type: "plot"
17389   title: "Speedup: 2n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
17390   algorithm: "plot_tsa_name"
17391   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
17392   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17393   include:
17394     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17395     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17396     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17397     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17398   layout:
17399     title: "2n-skx-xxv710-64b-memif-base-i40e-pdr"
17400     layout: "plot-throughput-speedup-analysis"
17401
17402 - type: "plot"
17403   title: "Speedup: 3n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
17404   algorithm: "plot_tsa_name"
17405   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
17406   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17407   include:
17408     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17409     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
17410     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17411     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
17412     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17413   layout:
17414     title: "3n-skx-xxv710-64b-memif-base-i40e-ndr"
17415     layout: "plot-throughput-speedup-analysis"
17416
17417 - type: "plot"
17418   title: "Speedup: 3n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
17419   algorithm: "plot_tsa_name"
17420   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
17421   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17422   include:
17423     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17424     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
17425     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17426     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
17427     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17428   layout:
17429     title: "3n-skx-xxv710-64b-memif-base-i40e-pdr"
17430     layout: "plot-throughput-speedup-analysis"
17431
17432 - type: "plot"
17433   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
17434   algorithm: "plot_tsa_name"
17435   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
17436   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17437   include:
17438     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17439     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17440     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17441     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17442     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17443   layout:
17444     title: "2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
17445     layout: "plot-throughput-speedup-analysis"
17446
17447 - type: "plot"
17448   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
17449   algorithm: "plot_tsa_name"
17450   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
17451   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17452   include:
17453     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17454     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17455     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17456     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17457     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17458   layout:
17459     title: "2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
17460     layout: "plot-throughput-speedup-analysis"
17461
17462 - type: "plot"
17463   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17464   algorithm: "plot_tsa_name"
17465   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17466   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17467   include:
17468     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17469     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17470     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17471     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17472   layout:
17473     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
17474     layout: "plot-throughput-speedup-analysis"
17475
17476 - type: "plot"
17477   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17478   algorithm: "plot_tsa_name"
17479   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17480   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17481   include:
17482     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17483     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17484     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17485     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17486   layout:
17487     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
17488     layout: "plot-throughput-speedup-analysis"
17489
17490 - type: "plot"
17491   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
17492   algorithm: "plot_tsa_name"
17493   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
17494   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17495   include:
17496     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17497     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17498     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17499     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17500     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17501   layout:
17502     title: "2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
17503     layout: "plot-throughput-speedup-analysis"
17504
17505 - type: "plot"
17506   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
17507   algorithm: "plot_tsa_name"
17508   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
17509   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17510   include:
17511     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17512     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17513     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17514     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17515     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17516   layout:
17517     title: "2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
17518     layout: "plot-throughput-speedup-analysis"
17519
17520 - type: "plot"
17521   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
17522   algorithm: "plot_tsa_name"
17523   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
17524   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17525   include:
17526     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17527     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17528     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17529     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17530     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17531     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17532   layout:
17533     title: "2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr"
17534     layout: "plot-throughput-speedup-analysis"
17535
17536 - type: "plot"
17537   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
17538   algorithm: "plot_tsa_name"
17539   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
17540   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17541   include:
17542     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17543     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17544     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17545     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17546     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17547     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17548   layout:
17549     title: "2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr"
17550     layout: "plot-throughput-speedup-analysis"
17551
17552 - type: "plot"
17553   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr-tsa"
17554   algorithm: "plot_tsa_name"
17555   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr-tsa"
17556   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17557   include:
17558     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17559     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17560     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17561   layout:
17562     title: "3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr"
17563     layout: "plot-throughput-speedup-analysis"
17564
17565 - type: "plot"
17566   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr-tsa"
17567   algorithm: "plot_tsa_name"
17568   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr-tsa"
17569   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17570   include:
17571     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17572     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17573     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17574   layout:
17575     title: "3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr"
17576     layout: "plot-throughput-speedup-analysis"
17577
17578 - type: "plot"
17579   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
17580   algorithm: "plot_tsa_name"
17581   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
17582   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17583   include:
17584     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
17585     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17586     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17587     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17588     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17589   layout:
17590     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
17591     layout: "plot-throughput-speedup-analysis"
17592
17593 - type: "plot"
17594   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
17595   algorithm: "plot_tsa_name"
17596   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
17597   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17598   include:
17599     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
17600     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17601     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17602     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17603     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17604   layout:
17605     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
17606     layout: "plot-throughput-speedup-analysis"
17607
17608 - type: "plot"
17609   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17610   algorithm: "plot_tsa_name"
17611   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17612   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17613   include:
17614     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
17615     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17616     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17617     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17618   layout:
17619     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
17620     layout: "plot-throughput-speedup-analysis"
17621
17622 - type: "plot"
17623   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17624   algorithm: "plot_tsa_name"
17625   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17626   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17627   include:
17628     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
17629     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17630     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17631     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17632   layout:
17633     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
17634     layout: "plot-throughput-speedup-analysis"
17635
17636 - type: "plot"
17637   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
17638   algorithm: "plot_tsa_name"
17639   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
17640   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17641   include:
17642     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17643     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17644     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17645     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17646     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17647   layout:
17648     title: "3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
17649     layout: "plot-throughput-speedup-analysis"
17650
17651 - type: "plot"
17652   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
17653   algorithm: "plot_tsa_name"
17654   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
17655   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17656   include:
17657     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17658     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17659     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17660     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17661     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17662   layout:
17663     title: "3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
17664     layout: "plot-throughput-speedup-analysis"
17665
17666 - type: "plot"
17667   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
17668   algorithm: "plot_tsa_name"
17669   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
17670   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17671   include:
17672     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17673     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17674     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17675     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17676     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17677     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17678   layout:
17679     title: "3n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr"
17680     layout: "plot-throughput-speedup-analysis"
17681
17682 - type: "plot"
17683   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
17684   algorithm: "plot_tsa_name"
17685   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
17686   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17687   include:
17688     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17689     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17690     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17691     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17692     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17693     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17694   layout:
17695     title: "3n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr"
17696     layout: "plot-throughput-speedup-analysis"
17697
17698 - type: "plot"
17699   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-i40e-ndr-tsa"
17700   algorithm: "plot_tsa_name"
17701   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-i40e-ndr-tsa"
17702   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17703   include:
17704     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17705     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17706   layout:
17707     title: "3n-hsw-xl710-64b-ip4tunnel-base-i40e-ndr"
17708     layout: "plot-throughput-speedup-analysis"
17709
17710 - type: "plot"
17711   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-i40e-pdr-tsa"
17712   algorithm: "plot_tsa_name"
17713   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-i40e-pdr-tsa"
17714   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17715   include:
17716     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17717     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17718   layout:
17719     title: "3n-hsw-xl710-64b-ip4tunnel-base-i40e-pdr"
17720     layout: "plot-throughput-speedup-analysis"
17721
17722 - type: "plot"
17723   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-ndr-tsa"
17724   algorithm: "plot_tsa_name"
17725   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-ndr-tsa"
17726   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17727   include:
17728     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17729     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17730     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17731     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17732   layout:
17733     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-ndr"
17734     layout: "plot-throughput-speedup-analysis"
17735
17736 - type: "plot"
17737   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-pdr-tsa"
17738   algorithm: "plot_tsa_name"
17739   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-pdr-tsa"
17740   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17741   include:
17742     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17743     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17744     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17745     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17746   layout:
17747     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-pdr"
17748     layout: "plot-throughput-speedup-analysis"
17749
17750 - type: "plot"
17751   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
17752   algorithm: "plot_tsa_name"
17753   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
17754   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17755   include:
17756     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17757     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17758     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17759   layout:
17760     title: "2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr"
17761     layout: "plot-throughput-speedup-analysis"
17762
17763 - type: "plot"
17764   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
17765   algorithm: "plot_tsa_name"
17766   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
17767   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17768   include:
17769     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17770     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17771     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17772   layout:
17773     title: "2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr"
17774     layout: "plot-throughput-speedup-analysis"
17775
17776 - type: "plot"
17777   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
17778   algorithm: "plot_tsa_name"
17779   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
17780   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17781   include:
17782     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17783     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17784     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17785     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17786     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17787   layout:
17788     title: "2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
17789     layout: "plot-throughput-speedup-analysis"
17790
17791 - type: "plot"
17792   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
17793   algorithm: "plot_tsa_name"
17794   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
17795   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17796   include:
17797     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17798     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17799     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17800     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17801     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17802   layout:
17803     title: "2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
17804     layout: "plot-throughput-speedup-analysis"
17805
17806 - type: "plot"
17807   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr-tsa"
17808   algorithm: "plot_tsa_name"
17809   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr-tsa"
17810   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17811   include:
17812     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17813     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17814     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17815   layout:
17816     title: "3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr"
17817     layout: "plot-throughput-speedup-analysis"
17818
17819 - type: "plot"
17820   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr-tsa"
17821   algorithm: "plot_tsa_name"
17822   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr-tsa"
17823   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17824   include:
17825     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17826     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17827     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17828   layout:
17829     title: "3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr"
17830     layout: "plot-throughput-speedup-analysis"
17831
17832 - type: "plot"
17833   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
17834   algorithm: "plot_tsa_name"
17835   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
17836   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17837   include:
17838     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17839     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17840     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17841   layout:
17842     title: "3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr"
17843     layout: "plot-throughput-speedup-analysis"
17844
17845 - type: "plot"
17846   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
17847   algorithm: "plot_tsa_name"
17848   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
17849   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17850   include:
17851     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17852     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17853     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17854   layout:
17855     title: "3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr"
17856     layout: "plot-throughput-speedup-analysis"
17857
17858 - type: "plot"
17859   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
17860   algorithm: "plot_tsa_name"
17861   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
17862   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17863   include:
17864     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17865     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17866     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17867     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17868     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17869   layout:
17870     title: "3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
17871     layout: "plot-throughput-speedup-analysis"
17872
17873 - type: "plot"
17874   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
17875   algorithm: "plot_tsa_name"
17876   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
17877   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17878   include:
17879     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17880     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17881     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17882     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17883     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17884   layout:
17885     title: "3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
17886     layout: "plot-throughput-speedup-analysis"
17887
17888 - type: "plot"
17889   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
17890   algorithm: "plot_tsa_name"
17891   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
17892   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17893   include:
17894     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17895     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17896     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17897     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17898     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17899     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17900   layout:
17901     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr"
17902     layout: "plot-throughput-speedup-analysis"
17903
17904 - type: "plot"
17905   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
17906   algorithm: "plot_tsa_name"
17907   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
17908   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17909   include:
17910     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17911     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17912     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17913     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17914     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
17915     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17916   layout:
17917     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr"
17918     layout: "plot-throughput-speedup-analysis"
17919
17920 - type: "plot"
17921   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr-tsa"
17922   algorithm: "plot_tsa_name"
17923   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr-tsa"
17924   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17925   include:
17926     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
17927     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17928     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
17929     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17930   layout:
17931     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr"
17932     layout: "plot-throughput-speedup-analysis"
17933
17934 - type: "plot"
17935   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr-tsa"
17936   algorithm: "plot_tsa_name"
17937   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr-tsa"
17938   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17939   include:
17940     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
17941     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17942     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17943     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17944   layout:
17945     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr"
17946     layout: "plot-throughput-speedup-analysis"
17947
17948 - type: "plot"
17949   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr-tsa"
17950   algorithm: "plot_tsa_name"
17951   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr-tsa"
17952   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17953   include:
17954     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17955     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17956     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17957     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17958     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17959     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17960   layout:
17961     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr"
17962     layout: "plot-throughput-speedup-analysis"
17963
17964 - type: "plot"
17965   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr-tsa"
17966   algorithm: "plot_tsa_name"
17967   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr-tsa"
17968   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17969   include:
17970     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17971     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17972     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17973     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17974     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17975     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17976   layout:
17977     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr"
17978     layout: "plot-throughput-speedup-analysis"
17979
17980 - type: "plot"
17981   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
17982   algorithm: "plot_tsa_name"
17983   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
17984   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17985   include:
17986     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17987     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17988     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17989     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17990     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17991     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17992   layout:
17993     title: "2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
17994     layout: "plot-throughput-speedup-analysis"
17995
17996 - type: "plot"
17997   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
17998   algorithm: "plot_tsa_name"
17999   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
18000   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18001   include:
18002     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18003     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18004     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18005     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18006     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18007     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18008   layout:
18009     title: "2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
18010     layout: "plot-throughput-speedup-analysis"
18011
18012 - type: "plot"
18013   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18014   algorithm: "plot_tsa_name"
18015   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18016   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18017   include:
18018     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18019     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18020     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18021     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18022   layout:
18023     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
18024     layout: "plot-throughput-speedup-analysis"
18025
18026 - type: "plot"
18027   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18028   algorithm: "plot_tsa_name"
18029   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18030   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18031   include:
18032     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18033     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18034     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18035     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18036   layout:
18037     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
18038     layout: "plot-throughput-speedup-analysis"
18039
18040 - type: "plot"
18041   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
18042   algorithm: "plot_tsa_name"
18043   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
18044   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18045   include:
18046     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18047     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18048     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18049     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18050     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18051   layout:
18052     title: "2n-skx-xxv710-64b-l2switching-base-i40e-ndr"
18053     layout: "plot-throughput-speedup-analysis"
18054
18055 - type: "plot"
18056   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
18057   algorithm: "plot_tsa_name"
18058   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
18059   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18060   include:
18061     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18062     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18063     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18064     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18065     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18066   layout:
18067     title: "2n-skx-xxv710-64b-l2switching-base-i40e-pdr"
18068     layout: "plot-throughput-speedup-analysis"
18069
18070 - type: "plot"
18071   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
18072   algorithm: "plot_tsa_name"
18073   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
18074   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18075   include:
18076     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18077     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18078     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18079     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18080   layout:
18081     title: "2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr"
18082     layout: "plot-throughput-speedup-analysis"
18083
18084 - type: "plot"
18085   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
18086   algorithm: "plot_tsa_name"
18087   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
18088   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18089   include:
18090     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18091     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18092     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18093     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18094   layout:
18095     title: "2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr"
18096     layout: "plot-throughput-speedup-analysis"
18097
18098 - type: "plot"
18099   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr-tsa"
18100   algorithm: "plot_tsa_name"
18101   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr-tsa"
18102   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18103   include:
18104     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18105     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18106     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18107     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18108     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18109     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18110   layout:
18111     title: "3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr"
18112     layout: "plot-throughput-speedup-analysis"
18113
18114 - type: "plot"
18115   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr-tsa"
18116   algorithm: "plot_tsa_name"
18117   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr-tsa"
18118   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18119   include:
18120     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18121     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18122     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18123     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18124     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18125     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18126   layout:
18127     title: "3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr"
18128     layout: "plot-throughput-speedup-analysis"
18129
18130 - type: "plot"
18131   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
18132   algorithm: "plot_tsa_name"
18133   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
18134   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18135   include:
18136     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18137     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18138     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18139     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18140     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18141   layout:
18142     title: "3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
18143     layout: "plot-throughput-speedup-analysis"
18144
18145 - type: "plot"
18146   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
18147   algorithm: "plot_tsa_name"
18148   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
18149   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18150   include:
18151     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18152     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18153     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18154     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18155     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18156   layout:
18157     title: "3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
18158     layout: "plot-throughput-speedup-analysis"
18159
18160 - type: "plot"
18161   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18162   algorithm: "plot_tsa_name"
18163   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18164   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18165   include:
18166     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18167     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18168     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18169   layout:
18170     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
18171     layout: "plot-throughput-speedup-analysis"
18172
18173 - type: "plot"
18174   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18175   algorithm: "plot_tsa_name"
18176   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18177   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18178   include:
18179     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18180     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18181     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18182   layout:
18183     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
18184     layout: "plot-throughput-speedup-analysis"
18185
18186 - type: "plot"
18187   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
18188   algorithm: "plot_tsa_name"
18189   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
18190   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18191   include:
18192     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18193     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18194     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18195     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18196   layout:
18197     title: "3n-skx-xxv710-64b-l2switching-base-i40e-ndr"
18198     layout: "plot-throughput-speedup-analysis"
18199
18200 - type: "plot"
18201   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
18202   algorithm: "plot_tsa_name"
18203   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
18204   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18205   include:
18206     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18207     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18208     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18209     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18210   layout:
18211     title: "3n-skx-xxv710-64b-l2switching-base-i40e-pdr"
18212     layout: "plot-throughput-speedup-analysis"
18213
18214 - type: "plot"
18215   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
18216   algorithm: "plot_tsa_name"
18217   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
18218   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18219   include:
18220     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18221     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18222     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18223     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18224     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18225     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18226   layout:
18227     title: "3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr"
18228     layout: "plot-throughput-speedup-analysis"
18229
18230 - type: "plot"
18231   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
18232   algorithm: "plot_tsa_name"
18233   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
18234   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18235   include:
18236     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18237     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18238     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18239     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18240     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18241     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18242   layout:
18243     title: "3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr"
18244     layout: "plot-throughput-speedup-analysis"
18245
18246 - type: "plot"
18247   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-i40e-ndr-tsa"
18248   algorithm: "plot_tsa_name"
18249   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-i40e-ndr-tsa"
18250   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18251   include:
18252     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18253     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
18254     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
18255     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
18256     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
18257     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
18258   layout:
18259     title: "3n-skx-xxv710-64b-features-l2switching-base-i40e-ndr"
18260     layout: "plot-throughput-speedup-analysis"
18261
18262 - type: "plot"
18263   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-i40e-pdr-tsa"
18264   algorithm: "plot_tsa_name"
18265   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-i40e-pdr-tsa"
18266   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18267   include:
18268     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18269     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
18270     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
18271     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
18272     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
18273     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
18274   layout:
18275     title: "3n-skx-xxv710-64b-features-l2switching-base-i40e-pdr"
18276     layout: "plot-throughput-speedup-analysis"
18277
18278 - type: "plot"
18279   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
18280   algorithm: "plot_tsa_name"
18281   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
18282   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18283   include:
18284     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
18285     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
18286     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
18287     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
18288     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
18289     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
18290   layout:
18291     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-ndr"
18292     layout: "plot-throughput-speedup-analysis"
18293
18294 - type: "plot"
18295   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
18296   algorithm: "plot_tsa_name"
18297   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
18298   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18299   include:
18300     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
18301     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
18302     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
18303     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
18304     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
18305     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
18306   layout:
18307     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-pdr"
18308     layout: "plot-throughput-speedup-analysis"
18309
18310 - type: "plot"
18311   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
18312   algorithm: "plot_tsa_name"
18313   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
18314   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18315   include:
18316     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
18317     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
18318     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
18319     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
18320     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
18321     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
18322   layout:
18323     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-ndr"
18324     layout: "plot-throughput-speedup-analysis"
18325
18326 - type: "plot"
18327   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
18328   algorithm: "plot_tsa_name"
18329   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
18330   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18331   include:
18332     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
18333     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
18334     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
18335     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
18336     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
18337     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
18338   layout:
18339     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-pdr"
18340     layout: "plot-throughput-speedup-analysis"
18341
18342 - type: "plot"
18343   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-ndr"
18344   algorithm: "plot_tsa_name"
18345   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
18346   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18347   include:
18348     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18349     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18350     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18351     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18352   layout:
18353     title: "2n-skx-xxv710-64b-vhost-base-i40e-ndr"
18354     layout: "plot-throughput-speedup-analysis"
18355
18356 - type: "plot"
18357   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-pdr"
18358   algorithm: "plot_tsa_name"
18359   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
18360   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18361   include:
18362     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18363     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18364     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18365     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18366   layout:
18367     title: "2n-skx-xxv710-64b-vhost-base-i40e-pdr"
18368     layout: "plot-throughput-speedup-analysis"
18369
18370 - type: "plot"
18371   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
18372   algorithm: "plot_tsa_name"
18373   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr-tsa"
18374   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18375   include:
18376     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18377     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18378     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18379     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18380   layout:
18381     title: "2n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
18382     layout: "plot-throughput-speedup-analysis"
18383
18384 - type: "plot"
18385   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
18386   algorithm: "plot_tsa_name"
18387   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr-tsa"
18388   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18389   include:
18390     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18391     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18392     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18393     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18394   layout:
18395     title: "2n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
18396     layout: "plot-throughput-speedup-analysis"
18397
18398 - type: "plot"
18399   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-ndr"
18400   algorithm: "plot_tsa_name"
18401   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-ndr-tsa"
18402   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18403   include:
18404     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18405     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18406     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18407     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18408   layout:
18409     title: "3n-hsw-xl710-64b-vhost-base-i40e-ndr"
18410     layout: "plot-throughput-speedup-analysis"
18411
18412 - type: "plot"
18413   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-pdr"
18414   algorithm: "plot_tsa_name"
18415   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-pdr-tsa"
18416   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18417   include:
18418     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18419     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18420     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18421     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18422   layout:
18423     title: "3n-hsw-xl710-64b-vhost-base-i40e-pdr"
18424     layout: "plot-throughput-speedup-analysis"
18425
18426 - type: "plot"
18427   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-vpp-ndr"
18428   algorithm: "plot_tsa_name"
18429   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-vpp-ndr-tsa"
18430   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18431   include:
18432     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18433     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18434     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18435     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18436   layout:
18437     title: "3n-hsw-xl710-64b-vhost-base-i40e-vpp-ndr"
18438     layout: "plot-throughput-speedup-analysis"
18439
18440 - type: "plot"
18441   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-vpp-pdr"
18442   algorithm: "plot_tsa_name"
18443   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-vpp-pdr-tsa"
18444   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18445   include:
18446     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18447     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18448     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18449     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18450   layout:
18451     title: "3n-hsw-xl710-64b-vhost-base-i40e-vpp-pdr"
18452     layout: "plot-throughput-speedup-analysis"
18453
18454 - type: "plot"
18455   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-i40e-ndr"
18456   algorithm: "plot_tsa_name"
18457   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
18458   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18459   include:
18460     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18461     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18462     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18463     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18464   layout:
18465     title: "3n-skx-x710-64b-link-bonding-vhost-base-i40e-ndr"
18466     layout: "plot-throughput-speedup-analysis"
18467
18468 - type: "plot"
18469   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-i40e-pdr"
18470   algorithm: "plot_tsa_name"
18471   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
18472   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18473   include:
18474     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18475     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18476     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18477     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18478   layout:
18479     title: "3n-skx-x710-64b-link-bonding-vhost-base-i40e-pdr"
18480     layout: "plot-throughput-speedup-analysis"
18481
18482 - type: "plot"
18483   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
18484   algorithm: "plot_tsa_name"
18485   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-i40e-vpp-ndr-tsa"
18486   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18487   include:
18488     - "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"
18489     - "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"
18490     - "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"
18491     - "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"
18492   layout:
18493     title: "3n-skx-x710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
18494     layout: "plot-throughput-speedup-analysis"
18495
18496 - type: "plot"
18497   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
18498   algorithm: "plot_tsa_name"
18499   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-i40e-vpp-pdr-tsa"
18500   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18501   include:
18502     - "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"
18503     - "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"
18504     - "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"
18505     - "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"
18506   layout:
18507     title: "3n-skx-x710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
18508     layout: "plot-throughput-speedup-analysis"
18509
18510 - type: "plot"
18511   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-ndr"
18512   algorithm: "plot_tsa_name"
18513   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
18514   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18515   include:
18516     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18517     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18518     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18519     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18520     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18521   layout:
18522     title: "3n-skx-xxv710-64b-vhost-base-i40e-ndr"
18523     layout: "plot-throughput-speedup-analysis"
18524
18525 - type: "plot"
18526   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-pdr"
18527   algorithm: "plot_tsa_name"
18528   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
18529   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18530   include:
18531     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18532     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18533     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18534     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18535     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18536   layout:
18537     title: "3n-skx-xxv710-64b-vhost-base-i40e-pdr"
18538     layout: "plot-throughput-speedup-analysis"
18539
18540 - type: "plot"
18541   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
18542   algorithm: "plot_tsa_name"
18543   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr-tsa"
18544   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18545   include:
18546     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18547     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18548     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18549     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18550     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18551   layout:
18552     title: "3n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
18553     layout: "plot-throughput-speedup-analysis"
18554
18555 - type: "plot"
18556   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
18557   algorithm: "plot_tsa_name"
18558   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr-tsa"
18559   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18560   include:
18561     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18562     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18563     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18564     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18565     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18566   layout:
18567     title: "3n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
18568     layout: "plot-throughput-speedup-analysis"
18569
18570 - type: "plot"
18571   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr"
18572   algorithm: "plot_tsa_name"
18573   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
18574   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18575   include:
18576     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18577     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18578     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18579     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18580     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18581     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18582   layout:
18583     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr"
18584     layout: "plot-throughput-speedup-analysis"
18585
18586 - type: "plot"
18587   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr"
18588   algorithm: "plot_tsa_name"
18589   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
18590   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18591   include:
18592     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18593     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18594     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18595     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18596     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18597     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18598   layout:
18599     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr"
18600     layout: "plot-throughput-speedup-analysis"
18601
18602 - type: "plot"
18603   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
18604   algorithm: "plot_tsa_name"
18605   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-ndr-tsa"
18606   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18607   include:
18608     - "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"
18609     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18610     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18611     - "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"
18612     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18613     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18614   layout:
18615     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
18616     layout: "plot-throughput-speedup-analysis"
18617
18618 - type: "plot"
18619   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
18620   algorithm: "plot_tsa_name"
18621   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-pdr-tsa"
18622   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18623   include:
18624     - "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"
18625     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18626     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18627     - "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"
18628     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18629     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18630   layout:
18631     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
18632     layout: "plot-throughput-speedup-analysis"
18633
18634 - type: "plot"
18635   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-i40e-ndr-tsa"
18636   algorithm: "plot_tsa_name"
18637   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-i40e-ndr-tsa"
18638   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18639   include:
18640     - "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"
18641     - "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"
18642     - "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"
18643   layout:
18644     title: "2n-skx-xxv710-114b-vts-l2switching-base-i40e-ndr"
18645     layout: "plot-throughput-speedup-analysis"
18646
18647 - type: "plot"
18648   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-i40e-pdr-tsa"
18649   algorithm: "plot_tsa_name"
18650   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-i40e-pdr-tsa"
18651   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18652   include:
18653     - "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"
18654     - "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"
18655     - "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"
18656   layout:
18657     title: "2n-skx-xxv710-114b-vts-l2switching-base-i40e-pdr"
18658     layout: "plot-throughput-speedup-analysis"
18659
18660 - type: "plot"
18661   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
18662   algorithm: "plot_tsa_name"
18663   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
18664   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18665   include:
18666     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
18667     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18668     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18669     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
18670     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18671   layout:
18672     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
18673     layout: "plot-throughput-speedup-analysis"
18674
18675 - type: "plot"
18676   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
18677   algorithm: "plot_tsa_name"
18678   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
18679   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18680   include:
18681     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
18682     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18683     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18684     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
18685     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18686   layout:
18687     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
18688     layout: "plot-throughput-speedup-analysis"
18689
18690 - type: "plot"
18691   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18692   algorithm: "plot_tsa_name"
18693   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18694   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18695   include:
18696     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18697     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18698     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18699     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18700     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18701   layout:
18702     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
18703     layout: "plot-throughput-speedup-analysis"
18704
18705 - type: "plot"
18706   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18707   algorithm: "plot_tsa_name"
18708   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18709   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18710   include:
18711     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18712     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18713     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18714     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18715     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18716   layout:
18717     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
18718     layout: "plot-throughput-speedup-analysis"
18719
18720 - type: "plot"
18721   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18722   algorithm: "plot_tsa_name"
18723   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18724   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18725   include:
18726     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18727     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18728     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18729     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18730     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18731     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18732   layout:
18733     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
18734     layout: "plot-throughput-speedup-analysis"
18735
18736 - type: "plot"
18737   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18738   algorithm: "plot_tsa_name"
18739   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18740   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18741   include:
18742     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18743     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18744     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18745     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18746     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18747     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18748   layout:
18749     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
18750     layout: "plot-throughput-speedup-analysis"
18751
18752 - type: "plot"
18753   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
18754   algorithm: "plot_tsa_name"
18755   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
18756   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18757   include:
18758     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
18759     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
18760     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
18761     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
18762   layout:
18763     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
18764     layout: "plot-throughput-speedup-analysis"
18765
18766 - type: "plot"
18767   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
18768   algorithm: "plot_tsa_name"
18769   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
18770   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18771   include:
18772     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
18773     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
18774     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
18775     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
18776   layout:
18777     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
18778     layout: "plot-throughput-speedup-analysis"
18779
18780 - type: "plot"
18781   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
18782   algorithm: "plot_tsa_name"
18783   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
18784   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18785   include:
18786     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18787     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18788     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18789     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18790     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18791   layout:
18792     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
18793     layout: "plot-throughput-speedup-analysis"
18794
18795 - type: "plot"
18796   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
18797   algorithm: "plot_tsa_name"
18798   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
18799   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18800   include:
18801     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18802     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18803     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18804     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18805     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18806   layout:
18807     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
18808     layout: "plot-throughput-speedup-analysis"
18809
18810 - type: "plot"
18811   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
18812   algorithm: "plot_tsa_name"
18813   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
18814   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18815   include:
18816     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
18817     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18818     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
18819     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18820     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
18821     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18822   layout:
18823     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
18824     layout: "plot-throughput-speedup-analysis"
18825
18826 - type: "plot"
18827   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
18828   algorithm: "plot_tsa_name"
18829   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
18830   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18831   include:
18832     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
18833     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18834     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
18835     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18836     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
18837     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18838   layout:
18839     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
18840     layout: "plot-throughput-speedup-analysis"
18841
18842 - type: "plot"
18843   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
18844   algorithm: "plot_tsa_name"
18845   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
18846   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18847   include:
18848     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18849     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18850     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18851     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18852   layout:
18853     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
18854     layout: "plot-throughput-speedup-analysis"
18855
18856 - type: "plot"
18857   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
18858   algorithm: "plot_tsa_name"
18859   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
18860   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18861   include:
18862     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18863     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18864     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18865     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18866   layout:
18867     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
18868     layout: "plot-throughput-speedup-analysis"
18869
18870 - type: "plot"
18871   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
18872   algorithm: "plot_tsa_name"
18873   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
18874   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18875   include:
18876     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18877     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18878     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18879     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18880     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18881     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18882   layout:
18883     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
18884     layout: "plot-throughput-speedup-analysis"
18885
18886 - type: "plot"
18887   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
18888   algorithm: "plot_tsa_name"
18889   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
18890   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18891   include:
18892     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18893     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18894     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18895     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18896     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18897     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18898   layout:
18899     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
18900     layout: "plot-throughput-speedup-analysis"
18901
18902 - type: "plot"
18903   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
18904   algorithm: "plot_tsa_name"
18905   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
18906   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18907   include:
18908     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18909     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
18910     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
18911     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
18912     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
18913     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
18914   layout:
18915     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
18916     layout: "plot-throughput-speedup-analysis"
18917
18918 - type: "plot"
18919   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
18920   algorithm: "plot_tsa_name"
18921   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
18922   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18923   include:
18924     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18925     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
18926     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
18927     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
18928     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
18929     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
18930   layout:
18931     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
18932     layout: "plot-throughput-speedup-analysis"
18933
18934 - type: "plot"
18935   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
18936   algorithm: "plot_tsa_name"
18937   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
18938   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18939   include:
18940     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
18941     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
18942     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
18943     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
18944     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
18945     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
18946   layout:
18947     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
18948     layout: "plot-throughput-speedup-analysis"
18949
18950 - type: "plot"
18951   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
18952   algorithm: "plot_tsa_name"
18953   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
18954   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18955   include:
18956     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
18957     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
18958     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
18959     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
18960     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
18961     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
18962   layout:
18963     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
18964     layout: "plot-throughput-speedup-analysis"
18965
18966 - type: "plot"
18967   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
18968   algorithm: "plot_tsa_name"
18969   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
18970   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18971   include:
18972     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18973     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18974     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18975     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18976     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18977   layout:
18978     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
18979     layout: "plot-throughput-speedup-analysis"
18980
18981 - type: "plot"
18982   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
18983   algorithm: "plot_tsa_name"
18984   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
18985   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18986   include:
18987     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18988     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18989     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18990     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18991     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18992   layout:
18993     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
18994     layout: "plot-throughput-speedup-analysis"
18995
18996 - type: "plot"
18997   title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
18998   algorithm: "plot_tsa_name"
18999   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
19000   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
19001   include:
19002     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19003     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19004     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19005     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19006     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19007     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19008   layout:
19009     title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
19010     layout: "plot-throughput-speedup-analysis"
19011
19012 - type: "plot"
19013   title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
19014   algorithm: "plot_tsa_name"
19015   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
19016   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
19017   include:
19018     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19019     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19020     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19021     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19022     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19023     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19024   layout:
19025     title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
19026     layout: "plot-throughput-speedup-analysis"
19027
19028 - type: "plot"
19029   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
19030   algorithm: "plot_tsa_name"
19031   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
19032   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
19033   include:
19034     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19035     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19036     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
19037     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
19038     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
19039   layout:
19040     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
19041     layout: "plot-throughput-speedup-analysis"
19042
19043 - type: "plot"
19044   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
19045   algorithm: "plot_tsa_name"
19046   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
19047   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
19048   include:
19049     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19050     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19051     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
19052     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
19053     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
19054   layout:
19055     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
19056     layout: "plot-throughput-speedup-analysis"
19057
19058 - type: "plot"
19059   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
19060   algorithm: "plot_tsa_name"
19061   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
19062   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
19063   include:
19064     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19065     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19066     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19067     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19068     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19069     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
19070   layout:
19071     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
19072     layout: "plot-throughput-speedup-analysis"
19073
19074 - type: "plot"
19075   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
19076   algorithm: "plot_tsa_name"
19077   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
19078   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
19079   include:
19080     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19081     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19082     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19083     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19084     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19085     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
19086   layout:
19087     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
19088     layout: "plot-throughput-speedup-analysis"
19089
19090 - type: "plot"
19091   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
19092   algorithm: "plot_tsa_name"
19093   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
19094   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
19095   include:
19096     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19097     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19098     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19099     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19100     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19101   layout:
19102     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
19103     layout: "plot-throughput-speedup-analysis"
19104
19105 - type: "plot"
19106   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
19107   algorithm: "plot_tsa_name"
19108   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
19109   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
19110   include:
19111     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19112     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19113     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19114     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19115     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19116   layout:
19117     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
19118     layout: "plot-throughput-speedup-analysis"
19119
19120 - type: "plot"
19121   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
19122   algorithm: "plot_tsa_name"
19123   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
19124   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
19125   include:
19126     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19127     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19128     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19129     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19130   layout:
19131     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
19132     layout: "plot-throughput-speedup-analysis"
19133
19134 - type: "plot"
19135   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
19136   algorithm: "plot_tsa_name"
19137   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
19138   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
19139   include:
19140     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19141     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19142     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19143     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19144   layout:
19145     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
19146     layout: "plot-throughput-speedup-analysis"
19147
19148 - type: "plot"
19149   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
19150   algorithm: "plot_tsa_name"
19151   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
19152   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
19153   include:
19154     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19155     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19156     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19157     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19158     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19159     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19160   layout:
19161     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
19162     layout: "plot-throughput-speedup-analysis"
19163
19164 - type: "plot"
19165   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
19166   algorithm: "plot_tsa_name"
19167   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
19168   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
19169   include:
19170     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19171     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19172     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19173     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19174     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19175     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19176   layout:
19177     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
19178     layout: "plot-throughput-speedup-analysis"
19179
19180 - type: "plot"
19181   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
19182   algorithm: "plot_tsa_name"
19183   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
19184   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19185   include:
19186     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19187     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19188     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
19189     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
19190     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
19191   layout:
19192     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
19193     layout: "plot-throughput-speedup-analysis"
19194
19195 - type: "plot"
19196   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
19197   algorithm: "plot_tsa_name"
19198   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
19199   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19200   include:
19201     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19202     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19203     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
19204     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
19205     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
19206   layout:
19207     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
19208     layout: "plot-throughput-speedup-analysis"
19209
19210 - type: "plot"
19211   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
19212   algorithm: "plot_tsa_name"
19213   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
19214   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19215   include:
19216     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19217     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19218     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19219     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19220     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19221     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
19222   layout:
19223     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
19224     layout: "plot-throughput-speedup-analysis"
19225
19226 - type: "plot"
19227   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
19228   algorithm: "plot_tsa_name"
19229   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
19230   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19231   include:
19232     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19233     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19234     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19235     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19236     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19237     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
19238   layout:
19239     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
19240     layout: "plot-throughput-speedup-analysis"
19241
19242 - type: "plot"
19243   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
19244   algorithm: "plot_tsa_name"
19245   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
19246   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19247   include:
19248     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
19249     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
19250     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
19251     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
19252   layout:
19253     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
19254     layout: "plot-throughput-speedup-analysis"
19255
19256 - type: "plot"
19257   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
19258   algorithm: "plot_tsa_name"
19259   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
19260   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19261   include:
19262     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
19263     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
19264     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
19265     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
19266   layout:
19267     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
19268     layout: "plot-throughput-speedup-analysis"
19269
19270 - type: "plot"
19271   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
19272   algorithm: "plot_tsa_name"
19273   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
19274   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19275   include:
19276     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19277     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19278     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19279     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19280     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19281   layout:
19282     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
19283     layout: "plot-throughput-speedup-analysis"
19284
19285 - type: "plot"
19286   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
19287   algorithm: "plot_tsa_name"
19288   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
19289   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19290   include:
19291     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19292     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19293     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19294     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19295     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19296   layout:
19297     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
19298     layout: "plot-throughput-speedup-analysis"
19299
19300 - type: "plot"
19301   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
19302   algorithm: "plot_tsa_name"
19303   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
19304   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19305   include:
19306     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
19307     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
19308     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
19309     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
19310     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
19311     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
19312   layout:
19313     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
19314     layout: "plot-throughput-speedup-analysis"
19315
19316 - type: "plot"
19317   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
19318   algorithm: "plot_tsa_name"
19319   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
19320   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19321   include:
19322     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
19323     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
19324     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
19325     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
19326     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
19327     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
19328   layout:
19329     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
19330     layout: "plot-throughput-speedup-analysis"
19331
19332 - type: "plot"
19333   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
19334   algorithm: "plot_tsa_name"
19335   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
19336   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19337   include:
19338     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19339     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19340     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19341     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19342   layout:
19343     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
19344     layout: "plot-throughput-speedup-analysis"
19345
19346 - type: "plot"
19347   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
19348   algorithm: "plot_tsa_name"
19349   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
19350   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19351   include:
19352     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19353     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19354     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19355     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19356   layout:
19357     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
19358     layout: "plot-throughput-speedup-analysis"
19359
19360 - type: "plot"
19361   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
19362   algorithm: "plot_tsa_name"
19363   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
19364   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19365   include:
19366     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19367     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19368     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19369     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19370     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19371     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19372   layout:
19373     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
19374     layout: "plot-throughput-speedup-analysis"
19375
19376 - type: "plot"
19377   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
19378   algorithm: "plot_tsa_name"
19379   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
19380   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19381   include:
19382     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19383     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19384     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19385     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19386     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19387     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19388   layout:
19389     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
19390     layout: "plot-throughput-speedup-analysis"
19391
19392 - type: "plot"
19393   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
19394   algorithm: "plot_tsa_name"
19395   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
19396   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19397   include:
19398     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19399     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
19400     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
19401     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
19402     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
19403     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
19404   layout:
19405     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
19406     layout: "plot-throughput-speedup-analysis"
19407
19408 - type: "plot"
19409   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
19410   algorithm: "plot_tsa_name"
19411   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
19412   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19413   include:
19414     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19415     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
19416     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
19417     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
19418     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
19419     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
19420   layout:
19421     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
19422     layout: "plot-throughput-speedup-analysis"
19423
19424 - type: "plot"
19425   title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
19426   algorithm: "plot_tsa_name"
19427   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
19428   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19429   include:
19430     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
19431     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
19432     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
19433   layout:
19434     title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
19435     layout: "plot-throughput-speedup-analysis"
19436
19437 - type: "plot"
19438   title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
19439   algorithm: "plot_tsa_name"
19440   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
19441   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19442   include:
19443     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
19444     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
19445     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
19446   layout:
19447     title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
19448     layout: "plot-throughput-speedup-analysis"
19449
19450 ################################################################################
19451
19452 # Packet Throughput - DPDK
19453
19454 # 2n-skx-xxv710
19455
19456 - type: "plot"
19457   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
19458   algorithm: "plot_perf_box_name"
19459   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
19460   data: "plot-dpdk-throughput-latency-2n-skx"
19461   include:
19462     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19463     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19464   layout:
19465     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
19466     layout: "plot-throughput"
19467
19468 - type: "plot"
19469   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
19470   algorithm: "plot_perf_box_name"
19471   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
19472   data: "plot-dpdk-throughput-latency-2n-skx"
19473   include:
19474     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19475     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19476   layout:
19477     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
19478     layout: "plot-throughput"
19479
19480 - type: "plot"
19481   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
19482   algorithm: "plot_perf_box_name"
19483   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
19484   data: "plot-dpdk-throughput-latency-2n-skx"
19485   include:
19486     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19487     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19488   layout:
19489     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
19490     layout: "plot-throughput"
19491
19492 - type: "plot"
19493   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
19494   algorithm: "plot_perf_box_name"
19495   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
19496   data: "plot-dpdk-throughput-latency-2n-skx"
19497   include:
19498     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19499     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19500   layout:
19501     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
19502     layout: "plot-throughput"
19503
19504 # 2n-skx-x710
19505
19506 - type: "plot"
19507   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
19508   algorithm: "plot_perf_box_name"
19509   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
19510   data: "plot-dpdk-throughput-latency-2n-skx"
19511   include:
19512     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19513     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19514   layout:
19515     title: "2n-skx-x710-64b-2t1c-base-ndr"
19516     layout: "plot-throughput"
19517
19518 - type: "plot"
19519   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
19520   algorithm: "plot_perf_box_name"
19521   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
19522   data: "plot-dpdk-throughput-latency-2n-skx"
19523   include:
19524     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19525     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19526   layout:
19527     title: "2n-skx-x710-64b-4t2c-base-ndr"
19528     layout: "plot-throughput"
19529
19530 - type: "plot"
19531   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
19532   algorithm: "plot_perf_box_name"
19533   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
19534   data: "plot-dpdk-throughput-latency-2n-skx"
19535   include:
19536     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19537     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19538   layout:
19539     title: "2n-skx-x710-64b-2t1c-base-pdr"
19540     layout: "plot-throughput"
19541
19542 - type: "plot"
19543   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
19544   algorithm: "plot_perf_box_name"
19545   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
19546   data: "plot-dpdk-throughput-latency-2n-skx"
19547   include:
19548     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19549     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19550   layout:
19551     title: "2n-skx-x710-64b-4t2c-base-pdr"
19552     layout: "plot-throughput"
19553
19554 # 3n-skx-xxv710
19555
19556 - type: "plot"
19557   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
19558   algorithm: "plot_perf_box_name"
19559   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
19560   data: "plot-dpdk-throughput-latency-3n-skx"
19561   include:
19562     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19563     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19564   layout:
19565     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
19566     layout: "plot-throughput"
19567
19568 - type: "plot"
19569   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
19570   algorithm: "plot_perf_box_name"
19571   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
19572   data: "plot-dpdk-throughput-latency-3n-skx"
19573   include:
19574     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19575     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19576   layout:
19577     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
19578     layout: "plot-throughput"
19579
19580 - type: "plot"
19581   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
19582   algorithm: "plot_perf_box_name"
19583   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
19584   data: "plot-dpdk-throughput-latency-3n-skx"
19585   include:
19586     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19587     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19588   layout:
19589     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
19590     layout: "plot-throughput"
19591
19592 - type: "plot"
19593   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
19594   algorithm: "plot_perf_box_name"
19595   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
19596   data: "plot-dpdk-throughput-latency-3n-skx"
19597   include:
19598     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19599     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19600   layout:
19601     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
19602     layout: "plot-throughput"
19603
19604 # 3n-skx-x710
19605
19606 - type: "plot"
19607   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
19608   algorithm: "plot_perf_box_name"
19609   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
19610   data: "plot-dpdk-throughput-latency-3n-skx"
19611   include:
19612     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19613     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19614   layout:
19615     title: "3n-skx-x710-64b-2t1c-base-ndr"
19616     layout: "plot-throughput"
19617
19618 - type: "plot"
19619   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
19620   algorithm: "plot_perf_box_name"
19621   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
19622   data: "plot-dpdk-throughput-latency-3n-skx"
19623   include:
19624     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19625     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19626   layout:
19627     title: "3n-skx-x710-64b-4t2c-base-ndr"
19628     layout: "plot-throughput"
19629
19630 - type: "plot"
19631   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
19632   algorithm: "plot_perf_box_name"
19633   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
19634   data: "plot-dpdk-throughput-latency-3n-skx"
19635   include:
19636     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19637     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19638   layout:
19639     title: "3n-skx-x710-64b-2t1c-base-pdr"
19640     layout: "plot-throughput"
19641
19642 - type: "plot"
19643   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
19644   algorithm: "plot_perf_box_name"
19645   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
19646   data: "plot-dpdk-throughput-latency-3n-skx"
19647   include:
19648     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19649     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19650   layout:
19651     title: "3n-skx-x710-64b-4t2c-base-pdr"
19652     layout: "plot-throughput"
19653
19654 # 3n-hsw-xl710
19655
19656 - type: "plot"
19657   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
19658   algorithm: "plot_perf_box_name"
19659   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
19660   data: "plot-dpdk-throughput-latency-3n-hsw"
19661   include:
19662     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19663     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19664   layout:
19665     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
19666     layout: "plot-throughput"
19667
19668 - type: "plot"
19669   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
19670   algorithm: "plot_perf_box_name"
19671   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
19672   data: "plot-dpdk-throughput-latency-3n-hsw"
19673   include:
19674     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19675     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19676   layout:
19677     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
19678     layout: "plot-throughput"
19679
19680 - type: "plot"
19681   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
19682   algorithm: "plot_perf_box_name"
19683   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
19684   data: "plot-dpdk-throughput-latency-3n-hsw"
19685   include:
19686     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19687     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19688   layout:
19689     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
19690     layout: "plot-throughput"
19691
19692 - type: "plot"
19693   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
19694   algorithm: "plot_perf_box_name"
19695   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
19696   data: "plot-dpdk-throughput-latency-3n-hsw"
19697   include:
19698     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19699     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19700   layout:
19701     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
19702     layout: "plot-throughput"
19703
19704 # 3n-hsw-x710
19705
19706 - type: "plot"
19707   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
19708   algorithm: "plot_perf_box_name"
19709   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
19710   data: "plot-dpdk-throughput-latency-3n-hsw"
19711   include:
19712     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19713     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19714   layout:
19715     title: "3n-hsw-x710-64b-1t1c-base-ndr"
19716     layout: "plot-throughput"
19717
19718 - type: "plot"
19719   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
19720   algorithm: "plot_perf_box_name"
19721   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
19722   data: "plot-dpdk-throughput-latency-3n-hsw"
19723   include:
19724     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19725     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19726   layout:
19727     title: "3n-hsw-x710-64b-2t2c-base-ndr"
19728     layout: "plot-throughput"
19729
19730 - type: "plot"
19731   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
19732   algorithm: "plot_perf_box_name"
19733   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
19734   data: "plot-dpdk-throughput-latency-3n-hsw"
19735   include:
19736     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19737     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19738   layout:
19739     title: "3n-hsw-x710-64b-1t1c-base-pdr"
19740     layout: "plot-throughput"
19741
19742 - type: "plot"
19743   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
19744   algorithm: "plot_perf_box_name"
19745   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
19746   data: "plot-dpdk-throughput-latency-3n-hsw"
19747   include:
19748     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19749     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19750   layout:
19751     title: "3n-hsw-x710-64b-2t2c-base-pdr"
19752     layout: "plot-throughput"
19753
19754 ################################################################################
19755
19756 # Packet Latency - DPDK
19757
19758 # 2n-skx-xxv710
19759
19760 - type: "plot"
19761   title: "Latency: 2n-skx-xxv710-64b-2t1c-base-ndr-lat"
19762   algorithm: "plot_lat_err_bars_name"
19763   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr-lat"
19764   data: "plot-dpdk-throughput-latency-2n-skx"
19765   include:
19766     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19767     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19768   layout:
19769     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
19770     layout: "plot-latency"
19771
19772 - type: "plot"
19773   title: "Latency: 2n-skx-xxv710-64b-4t2c-base-ndr-lat"
19774   algorithm: "plot_lat_err_bars_name"
19775   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr-lat"
19776   data: "plot-dpdk-throughput-latency-2n-skx"
19777   include:
19778     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19779     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19780   layout:
19781     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
19782     layout: "plot-latency"
19783
19784 - type: "plot"
19785   title: "Latency: 2n-skx-xxv710-64b-8t4c-base-ndr-lat"
19786   algorithm: "plot_lat_err_bars_name"
19787   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-8t4c-base-ndr-lat"
19788   data: "plot-dpdk-throughput-latency-2n-skx"
19789   include:
19790     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
19791     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
19792   layout:
19793     title: "2n-skx-xxv710-64b-8t4c-base-ndr"
19794     layout: "plot-latency"
19795
19796 # 2n-skx-x710
19797
19798 - type: "plot"
19799   title: "Latency: 2n-skx-x710-64b-2t1c-base-ndr-lat"
19800   algorithm: "plot_lat_err_bars_name"
19801   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr-lat"
19802   data: "plot-dpdk-throughput-latency-2n-skx"
19803   include:
19804     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19805     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19806   layout:
19807     title: "2n-skx-x710-64b-2t1c-base-ndr"
19808     layout: "plot-latency"
19809
19810 - type: "plot"
19811   title: "Latency: 2n-skx-x710-64b-4t2c-base-ndr-lat"
19812   algorithm: "plot_lat_err_bars_name"
19813   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr-lat"
19814   data: "plot-dpdk-throughput-latency-2n-skx"
19815   include:
19816     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19817     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19818   layout:
19819     title: "2n-skx-x710-64b-4t2c-base-ndr"
19820     layout: "plot-latency"
19821
19822 - type: "plot"
19823   title: "Latency: 2n-skx-x710-64b-8t4c-base-ndr-lat"
19824   algorithm: "plot_lat_err_bars_name"
19825   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-8t4c-base-ndr-lat"
19826   data: "plot-dpdk-throughput-latency-2n-skx"
19827   include:
19828     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
19829     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
19830   layout:
19831     title: "2n-skx-x710-64b-8t4c-base-ndr"
19832     layout: "plot-latency"
19833
19834 # 3n-skx-xxv710
19835
19836 - type: "plot"
19837   title: "Latency: 3n-skx-xxv710-64b-2t1c-base-ndr-lat"
19838   algorithm: "plot_lat_err_bars_name"
19839   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr-lat"
19840   data: "plot-dpdk-throughput-latency-3n-skx"
19841   include:
19842     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19843     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19844   layout:
19845     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
19846     layout: "plot-latency"
19847
19848 - type: "plot"
19849   title: "Latency: 3n-skx-xxv710-64b-4t2c-base-ndr-lat"
19850   algorithm: "plot_lat_err_bars_name"
19851   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr-lat"
19852   data: "plot-dpdk-throughput-latency-3n-skx"
19853   include:
19854     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19855     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19856   layout:
19857     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
19858     layout: "plot-latency"
19859
19860 - type: "plot"
19861   title: "Latency: 3n-skx-xxv710-64b-8t4c-base-ndr-lat"
19862   algorithm: "plot_lat_err_bars_name"
19863   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-8t4c-base-ndr-lat"
19864   data: "plot-dpdk-throughput-latency-3n-skx"
19865   include:
19866     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
19867     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
19868   layout:
19869     title: "3n-skx-xxv710-64b-8t4c-base-ndr"
19870     layout: "plot-latency"
19871
19872 # 3n-skx-x710
19873
19874 - type: "plot"
19875   title: "Latency: 3n-skx-x710-64b-2t1c-base-ndr-lat"
19876   algorithm: "plot_lat_err_bars_name"
19877   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr-lat"
19878   data: "plot-dpdk-throughput-latency-3n-skx"
19879   include:
19880     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19881     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19882   layout:
19883     title: "3n-skx-x710-64b-2t1c-base-ndr"
19884     layout: "plot-latency"
19885
19886 - type: "plot"
19887   title: "Latency: 3n-skx-x710-64b-4t2c-base-ndr-lat"
19888   algorithm: "plot_lat_err_bars_name"
19889   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr-lat"
19890   data: "plot-dpdk-throughput-latency-3n-skx"
19891   include:
19892     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19893     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19894   layout:
19895     title: "3n-skx-x710-64b-4t2c-base-ndr"
19896     layout: "plot-latency"
19897
19898 - type: "plot"
19899   title: "Latency: 3n-skx-x710-64b-8t4c-base-ndr-lat"
19900   algorithm: "plot_lat_err_bars_name"
19901   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-8t4c-base-ndr-lat"
19902   data: "plot-dpdk-throughput-latency-3n-skx"
19903   include:
19904     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
19905     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
19906   layout:
19907     title: "3n-skx-x710-64b-8t4c-base-ndr"
19908     layout: "plot-latency"
19909
19910 # 3n-hsw-xl710
19911
19912 - type: "plot"
19913   title: "Latency: 3n-hsw-xl710-64b-1t1c-base-ndr-lat"
19914   algorithm: "plot_lat_err_bars_name"
19915   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr-lat"
19916   data: "plot-dpdk-throughput-latency-3n-hsw"
19917   include:
19918     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19919     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19920   layout:
19921     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
19922     layout: "plot-latency"
19923
19924 - type: "plot"
19925   title: "Latency: 3n-hsw-xl710-64b-2t2c-base-ndr-lat"
19926   algorithm: "plot_lat_err_bars_name"
19927   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr-lat"
19928   data: "plot-dpdk-throughput-latency-3n-hsw"
19929   include:
19930     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19931     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19932   layout:
19933     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
19934     layout: "plot-latency"
19935
19936 - type: "plot"
19937   title: "Latency: 3n-hsw-xl710-64b-4t4c-base-ndr-lat"
19938   algorithm: "plot_lat_err_bars_name"
19939   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-4t4c-base-ndr-lat"
19940   data: "plot-dpdk-throughput-latency-3n-hsw"
19941   include:
19942     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-4t4c-eth-l2xcbase-testpmd-ndrpdr"
19943     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t4c-ethip4-ip4base-l3fwd-ndrpdr"
19944   layout:
19945     title: "3n-hsw-xl710-64b-4t4c-base-ndr"
19946     layout: "plot-latency"
19947
19948 # 3n-hsw-x710
19949
19950 - type: "plot"
19951   title: "Latency: 3n-hsw-x710-64b-1t1c-base-ndr-lat"
19952   algorithm: "plot_lat_err_bars_name"
19953   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr-lat"
19954   data: "plot-dpdk-throughput-latency-3n-hsw"
19955   include:
19956     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19957     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19958   layout:
19959     title: "3n-hsw-x710-64b-1t1c-base-ndr"
19960     layout: "plot-latency"
19961
19962 - type: "plot"
19963   title: "Latency: 3n-hsw-x710-64b-2t2c-base-ndr-lat"
19964   algorithm: "plot_lat_err_bars_name"
19965   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr-lat"
19966   data: "plot-dpdk-throughput-latency-3n-hsw"
19967   include:
19968     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19969     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19970   layout:
19971     title: "3n-hsw-x710-64b-2t2c-base-ndr"
19972     layout: "plot-latency"
19973
19974 - type: "plot"
19975   title: "Latency: 3n-hsw-x710-64b-4t4c-base-ndr-lat"
19976   algorithm: "plot_lat_err_bars_name"
19977   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-4t4c-base-ndr-lat"
19978   data: "plot-dpdk-throughput-latency-3n-hsw"
19979   include:
19980     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t4c-eth-l2xcbase-testpmd-ndrpdr"
19981     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t4c-ethip4-ip4base-l3fwd-ndrpdr"
19982   layout:
19983     title: "3n-hsw-x710-64b-4t4c-base-ndr"
19984     layout: "plot-latency"
19985
19986 ################################################################################
19987
19988 # HDRHistogram Packet Latency - DPDK
19989
19990 # 2n-skx-xxv710
19991
19992 - type: "plot"
19993   title: "Latency: 2n-skx-xxv710-64b-2t1c-base-ndr-hdrh-lat"
19994   graph-title: "2n-skx-xxv710-64b-2t1c-base-ndr"
19995   algorithm: "plot_lat_hdrh_bar_name"
19996   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr-hdrh-lat"
19997   data: "plot-dpdk-hdrh-lat-2n-skx"
19998   include:
19999     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20000     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20001   layout:
20002     layout: "plot-hdrh-latency"
20003
20004 - type: "plot"
20005   title: "Latency: 2n-skx-xxv710-64b-4t2c-base-ndr-hdrh-lat"
20006   graph-title: "2n-skx-xxv710-64b-4t2c-base-ndr"
20007   algorithm: "plot_lat_hdrh_bar_name"
20008   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr-hdrh-lat"
20009   data: "plot-dpdk-hdrh-lat-2n-skx"
20010   include:
20011     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20012     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20013   layout:
20014     layout: "plot-hdrh-latency"
20015
20016 - type: "plot"
20017   title: "Latency: 2n-skx-xxv710-64b-8t4c-base-ndr-hdrh-lat"
20018   graph-title: "2n-skx-xxv710-64b-8t4c-base-ndr"
20019   algorithm: "plot_lat_hdrh_bar_name"
20020   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-8t4c-base-ndr-hdrh-lat"
20021   data: "plot-dpdk-hdrh-lat-2n-skx"
20022   include:
20023     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
20024     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
20025   layout:
20026     layout: "plot-hdrh-latency"
20027
20028 # 2n-skx-x710
20029
20030 - type: "plot"
20031   title: "Latency: 2n-skx-x710-64b-2t1c-base-ndr-hdrh-lat"
20032   graph-title: "2n-skx-x710-64b-2t1c-base-ndr"
20033   algorithm: "plot_lat_hdrh_bar_name"
20034   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr-hdrh-lat"
20035   data: "plot-dpdk-hdrh-lat-2n-skx"
20036   include:
20037     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20038     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20039   layout:
20040     layout: "plot-hdrh-latency"
20041
20042 - type: "plot"
20043   title: "Latency: 2n-skx-x710-64b-4t2c-base-ndr-hdrh-lat"
20044   graph-title: "2n-skx-x710-64b-4t2c-base-ndr"
20045   algorithm: "plot_lat_hdrh_bar_name"
20046   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr-hdrh-lat"
20047   data: "plot-dpdk-hdrh-lat-2n-skx"
20048   include:
20049     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20050     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20051   layout:
20052     layout: "plot-hdrh-latency"
20053
20054 - type: "plot"
20055   title: "Latency: 2n-skx-x710-64b-8t4c-base-ndr-hdrh-lat"
20056   graph-title: "2n-skx-x710-64b-8t4c-base-ndr"
20057   algorithm: "plot_lat_hdrh_bar_name"
20058   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-8t4c-base-ndr-hdrh-lat"
20059   data: "plot-dpdk-hdrh-lat-2n-skx"
20060   include:
20061     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
20062     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
20063   layout:
20064     layout: "plot-hdrh-latency"
20065
20066 # 3n-skx-xxv710
20067
20068 - type: "plot"
20069   title: "Latency: 3n-skx-xxv710-64b-2t1c-base-ndr-hdrh-lat"
20070   graph-title: "3n-skx-xxv710-64b-2t1c-base-ndr"
20071   algorithm: "plot_lat_hdrh_bar_name"
20072   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr-hdrh-lat"
20073   data: "plot-dpdk-hdrh-lat-3n-skx"
20074   include:
20075     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20076     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20077   layout:
20078     layout: "plot-hdrh-latency"
20079
20080 - type: "plot"
20081   title: "Latency: 3n-skx-xxv710-64b-4t2c-base-ndr-hdrh-lat"
20082   graph-title: "3n-skx-xxv710-64b-4t2c-base-ndr"
20083   algorithm: "plot_lat_hdrh_bar_name"
20084   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr-hdrh-lat"
20085   data: "plot-dpdk-hdrh-lat-3n-skx"
20086   include:
20087     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20088     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20089   layout:
20090     layout: "plot-hdrh-latency"
20091
20092 - type: "plot"
20093   title: "Latency: 3n-skx-xxv710-64b-8t4c-base-ndr-hdrh-lat"
20094   graph-title: "3n-skx-xxv710-64b-8t4c-base-ndr"
20095   algorithm: "plot_lat_hdrh_bar_name"
20096   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-8t4c-base-ndr-hdrh-lat"
20097   data: "plot-dpdk-hdrh-lat-3n-skx"
20098   include:
20099     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
20100     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
20101   layout:
20102     layout: "plot-hdrh-latency"
20103
20104 # 3n-skx-x710
20105
20106 - type: "plot"
20107   title: "Latency: 3n-skx-x710-64b-2t1c-base-ndr-hdrh-lat"
20108   graph-title: "3n-skx-x710-64b-2t1c-base-ndr"
20109   algorithm: "plot_lat_hdrh_bar_name"
20110   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr-hdrh-lat"
20111   data: "plot-dpdk-hdrh-lat-3n-skx"
20112   include:
20113     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20114     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20115   layout:
20116     layout: "plot-hdrh-latency"
20117
20118 - type: "plot"
20119   title: "Latency: 3n-skx-x710-64b-4t2c-base-ndr-hdrh-lat"
20120   graph-title: "3n-skx-x710-64b-4t2c-base-ndr"
20121   algorithm: "plot_lat_hdrh_bar_name"
20122   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr-hdrh-lat"
20123   data: "plot-dpdk-hdrh-lat-3n-skx"
20124   include:
20125     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20126     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20127   layout:
20128     layout: "plot-hdrh-latency"
20129
20130 - type: "plot"
20131   title: "Latency: 3n-skx-x710-64b-8t4c-base-ndr-hdrh-lat"
20132   graph-title: "3n-skx-x710-64b-8t4c-base-ndr"
20133   algorithm: "plot_lat_hdrh_bar_name"
20134   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-8t4c-base-ndr-hdrh-lat"
20135   data: "plot-dpdk-hdrh-lat-3n-skx"
20136   include:
20137     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
20138     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
20139   layout:
20140     layout: "plot-hdrh-latency"
20141
20142 # 3n-hsw-xl710
20143
20144 - type: "plot"
20145   title: "Latency: 3n-hsw-xl710-64b-1t1c-base-ndr-hdrh-lat"
20146   graph-title: "3n-hsw-xl710-64b-1t1c-base-ndr"
20147   algorithm: "plot_lat_hdrh_bar_name"
20148   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr-hdrh-lat"
20149   data: "plot-dpdk-hdrh-lat-3n-hsw"
20150   include:
20151     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
20152     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
20153   layout:
20154     layout: "plot-hdrh-latency"
20155
20156 - type: "plot"
20157   title: "Latency: 3n-hsw-xl710-64b-2t2c-base-ndr-hdrh-lat"
20158   graph-title: "3n-hsw-xl710-64b-2t2c-base-ndr"
20159   algorithm: "plot_lat_hdrh_bar_name"
20160   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr-hdrh-lat"
20161   data: "plot-dpdk-hdrh-lat-3n-hsw"
20162   include:
20163     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
20164     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
20165   layout:
20166     layout: "plot-hdrh-latency"
20167
20168 - type: "plot"
20169   title: "Latency: 3n-hsw-xl710-64b-4t4c-base-ndr-hdrh-lat"
20170   graph-title: "3n-hsw-xl710-64b-4t4c-base-ndr"
20171   algorithm: "plot_lat_hdrh_bar_name"
20172   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-4t4c-base-ndr-hdrh-lat"
20173   data: "plot-dpdk-hdrh-lat-3n-hsw"
20174   include:
20175     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-4t4c-eth-l2xcbase-testpmd-ndrpdr"
20176     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t4c-ethip4-ip4base-l3fwd-ndrpdr"
20177   layout:
20178     layout: "plot-hdrh-latency"
20179
20180 # 3n-hsw-x710
20181
20182 - type: "plot"
20183   title: "Latency: 3n-hsw-x710-64b-1t1c-base-ndr-hdrh-lat"
20184   graph-title: "3n-hsw-x710-64b-1t1c-base-ndr"
20185   algorithm: "plot_lat_hdrh_bar_name"
20186   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr-hdrh-lat"
20187   data: "plot-dpdk-hdrh-lat-3n-hsw"
20188   include:
20189     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
20190     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
20191   layout:
20192     layout: "plot-hdrh-latency"
20193
20194 - type: "plot"
20195   title: "Latency: 3n-hsw-x710-64b-2t2c-base-ndr-hdrh-lat"
20196   graph-title: "3n-hsw-x710-64b-2t2c-base-ndr"
20197   algorithm: "plot_lat_hdrh_bar_name"
20198   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr-hdrh-lat"
20199   data: "plot-dpdk-hdrh-lat-3n-hsw"
20200   include:
20201     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
20202     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
20203   layout:
20204     layout: "plot-hdrh-latency"
20205
20206 - type: "plot"
20207   title: "Latency: 3n-hsw-x710-64b-4t4c-base-ndr-hdrh-lat"
20208   graph-title: "3n-hsw-x710-64b-4t4c-base-ndr"
20209   algorithm: "plot_lat_hdrh_bar_name"
20210   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-4t4c-base-ndr-hdrh-lat"
20211   data: "plot-dpdk-hdrh-lat-3n-hsw"
20212   include:
20213     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t4c-eth-l2xcbase-testpmd-ndrpdr"
20214     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t4c-ethip4-ip4base-l3fwd-ndrpdr"
20215   layout:
20216     layout: "plot-hdrh-latency"
20217
20218 ################################################################################
20219 ###   2n-clx                                                                 ###
20220 ################################################################################
20221
20222 # Packet Throughput
20223
20224 - type: "plot"
20225   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr"
20226   algorithm: "plot_perf_box_name"
20227   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr"
20228   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20229   include:
20230     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20231     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20232     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20233     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20234   layout:
20235     title: "2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr"
20236     layout: "plot-throughput"
20237
20238 - type: "plot"
20239   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-i40e-pdr"
20240   algorithm: "plot_perf_box_name"
20241   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-i40e-pdr"
20242   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20243   include:
20244     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20245     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20246     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20247     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20248   layout:
20249     title: "2n-clx-xxv710-64b-2t1c-memif-base-i40e-pdr"
20250     layout: "plot-throughput"
20251
20252 - type: "plot"
20253   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
20254   algorithm: "plot_perf_box_name"
20255   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
20256   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20257   include:
20258     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20259     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20260     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20261     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20262   layout:
20263     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
20264     layout: "plot-throughput"
20265
20266 - type: "plot"
20267   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
20268   algorithm: "plot_perf_box_name"
20269   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
20270   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20271   include:
20272     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20273     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20274     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20275     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20276   layout:
20277     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
20278     layout: "plot-throughput"
20279
20280 - type: "plot"
20281   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
20282   algorithm: "plot_perf_box_name"
20283   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
20284   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20285   include:
20286     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20287     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20288     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20289     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20290     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
20291   layout:
20292     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
20293     layout: "plot-throughput"
20294
20295 - type: "plot"
20296   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
20297   algorithm: "plot_perf_box_name"
20298   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
20299   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20300   include:
20301     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20302     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20303     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20304     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20305     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
20306   layout:
20307     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
20308     layout: "plot-throughput"
20309
20310 - type: "plot"
20311   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
20312   algorithm: "plot_perf_box_name"
20313   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
20314   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20315   include:
20316     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20317     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
20318     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
20319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20320   layout:
20321     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
20322     layout: "plot-throughput"
20323
20324 - type: "plot"
20325   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
20326   algorithm: "plot_perf_box_name"
20327   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
20328   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20329   include:
20330     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20331     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
20332     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
20333     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20334   layout:
20335     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
20336     layout: "plot-throughput"
20337
20338 - type: "plot"
20339   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
20340   algorithm: "plot_perf_box_name"
20341   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
20342   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20343   include:
20344     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20345     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20346     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
20347     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
20348     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
20349   layout:
20350     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
20351     layout: "plot-throughput"
20352
20353 - type: "plot"
20354   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
20355   algorithm: "plot_perf_box_name"
20356   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
20357   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20358   include:
20359     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20360     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20361     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
20362     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
20363     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
20364   layout:
20365     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
20366     layout: "plot-throughput"
20367
20368 - type: "plot"
20369   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
20370   algorithm: "plot_perf_box_name"
20371   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
20372   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20373   include:
20374     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20375     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20376     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20377     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20378     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20379     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
20380   layout:
20381     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
20382     layout: "plot-throughput"
20383
20384 - type: "plot"
20385   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
20386   algorithm: "plot_perf_box_name"
20387   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
20388   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20389   include:
20390     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20391     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20392     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20393     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20394     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20395     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
20396   layout:
20397     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
20398     layout: "plot-throughput"
20399
20400 - type: "plot"
20401   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
20402   algorithm: "plot_perf_box_name"
20403   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
20404   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20405   include:
20406     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
20407     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
20408   layout:
20409     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
20410     layout: "plot-throughput"
20411
20412 - type: "plot"
20413   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
20414   algorithm: "plot_perf_box_name"
20415   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
20416   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20417   include:
20418     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
20419     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
20420   layout:
20421     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
20422     layout: "plot-throughput"
20423
20424 - type: "plot"
20425   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
20426   algorithm: "plot_perf_box_name"
20427   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
20428   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20429   include:
20430     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
20431     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
20432     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
20433     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
20434     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
20435     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
20436   layout:
20437     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
20438     layout: "plot-throughput"
20439
20440 - type: "plot"
20441   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
20442   algorithm: "plot_perf_box_name"
20443   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
20444   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20445   include:
20446     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
20447     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
20448     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
20449     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
20450     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
20451     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
20452   layout:
20453     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
20454     layout: "plot-throughput"
20455
20456 - type: "plot"
20457   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
20458   algorithm: "plot_perf_box_name"
20459   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
20460   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20461   include:
20462     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20463     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20464     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20465     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20466     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
20467     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
20468   layout:
20469     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
20470     layout: "plot-throughput"
20471
20472 - type: "plot"
20473   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
20474   algorithm: "plot_perf_box_name"
20475   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
20476   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20477   include:
20478     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20479     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20480     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20481     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20482     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
20483     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
20484   layout:
20485     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
20486     layout: "plot-throughput"
20487
20488 - type: "plot"
20489   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
20490   algorithm: "plot_perf_box_name"
20491   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
20492   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20493   include:
20494     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20495     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20496     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20497   layout:
20498     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
20499     layout: "plot-throughput"
20500
20501 - type: "plot"
20502   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
20503   algorithm: "plot_perf_box_name"
20504   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
20505   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20506   include:
20507     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20508     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20509     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20510   layout:
20511     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
20512     layout: "plot-throughput"
20513
20514 - type: "plot"
20515   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
20516   algorithm: "plot_perf_box_name"
20517   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
20518   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20519   include:
20520     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20521     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20522     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
20523     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
20524     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20525   layout:
20526     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
20527     layout: "plot-throughput"
20528
20529 - type: "plot"
20530   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
20531   algorithm: "plot_perf_box_name"
20532   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
20533   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20534   include:
20535     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20536     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20537     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
20538     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
20539     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20540   layout:
20541     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
20542     layout: "plot-throughput"
20543
20544 - type: "plot"
20545   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
20546   algorithm: "plot_perf_box_name"
20547   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
20548   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20549   include:
20550     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
20551     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
20552     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
20553     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
20554     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
20555   layout:
20556     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
20557     layout: "plot-throughput"
20558
20559 - type: "plot"
20560   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
20561   algorithm: "plot_perf_box_name"
20562   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
20563   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20564   include:
20565     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
20566     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
20567     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
20568     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
20569     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
20570   layout:
20571     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
20572     layout: "plot-throughput"
20573
20574 - type: "plot"
20575   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
20576   algorithm: "plot_perf_box_name"
20577   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
20578   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20579   include:
20580     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20581     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20582     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20583     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20584     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20585     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20586   layout:
20587     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
20588     layout: "plot-throughput"
20589
20590 - type: "plot"
20591   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
20592   algorithm: "plot_perf_box_name"
20593   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
20594   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20595   include:
20596     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20597     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20598     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20599     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20600     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20601     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20602   layout:
20603     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
20604     layout: "plot-throughput"
20605
20606 - type: "plot"
20607   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
20608   algorithm: "plot_perf_box_name"
20609   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
20610   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20611   include:
20612     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20613     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20614     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20615     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20616   layout:
20617     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
20618     layout: "plot-throughput"
20619
20620 - type: "plot"
20621   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
20622   algorithm: "plot_perf_box_name"
20623   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
20624   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20625   include:
20626     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20627     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20628     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20629     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20630   layout:
20631     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
20632     layout: "plot-throughput"
20633
20634 - type: "plot"
20635   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
20636   algorithm: "plot_perf_box_name"
20637   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
20638   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20639   include:
20640     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
20641     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
20642     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
20643     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20644     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20645   layout:
20646     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
20647     layout: "plot-throughput"
20648
20649 - type: "plot"
20650   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
20651   algorithm: "plot_perf_box_name"
20652   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
20653   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20654   include:
20655     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
20656     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
20657     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
20658     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20659     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20660   layout:
20661     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
20662     layout: "plot-throughput"
20663
20664 - type: "plot"
20665   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
20666   algorithm: "plot_perf_box_name"
20667   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
20668   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20669   include:
20670     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20671     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
20672     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
20673     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20674   layout:
20675     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
20676     layout: "plot-throughput"
20677
20678 - type: "plot"
20679   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
20680   algorithm: "plot_perf_box_name"
20681   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
20682   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20683   include:
20684     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20685     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
20686     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
20687     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20688   layout:
20689     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
20690     layout: "plot-throughput"
20691
20692 - type: "plot"
20693   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
20694   algorithm: "plot_perf_box_name"
20695   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
20696   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20697   include:
20698     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
20699     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
20700     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
20701     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
20702     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
20703     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
20704   layout:
20705     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
20706     layout: "plot-throughput"
20707
20708 - type: "plot"
20709   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
20710   algorithm: "plot_perf_box_name"
20711   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
20712   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20713   include:
20714     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
20715     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
20716     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
20717     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
20718     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
20719     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
20720   layout:
20721     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
20722     layout: "plot-throughput"
20723
20724 - type: "plot"
20725   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
20726   algorithm: "plot_perf_box_name"
20727   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
20728   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20729   include:
20730     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
20731     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
20732     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
20733     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
20734   layout:
20735     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
20736     layout: "plot-throughput"
20737
20738 - type: "plot"
20739   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
20740   algorithm: "plot_perf_box_name"
20741   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
20742   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20743   include:
20744     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
20745     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
20746     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
20747     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
20748   layout:
20749     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
20750     layout: "plot-throughput"
20751
20752 - type: "plot"
20753   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
20754   algorithm: "plot_perf_box_name"
20755   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
20756   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20757   include:
20758     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20759     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20760     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20761     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
20762   layout:
20763     title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
20764     layout: "plot-throughput"
20765
20766 - type: "plot"
20767   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
20768   algorithm: "plot_perf_box_name"
20769   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
20770   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20771   include:
20772     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20773     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20774     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20775     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
20776   layout:
20777     title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
20778     layout: "plot-throughput"
20779
20780 - type: "plot"
20781   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
20782   algorithm: "plot_perf_box_name"
20783   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
20784   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20785   include:
20786     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20787     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20788     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20789     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
20790   layout:
20791     title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
20792     layout: "plot-throughput"
20793
20794 - type: "plot"
20795   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
20796   algorithm: "plot_perf_box_name"
20797   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
20798   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20799   include:
20800     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20801     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20802     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20803     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
20804   layout:
20805     title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
20806     layout: "plot-throughput"
20807
20808 - type: "plot"
20809   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
20810   algorithm: "plot_perf_box_name"
20811   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
20812   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20813   include:
20814     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20815     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20816     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20817     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20818   layout:
20819     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
20820     layout: "plot-throughput"
20821
20822 - type: "plot"
20823   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
20824   algorithm: "plot_perf_box_name"
20825   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
20826   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20827   include:
20828     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20829     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20830     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20831     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20832   layout:
20833     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
20834     layout: "plot-throughput"
20835
20836 - type: "plot"
20837   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
20838   algorithm: "plot_perf_box_name"
20839   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
20840   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20841   include:
20842     - "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"
20843     - "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"
20844     - "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"
20845     - "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"
20846   layout:
20847     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
20848     layout: "plot-throughput"
20849
20850 - type: "plot"
20851   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
20852   algorithm: "plot_perf_box_name"
20853   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
20854   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20855   include:
20856     - "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"
20857     - "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"
20858     - "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"
20859     - "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"
20860   layout:
20861     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
20862     layout: "plot-throughput"
20863
20864 ################################################################################
20865
20866 # Packet Latency 1C
20867
20868 - type: "plot"
20869   title: "Latency: 2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
20870   algorithm: "plot_lat_err_bars_name"
20871   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
20872   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20873   include:
20874     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20875     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20876     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20877     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20878   layout:
20879     title: "2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr"
20880     layout: "plot-latency"
20881
20882 - type: "plot"
20883   title: "Latency: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
20884   algorithm: "plot_lat_err_bars_name"
20885   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
20886   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20887   include:
20888     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20889     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20890     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20891     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20892     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
20893   layout:
20894     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
20895     layout: "plot-latency"
20896
20897 - type: "plot"
20898   title: "Latency: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
20899   algorithm: "plot_lat_err_bars_name"
20900   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
20901   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20902   include:
20903     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20904     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
20905     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
20906     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20907   layout:
20908     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
20909     layout: "plot-latency"
20910
20911 - type: "plot"
20912   title: "Latency: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
20913   algorithm: "plot_lat_err_bars_name"
20914   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
20915   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20916   include:
20917     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20918     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20919     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
20920     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
20921     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
20922   layout:
20923     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
20924     layout: "plot-latency"
20925
20926 - type: "plot"
20927   title: "Latency: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
20928   algorithm: "plot_lat_err_bars_name"
20929   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
20930   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20931   include:
20932     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20933     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20934     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20935     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20936     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20937     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
20938   layout:
20939     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
20940     layout: "plot-latency"
20941
20942 - type: "plot"
20943   title: "Latency: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
20944   algorithm: "plot_lat_err_bars_name"
20945   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
20946   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20947   include:
20948     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20949     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20950     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20951   layout:
20952     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
20953     layout: "plot-latency"
20954
20955 - type: "plot"
20956   title: "Latency: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
20957   algorithm: "plot_lat_err_bars_name"
20958   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
20959   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20960   include:
20961     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20962     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20963     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
20964     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
20965     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20966   layout:
20967     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
20968     layout: "plot-latency"
20969
20970 - type: "plot"
20971   title: "Latency: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
20972   algorithm: "plot_lat_err_bars_name"
20973   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
20974   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20975   include:
20976     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20977     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20978     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20979     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20980     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20981     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20982   layout:
20983     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
20984     layout: "plot-latency"
20985
20986 - type: "plot"
20987   title: "Latency: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
20988   algorithm: "plot_lat_err_bars_name"
20989   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
20990   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20991   include:
20992     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20993     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20994     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20995     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20996   layout:
20997     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
20998     layout: "plot-latency"
20999
21000 - type: "plot"
21001   title: "Latency: 2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
21002   algorithm: "plot_lat_err_bars_name"
21003   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
21004   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21005   include:
21006     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
21007     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
21008     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
21009     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
21010     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21011   layout:
21012     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
21013     layout: "plot-latency"
21014
21015 - type: "plot"
21016   title: "Latency: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
21017   algorithm: "plot_lat_err_bars_name"
21018   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
21019   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21020   include:
21021     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21022     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
21023     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
21024     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
21025   layout:
21026     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
21027     layout: "plot-latency"
21028
21029 - type: "plot"
21030   title: "Latency: 2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
21031   algorithm: "plot_lat_err_bars_name"
21032   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
21033   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21034   include:
21035     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21036     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21037     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21038     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21039   layout:
21040     title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
21041     layout: "plot-latency"
21042
21043 - type: "plot"
21044   title: "Latency: 2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
21045   algorithm: "plot_lat_err_bars_name"
21046   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-lat"
21047   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21048   include:
21049     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21050     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21051     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21052     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
21053   layout:
21054     title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
21055     layout: "plot-latency"
21056
21057 - type: "plot"
21058   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr-lat"
21059   algorithm: "plot_lat_err_bars_name"
21060   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr-lat"
21061   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21062   include:
21063     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21064     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21065     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21066     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21067   layout:
21068     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
21069     layout: "plot-latency"
21070
21071 - type: "plot"
21072   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr-lat"
21073   algorithm: "plot_lat_err_bars_name"
21074   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr-lat"
21075   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21076   include:
21077     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
21078     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
21079   layout:
21080     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
21081     layout: "plot-latency"
21082
21083 - type: "plot"
21084   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr-lat"
21085   algorithm: "plot_lat_err_bars_name"
21086   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr-lat"
21087   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21088   include:
21089     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
21090     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
21091     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
21092     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
21093     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
21094     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
21095   layout:
21096     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
21097     layout: "plot-latency"
21098
21099 - type: "plot"
21100   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr-lat"
21101   algorithm: "plot_lat_err_bars_name"
21102   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr-lat"
21103   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21104   include:
21105     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21106     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21107     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21108     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21109     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
21110     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
21111   layout:
21112     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
21113     layout: "plot-latency"
21114
21115 - type: "plot"
21116   title: "Latency: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr-lat"
21117   algorithm: "plot_lat_err_bars_name"
21118   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr-lat"
21119   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21120   include:
21121     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
21122     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
21123     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
21124     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
21125     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
21126   layout:
21127     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
21128     layout: "plot-latency"
21129
21130 - type: "plot"
21131   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr-lat"
21132   algorithm: "plot_lat_err_bars_name"
21133   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr-lat"
21134   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21135   include:
21136     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
21137     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
21138     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21139     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
21140     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
21141     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21142   layout:
21143     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
21144     layout: "plot-latency"
21145
21146 - type: "plot"
21147   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr-lat"
21148   algorithm: "plot_lat_err_bars_name"
21149   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr-lat"
21150   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21151   include:
21152     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21153     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
21154     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
21155     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
21156   layout:
21157     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
21158     layout: "plot-latency"
21159
21160 - type: "plot"
21161   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-lat"
21162   algorithm: "plot_lat_err_bars_name"
21163   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-lat"
21164   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21165   include:
21166     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21167     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21168     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21169     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21170   layout:
21171     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
21172     layout: "plot-latency"
21173
21174 - type: "plot"
21175   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr-lat"
21176   algorithm: "plot_lat_err_bars_name"
21177   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr-lat"
21178   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21179   include:
21180     - "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"
21181     - "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"
21182     - "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"
21183     - "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"
21184   layout:
21185     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
21186     layout: "plot-latency"
21187
21188 ################################################################################
21189
21190 # Packet Latency 2C
21191
21192 - type: "plot"
21193   title: "Latency: 2n-clx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
21194   algorithm: "plot_lat_err_bars_name"
21195   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
21196   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21197   include:
21198     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21199     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21200     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21201     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21202   layout:
21203     title: "2n-clx-xxv710-64b-4t2c-memif-base-i40e-ndr"
21204     layout: "plot-latency"
21205
21206 - type: "plot"
21207   title: "Latency: 2n-clx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
21208   algorithm: "plot_lat_err_bars_name"
21209   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
21210   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21211   include:
21212     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
21213     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
21214     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
21215     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
21216     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
21217   layout:
21218     title: "2n-clx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
21219     layout: "plot-latency"
21220
21221 - type: "plot"
21222   title: "Latency: 2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
21223   algorithm: "plot_lat_err_bars_name"
21224   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
21225   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21226   include:
21227     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
21228     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
21229     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
21230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
21231   layout:
21232     title: "2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
21233     layout: "plot-latency"
21234
21235 - type: "plot"
21236   title: "Latency: 2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
21237   algorithm: "plot_lat_err_bars_name"
21238   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
21239   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21240   include:
21241     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
21242     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
21243     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
21244     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
21245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
21246   layout:
21247     title: "2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
21248     layout: "plot-latency"
21249
21250 - type: "plot"
21251   title: "Latency: 2n-clx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
21252   algorithm: "plot_lat_err_bars_name"
21253   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
21254   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21255   include:
21256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
21257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21260     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21261     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
21262   layout:
21263     title: "2n-clx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
21264     layout: "plot-latency"
21265
21266 - type: "plot"
21267   title: "Latency: 2n-clx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
21268   algorithm: "plot_lat_err_bars_name"
21269   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
21270   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21271   include:
21272     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
21273     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
21274     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
21275   layout:
21276     title: "2n-clx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
21277     layout: "plot-latency"
21278
21279 - type: "plot"
21280   title: "Latency: 2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
21281   algorithm: "plot_lat_err_bars_name"
21282   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
21283   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21284   include:
21285     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
21286     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
21287     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
21288     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
21289     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
21290   layout:
21291     title: "2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
21292     layout: "plot-latency"
21293
21294 - type: "plot"
21295   title: "Latency: 2n-clx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
21296   algorithm: "plot_lat_err_bars_name"
21297   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
21298   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21299   include:
21300     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
21301     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
21302     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
21303     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
21304     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
21305     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
21306   layout:
21307     title: "2n-clx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
21308     layout: "plot-latency"
21309
21310 - type: "plot"
21311   title: "Latency: 2n-clx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
21312   algorithm: "plot_lat_err_bars_name"
21313   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
21314   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21315   include:
21316     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
21317     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
21318     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
21319     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
21320   layout:
21321     title: "2n-clx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
21322     layout: "plot-latency"
21323
21324 - type: "plot"
21325   title: "Latency: 2n-clx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
21326   algorithm: "plot_lat_err_bars_name"
21327   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
21328   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21329   include:
21330     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
21331     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
21332     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
21333     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
21334     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
21335   layout:
21336     title: "2n-clx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
21337     layout: "plot-latency"
21338
21339 - type: "plot"
21340   title: "Latency: 2n-clx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
21341   algorithm: "plot_lat_err_bars_name"
21342   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
21343   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21344   include:
21345     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
21346     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
21347     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
21348     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
21349   layout:
21350     title: "2n-clx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
21351     layout: "plot-latency"
21352
21353 - type: "plot"
21354   title: "Latency: 2n-clx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
21355   algorithm: "plot_lat_err_bars_name"
21356   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
21357   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21358   include:
21359     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21360     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21361     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21362     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21363   layout:
21364     title: "2n-clx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
21365     layout: "plot-latency"
21366
21367 - type: "plot"
21368   title: "Latency: 2n-clx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
21369   algorithm: "plot_lat_err_bars_name"
21370   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-lat"
21371   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21372   include:
21373     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21374     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21375     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21376     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
21377   layout:
21378     title: "2n-clx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
21379     layout: "plot-latency"
21380
21381 - type: "plot"
21382   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-l2-eth-2memif-1dcr-ndr-lat"
21383   algorithm: "plot_lat_err_bars_name"
21384   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-l2-eth-2memif-1dcr-ndr-lat"
21385   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21386   include:
21387     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21388     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21389     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21390     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21391   layout:
21392     title: "2n-clx-cx556a-64b-4t2c-rdma-l2-eth-2memif-1dcr-ndr"
21393     layout: "plot-latency"
21394
21395 - type: "plot"
21396   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-ip4base-ndr-lat"
21397   algorithm: "plot_lat_err_bars_name"
21398   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-ip4base-ndr-lat"
21399   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21400   include:
21401     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-rdma-dot1q-ip4base-ndrpdr"
21402     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-rdma-ethip4-ip4base-ndrpdr"
21403   layout:
21404     title: "2n-clx-cx556a-64b-4t2c-rdma-ip4base-ndr"
21405     layout: "plot-latency"
21406
21407 - type: "plot"
21408   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-ethip4-ip4scale-ndr-lat"
21409   algorithm: "plot_lat_err_bars_name"
21410   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-ethip4-ip4scale-ndr-lat"
21411   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21412   include:
21413     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale20k-ndrpdr"
21414     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
21415     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale200k-ndrpdr"
21416     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
21417     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale2m-ndrpdr"
21418     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
21419   layout:
21420     title: "2n-clx-cx556a-64b-4t2c-rdma-ethip4-ip4scale-ndr"
21421     layout: "plot-latency"
21422
21423 - type: "plot"
21424   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-ethip4-features-ndr-lat"
21425   algorithm: "plot_lat_err_bars_name"
21426   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-ethip4-features-ndr-lat"
21427   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21428   include:
21429     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21430     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21431     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21432     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21433     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-4t2c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
21434     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-4t2c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
21435   layout:
21436     title: "2n-clx-cx556a-64b-4t2c-rdma-ethip4-features-ndr"
21437     layout: "plot-latency"
21438
21439 - type: "plot"
21440   title: "Latency: 2n-clx-cx556a-78b-4t2c-rdma-ip6routing-base-scale-ndr-lat"
21441   algorithm: "plot_lat_err_bars_name"
21442   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-4t2c-rdma-ip6routing-base-scale-ndr-lat"
21443   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21444   include:
21445     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-rdma-dot1q-ip6base-ndrpdr"
21446     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-rdma-ethip6-ip6base-ndrpdr"
21447     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-rdma-ethip6-ip6scale20k-ndrpdr"
21448     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-rdma-ethip6-ip6scale200k-ndrpdr"
21449     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-rdma-ethip6-ip6scale2m-ndrpdr"
21450   layout:
21451     title: "2n-clx-cx556a-78b-4t2c-rdma-ip6routing-base-scale-ndr"
21452     layout: "plot-latency"
21453
21454 - type: "plot"
21455   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-l2switching-base-ndr-lat"
21456   algorithm: "plot_lat_err_bars_name"
21457   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-l2switching-base-ndr-lat"
21458   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21459   include:
21460     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-rdma-dot1q-l2xcbase-ndrpdr"
21461     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
21462     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21463     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-4t2c-rdma-eth-l2patch-ndrpdr"
21464     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-4t2c-rdma-eth-l2xcbase-ndrpdr"
21465     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21466   layout:
21467     title: "2n-clx-cx556a-64b-4t2c-rdma-l2switching-base-ndr"
21468     layout: "plot-latency"
21469
21470 - type: "plot"
21471   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-l2switching-scale-ndr-lat"
21472   algorithm: "plot_lat_err_bars_name"
21473   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-l2switching-scale-ndr-lat"
21474   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21475   include:
21476     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21477     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
21478     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
21479     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
21480   layout:
21481     title: "2n-clx-cx556a-64b-4t2c-rdma-l2switching-scale-ndr"
21482     layout: "plot-latency"
21483
21484 - type: "plot"
21485   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-base-ndr-lat"
21486   algorithm: "plot_lat_err_bars_name"
21487   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-base-ndr-lat"
21488   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21489   include:
21490     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21491     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21492     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21493     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21494   layout:
21495     title: "2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-base-ndr"
21496     layout: "plot-latency"
21497
21498 - type: "plot"
21499   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-vppl2xc-base-ndr-lat"
21500   algorithm: "plot_lat_err_bars_name"
21501   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-vppl2xc-base-ndr-lat"
21502   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21503   include:
21504     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21505     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21506     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21507     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21508   layout:
21509     title: "2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-vppl2xc-base-ndr"
21510     layout: "plot-latency"
21511
21512 ################################################################################
21513
21514 # Packet Latency 4C
21515
21516 - type: "plot"
21517   title: "Latency: 2n-clx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
21518   algorithm: "plot_lat_err_bars_name"
21519   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
21520   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21521   include:
21522     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21523     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21524     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21525     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21526   layout:
21527     title: "2n-clx-xxv710-64b-8t4c-memif-base-i40e-ndr"
21528     layout: "plot-latency"
21529
21530 - type: "plot"
21531   title: "Latency: 2n-clx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
21532   algorithm: "plot_lat_err_bars_name"
21533   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
21534   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21535   include:
21536     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
21537     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
21538     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
21539     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
21540     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
21541   layout:
21542     title: "2n-clx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
21543     layout: "plot-latency"
21544
21545 - type: "plot"
21546   title: "Latency: 2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
21547   algorithm: "plot_lat_err_bars_name"
21548   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
21549   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21550   include:
21551     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
21552     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
21553     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
21554     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
21555   layout:
21556     title: "2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
21557     layout: "plot-latency"
21558
21559 - type: "plot"
21560   title: "Latency: 2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
21561   algorithm: "plot_lat_err_bars_name"
21562   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
21563   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21564   include:
21565     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
21566     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
21567     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
21568     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
21569     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
21570   layout:
21571     title: "2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
21572     layout: "plot-latency"
21573
21574 - type: "plot"
21575   title: "Latency: 2n-clx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
21576   algorithm: "plot_lat_err_bars_name"
21577   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
21578   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21579   include:
21580     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
21581     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21582     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21583     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21584     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21585     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
21586   layout:
21587     title: "2n-clx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
21588     layout: "plot-latency"
21589
21590 - type: "plot"
21591   title: "Latency: 2n-clx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
21592   algorithm: "plot_lat_err_bars_name"
21593   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
21594   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21595   include:
21596     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
21597     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
21598     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
21599   layout:
21600     title: "2n-clx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
21601     layout: "plot-latency"
21602
21603 - type: "plot"
21604   title: "Latency: 2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
21605   algorithm: "plot_lat_err_bars_name"
21606   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
21607   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21608   include:
21609     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
21610     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
21611     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
21612     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
21613     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
21614   layout:
21615     title: "2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
21616     layout: "plot-latency"
21617
21618 - type: "plot"
21619   title: "Latency: 2n-clx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
21620   algorithm: "plot_lat_err_bars_name"
21621   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
21622   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21623   include:
21624     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
21625     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
21626     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
21627     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
21628     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
21629     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
21630   layout:
21631     title: "2n-clx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
21632     layout: "plot-latency"
21633
21634 - type: "plot"
21635   title: "Latency: 2n-clx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
21636   algorithm: "plot_lat_err_bars_name"
21637   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
21638   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21639   include:
21640     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
21641     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
21642     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
21643     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
21644   layout:
21645     title: "2n-clx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
21646     layout: "plot-latency"
21647
21648 - type: "plot"
21649   title: "Latency: 2n-clx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
21650   algorithm: "plot_lat_err_bars_name"
21651   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
21652   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21653   include:
21654     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
21655     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
21656     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
21657     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
21658     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
21659   layout:
21660     title: "2n-clx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
21661     layout: "plot-latency"
21662
21663 - type: "plot"
21664   title: "Latency: 2n-clx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
21665   algorithm: "plot_lat_err_bars_name"
21666   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
21667   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21668   include:
21669     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
21670     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
21671     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
21672     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
21673   layout:
21674     title: "2n-clx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
21675     layout: "plot-latency"
21676
21677 - type: "plot"
21678   title: "Latency: 2n-clx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
21679   algorithm: "plot_lat_err_bars_name"
21680   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
21681   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21682   include:
21683     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21684     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21685     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21686     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21687   layout:
21688     title: "2n-clx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
21689     layout: "plot-latency"
21690
21691 - type: "plot"
21692   title: "Latency: 2n-clx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
21693   algorithm: "plot_lat_err_bars_name"
21694   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-lat"
21695   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21696   include:
21697     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21698     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21699     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21700     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
21701   layout:
21702     title: "2n-clx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
21703     layout: "plot-latency"
21704
21705 - type: "plot"
21706   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-l2-eth-2memif-1dcr-ndr-lat"
21707   algorithm: "plot_lat_err_bars_name"
21708   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-l2-eth-2memif-1dcr-ndr-lat"
21709   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21710   include:
21711     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21712     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21713     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21714     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21715   layout:
21716     title: "2n-clx-cx556a-64b-8t4c-rdma-l2-eth-2memif-1dcr-ndr"
21717     layout: "plot-latency"
21718
21719 - type: "plot"
21720   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-ip4base-ndr-lat"
21721   algorithm: "plot_lat_err_bars_name"
21722   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-ip4base-ndr-lat"
21723   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21724   include:
21725     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-rdma-dot1q-ip4base-ndrpdr"
21726     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-rdma-ethip4-ip4base-ndrpdr"
21727   layout:
21728     title: "2n-clx-cx556a-64b-8t4c-rdma-ip4base-ndr"
21729     layout: "plot-latency"
21730
21731 - type: "plot"
21732   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-ethip4-ip4scale-ndr-lat"
21733   algorithm: "plot_lat_err_bars_name"
21734   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-ethip4-ip4scale-ndr-lat"
21735   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21736   include:
21737     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale20k-ndrpdr"
21738     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
21739     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale200k-ndrpdr"
21740     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
21741     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale2m-ndrpdr"
21742     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
21743   layout:
21744     title: "2n-clx-cx556a-64b-8t4c-rdma-ethip4-ip4scale-ndr"
21745     layout: "plot-latency"
21746
21747 - type: "plot"
21748   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-ethip4-features-ndr-lat"
21749   algorithm: "plot_lat_err_bars_name"
21750   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-ethip4-features-ndr-lat"
21751   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21752   include:
21753     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21754     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21755     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21756     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21757     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-8t4c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
21758     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-8t4c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
21759   layout:
21760     title: "2n-clx-cx556a-64b-8t4c-rdma-ethip4-features-ndr"
21761     layout: "plot-latency"
21762
21763 - type: "plot"
21764   title: "Latency: 2n-clx-cx556a-78b-8t4c-rdma-ip6routing-base-scale-ndr-lat"
21765   algorithm: "plot_lat_err_bars_name"
21766   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-8t4c-rdma-ip6routing-base-scale-ndr-lat"
21767   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21768   include:
21769     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-rdma-dot1q-ip6base-ndrpdr"
21770     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-rdma-ethip6-ip6base-ndrpdr"
21771     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-rdma-ethip6-ip6scale20k-ndrpdr"
21772     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-rdma-ethip6-ip6scale200k-ndrpdr"
21773     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-rdma-ethip6-ip6scale2m-ndrpdr"
21774   layout:
21775     title: "2n-clx-cx556a-78b-8t4c-rdma-ip6routing-base-scale-ndr"
21776     layout: "plot-latency"
21777
21778 - type: "plot"
21779   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-l2switching-base-ndr-lat"
21780   algorithm: "plot_lat_err_bars_name"
21781   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-l2switching-base-ndr-lat"
21782   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21783   include:
21784     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-rdma-dot1q-l2xcbase-ndrpdr"
21785     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
21786     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21787     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-8t4c-rdma-eth-l2patch-ndrpdr"
21788     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-8t4c-rdma-eth-l2xcbase-ndrpdr"
21789     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21790   layout:
21791     title: "2n-clx-cx556a-64b-8t4c-rdma-l2switching-base-ndr"
21792     layout: "plot-latency"
21793
21794 - type: "plot"
21795   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-l2switching-scale-ndr-lat"
21796   algorithm: "plot_lat_err_bars_name"
21797   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-l2switching-scale-ndr-lat"
21798   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21799   include:
21800     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21801     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
21802     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
21803     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
21804   layout:
21805     title: "2n-clx-cx556a-64b-8t4c-rdma-l2switching-scale-ndr"
21806     layout: "plot-latency"
21807
21808 - type: "plot"
21809   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-base-ndr-lat"
21810   algorithm: "plot_lat_err_bars_name"
21811   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-base-ndr-lat"
21812   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21813   include:
21814     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21815     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21816     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21817     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21818   layout:
21819     title: "2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-base-ndr"
21820     layout: "plot-latency"
21821
21822 - type: "plot"
21823   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-vppl2xc-base-ndr-lat"
21824   algorithm: "plot_lat_err_bars_name"
21825   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-vppl2xc-base-ndr-lat"
21826   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21827   include:
21828     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21829     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21830     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21831     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21832   layout:
21833     title: "2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-vppl2xc-base-ndr"
21834     layout: "plot-latency"
21835
21836 ################################################################################
21837
21838 # HDRHistogram Packet Latency 1C
21839
21840 - type: "plot"
21841   title: "Latency: 2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat"
21842   graph-title: "2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr"
21843   algorithm: "plot_lat_hdrh_bar_name"
21844   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat"
21845   data: "plot-vpp-hdrh-lat-2n-clx"
21846   include:
21847     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21848     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21849     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21850     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21851   layout:
21852     layout: "plot-hdrh-latency"
21853
21854 - type: "plot"
21855   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr-hdrh-lat"
21856   graph-title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
21857   algorithm: "plot_lat_hdrh_bar_name"
21858   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr-hdrh-lat"
21859   data: "plot-vpp-hdrh-lat-2n-clx"
21860   include:
21861     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21862     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21863     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21864     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21865   layout:
21866     layout: "plot-hdrh-latency"
21867
21868 - type: "plot"
21869   title: "Latency: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
21870   graph-title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
21871   algorithm: "plot_lat_hdrh_bar_name"
21872   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
21873   data: "plot-vpp-hdrh-lat-2n-clx"
21874   include:
21875     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
21876     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
21877     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
21878     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
21879     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
21880   layout:
21881     layout: "plot-hdrh-latency"
21882
21883 - type: "plot"
21884   title: "Latency: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat"
21885   graph-title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
21886   algorithm: "plot_lat_hdrh_bar_name"
21887   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat"
21888   data: "plot-vpp-hdrh-lat-2n-clx"
21889   include:
21890     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
21891     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
21892     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
21893     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
21894   layout:
21895     layout: "plot-hdrh-latency"
21896
21897 - type: "plot"
21898   title: "Latency: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
21899   graph-title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
21900   algorithm: "plot_lat_hdrh_bar_name"
21901   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
21902   data: "plot-vpp-hdrh-lat-2n-clx"
21903   include:
21904     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
21905     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
21906     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
21907     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
21908     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
21909   layout:
21910     layout: "plot-hdrh-latency"
21911
21912 - type: "plot"
21913   title: "Latency: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat"
21914   graph-title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
21915   algorithm: "plot_lat_hdrh_bar_name"
21916   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat"
21917   data: "plot-vpp-hdrh-lat-2n-clx"
21918   include:
21919     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
21920     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21921     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21922     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21923     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21924     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
21925   layout:
21926     layout: "plot-hdrh-latency"
21927
21928 - type: "plot"
21929   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr-hdrh-lat"
21930   graph-title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
21931   algorithm: "plot_lat_hdrh_bar_name"
21932   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr-hdrh-lat"
21933   data: "plot-vpp-hdrh-lat-2n-clx"
21934   include:
21935     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
21936     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
21937   layout:
21938     layout: "plot-hdrh-latency"
21939
21940 - type: "plot"
21941   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr-hdrh-lat"
21942   graph-title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
21943   algorithm: "plot_lat_hdrh_bar_name"
21944   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr-hdrh-lat"
21945   data: "plot-vpp-hdrh-lat-2n-clx"
21946   include:
21947     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
21948     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
21949     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
21950     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
21951     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
21952     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
21953   layout:
21954     layout: "plot-hdrh-latency"
21955
21956 - type: "plot"
21957   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr-hdrh-lat"
21958   graph-title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
21959   algorithm: "plot_lat_hdrh_bar_name"
21960   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr-hdrh-lat"
21961   data: "plot-vpp-hdrh-lat-2n-clx"
21962   include:
21963     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21964     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21965     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21966     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21967     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
21968     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
21969   layout:
21970     layout: "plot-hdrh-latency"
21971
21972 - type: "plot"
21973   title: "Latency: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
21974   graph-title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
21975   algorithm: "plot_lat_hdrh_bar_name"
21976   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
21977   data: "plot-vpp-hdrh-lat-2n-clx"
21978   include:
21979     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
21980     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
21981     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
21982   layout:
21983     layout: "plot-hdrh-latency"
21984
21985 - type: "plot"
21986   title: "Latency: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
21987   graph-title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
21988   algorithm: "plot_lat_hdrh_bar_name"
21989   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
21990   data: "plot-vpp-hdrh-lat-2n-clx"
21991   include:
21992     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
21993     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
21994     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
21995     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
21996     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
21997   layout:
21998     layout: "plot-hdrh-latency"
21999
22000 - type: "plot"
22001   title: "Latency: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr-hdrh-lat"
22002   graph-title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
22003   algorithm: "plot_lat_hdrh_bar_name"
22004   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr-hdrh-lat"
22005   data: "plot-vpp-hdrh-lat-2n-clx"
22006   include:
22007     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
22008     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
22009     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
22010     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
22011     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
22012   layout:
22013     layout: "plot-hdrh-latency"
22014
22015 - type: "plot"
22016   title: "Latency: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
22017   graph-title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
22018   algorithm: "plot_lat_hdrh_bar_name"
22019   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
22020   data: "plot-vpp-hdrh-lat-2n-clx"
22021   include:
22022     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
22023     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22024     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
22025     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
22026     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
22027     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
22028   layout:
22029     layout: "plot-hdrh-latency"
22030
22031 - type: "plot"
22032   title: "Latency: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat"
22033   graph-title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
22034   algorithm: "plot_lat_hdrh_bar_name"
22035   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat"
22036   data: "plot-vpp-hdrh-lat-2n-clx"
22037   include:
22038     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
22039     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
22040     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22041     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
22042   layout:
22043     layout: "plot-hdrh-latency"
22044
22045 - type: "plot"
22046   title: "Latency: 2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat"
22047   graph-title: "2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
22048   algorithm: "plot_lat_hdrh_bar_name"
22049   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat"
22050   data: "plot-vpp-hdrh-lat-2n-clx"
22051   include:
22052     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
22053     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
22054     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
22055     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
22056     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
22057   layout:
22058     layout: "plot-hdrh-latency"
22059
22060 - type: "plot"
22061   title: "Latency: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat"
22062   graph-title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
22063   algorithm: "plot_lat_hdrh_bar_name"
22064   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat"
22065   data: "plot-vpp-hdrh-lat-2n-clx"
22066   include:
22067     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
22068     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
22069     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
22070     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
22071   layout:
22072     layout: "plot-hdrh-latency"
22073
22074 - type: "plot"
22075   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr-hdrh-lat"
22076   graph-title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
22077   algorithm: "plot_lat_hdrh_bar_name"
22078   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr-hdrh-lat"
22079   data: "plot-vpp-hdrh-lat-2n-clx"
22080   include:
22081     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
22082     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
22083     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22084     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
22085     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
22086     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22087   layout:
22088     layout: "plot-hdrh-latency"
22089
22090 - type: "plot"
22091   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr-hdrh-lat"
22092   graph-title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
22093   algorithm: "plot_lat_hdrh_bar_name"
22094   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr-hdrh-lat"
22095   data: "plot-vpp-hdrh-lat-2n-clx"
22096   include:
22097     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22098     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
22099     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
22100     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
22101   layout:
22102     layout: "plot-hdrh-latency"
22103
22104 - type: "plot"
22105   title: "Latency: 2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
22106   graph-title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
22107   algorithm: "plot_lat_hdrh_bar_name"
22108   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr-hdrh-lat"
22109   data: "plot-vpp-hdrh-lat-2n-clx"
22110   include:
22111     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22112     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22113     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22114     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22115   layout:
22116     layout: "plot-hdrh-latency"
22117
22118 - type: "plot"
22119   title: "Latency: 2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
22120   graph-title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
22121   algorithm: "plot_lat_hdrh_bar_name"
22122   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-hdrh-lat"
22123   data: "plot-vpp-hdrh-lat-2n-clx"
22124   include:
22125     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22126     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22127     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22128     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
22129   layout:
22130     layout: "plot-hdrh-latency"
22131
22132 - type: "plot"
22133   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-hdrh-lat"
22134   graph-title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
22135   algorithm: "plot_lat_hdrh_bar_name"
22136   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-hdrh-lat"
22137   data: "plot-vpp-hdrh-lat-2n-clx"
22138   include:
22139     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22140     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22141     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22142     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22143   layout:
22144     layout: "plot-hdrh-latency"
22145
22146 - type: "plot"
22147   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr-hdrh-lat"
22148   graph-title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
22149   algorithm: "plot_lat_hdrh_bar_name"
22150   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr-hdrh-lat"
22151   data: "plot-vpp-hdrh-lat-2n-clx"
22152   include:
22153     - "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"
22154     - "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"
22155     - "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"
22156     - "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"
22157   layout:
22158     layout: "plot-hdrh-latency"
22159
22160 ################################################################################
22161
22162 # HDRHistogram Packet Latency 2C
22163
22164 - type: "plot"
22165   title: "Latency: 2n-clx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat"
22166   graph-title: "2n-clx-xxv710-64b-4t2c-memif-base-i40e-ndr"
22167   algorithm: "plot_lat_hdrh_bar_name"
22168   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat"
22169   data: "plot-vpp-hdrh-lat-2n-clx"
22170   include:
22171     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
22172     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22173     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22174     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
22175   layout:
22176     layout: "plot-hdrh-latency"
22177
22178 - type: "plot"
22179   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-l2-eth-2memif-1dcr-ndr-hdrh-lat"
22180   graph-title: "2n-clx-cx556a-64b-4t2c-rdma-l2-eth-2memif-1dcr-ndr"
22181   algorithm: "plot_lat_hdrh_bar_name"
22182   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-l2-eth-2memif-1dcr-ndr-hdrh-lat"
22183   data: "plot-vpp-hdrh-lat-2n-clx"
22184   include:
22185     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22186     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22187     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
22188     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
22189   layout:
22190     layout: "plot-hdrh-latency"
22191
22192 - type: "plot"
22193   title: "Latency: 2n-clx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
22194   graph-title: "2n-clx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
22195   algorithm: "plot_lat_hdrh_bar_name"
22196   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
22197   data: "plot-vpp-hdrh-lat-2n-clx"
22198   include:
22199     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
22200     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
22201     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
22202     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
22203     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
22204   layout:
22205     layout: "plot-hdrh-latency"
22206
22207 - type: "plot"
22208   title: "Latency: 2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat"
22209   graph-title: "2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
22210   algorithm: "plot_lat_hdrh_bar_name"
22211   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat"
22212   data: "plot-vpp-hdrh-lat-2n-clx"
22213   include:
22214     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
22215     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
22216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
22217     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
22218   layout:
22219     layout: "plot-hdrh-latency"
22220
22221 - type: "plot"
22222   title: "Latency: 2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
22223   graph-title: "2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
22224   algorithm: "plot_lat_hdrh_bar_name"
22225   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
22226   data: "plot-vpp-hdrh-lat-2n-clx"
22227   include:
22228     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
22229     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
22230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
22231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
22232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
22233   layout:
22234     layout: "plot-hdrh-latency"
22235
22236 - type: "plot"
22237   title: "Latency: 2n-clx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat"
22238   graph-title: "2n-clx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
22239   algorithm: "plot_lat_hdrh_bar_name"
22240   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat"
22241   data: "plot-vpp-hdrh-lat-2n-clx"
22242   include:
22243     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
22244     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
22246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
22247     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
22248     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
22249   layout:
22250     layout: "plot-hdrh-latency"
22251
22252 - type: "plot"
22253   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-ip4base-ndr-hdrh-lat"
22254   graph-title: "2n-clx-cx556a-64b-4t2c-rdma-ip4base-ndr"
22255   algorithm: "plot_lat_hdrh_bar_name"
22256   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-ip4base-ndr-hdrh-lat"
22257   data: "plot-vpp-hdrh-lat-2n-clx"
22258   include:
22259     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-rdma-dot1q-ip4base-ndrpdr"
22260     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-rdma-ethip4-ip4base-ndrpdr"
22261   layout:
22262     layout: "plot-hdrh-latency"
22263
22264 - type: "plot"
22265   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-ethip4-ip4scale-ndr-hdrh-lat"
22266   graph-title: "2n-clx-cx556a-64b-4t2c-rdma-ethip4-ip4scale-ndr"
22267   algorithm: "plot_lat_hdrh_bar_name"
22268   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-ethip4-ip4scale-ndr-hdrh-lat"
22269   data: "plot-vpp-hdrh-lat-2n-clx"
22270   include:
22271     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale20k-ndrpdr"
22272     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
22273     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale200k-ndrpdr"
22274     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
22275     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale2m-ndrpdr"
22276     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
22277   layout:
22278     layout: "plot-hdrh-latency"
22279
22280 - type: "plot"
22281   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-ethip4-features-ndr-hdrh-lat"
22282   graph-title: "2n-clx-cx556a-64b-4t2c-rdma-ethip4-features-ndr"
22283   algorithm: "plot_lat_hdrh_bar_name"
22284   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-ethip4-features-ndr-hdrh-lat"
22285   data: "plot-vpp-hdrh-lat-2n-clx"
22286   include:
22287     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22288     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
22289     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
22290     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
22291     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-4t2c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
22292     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-4t2c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
22293   layout:
22294     layout: "plot-hdrh-latency"
22295
22296 - type: "plot"
22297   title: "Latency: 2n-clx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
22298   graph-title: "2n-clx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
22299   algorithm: "plot_lat_hdrh_bar_name"
22300   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
22301   data: "plot-vpp-hdrh-lat-2n-clx"
22302   include:
22303     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
22304     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
22305     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
22306   layout:
22307     layout: "plot-hdrh-latency"
22308
22309 - type: "plot"
22310   title: "Latency: 2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
22311   graph-title: "2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
22312   algorithm: "plot_lat_hdrh_bar_name"
22313   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
22314   data: "plot-vpp-hdrh-lat-2n-clx"
22315   include:
22316     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
22317     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
22318     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
22319     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
22320     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
22321   layout:
22322     layout: "plot-hdrh-latency"
22323
22324 - type: "plot"
22325   title: "Latency: 2n-clx-cx556a-78b-4t2c-rdma-ip6routing-base-scale-ndr-hdrh-lat"
22326   graph-title: "2n-clx-cx556a-78b-4t2c-rdma-ip6routing-base-scale-ndr"
22327   algorithm: "plot_lat_hdrh_bar_name"
22328   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-4t2c-rdma-ip6routing-base-scale-ndr-hdrh-lat"
22329   data: "plot-vpp-hdrh-lat-2n-clx"
22330   include:
22331     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-rdma-dot1q-ip6base-ndrpdr"
22332     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-rdma-ethip6-ip6base-ndrpdr"
22333     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-rdma-ethip6-ip6scale20k-ndrpdr"
22334     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-rdma-ethip6-ip6scale200k-ndrpdr"
22335     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-rdma-ethip6-ip6scale2m-ndrpdr"
22336   layout:
22337     layout: "plot-hdrh-latency"
22338
22339 - type: "plot"
22340   title: "Latency: 2n-clx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
22341   graph-title: "2n-clx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
22342   algorithm: "plot_lat_hdrh_bar_name"
22343   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
22344   data: "plot-vpp-hdrh-lat-2n-clx"
22345   include:
22346     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
22347     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22348     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
22349     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
22350     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
22351     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
22352   layout:
22353     layout: "plot-hdrh-latency"
22354
22355 - type: "plot"
22356   title: "Latency: 2n-clx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat"
22357   graph-title: "2n-clx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
22358   algorithm: "plot_lat_hdrh_bar_name"
22359   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat"
22360   data: "plot-vpp-hdrh-lat-2n-clx"
22361   include:
22362     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
22363     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
22364     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22365     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
22366   layout:
22367     layout: "plot-hdrh-latency"
22368
22369 - type: "plot"
22370   title: "Latency: 2n-clx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat"
22371   graph-title: "2n-clx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
22372   algorithm: "plot_lat_hdrh_bar_name"
22373   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat"
22374   data: "plot-vpp-hdrh-lat-2n-clx"
22375   include:
22376     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
22377     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
22378     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
22379     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
22380     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
22381   layout:
22382     layout: "plot-hdrh-latency"
22383
22384 - type: "plot"
22385   title: "Latency: 2n-clx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat"
22386   graph-title: "2n-clx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
22387   algorithm: "plot_lat_hdrh_bar_name"
22388   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat"
22389   data: "plot-vpp-hdrh-lat-2n-clx"
22390   include:
22391     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
22392     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
22393     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
22394     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
22395   layout:
22396     layout: "plot-hdrh-latency"
22397
22398 - type: "plot"
22399   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-l2switching-base-ndr-hdrh-lat"
22400   graph-title: "2n-clx-cx556a-64b-4t2c-rdma-l2switching-base-ndr"
22401   algorithm: "plot_lat_hdrh_bar_name"
22402   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-l2switching-base-ndr-hdrh-lat"
22403   data: "plot-vpp-hdrh-lat-2n-clx"
22404   include:
22405     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-rdma-dot1q-l2xcbase-ndrpdr"
22406     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
22407     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22408     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-4t2c-rdma-eth-l2patch-ndrpdr"
22409     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-4t2c-rdma-eth-l2xcbase-ndrpdr"
22410     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22411   layout:
22412     layout: "plot-hdrh-latency"
22413
22414 - type: "plot"
22415   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-l2switching-scale-ndr-hdrh-lat"
22416   graph-title: "2n-clx-cx556a-64b-4t2c-rdma-l2switching-scale-ndr"
22417   algorithm: "plot_lat_hdrh_bar_name"
22418   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-l2switching-scale-ndr-hdrh-lat"
22419   data: "plot-vpp-hdrh-lat-2n-clx"
22420   include:
22421     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22422     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
22423     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
22424     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
22425   layout:
22426     layout: "plot-hdrh-latency"
22427
22428 - type: "plot"
22429   title: "Latency: 2n-clx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
22430   graph-title: "2n-clx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
22431   algorithm: "plot_lat_hdrh_bar_name"
22432   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-vhost-base-i40e-ndr-hdrh-lat"
22433   data: "plot-vpp-hdrh-lat-2n-clx"
22434   include:
22435     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22436     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22437     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22438     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22439   layout:
22440     layout: "plot-hdrh-latency"
22441
22442 - type: "plot"
22443   title: "Latency: 2n-clx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
22444   graph-title: "2n-clx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
22445   algorithm: "plot_lat_hdrh_bar_name"
22446   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-hdrh-lat"
22447   data: "plot-vpp-hdrh-lat-2n-clx"
22448   include:
22449     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22450     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22451     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22452     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
22453   layout:
22454     layout: "plot-hdrh-latency"
22455
22456 - type: "plot"
22457   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-base-ndr-hdrh-lat"
22458   graph-title: "2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-base-ndr"
22459   algorithm: "plot_lat_hdrh_bar_name"
22460   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-base-ndr-hdrh-lat"
22461   data: "plot-vpp-hdrh-lat-2n-clx"
22462   include:
22463     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22464     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22465     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22466     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22467   layout:
22468     layout: "plot-hdrh-latency"
22469
22470 - type: "plot"
22471   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-vppl2xc-base-ndr-hdrh-lat"
22472   graph-title: "2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-vppl2xc-base-ndr"
22473   algorithm: "plot_lat_hdrh_bar_name"
22474   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-vppl2xc-base-ndr-hdrh-lat"
22475   data: "plot-vpp-hdrh-lat-2n-clx"
22476   include:
22477     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22478     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22479     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22480     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22481   layout:
22482     layout: "plot-hdrh-latency"
22483
22484 ################################################################################
22485
22486 # HDRHistogram Packet Latency 4C
22487
22488 - type: "plot"
22489   title: "Latency: 2n-clx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat"
22490   graph-title: "2n-clx-xxv710-64b-8t4c-memif-base-i40e-ndr"
22491   algorithm: "plot_lat_hdrh_bar_name"
22492   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat"
22493   data: "plot-vpp-hdrh-lat-2n-clx"
22494   include:
22495     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
22496     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22497     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22498     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
22499   layout:
22500     layout: "plot-hdrh-latency"
22501
22502 - type: "plot"
22503   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-l2-eth-2memif-1dcr-ndr-hdrh-lat"
22504   graph-title: "2n-clx-cx556a-64b-8t4c-rdma-l2-eth-2memif-1dcr-ndr"
22505   algorithm: "plot_lat_hdrh_bar_name"
22506   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-l2-eth-2memif-1dcr-ndr-hdrh-lat"
22507   data: "plot-vpp-hdrh-lat-2n-clx"
22508   include:
22509     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22510     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22511     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
22512     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
22513   layout:
22514     layout: "plot-hdrh-latency"
22515
22516 - type: "plot"
22517   title: "Latency: 2n-clx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
22518   graph-title: "2n-clx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
22519   algorithm: "plot_lat_hdrh_bar_name"
22520   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
22521   data: "plot-vpp-hdrh-lat-2n-clx"
22522   include:
22523     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
22524     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
22525     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
22526     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
22527     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
22528   layout:
22529     layout: "plot-hdrh-latency"
22530
22531 - type: "plot"
22532   title: "Latency: 2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat"
22533   graph-title: "2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
22534   algorithm: "plot_lat_hdrh_bar_name"
22535   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat"
22536   data: "plot-vpp-hdrh-lat-2n-clx"
22537   include:
22538     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
22539     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
22540     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
22541     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
22542   layout:
22543     layout: "plot-hdrh-latency"
22544
22545 - type: "plot"
22546   title: "Latency: 2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
22547   graph-title: "2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
22548   algorithm: "plot_lat_hdrh_bar_name"
22549   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
22550   data: "plot-vpp-hdrh-lat-2n-clx"
22551   include:
22552     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
22553     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
22554     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
22555     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
22556     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
22557   layout:
22558     layout: "plot-hdrh-latency"
22559
22560 - type: "plot"
22561   title: "Latency: 2n-clx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat"
22562   graph-title: "2n-clx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
22563   algorithm: "plot_lat_hdrh_bar_name"
22564   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat"
22565   data: "plot-vpp-hdrh-lat-2n-clx"
22566   include:
22567     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
22568     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22569     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
22570     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
22571     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
22572     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
22573   layout:
22574     layout: "plot-hdrh-latency"
22575
22576 - type: "plot"
22577   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-ip4base-ndr-hdrh-lat"
22578   graph-title: "2n-clx-cx556a-64b-8t4c-rdma-ip4base-ndr"
22579   algorithm: "plot_lat_hdrh_bar_name"
22580   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-ip4base-ndr-hdrh-lat"
22581   data: "plot-vpp-hdrh-lat-2n-clx"
22582   include:
22583     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-rdma-dot1q-ip4base-ndrpdr"
22584     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-rdma-ethip4-ip4base-ndrpdr"
22585   layout:
22586     layout: "plot-hdrh-latency"
22587
22588 - type: "plot"
22589   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-ethip4-ip4scale-ndr-hdrh-lat"
22590   graph-title: "2n-clx-cx556a-64b-8t4c-rdma-ethip4-ip4scale-ndr"
22591   algorithm: "plot_lat_hdrh_bar_name"
22592   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-ethip4-ip4scale-ndr-hdrh-lat"
22593   data: "plot-vpp-hdrh-lat-2n-clx"
22594   include:
22595     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale20k-ndrpdr"
22596     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
22597     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale200k-ndrpdr"
22598     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
22599     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale2m-ndrpdr"
22600     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
22601   layout:
22602     layout: "plot-hdrh-latency"
22603
22604 - type: "plot"
22605   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-ethip4-features-ndr-hdrh-lat"
22606   graph-title: "2n-clx-cx556a-64b-8t4c-rdma-ethip4-features-ndr"
22607   algorithm: "plot_lat_hdrh_bar_name"
22608   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-ethip4-features-ndr-hdrh-lat"
22609   data: "plot-vpp-hdrh-lat-2n-clx"
22610   include:
22611     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22612     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
22613     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
22614     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
22615     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-8t4c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
22616     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-8t4c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
22617   layout:
22618     layout: "plot-hdrh-latency"
22619
22620 - type: "plot"
22621   title: "Latency: 2n-clx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
22622   graph-title: "2n-clx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
22623   algorithm: "plot_lat_hdrh_bar_name"
22624   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
22625   data: "plot-vpp-hdrh-lat-2n-clx"
22626   include:
22627     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
22628     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
22629     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
22630   layout:
22631     layout: "plot-hdrh-latency"
22632
22633 - type: "plot"
22634   title: "Latency: 2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
22635   graph-title: "2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
22636   algorithm: "plot_lat_hdrh_bar_name"
22637   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
22638   data: "plot-vpp-hdrh-lat-2n-clx"
22639   include:
22640     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
22641     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
22642     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
22643     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
22644     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
22645   layout:
22646     layout: "plot-hdrh-latency"
22647
22648 - type: "plot"
22649   title: "Latency: 2n-clx-cx556a-78b-8t4c-rdma-ip6routing-base-scale-ndr-hdrh-lat"
22650   graph-title: "2n-clx-cx556a-78b-8t4c-rdma-ip6routing-base-scale-ndr"
22651   algorithm: "plot_lat_hdrh_bar_name"
22652   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-8t4c-rdma-ip6routing-base-scale-ndr-hdrh-lat"
22653   data: "plot-vpp-hdrh-lat-2n-clx"
22654   include:
22655     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-rdma-dot1q-ip6base-ndrpdr"
22656     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-rdma-ethip6-ip6base-ndrpdr"
22657     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-rdma-ethip6-ip6scale20k-ndrpdr"
22658     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-rdma-ethip6-ip6scale200k-ndrpdr"
22659     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-rdma-ethip6-ip6scale2m-ndrpdr"
22660   layout:
22661     layout: "plot-hdrh-latency"
22662
22663 - type: "plot"
22664   title: "Latency: 2n-clx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
22665   graph-title: "2n-clx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
22666   algorithm: "plot_lat_hdrh_bar_name"
22667   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
22668   data: "plot-vpp-hdrh-lat-2n-clx"
22669   include:
22670     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
22671     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22672     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
22673     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
22674     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
22675     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
22676   layout:
22677     layout: "plot-hdrh-latency"
22678
22679 - type: "plot"
22680   title: "Latency: 2n-clx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat"
22681   graph-title: "2n-clx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
22682   algorithm: "plot_lat_hdrh_bar_name"
22683   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat"
22684   data: "plot-vpp-hdrh-lat-2n-clx"
22685   include:
22686     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
22687     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
22688     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22689     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
22690   layout:
22691     layout: "plot-hdrh-latency"
22692
22693 - type: "plot"
22694   title: "Latency: 2n-clx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat"
22695   graph-title: "2n-clx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
22696   algorithm: "plot_lat_hdrh_bar_name"
22697   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat"
22698   data: "plot-vpp-hdrh-lat-2n-clx"
22699   include:
22700     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
22701     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
22702     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
22703     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
22704     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
22705   layout:
22706     layout: "plot-hdrh-latency"
22707
22708 - type: "plot"
22709   title: "Latency: 2n-clx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat"
22710   graph-title: "2n-clx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
22711   algorithm: "plot_lat_hdrh_bar_name"
22712   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat"
22713   data: "plot-vpp-hdrh-lat-2n-clx"
22714   include:
22715     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
22716     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
22717     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
22718     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
22719   layout:
22720     layout: "plot-hdrh-latency"
22721
22722 - type: "plot"
22723   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-l2switching-base-ndr-hdrh-lat"
22724   graph-title: "2n-clx-cx556a-64b-8t4c-rdma-l2switching-base-ndr"
22725   algorithm: "plot_lat_hdrh_bar_name"
22726   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-l2switching-base-ndr-hdrh-lat"
22727   data: "plot-vpp-hdrh-lat-2n-clx"
22728   include:
22729     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-rdma-dot1q-l2xcbase-ndrpdr"
22730     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
22731     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22732     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-8t4c-rdma-eth-l2patch-ndrpdr"
22733     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-8t4c-rdma-eth-l2xcbase-ndrpdr"
22734     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22735   layout:
22736     layout: "plot-hdrh-latency"
22737
22738 - type: "plot"
22739   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-l2switching-scale-ndr-hdrh-lat"
22740   graph-title: "2n-clx-cx556a-64b-8t4c-rdma-l2switching-scale-ndr"
22741   algorithm: "plot_lat_hdrh_bar_name"
22742   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-l2switching-scale-ndr-hdrh-lat"
22743   data: "plot-vpp-hdrh-lat-2n-clx"
22744   include:
22745     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22746     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
22747     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
22748     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
22749   layout:
22750     layout: "plot-hdrh-latency"
22751
22752 - type: "plot"
22753   title: "Latency: 2n-clx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
22754   graph-title: "2n-clx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
22755   algorithm: "plot_lat_hdrh_bar_name"
22756   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-vhost-base-i40e-ndr-hdrh-lat"
22757   data: "plot-vpp-hdrh-lat-2n-clx"
22758   include:
22759     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22760     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22761     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22762     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22763   layout:
22764     layout: "plot-hdrh-latency"
22765
22766 - type: "plot"
22767   title: "Latency: 2n-clx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
22768   graph-title: "2n-clx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
22769   algorithm: "plot_lat_hdrh_bar_name"
22770   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-hdrh-lat"
22771   data: "plot-vpp-hdrh-lat-2n-clx"
22772   include:
22773     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22774     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22775     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22776     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
22777   layout:
22778     layout: "plot-hdrh-latency"
22779
22780 - type: "plot"
22781   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-base-ndr-hdrh-lat"
22782   graph-title: "2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-base-ndr"
22783   algorithm: "plot_lat_hdrh_bar_name"
22784   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-base-ndr-hdrh-lat"
22785   data: "plot-vpp-hdrh-lat-2n-clx"
22786   include:
22787     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22788     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22789     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22790     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22791   layout:
22792     layout: "plot-hdrh-latency"
22793
22794 - type: "plot"
22795   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-vppl2xc-base-ndr-hdrh-lat"
22796   graph-title: "2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-vppl2xc-base-ndr"
22797   algorithm: "plot_lat_hdrh_bar_name"
22798   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-vppl2xc-base-ndr-hdrh-lat"
22799   data: "plot-vpp-hdrh-lat-2n-clx"
22800   include:
22801     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22802     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22803     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22804     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22805   layout:
22806     layout: "plot-hdrh-latency"
22807
22808 ################################################################################
22809
22810 # Packet Speedup
22811
22812 - type: "plot"
22813   title: "Speedup: 2n-clx-xxv710-64b-memif-base-i40e-ndr-tsa"
22814   algorithm: "plot_tsa_name"
22815   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-i40e-ndr-tsa"
22816   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22817   include:
22818     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
22819     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22820     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22821     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
22822   layout:
22823     title: "2n-clx-xxv710-64b-memif-base-i40e-ndr"
22824     layout: "plot-throughput-speedup-analysis"
22825
22826 - type: "plot"
22827   title: "Speedup: 2n-clx-xxv710-64b-memif-base-i40e-pdr-tsa"
22828   algorithm: "plot_tsa_name"
22829   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-i40e-pdr-tsa"
22830   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22831   include:
22832     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
22833     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22834     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22835     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
22836   layout:
22837     title: "2n-clx-xxv710-64b-memif-base-i40e-pdr"
22838     layout: "plot-throughput-speedup-analysis"
22839
22840 - type: "plot"
22841   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr-tsa"
22842   algorithm: "plot_tsa_name"
22843   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr-tsa"
22844   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22845   include:
22846     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22847     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22848     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
22849     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
22850   layout:
22851     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
22852     layout: "plot-throughput"
22853
22854 - type: "plot"
22855   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr-tsa"
22856   algorithm: "plot_tsa_name"
22857   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr-tsa"
22858   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22859   include:
22860     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22861     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22862     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
22863     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
22864   layout:
22865     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
22866     layout: "plot-throughput"
22867
22868 - type: "plot"
22869   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
22870   algorithm: "plot_tsa_name"
22871   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
22872   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22873   include:
22874     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
22875     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
22876     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
22877     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
22878     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
22879   layout:
22880     title: "2n-clx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
22881     layout: "plot-throughput-speedup-analysis"
22882
22883 - type: "plot"
22884   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
22885   algorithm: "plot_tsa_name"
22886   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
22887   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22888   include:
22889     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
22890     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
22891     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
22892     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
22893     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
22894   layout:
22895     title: "2n-clx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
22896     layout: "plot-throughput-speedup-analysis"
22897
22898 - type: "plot"
22899   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
22900   algorithm: "plot_tsa_name"
22901   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
22902   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22903   include:
22904     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
22905     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
22906     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
22907     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
22908   layout:
22909     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
22910     layout: "plot-throughput-speedup-analysis"
22911
22912 - type: "plot"
22913   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
22914   algorithm: "plot_tsa_name"
22915   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
22916   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22917   include:
22918     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
22919     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
22920     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
22921     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
22922   layout:
22923     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
22924     layout: "plot-throughput-speedup-analysis"
22925
22926 - type: "plot"
22927   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
22928   algorithm: "plot_tsa_name"
22929   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
22930   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22931   include:
22932     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
22933     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
22934     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
22935     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
22936     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
22937   layout:
22938     title: "2n-clx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
22939     layout: "plot-throughput-speedup-analysis"
22940
22941 - type: "plot"
22942   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
22943   algorithm: "plot_tsa_name"
22944   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
22945   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22946   include:
22947     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
22948     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
22949     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
22950     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
22951     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
22952   layout:
22953     title: "2n-clx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
22954     layout: "plot-throughput-speedup-analysis"
22955
22956 - type: "plot"
22957   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
22958   algorithm: "plot_tsa_name"
22959   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
22960   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22961   include:
22962     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
22963     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22964     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
22965     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
22966     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
22967     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
22968   layout:
22969     title: "2n-clx-xxv710-64b-features-ip4routing-base-i40e-ndr"
22970     layout: "plot-throughput-speedup-analysis"
22971
22972 - type: "plot"
22973   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
22974   algorithm: "plot_tsa_name"
22975   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
22976   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22977   include:
22978     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
22979     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22980     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
22981     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
22982     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
22983     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
22984   layout:
22985     title: "2n-clx-xxv710-64b-features-ip4routing-base-i40e-pdr"
22986     layout: "plot-throughput-speedup-analysis"
22987
22988 - type: "plot"
22989   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr-tsa"
22990   algorithm: "plot_tsa_name"
22991   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr-tsa"
22992   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22993   include:
22994     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
22995     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
22996   layout:
22997     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
22998     layout: "plot-throughput"
22999
23000 - type: "plot"
23001   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr-tsa"
23002   algorithm: "plot_tsa_name"
23003   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr-tsa"
23004   data: "plot-vpp-throughput-lat-tsa-2n-clx"
23005   include:
23006     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
23007     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
23008   layout:
23009     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
23010     layout: "plot-throughput"
23011
23012 - type: "plot"
23013   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr-tsa"
23014   algorithm: "plot_tsa_name"
23015   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr-tsa"
23016   data: "plot-vpp-throughput-lat-tsa-2n-clx"
23017   include:
23018     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
23019     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
23020     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
23021     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
23022     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
23023     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
23024   layout:
23025     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
23026     layout: "plot-throughput"
23027
23028 - type: "plot"
23029   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr-tsa"
23030   algorithm: "plot_tsa_name"
23031   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr-tsa"
23032   data: "plot-vpp-throughput-lat-tsa-2n-clx"
23033   include:
23034     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
23035     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
23036     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
23037     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
23038     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
23039     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
23040   layout:
23041     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
23042     layout: "plot-throughput"
23043
23044 - type: "plot"
23045   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr-tsa"
23046   algorithm: "plot_tsa_name"
23047   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr-tsa"
23048   data: "plot-vpp-throughput-lat-tsa-2n-clx"
23049   include:
23050     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
23051     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
23052     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
23053     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
23054     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
23055     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
23056   layout:
23057     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
23058     layout: "plot-throughput"
23059
23060 - type: "plot"
23061   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr-tsa"
23062   algorithm: "plot_tsa_name"
23063   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr-tsa"
23064   data: "plot-vpp-throughput-lat-tsa-2n-clx"
23065   include:
23066     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
23067     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
23068     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
23069     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
23070     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
23071     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
23072   layout:
23073     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
23074     layout: "plot-throughput"
23075
23076 - type: "plot"
23077   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
23078   algorithm: "plot_tsa_name"
23079   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
23080   data: "plot-vpp-throughput-lat-tsa-2n-clx"
23081   include:
23082     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
23083     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
23084     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
23085   layout:
23086     title: "2n-clx-x710-78b-ip6routing-base-scale-i40e-ndr"
23087     layout: "plot-throughput-speedup-analysis"
23088
23089 - type: "plot"
23090   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
23091   algorithm: "plot_tsa_name"
23092   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
23093   data: "plot-vpp-throughput-lat-tsa-2n-clx"
23094   include:
23095     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
23096     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
23097     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
23098   layout:
23099     title: "2n-clx-x710-78b-ip6routing-base-scale-i40e-pdr"
23100     layout: "plot-throughput-speedup-analysis"
23101
23102 - type: "plot"
23103   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
23104   algorithm: "plot_tsa_name"
23105   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
23106   data: "plot-vpp-throughput-lat-tsa-2n-clx"
23107   include:
23108     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
23109     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
23110     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
23111     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
23112     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
23113   layout:
23114     title: "2n-clx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
23115     layout: "plot-throughput-speedup-analysis"
23116
23117 - type: "plot"
23118   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
23119   algorithm: "plot_tsa_name"
23120   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
23121   data: "plot-vpp-throughput-lat-tsa-2n-clx"
23122   include:
23123     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
23124     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
23125     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
23126     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
23127     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
23128   layout:
23129     title: "2n-clx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
23130     layout: "plot-throughput-speedup-analysis"
23131
23132 - type: "plot"
23133   title: "Speedup: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr-tsa"
23134   algorithm: "plot_tsa_name"
23135   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr-tsa"
23136   data: "plot-vpp-throughput-lat-tsa-2n-clx"
23137   include:
23138     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
23139     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
23140     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
23141     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
23142     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
23143   layout:
23144     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
23145     layout: "plot-throughput"
23146
23147 - type: "plot"
23148   title: "Speedup: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr-tsa"
23149   algorithm: "plot_tsa_name"
23150   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr-tsa"
23151   data: "plot-vpp-throughput-lat-tsa-2n-clx"
23152   include:
23153     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
23154     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
23155     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
23156     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
23157     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
23158   layout:
23159     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
23160     layout: "plot-throughput"
23161
23162 - type: "plot"
23163   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
23164   algorithm: "plot_tsa_name"
23165   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
23166   data: "plot-vpp-throughput-lat-tsa-2n-clx"
23167   include:
23168     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
23169     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
23170     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
23171     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
23172     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
23173     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
23174   layout:
23175     title: "2n-clx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
23176     layout: "plot-throughput-speedup-analysis"
23177
23178 - type: "plot"
23179   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
23180   algorithm: "plot_tsa_name"
23181   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
23182   data: "plot-vpp-throughput-lat-tsa-2n-clx"
23183   include:
23184     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
23185     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
23186     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
23187     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
23188     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
23189     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
23190   layout:
23191     title: "2n-clx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
23192     layout: "plot-throughput-speedup-analysis"
23193
23194 - type: "plot"
23195   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
23196   algorithm: "plot_tsa_name"
23197   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
23198   data: "plot-vpp-throughput-lat-tsa-2n-clx"
23199   include:
23200     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
23201     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
23202     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
23203     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
23204   layout:
23205     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
23206     layout: "plot-throughput-speedup-analysis"
23207
23208 - type: "plot"
23209   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
23210   algorithm: "plot_tsa_name"
23211   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
23212   data: "plot-vpp-throughput-lat-tsa-2n-clx"
23213   include:
23214     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
23215     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
23216     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
23217     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
23218   layout:
23219     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
23220     layout: "plot-throughput-speedup-analysis"
23221
23222 - type: "plot"
23223   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
23224   algorithm: "plot_tsa_name"
23225   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
23226   data: "plot-vpp-throughput-lat-tsa-2n-clx"
23227   include:
23228     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
23229     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
23230     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
23231     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
23232     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
23233   layout:
23234     title: "2n-clx-xxv710-64b-l2switching-base-i40e-ndr"
23235     layout: "plot-throughput-speedup-analysis"
23236
23237 - type: "plot"
23238   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
23239   algorithm: "plot_tsa_name"
23240   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
23241   data: "plot-vpp-throughput-lat-tsa-2n-clx"
23242   include:
23243     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
23244     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
23245     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
23246     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
23247     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
23248   layout:
23249     title: "2n-clx-xxv710-64b-l2switching-base-i40e-pdr"
23250     layout: "plot-throughput-speedup-analysis"
23251
23252 - type: "plot"
23253   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
23254   algorithm: "plot_tsa_name"
23255   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
23256   data: "plot-vpp-throughput-lat-tsa-2n-clx"
23257   include:
23258     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
23259     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
23260     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
23261     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
23262   layout:
23263     title: "2n-clx-xxv710-64b-l2switching-base-scale-i40e-ndr"
23264     layout: "plot-throughput-speedup-analysis"
23265
23266 - type: "plot"
23267   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
23268   algorithm: "plot_tsa_name"
23269   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
23270   data: "plot-vpp-throughput-lat-tsa-2n-clx"
23271   include:
23272     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
23273     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
23274     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
23275     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
23276   layout:
23277     title: "2n-clx-xxv710-64b-l2switching-base-scale-i40e-pdr"
23278     layout: "plot-throughput-speedup-analysis"
23279
23280 - type: "plot"
23281   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr-tsa"
23282   algorithm: "plot_tsa_name"
23283   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr-tsa"
23284   data: "plot-vpp-throughput-lat-tsa-2n-clx"
23285   include:
23286     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
23287     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
23288     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
23289     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
23290     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
23291     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
23292   layout:
23293     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
23294     layout: "plot-throughput"
23295
23296 - type: "plot"
23297   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr-tsa"
23298   algorithm: "plot_tsa_name"
23299   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr-tsa"
23300   data: "plot-vpp-throughput-lat-tsa-2n-clx"
23301   include:
23302     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
23303     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
23304     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
23305     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
23306     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
23307     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
23308   layout:
23309     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
23310     layout: "plot-throughput"
23311
23312 - type: "plot"
23313   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr-tsa"
23314   algorithm: "plot_tsa_name"
23315   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr-tsa"
23316   data: "plot-vpp-throughput-lat-tsa-2n-clx"
23317   include:
23318     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
23319     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
23320     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
23321     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
23322   layout:
23323     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
23324     layout: "plot-throughput"
23325
23326 - type: "plot"
23327   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr-tsa"
23328   algorithm: "plot_tsa_name"
23329   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr-tsa"
23330   data: "plot-vpp-throughput-lat-tsa-2n-clx"
23331   include:
23332     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
23333     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
23334     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
23335     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
23336   layout:
23337     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
23338     layout: "plot-throughput"
23339
23340 - type: "plot"
23341   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-i40e-ndr"
23342   algorithm: "plot_tsa_name"
23343   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-i40e-ndr-tsa"
23344   data: "plot-vpp-throughput-lat-tsa-2n-clx"
23345   include:
23346     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23347     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23348     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23349     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
23350   layout:
23351     title: "2n-clx-xxv710-64b-vhost-base-i40e-ndr"
23352     layout: "plot-throughput-speedup-analysis"
23353
23354 - type: "plot"
23355   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-i40e-pdr"
23356   algorithm: "plot_tsa_name"
23357   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-i40e-pdr-tsa"
23358   data: "plot-vpp-throughput-lat-tsa-2n-clx"
23359   include:
23360     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23361     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23362     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23363     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
23364   layout:
23365     title: "2n-clx-xxv710-64b-vhost-base-i40e-pdr"
23366     layout: "plot-throughput-speedup-analysis"
23367
23368 - type: "plot"
23369   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-i40e-vpp-ndr"
23370   algorithm: "plot_tsa_name"
23371   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-i40e-vpp-ndr-tsa"
23372   data: "plot-vpp-throughput-lat-tsa-2n-clx"
23373   include:
23374     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23375     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23376     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23377     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
23378   layout:
23379     title: "2n-clx-xxv710-64b-vhost-base-i40e-vpp-ndr"
23380     layout: "plot-throughput-speedup-analysis"
23381
23382 - type: "plot"
23383   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-i40e-vpp-pdr"
23384   algorithm: "plot_tsa_name"
23385   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-i40e-vpp-pdr-tsa"
23386   data: "plot-vpp-throughput-lat-tsa-2n-clx"
23387   include:
23388     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23389     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23390     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23391     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
23392   layout:
23393     title: "2n-clx-xxv710-64b-vhost-base-i40e-vpp-pdr"
23394     layout: "plot-throughput-speedup-analysis"
23395
23396 - type: "plot"
23397   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-tsa"
23398   algorithm: "plot_tsa_name"
23399   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-tsa"
23400   data: "plot-vpp-throughput-lat-tsa-2n-clx"
23401   include:
23402     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23403     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23404     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23405     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23406   layout:
23407     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
23408     layout: "plot-throughput"
23409
23410 - type: "plot"
23411   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr-tsa"
23412   algorithm: "plot_tsa_name"
23413   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr-tsa"
23414   data: "plot-vpp-throughput-lat-tsa-2n-clx"
23415   include:
23416     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23417     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23418     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23419     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23420   layout:
23421     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
23422     layout: "plot-throughput"
23423
23424 - type: "plot"
23425   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
23426   algorithm: "plot_tsa_name"
23427   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
23428   data: "plot-vpp-throughput-lat-tsa-2n-clx"
23429   include:
23430     - "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"
23431     - "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"
23432     - "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"
23433     - "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"
23434   layout:
23435     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
23436     layout: "plot-throughput"
23437
23438 - type: "plot"
23439   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
23440   algorithm: "plot_tsa_name"
23441   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
23442   data: "plot-vpp-throughput-lat-tsa-2n-clx"
23443   include:
23444     - "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"
23445     - "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"
23446     - "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"
23447     - "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"
23448   layout:
23449     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
23450     layout: "plot-throughput"
23451
23452 ################################################################################
23453
23454 # Packet Throughput - DPDK
23455
23456 # 2n-clx-xxv710
23457
23458 - type: "plot"
23459   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
23460   algorithm: "plot_perf_box_name"
23461   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
23462   data: "plot-dpdk-throughput-latency-2n-clx"
23463   include:
23464     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
23465     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
23466   layout:
23467     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
23468     layout: "plot-throughput"
23469
23470 - type: "plot"
23471   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
23472   algorithm: "plot_perf_box_name"
23473   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
23474   data: "plot-dpdk-throughput-latency-2n-clx"
23475   include:
23476     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
23477     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
23478   layout:
23479     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
23480     layout: "plot-throughput"
23481
23482 - type: "plot"
23483   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
23484   algorithm: "plot_perf_box_name"
23485   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
23486   data: "plot-dpdk-throughput-latency-2n-clx"
23487   include:
23488     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
23489     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
23490   layout:
23491     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
23492     layout: "plot-throughput"
23493
23494 - type: "plot"
23495   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
23496   algorithm: "plot_perf_box_name"
23497   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
23498   data: "plot-dpdk-throughput-latency-2n-clx"
23499   include:
23500     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
23501     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
23502   layout:
23503     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
23504     layout: "plot-throughput"
23505
23506 # 2n-clx-x710
23507
23508 - type: "plot"
23509   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
23510   algorithm: "plot_perf_box_name"
23511   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
23512   data: "plot-dpdk-throughput-latency-2n-clx"
23513   include:
23514     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
23515     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
23516   layout:
23517     title: "2n-clx-x710-64b-2t1c-base-ndr"
23518     layout: "plot-throughput"
23519
23520 - type: "plot"
23521   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
23522   algorithm: "plot_perf_box_name"
23523   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
23524   data: "plot-dpdk-throughput-latency-2n-clx"
23525   include:
23526     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
23527     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
23528   layout:
23529     title: "2n-clx-x710-64b-4t2c-base-ndr"
23530     layout: "plot-throughput"
23531
23532 - type: "plot"
23533   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
23534   algorithm: "plot_perf_box_name"
23535   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
23536   data: "plot-dpdk-throughput-latency-2n-clx"
23537   include:
23538     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
23539     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
23540   layout:
23541     title: "2n-clx-x710-64b-2t1c-base-pdr"
23542     layout: "plot-throughput"
23543
23544 - type: "plot"
23545   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
23546   algorithm: "plot_perf_box_name"
23547   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
23548   data: "plot-dpdk-throughput-latency-2n-clx"
23549   include:
23550     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
23551     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
23552   layout:
23553     title: "2n-clx-x710-64b-4t2c-base-pdr"
23554     layout: "plot-throughput"
23555
23556 ################################################################################
23557
23558 # Packet Latency - DPDK
23559
23560 # 2n-clx-xxv710
23561
23562 - type: "plot"
23563   title: "Latency: 2n-clx-xxv710-64b-2t1c-base-ndr-lat"
23564   algorithm: "plot_lat_err_bars_name"
23565   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr-lat"
23566   data: "plot-dpdk-throughput-latency-2n-clx"
23567   include:
23568     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
23569     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
23570   layout:
23571     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
23572     layout: "plot-latency"
23573
23574 - type: "plot"
23575   title: "Latency: 2n-clx-xxv710-64b-4t2c-base-ndr-lat"
23576   algorithm: "plot_lat_err_bars_name"
23577   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr-lat"
23578   data: "plot-dpdk-throughput-latency-2n-clx"
23579   include:
23580     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
23581     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
23582   layout:
23583     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
23584     layout: "plot-latency"
23585
23586 - type: "plot"
23587   title: "Latency: 2n-clx-xxv710-64b-8t4c-base-ndr-lat"
23588   algorithm: "plot_lat_err_bars_name"
23589   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-8t4c-base-ndr-lat"
23590   data: "plot-dpdk-throughput-latency-2n-clx"
23591   include:
23592     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
23593     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
23594   layout:
23595     title: "2n-clx-xxv710-64b-8t4c-base-ndr"
23596     layout: "plot-latency"
23597
23598 # 2n-clx-x710
23599
23600 - type: "plot"
23601   title: "Latency: 2n-clx-x710-64b-2t1c-base-ndr-lat"
23602   algorithm: "plot_lat_err_bars_name"
23603   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr-lat"
23604   data: "plot-dpdk-throughput-latency-2n-clx"
23605   include:
23606     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
23607     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
23608   layout:
23609     title: "2n-clx-x710-64b-2t1c-base-ndr"
23610     layout: "plot-latency"
23611
23612 - type: "plot"
23613   title: "Latency: 2n-clx-x710-64b-4t2c-base-ndr-lat"
23614   algorithm: "plot_lat_err_bars_name"
23615   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr-lat"
23616   data: "plot-dpdk-throughput-latency-2n-clx"
23617   include:
23618     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
23619     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
23620   layout:
23621     title: "2n-clx-x710-64b-4t2c-base-ndr"
23622     layout: "plot-latency"
23623
23624 - type: "plot"
23625   title: "Latency: 2n-clx-x710-64b-8t4c-base-ndr-lat"
23626   algorithm: "plot_lat_err_bars_name"
23627   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-8t4c-base-ndr-lat"
23628   data: "plot-dpdk-throughput-latency-2n-clx"
23629   include:
23630     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
23631     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
23632   layout:
23633     title: "2n-clx-x710-64b-8t4c-base-ndr"
23634     layout: "plot-latency"
23635
23636 ################################################################################
23637
23638 # HDRHistogram Packet Latency - DPDK
23639
23640 # 2n-clx-xxv710
23641
23642 - type: "plot"
23643   title: "Latency: 2n-clx-xxv710-64b-2t1c-base-ndr-hdrh-lat"
23644   graph-title: "2n-clx-xxv710-64b-2t1c-base-ndr"
23645   algorithm: "plot_lat_hdrh_bar_name"
23646   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr-hdrh-lat"
23647   data: "plot-dpdk-hdrh-lat-2n-clx"
23648   include:
23649     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
23650     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
23651   layout:
23652     layout: "plot-hdrh-latency"
23653
23654 - type: "plot"
23655   title: "Latency: 2n-clx-xxv710-64b-4t2c-base-ndr-hdrh-lat"
23656   graph-title: "2n-clx-xxv710-64b-4t2c-base-ndr"
23657   algorithm: "plot_lat_hdrh_bar_name"
23658   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr-hdrh-lat"
23659   data: "plot-dpdk-hdrh-lat-2n-clx"
23660   include:
23661     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
23662     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
23663   layout:
23664     layout: "plot-hdrh-latency"
23665
23666 - type: "plot"
23667   title: "Latency: 2n-clx-xxv710-64b-8t4c-base-ndr-hdrh-lat"
23668   graph-title: "2n-clx-xxv710-64b-8t4c-base-ndr"
23669   algorithm: "plot_lat_hdrh_bar_name"
23670   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-8t4c-base-ndr-hdrh-lat"
23671   data: "plot-dpdk-hdrh-lat-2n-clx"
23672   include:
23673     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
23674     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
23675   layout:
23676     layout: "plot-hdrh-latency"
23677
23678 # 2n-clx-x710
23679
23680 - type: "plot"
23681   title: "Latency: 2n-clx-x710-64b-2t1c-base-ndr-hdrh-lat"
23682   graph-title: "2n-clx-x710-64b-2t1c-base-ndr"
23683   algorithm: "plot_lat_hdrh_bar_name"
23684   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr-hdrh-lat"
23685   data: "plot-dpdk-hdrh-lat-2n-clx"
23686   include:
23687     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
23688     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
23689   layout:
23690     layout: "plot-hdrh-latency"
23691
23692 - type: "plot"
23693   title: "Latency: 2n-clx-x710-64b-4t2c-base-ndr-hdrh-lat"
23694   graph-title: "2n-clx-x710-64b-4t2c-base-ndr"
23695   algorithm: "plot_lat_hdrh_bar_name"
23696   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr-hdrh-lat"
23697   data: "plot-dpdk-hdrh-lat-2n-clx"
23698   include:
23699     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
23700     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
23701   layout:
23702     layout: "plot-hdrh-latency"
23703
23704 - type: "plot"
23705   title: "Latency: 2n-clx-x710-64b-8t4c-base-ndr-hdrh-lat"
23706   graph-title: "2n-clx-x710-64b-8t4c-base-ndr"
23707   algorithm: "plot_lat_hdrh_bar_name"
23708   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-8t4c-base-ndr-hdrh-lat"
23709   data: "plot-dpdk-hdrh-lat-2n-clx"
23710   include:
23711     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
23712     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
23713   layout:
23714     layout: "plot-hdrh-latency"
23715
23716 ################################################################################
23717
23718 # HDRHistogram Packet Latency Percentile 1C
23719
23720 - type: "plot"
23721   title: "Latency: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat-percentile"
23722   graph-title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
23723   algorithm: "plot_lat_hdrh_percentile"
23724   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat-percentile"
23725   data: "plot-vpp-hdrh-lat-2n-skx"
23726   include:
23727     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
23728     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23729     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23730     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
23731   layout:
23732     layout: "plot-hdrh-latency-percentile"
23733
23734 - type: "plot"
23735   title: "Latency: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat-percentile"
23736   graph-title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
23737   algorithm: "plot_lat_hdrh_percentile"
23738   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat-percentile"
23739   data: "plot-vpp-hdrh-lat-3n-skx"
23740   include:
23741     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
23742     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
23743     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23744     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
23745     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
23746   layout:
23747     layout: "plot-hdrh-latency-percentile"
23748
23749 - type: "plot"
23750   title: "Latency: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
23751   graph-title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
23752   algorithm: "plot_lat_hdrh_percentile"
23753   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
23754   data: "plot-vpp-hdrh-lat-2n-skx"
23755   include:
23756     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
23757     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
23758     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
23759     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
23760     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
23761   layout:
23762     layout: "plot-hdrh-latency-percentile"
23763
23764 - type: "plot"
23765   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
23766   graph-title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
23767   algorithm: "plot_lat_hdrh_percentile"
23768   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
23769   data: "plot-vpp-hdrh-lat-2n-skx"
23770   include:
23771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
23772     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
23773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
23774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
23775   layout:
23776     layout: "plot-hdrh-latency-percentile"
23777
23778 - type: "plot"
23779   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23780   graph-title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
23781   algorithm: "plot_lat_hdrh_percentile"
23782   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23783   data: "plot-vpp-hdrh-lat-2n-skx"
23784   include:
23785     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
23786     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
23787     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
23788     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
23789     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
23790   layout:
23791     layout: "plot-hdrh-latency-percentile"
23792
23793 - type: "plot"
23794   title: "Latency: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
23795   graph-title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
23796   algorithm: "plot_lat_hdrh_percentile"
23797   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
23798   data: "plot-vpp-hdrh-lat-2n-skx"
23799   include:
23800     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
23801     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
23802     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
23803     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
23804     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
23805     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
23806   layout:
23807     layout: "plot-hdrh-latency-percentile"
23808
23809 - type: "plot"
23810   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23811   graph-title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
23812   algorithm: "plot_lat_hdrh_percentile"
23813   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23814   data: "plot-vpp-hdrh-lat-3n-hsw"
23815   include:
23816     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
23817     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
23818     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
23819   layout:
23820     layout: "plot-hdrh-latency-percentile"
23821
23822 - type: "plot"
23823   title: "Latency: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
23824   graph-title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
23825   algorithm: "plot_lat_hdrh_percentile"
23826   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
23827   data: "plot-vpp-hdrh-lat-3n-skx"
23828   include:
23829     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
23830     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
23831     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
23832     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
23833     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
23834   layout:
23835     layout: "plot-hdrh-latency-percentile"
23836
23837 - type: "plot"
23838   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
23839   graph-title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
23840   algorithm: "plot_lat_hdrh_percentile"
23841   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
23842   data: "plot-vpp-hdrh-lat-3n-skx"
23843   include:
23844     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
23845     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
23846     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
23847     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
23848   layout:
23849     layout: "plot-hdrh-latency-percentile"
23850
23851 - type: "plot"
23852   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23853   graph-title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
23854   algorithm: "plot_lat_hdrh_percentile"
23855   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23856   data: "plot-vpp-hdrh-lat-3n-skx"
23857   include:
23858     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
23859     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
23860     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
23861     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
23862     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
23863   layout:
23864     layout: "plot-hdrh-latency-percentile"
23865
23866 - type: "plot"
23867   title: "Latency: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
23868   graph-title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
23869   algorithm: "plot_lat_hdrh_percentile"
23870   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
23871   data: "plot-vpp-hdrh-lat-3n-skx"
23872   include:
23873     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
23874     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
23875     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
23876     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
23877     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
23878     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
23879   layout:
23880     layout: "plot-hdrh-latency-percentile"
23881
23882 - type: "plot"
23883   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr-hdrh-lat-percentile"
23884   graph-title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
23885   algorithm: "plot_lat_hdrh_percentile"
23886   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr-hdrh-lat-percentile"
23887   data: "plot-vpp-hdrh-lat-3n-hsw"
23888   include:
23889     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
23890     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
23891   layout:
23892     layout: "plot-hdrh-latency-percentile"
23893
23894 - type: "plot"
23895   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat-percentile"
23896   graph-title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
23897   algorithm: "plot_lat_hdrh_percentile"
23898   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat-percentile"
23899   data: "plot-vpp-hdrh-lat-3n-skx"
23900   include:
23901     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
23902     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
23903     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
23904     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
23905   layout:
23906     layout: "plot-hdrh-latency-percentile"
23907
23908 - type: "plot"
23909   title: "Latency: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23910   graph-title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
23911   algorithm: "plot_lat_hdrh_percentile"
23912   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23913   data: "plot-vpp-hdrh-lat-2n-skx"
23914   include:
23915     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
23916     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
23917     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
23918   layout:
23919     layout: "plot-hdrh-latency-percentile"
23920
23921 - type: "plot"
23922   title: "Latency: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23923   graph-title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
23924   algorithm: "plot_lat_hdrh_percentile"
23925   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23926   data: "plot-vpp-hdrh-lat-2n-skx"
23927   include:
23928     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
23929     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
23930     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
23931     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
23932     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
23933   layout:
23934     layout: "plot-hdrh-latency-percentile"
23935
23936 - type: "plot"
23937   title: "Latency: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23938   graph-title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
23939   algorithm: "plot_lat_hdrh_percentile"
23940   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23941   data: "plot-vpp-hdrh-lat-3n-hsw"
23942   include:
23943     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
23944     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
23945     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
23946   layout:
23947     layout: "plot-hdrh-latency-percentile"
23948
23949 - type: "plot"
23950   title: "Latency: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23951   graph-title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
23952   algorithm: "plot_lat_hdrh_percentile"
23953   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23954   data: "plot-vpp-hdrh-lat-3n-skx"
23955   include:
23956     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
23957     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
23958     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
23959   layout:
23960     layout: "plot-hdrh-latency-percentile"
23961
23962 - type: "plot"
23963   title: "Latency: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23964   graph-title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
23965   algorithm: "plot_lat_hdrh_percentile"
23966   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23967   data: "plot-vpp-hdrh-lat-3n-skx"
23968   include:
23969     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
23970     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
23971     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
23972     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
23973     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
23974   layout:
23975     layout: "plot-hdrh-latency-percentile"
23976
23977 - type: "plot"
23978   title: "Latency: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
23979   graph-title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
23980   algorithm: "plot_lat_hdrh_percentile"
23981   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
23982   data: "plot-vpp-hdrh-lat-2n-skx"
23983   include:
23984     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
23985     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
23986     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
23987     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
23988     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
23989     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
23990   layout:
23991     layout: "plot-hdrh-latency-percentile"
23992
23993 - type: "plot"
23994   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat-percentile"
23995   graph-title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
23996   algorithm: "plot_lat_hdrh_percentile"
23997   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat-percentile"
23998   data: "plot-vpp-hdrh-lat-2n-skx"
23999   include:
24000     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
24001     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
24002     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
24003     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
24004   layout:
24005     layout: "plot-hdrh-latency-percentile"
24006
24007 - type: "plot"
24008   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
24009   graph-title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
24010   algorithm: "plot_lat_hdrh_percentile"
24011   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
24012   data: "plot-vpp-hdrh-lat-2n-skx"
24013   include:
24014     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
24015     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
24016     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
24017     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
24018     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
24019   layout:
24020     layout: "plot-hdrh-latency-percentile"
24021
24022 - type: "plot"
24023   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
24024   graph-title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
24025   algorithm: "plot_lat_hdrh_percentile"
24026   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
24027   data: "plot-vpp-hdrh-lat-2n-skx"
24028   include:
24029     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
24030     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
24031     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
24032     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
24033   layout:
24034     layout: "plot-hdrh-latency-percentile"
24035
24036 - type: "plot"
24037   title: "Latency: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
24038   graph-title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
24039   algorithm: "plot_lat_hdrh_percentile"
24040   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
24041   data: "plot-vpp-hdrh-lat-3n-hsw"
24042   include:
24043     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
24044     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
24045     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
24046     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
24047     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
24048     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
24049   layout:
24050     layout: "plot-hdrh-latency-percentile"
24051
24052 - type: "plot"
24053   title: "Latency: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
24054   graph-title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
24055   algorithm: "plot_lat_hdrh_percentile"
24056   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
24057   data: "plot-vpp-hdrh-lat-3n-skx"
24058   include:
24059     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
24060     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
24061     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
24062     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
24063     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
24064   layout:
24065     layout: "plot-hdrh-latency-percentile"
24066
24067 - type: "plot"
24068   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat-percentile"
24069   graph-title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
24070   algorithm: "plot_lat_hdrh_percentile"
24071   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat-percentile"
24072   data: "plot-vpp-hdrh-lat-3n-skx"
24073   include:
24074     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
24075     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
24076     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
24077   layout:
24078     layout: "plot-hdrh-latency-percentile"
24079
24080 - type: "plot"
24081   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
24082   graph-title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
24083   algorithm: "plot_lat_hdrh_percentile"
24084   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
24085   data: "plot-vpp-hdrh-lat-3n-skx"
24086   include:
24087     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
24088     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
24089     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
24090     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
24091   layout:
24092     layout: "plot-hdrh-latency-percentile"
24093
24094 - type: "plot"
24095   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
24096   graph-title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
24097   algorithm: "plot_lat_hdrh_percentile"
24098   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
24099   data: "plot-vpp-hdrh-lat-3n-skx"
24100   include:
24101     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
24102     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
24103     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
24104     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
24105     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
24106     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
24107   layout:
24108     layout: "plot-hdrh-latency-percentile"
24109
24110 - type: "plot"
24111   title: "Latency: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr-hdrh-lat-percentile"
24112   graph-title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr"
24113   algorithm: "plot_lat_hdrh_percentile"
24114   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr-hdrh-lat-percentile"
24115   data: "plot-vpp-hdrh-lat-3n-skx"
24116   include:
24117     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
24118     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
24119     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
24120     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
24121     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
24122     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
24123   layout:
24124     layout: "plot-hdrh-latency-percentile"
24125
24126 - type: "plot"
24127   title: "Latency: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr-hdrh-lat-percentile"
24128   graph-title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
24129   algorithm: "plot_lat_hdrh_percentile"
24130   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr-hdrh-lat-percentile"
24131   data: "plot-vpp-hdrh-lat-3n-hsw"
24132   include:
24133     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
24134     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
24135     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
24136     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
24137     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
24138     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
24139   layout:
24140     layout: "plot-hdrh-latency-percentile"
24141
24142 - type: "plot"
24143   title: "Latency: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr-hdrh-lat-percentile"
24144   graph-title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
24145   algorithm: "plot_lat_hdrh_percentile"
24146   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr-hdrh-lat-percentile"
24147   data: "plot-vpp-hdrh-lat-3n-skx"
24148   include:
24149     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
24150     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
24151     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
24152     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
24153     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
24154     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
24155   layout:
24156     layout: "plot-hdrh-latency-percentile"
24157
24158 - type: "plot"
24159   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-hdrh-lat-percentile"
24160   graph-title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
24161   algorithm: "plot_lat_hdrh_percentile"
24162   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-hdrh-lat-percentile"
24163   data: "plot-vpp-hdrh-lat-2n-skx"
24164   include:
24165     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24166     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24167     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24168     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
24169   layout:
24170     layout: "plot-hdrh-latency-percentile"
24171
24172 - type: "plot"
24173   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
24174   graph-title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
24175   algorithm: "plot_lat_hdrh_percentile"
24176   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
24177   data: "plot-vpp-hdrh-lat-2n-skx"
24178   include:
24179     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24180     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24181     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24182     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
24183   layout:
24184     layout: "plot-hdrh-latency-percentile"
24185
24186 - type: "plot"
24187   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr-hdrh-lat-percentile"
24188   graph-title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
24189   algorithm: "plot_lat_hdrh_percentile"
24190   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr-hdrh-lat-percentile"
24191   data: "plot-vpp-hdrh-lat-3n-hsw"
24192   include:
24193     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24194     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24195     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24196     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
24197   layout:
24198     layout: "plot-hdrh-latency-percentile"
24199
24200 - type: "plot"
24201   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
24202   graph-title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
24203   algorithm: "plot_lat_hdrh_percentile"
24204   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
24205   data: "plot-vpp-hdrh-lat-3n-hsw"
24206   include:
24207     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24208     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24209     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24210     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
24211   layout:
24212     layout: "plot-hdrh-latency-percentile"
24213
24214 - type: "plot"
24215   title: "Latency: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-hdrh-lat-percentile"
24216   graph-title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
24217   algorithm: "plot_lat_hdrh_percentile"
24218   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-hdrh-lat-percentile"
24219   data: "plot-vpp-hdrh-lat-3n-skx"
24220   include:
24221     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24222     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24223     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24224     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24225   layout:
24226     layout: "plot-hdrh-latency-percentile"
24227
24228 - type: "plot"
24229   title: "Latency: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
24230   graph-title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
24231   algorithm: "plot_lat_hdrh_percentile"
24232   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
24233   data: "plot-vpp-hdrh-lat-3n-skx"
24234   include:
24235     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24236     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24237     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24238     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24239   layout:
24240     layout: "plot-hdrh-latency-percentile"
24241
24242 - type: "plot"
24243   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-hdrh-lat-percentile"
24244   graph-title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
24245   algorithm: "plot_lat_hdrh_percentile"
24246   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-hdrh-lat-percentile"
24247   data: "plot-vpp-hdrh-lat-3n-skx"
24248   include:
24249     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24250     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24251     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24252     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24253     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
24254   layout:
24255     layout: "plot-hdrh-latency-percentile"
24256
24257 - type: "plot"
24258   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
24259   graph-title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
24260   algorithm: "plot_lat_hdrh_percentile"
24261   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
24262   data: "plot-vpp-hdrh-lat-3n-skx"
24263   include:
24264     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24265     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24266     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24267     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24268     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
24269   layout:
24270     layout: "plot-hdrh-latency-percentile"
24271
24272 - type: "plot"
24273   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-hdrh-lat-percentile"
24274   graph-title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
24275   algorithm: "plot_lat_hdrh_percentile"
24276   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-hdrh-lat-percentile"
24277   data: "plot-vpp-hdrh-lat-3n-skx"
24278   include:
24279     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24280     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24281     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24282     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24283     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24284     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24285   layout:
24286     layout: "plot-hdrh-latency-percentile"
24287
24288 - type: "plot"
24289   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
24290   graph-title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
24291   algorithm: "plot_lat_hdrh_percentile"
24292   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
24293   data: "plot-vpp-hdrh-lat-3n-skx"
24294   include:
24295     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24296     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24297     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24298     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24299     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24300     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24301   layout:
24302     layout: "plot-hdrh-latency-percentile"
24303
24304 - type: "plot"
24305   title: "Latency: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr-hdrh-lat-percentile"
24306   graph-title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
24307   algorithm: "plot_lat_hdrh_percentile"
24308   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr-hdrh-lat-percentile"
24309   data: "plot-vpp-hdrh-lat-3n-tsh"
24310   include:
24311     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
24312     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
24313     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
24314     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
24315     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
24316   layout:
24317     layout: "plot-hdrh-latency-percentile"
24318
24319 - type: "plot"
24320   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat-percentile"
24321   graph-title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
24322   algorithm: "plot_lat_hdrh_percentile"
24323   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat-percentile"
24324   data: "plot-vpp-hdrh-lat-3n-tsh"
24325   include:
24326     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
24327     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
24328     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
24329     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
24330     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
24331   layout:
24332     layout: "plot-hdrh-latency-percentile"
24333
24334 - type: "plot"
24335   title: "Latency: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr-hdrh-lat-percentile"
24336   graph-title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
24337   algorithm: "plot_lat_hdrh_percentile"
24338   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr-hdrh-lat-percentile"
24339   data: "plot-vpp-hdrh-lat-3n-tsh"
24340   include:
24341     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
24342     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
24343     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
24344     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
24345     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
24346     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
24347   layout:
24348     layout: "plot-hdrh-latency-percentile"
24349
24350 - type: "plot"
24351   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat-percentile"
24352   graph-title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
24353   algorithm: "plot_lat_hdrh_percentile"
24354   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat-percentile"
24355   data: "plot-vpp-hdrh-lat-3n-tsh"
24356   include:
24357     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
24358     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
24359     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
24360     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
24361   layout:
24362     layout: "plot-hdrh-latency-percentile"
24363
24364 - type: "plot"
24365   title: "Latency: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat-percentile"
24366   graph-title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
24367   algorithm: "plot_lat_hdrh_percentile"
24368   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat-percentile"
24369   data: "plot-vpp-hdrh-lat-3n-tsh"
24370   include:
24371     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
24372     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
24373     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
24374     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
24375     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
24376   layout:
24377     layout: "plot-hdrh-latency-percentile"
24378
24379 - type: "plot"
24380   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr-hdrh-lat-percentile"
24381   graph-title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
24382   algorithm: "plot_lat_hdrh_percentile"
24383   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr-hdrh-lat-percentile"
24384   data: "plot-vpp-hdrh-lat-3n-tsh"
24385   include:
24386     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
24387     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
24388     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
24389     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
24390   layout:
24391     layout: "plot-hdrh-latency-percentile"
24392
24393 - type: "plot"
24394   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr-hdrh-lat-percentile"
24395   graph-title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
24396   algorithm: "plot_lat_hdrh_percentile"
24397   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr-hdrh-lat-percentile"
24398   data: "plot-vpp-hdrh-lat-3n-tsh"
24399   include:
24400     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
24401     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
24402     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
24403     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
24404     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
24405     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
24406   layout:
24407     layout: "plot-hdrh-latency-percentile"
24408
24409 - type: "plot"
24410   title: "Latency: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr-hdrh-lat-percentile"
24411   graph-title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
24412   algorithm: "plot_lat_hdrh_percentile"
24413   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr-hdrh-lat-percentile"
24414   data: "plot-vpp-hdrh-lat-3n-tsh"
24415   include:
24416     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
24417     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
24418     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
24419     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
24420     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
24421     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
24422   layout:
24423     layout: "plot-hdrh-latency-percentile"
24424
24425 - type: "plot"
24426   title: "Latency: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat-percentile"
24427   graph-title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
24428   algorithm: "plot_lat_hdrh_percentile"
24429   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat-percentile"
24430   data: "plot-vpp-hdrh-lat-3n-tsh"
24431   include:
24432     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
24433     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
24434     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
24435     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
24436     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
24437     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
24438   layout:
24439     layout: "plot-hdrh-latency-percentile"
24440
24441 - type: "plot"
24442   title: "Latency: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr-hdrh-lat-percentile"
24443   graph-title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
24444   algorithm: "plot_lat_hdrh_percentile"
24445   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr-hdrh-lat-percentile"
24446   data: "plot-vpp-hdrh-lat-3n-tsh"
24447   include:
24448     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24449     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24450     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24451     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24452     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
24453   layout:
24454     layout: "plot-hdrh-latency-percentile"
24455
24456 - type: "plot"
24457   title: "Latency: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat-percentile"
24458   graph-title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
24459   algorithm: "plot_lat_hdrh_percentile"
24460   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat-percentile"
24461   data: "plot-vpp-hdrh-lat-3n-tsh"
24462   include:
24463     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24464     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24465     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24466     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24467     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24468     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24469   layout:
24470     layout: "plot-hdrh-latency-percentile"
24471
24472 - type: "plot"
24473   title: "Latency: 2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat-percentile"
24474   graph-title: "2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr"
24475   algorithm: "plot_lat_hdrh_percentile"
24476   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat-percentile"
24477   data: "plot-vpp-hdrh-lat-2n-clx"
24478   include:
24479     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
24480     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
24481     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
24482     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
24483   layout:
24484     layout: "plot-hdrh-latency-percentile"
24485
24486 - type: "plot"
24487   title: "Latency: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
24488   graph-title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
24489   algorithm: "plot_lat_hdrh_percentile"
24490   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
24491   data: "plot-vpp-hdrh-lat-2n-clx"
24492   include:
24493     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
24494     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
24495     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
24496     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
24497     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
24498   layout:
24499     layout: "plot-hdrh-latency-percentile"
24500
24501 - type: "plot"
24502   title: "Latency: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
24503   graph-title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
24504   algorithm: "plot_lat_hdrh_percentile"
24505   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
24506   data: "plot-vpp-hdrh-lat-2n-clx"
24507   include:
24508     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
24509     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
24510     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
24511     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
24512   layout:
24513     layout: "plot-hdrh-latency-percentile"
24514
24515 - type: "plot"
24516   title: "Latency: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24517   graph-title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
24518   algorithm: "plot_lat_hdrh_percentile"
24519   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24520   data: "plot-vpp-hdrh-lat-2n-clx"
24521   include:
24522     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
24523     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
24524     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
24525     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
24526     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
24527   layout:
24528     layout: "plot-hdrh-latency-percentile"
24529
24530 - type: "plot"
24531   title: "Latency: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
24532   graph-title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
24533   algorithm: "plot_lat_hdrh_percentile"
24534   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
24535   data: "plot-vpp-hdrh-lat-2n-clx"
24536   include:
24537     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
24538     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
24539     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
24540     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
24541     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
24542     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
24543   layout:
24544     layout: "plot-hdrh-latency-percentile"
24545
24546 - type: "plot"
24547   title: "Latency: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24548   graph-title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
24549   algorithm: "plot_lat_hdrh_percentile"
24550   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24551   data: "plot-vpp-hdrh-lat-2n-clx"
24552   include:
24553     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
24554     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
24555     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
24556   layout:
24557     layout: "plot-hdrh-latency-percentile"
24558
24559 - type: "plot"
24560   title: "Latency: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24561   graph-title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
24562   algorithm: "plot_lat_hdrh_percentile"
24563   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24564   data: "plot-vpp-hdrh-lat-2n-clx"
24565   include:
24566     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
24567     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
24568     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
24569     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
24570     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
24571   layout:
24572     layout: "plot-hdrh-latency-percentile"
24573
24574 - type: "plot"
24575   title: "Latency: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
24576   graph-title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
24577   algorithm: "plot_lat_hdrh_percentile"
24578   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
24579   data: "plot-vpp-hdrh-lat-2n-clx"
24580   include:
24581     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
24582     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
24583     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
24584     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
24585     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
24586     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
24587   layout:
24588     layout: "plot-hdrh-latency-percentile"
24589
24590 - type: "plot"
24591   title: "Latency: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat-percentile"
24592   graph-title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
24593   algorithm: "plot_lat_hdrh_percentile"
24594   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat-percentile"
24595   data: "plot-vpp-hdrh-lat-2n-clx"
24596   include:
24597     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
24598     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
24599     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
24600     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
24601   layout:
24602     layout: "plot-hdrh-latency-percentile"
24603
24604 - type: "plot"
24605   title: "Latency: 2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
24606   graph-title: "2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
24607   algorithm: "plot_lat_hdrh_percentile"
24608   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
24609   data: "plot-vpp-hdrh-lat-2n-clx"
24610   include:
24611     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
24612     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
24613     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
24614     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
24615     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
24616   layout:
24617     layout: "plot-hdrh-latency-percentile"
24618
24619 - type: "plot"
24620   title: "Latency: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
24621   graph-title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
24622   algorithm: "plot_lat_hdrh_percentile"
24623   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
24624   data: "plot-vpp-hdrh-lat-2n-clx"
24625   include:
24626     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
24627     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
24628     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
24629     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
24630   layout:
24631     layout: "plot-hdrh-latency-percentile"
24632
24633 - type: "plot"
24634   title: "Latency: 2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr-hdrh-lat-percentile"
24635   graph-title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
24636   algorithm: "plot_lat_hdrh_percentile"
24637   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr-hdrh-lat-percentile"
24638   data: "plot-vpp-hdrh-lat-2n-clx"
24639   include:
24640     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24641     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24642     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24643     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
24644   layout:
24645     layout: "plot-hdrh-latency-percentile"
24646
24647 - type: "plot"
24648   title: "Latency: 2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
24649   graph-title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
24650   algorithm: "plot_lat_hdrh_percentile"
24651   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
24652   data: "plot-vpp-hdrh-lat-2n-clx"
24653   include:
24654     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24655     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24656     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24657     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
24658   layout:
24659     layout: "plot-hdrh-latency-percentile"
24660
24661 - type: "plot"
24662   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr-hdrh-lat-percentile"
24663   graph-title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
24664   algorithm: "plot_lat_hdrh_percentile"
24665   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr-hdrh-lat-percentile"
24666   data: "plot-vpp-hdrh-lat-2n-clx"
24667   include:
24668     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
24669     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
24670     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
24671     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
24672   layout:
24673     layout: "plot-hdrh-latency-percentile"
24674
24675 - type: "plot"
24676   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr-hdrh-lat-percentile"
24677   graph-title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
24678   algorithm: "plot_lat_hdrh_percentile"
24679   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr-hdrh-lat-percentile"
24680   data: "plot-vpp-hdrh-lat-2n-clx"
24681   include:
24682     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
24683     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
24684   layout:
24685     layout: "plot-hdrh-latency-percentile"
24686
24687 - type: "plot"
24688   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr-hdrh-lat-percentile"
24689   graph-title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
24690   algorithm: "plot_lat_hdrh_percentile"
24691   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr-hdrh-lat-percentile"
24692   data: "plot-vpp-hdrh-lat-2n-clx"
24693   include:
24694     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
24695     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
24696     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
24697     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
24698     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
24699     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
24700   layout:
24701     layout: "plot-hdrh-latency-percentile"
24702
24703 - type: "plot"
24704   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr-hdrh-lat-percentile"
24705   graph-title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
24706   algorithm: "plot_lat_hdrh_percentile"
24707   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr-hdrh-lat-percentile"
24708   data: "plot-vpp-hdrh-lat-2n-clx"
24709   include:
24710     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
24711     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
24712     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
24713     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
24714     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
24715     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
24716   layout:
24717     layout: "plot-hdrh-latency-percentile"
24718
24719 - type: "plot"
24720   title: "Latency: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr-hdrh-lat-percentile"
24721   graph-title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
24722   algorithm: "plot_lat_hdrh_percentile"
24723   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr-hdrh-lat-percentile"
24724   data: "plot-vpp-hdrh-lat-2n-clx"
24725   include:
24726     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
24727     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
24728     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
24729     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
24730     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
24731   layout:
24732     layout: "plot-hdrh-latency-percentile"
24733
24734 - type: "plot"
24735   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr-hdrh-lat-percentile"
24736   graph-title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
24737   algorithm: "plot_lat_hdrh_percentile"
24738   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr-hdrh-lat-percentile"
24739   data: "plot-vpp-hdrh-lat-2n-clx"
24740   include:
24741     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
24742     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
24743     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
24744     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
24745     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
24746     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
24747   layout:
24748     layout: "plot-hdrh-latency-percentile"
24749
24750 - type: "plot"
24751   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr-hdrh-lat-percentile"
24752   graph-title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
24753   algorithm: "plot_lat_hdrh_percentile"
24754   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr-hdrh-lat-percentile"
24755   data: "plot-vpp-hdrh-lat-2n-clx"
24756   include:
24757     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
24758     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
24759     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
24760     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
24761   layout:
24762     layout: "plot-hdrh-latency-percentile"
24763
24764 - type: "plot"
24765   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-hdrh-lat-percentile"
24766   graph-title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
24767   algorithm: "plot_lat_hdrh_percentile"
24768   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-hdrh-lat-percentile"
24769   data: "plot-vpp-hdrh-lat-2n-clx"
24770   include:
24771     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24772     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24773     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24774     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24775   layout:
24776     layout: "plot-hdrh-latency-percentile"
24777
24778 - type: "plot"
24779   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr-hdrh-lat-percentile"
24780   graph-title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
24781   algorithm: "plot_lat_hdrh_percentile"
24782   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr-hdrh-lat-percentile"
24783   data: "plot-vpp-hdrh-lat-2n-clx"
24784   include:
24785     - "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"
24786     - "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"
24787     - "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"
24788     - "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"
24789   layout:
24790     layout: "plot-hdrh-latency-percentile"
24791
24792 ################################################################################
24793
24794 # HDRHistogram Packet Latency Percentile 2C
24795
24796 - type: "plot"
24797   title: "Latency: 2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat-percentile"
24798   graph-title: "2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
24799   algorithm: "plot_lat_hdrh_percentile"
24800   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat-percentile"
24801   data: "plot-vpp-hdrh-lat-2n-skx"
24802   include:
24803     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
24804     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
24805     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
24806     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
24807   layout:
24808     layout: "plot-hdrh-latency-percentile"
24809
24810 - type: "plot"
24811   title: "Latency: 3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat-percentile"
24812   graph-title: "3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
24813   algorithm: "plot_lat_hdrh_percentile"
24814   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat-percentile"
24815   data: "plot-vpp-hdrh-lat-3n-skx"
24816   include:
24817     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
24818     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
24819     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
24820     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
24821     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
24822   layout:
24823     layout: "plot-hdrh-latency-percentile"
24824
24825 - type: "plot"
24826   title: "Latency: 2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
24827   graph-title: "2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
24828   algorithm: "plot_lat_hdrh_percentile"
24829   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
24830   data: "plot-vpp-hdrh-lat-2n-skx"
24831   include:
24832     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
24833     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
24834     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
24835     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
24836     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
24837   layout:
24838     layout: "plot-hdrh-latency-percentile"
24839
24840 - type: "plot"
24841   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
24842   graph-title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
24843   algorithm: "plot_lat_hdrh_percentile"
24844   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
24845   data: "plot-vpp-hdrh-lat-2n-skx"
24846   include:
24847     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
24848     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
24849     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
24850     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
24851   layout:
24852     layout: "plot-hdrh-latency-percentile"
24853
24854 - type: "plot"
24855   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24856   graph-title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
24857   algorithm: "plot_lat_hdrh_percentile"
24858   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24859   data: "plot-vpp-hdrh-lat-2n-skx"
24860   include:
24861     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
24862     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
24863     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
24864     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
24865     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
24866   layout:
24867     layout: "plot-hdrh-latency-percentile"
24868
24869 - type: "plot"
24870   title: "Latency: 2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
24871   graph-title: "2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
24872   algorithm: "plot_lat_hdrh_percentile"
24873   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
24874   data: "plot-vpp-hdrh-lat-2n-skx"
24875   include:
24876     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
24877     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
24878     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
24879     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
24880     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
24881     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
24882   layout:
24883     layout: "plot-hdrh-latency-percentile"
24884
24885 - type: "plot"
24886   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24887   graph-title: "3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr"
24888   algorithm: "plot_lat_hdrh_percentile"
24889   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24890   data: "plot-vpp-hdrh-lat-3n-hsw"
24891   include:
24892     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
24893     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
24894     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
24895   layout:
24896     layout: "plot-hdrh-latency-percentile"
24897
24898 - type: "plot"
24899   title: "Latency: 3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
24900   graph-title: "3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
24901   algorithm: "plot_lat_hdrh_percentile"
24902   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
24903   data: "plot-vpp-hdrh-lat-3n-skx"
24904   include:
24905     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
24906     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
24907     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
24908     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
24909     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
24910   layout:
24911     layout: "plot-hdrh-latency-percentile"
24912
24913 - type: "plot"
24914   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
24915   graph-title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
24916   algorithm: "plot_lat_hdrh_percentile"
24917   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
24918   data: "plot-vpp-hdrh-lat-3n-skx"
24919   include:
24920     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
24921     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
24922     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
24923     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
24924   layout:
24925     layout: "plot-hdrh-latency-percentile"
24926
24927 - type: "plot"
24928   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24929   graph-title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
24930   algorithm: "plot_lat_hdrh_percentile"
24931   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24932   data: "plot-vpp-hdrh-lat-3n-skx"
24933   include:
24934     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
24935     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
24936     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
24937     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
24938     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
24939   layout:
24940     layout: "plot-hdrh-latency-percentile"
24941
24942 - type: "plot"
24943   title: "Latency: 3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
24944   graph-title: "3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
24945   algorithm: "plot_lat_hdrh_percentile"
24946   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
24947   data: "plot-vpp-hdrh-lat-3n-skx"
24948   include:
24949     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
24950     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
24951     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
24952     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
24953     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
24954     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
24955   layout:
24956     layout: "plot-hdrh-latency-percentile"
24957
24958 - type: "plot"
24959   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr-hdrh-lat-percentile"
24960   graph-title: "3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr"
24961   algorithm: "plot_lat_hdrh_percentile"
24962   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr-hdrh-lat-percentile"
24963   data: "plot-vpp-hdrh-lat-3n-hsw"
24964   include:
24965     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t2c-ethip4vxlan-l2xcbase-ndrpdr"
24966     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
24967   layout:
24968     layout: "plot-hdrh-latency-percentile"
24969
24970 - type: "plot"
24971   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat-percentile"
24972   graph-title: "3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr"
24973   algorithm: "plot_lat_hdrh_percentile"
24974   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat-percentile"
24975   data: "plot-vpp-hdrh-lat-3n-skx"
24976   include:
24977     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t2c-ethip4vxlan-l2xcbase-ndrpdr"
24978     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
24979     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
24980     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
24981   layout:
24982     layout: "plot-hdrh-latency-percentile"
24983
24984 - type: "plot"
24985   title: "Latency: 2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24986   graph-title: "2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
24987   algorithm: "plot_lat_hdrh_percentile"
24988   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24989   data: "plot-vpp-hdrh-lat-2n-skx"
24990   include:
24991     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
24992     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
24993     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
24994   layout:
24995     layout: "plot-hdrh-latency-percentile"
24996
24997 - type: "plot"
24998   title: "Latency: 2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24999   graph-title: "2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
25000   algorithm: "plot_lat_hdrh_percentile"
25001   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25002   data: "plot-vpp-hdrh-lat-2n-skx"
25003   include:
25004     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
25005     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
25006     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
25007     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
25008     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
25009   layout:
25010     layout: "plot-hdrh-latency-percentile"
25011
25012 - type: "plot"
25013   title: "Latency: 3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25014   graph-title: "3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr"
25015   algorithm: "plot_lat_hdrh_percentile"
25016   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25017   data: "plot-vpp-hdrh-lat-3n-hsw"
25018   include:
25019     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
25020     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
25021     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
25022   layout:
25023     layout: "plot-hdrh-latency-percentile"
25024
25025 - type: "plot"
25026   title: "Latency: 3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25027   graph-title: "3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
25028   algorithm: "plot_lat_hdrh_percentile"
25029   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25030   data: "plot-vpp-hdrh-lat-3n-skx"
25031   include:
25032     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
25033     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
25034     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
25035   layout:
25036     layout: "plot-hdrh-latency-percentile"
25037
25038 - type: "plot"
25039   title: "Latency: 3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25040   graph-title: "3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
25041   algorithm: "plot_lat_hdrh_percentile"
25042   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25043   data: "plot-vpp-hdrh-lat-3n-skx"
25044   include:
25045     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
25046     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
25047     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
25048     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
25049     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
25050   layout:
25051     layout: "plot-hdrh-latency-percentile"
25052
25053 - type: "plot"
25054   title: "Latency: 2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
25055   graph-title: "2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
25056   algorithm: "plot_lat_hdrh_percentile"
25057   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
25058   data: "plot-vpp-hdrh-lat-2n-skx"
25059   include:
25060     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
25061     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
25062     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
25063     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
25064     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
25065     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
25066   layout:
25067     layout: "plot-hdrh-latency-percentile"
25068
25069 - type: "plot"
25070   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat-percentile"
25071   graph-title: "2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
25072   algorithm: "plot_lat_hdrh_percentile"
25073   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat-percentile"
25074   data: "plot-vpp-hdrh-lat-2n-skx"
25075   include:
25076     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
25077     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
25078     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
25079     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
25080   layout:
25081     layout: "plot-hdrh-latency-percentile"
25082
25083 - type: "plot"
25084   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
25085   graph-title: "2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
25086   algorithm: "plot_lat_hdrh_percentile"
25087   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
25088   data: "plot-vpp-hdrh-lat-2n-skx"
25089   include:
25090     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
25091     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
25092     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
25093     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
25094     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
25095   layout:
25096     layout: "plot-hdrh-latency-percentile"
25097
25098 - type: "plot"
25099   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
25100   graph-title: "2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
25101   algorithm: "plot_lat_hdrh_percentile"
25102   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
25103   data: "plot-vpp-hdrh-lat-2n-skx"
25104   include:
25105     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
25106     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
25107     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
25108     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
25109   layout:
25110     layout: "plot-hdrh-latency-percentile"
25111
25112 - type: "plot"
25113   title: "Latency: 3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
25114   graph-title: "3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr"
25115   algorithm: "plot_lat_hdrh_percentile"
25116   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
25117   data: "plot-vpp-hdrh-lat-3n-hsw"
25118   include:
25119     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
25120     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
25121     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
25122     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
25123     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
25124     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
25125   layout:
25126     layout: "plot-hdrh-latency-percentile"
25127
25128 - type: "plot"
25129   title: "Latency: 3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
25130   graph-title: "3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
25131   algorithm: "plot_lat_hdrh_percentile"
25132   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
25133   data: "plot-vpp-hdrh-lat-3n-skx"
25134   include:
25135     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
25136     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
25137     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
25138     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
25139     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
25140   layout:
25141     layout: "plot-hdrh-latency-percentile"
25142
25143 - type: "plot"
25144   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat-percentile"
25145   graph-title: "3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
25146   algorithm: "plot_lat_hdrh_percentile"
25147   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat-percentile"
25148   data: "plot-vpp-hdrh-lat-3n-skx"
25149   include:
25150     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
25151     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
25152     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
25153   layout:
25154     layout: "plot-hdrh-latency-percentile"
25155
25156 - type: "plot"
25157   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
25158   graph-title: "3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
25159   algorithm: "plot_lat_hdrh_percentile"
25160   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
25161   data: "plot-vpp-hdrh-lat-3n-skx"
25162   include:
25163     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
25164     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
25165     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
25166     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
25167   layout:
25168     layout: "plot-hdrh-latency-percentile"
25169
25170 - type: "plot"
25171   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
25172   graph-title: "3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
25173   algorithm: "plot_lat_hdrh_percentile"
25174   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
25175   data: "plot-vpp-hdrh-lat-3n-skx"
25176   include:
25177     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
25178     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
25179     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
25180     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
25181     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
25182     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
25183   layout:
25184     layout: "plot-hdrh-latency-percentile"
25185
25186 - type: "plot"
25187   title: "Latency: 3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr-hdrh-lat-percentile"
25188   graph-title: "3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr"
25189   algorithm: "plot_lat_hdrh_percentile"
25190   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr-hdrh-lat-percentile"
25191   data: "plot-vpp-hdrh-lat-3n-skx"
25192   include:
25193     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
25194     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
25195     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
25196     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
25197     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
25198     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
25199   layout:
25200     layout: "plot-hdrh-latency-percentile"
25201
25202 - type: "plot"
25203   title: "Latency: 3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr-hdrh-lat-percentile"
25204   graph-title: "3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr"
25205   algorithm: "plot_lat_hdrh_percentile"
25206   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr-hdrh-lat-percentile"
25207   data: "plot-vpp-hdrh-lat-3n-hsw"
25208   include:
25209     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
25210     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
25211     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
25212     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
25213     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
25214     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
25215   layout:
25216     layout: "plot-hdrh-latency-percentile"
25217
25218 - type: "plot"
25219   title: "Latency: 3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr-hdrh-lat-percentile"
25220   graph-title: "3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr"
25221   algorithm: "plot_lat_hdrh_percentile"
25222   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr-hdrh-lat-percentile"
25223   data: "plot-vpp-hdrh-lat-3n-skx"
25224   include:
25225     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
25226     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
25227     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
25228     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
25229     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
25230     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
25231   layout:
25232     layout: "plot-hdrh-latency-percentile"
25233
25234 - type: "plot"
25235   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-hdrh-lat-percentile"
25236   graph-title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
25237   algorithm: "plot_lat_hdrh_percentile"
25238   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-hdrh-lat-percentile"
25239   data: "plot-vpp-hdrh-lat-2n-skx"
25240   include:
25241     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25242     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25243     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25244     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
25245   layout:
25246     layout: "plot-hdrh-latency-percentile"
25247
25248 - type: "plot"
25249   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
25250   graph-title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
25251   algorithm: "plot_lat_hdrh_percentile"
25252   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
25253   data: "plot-vpp-hdrh-lat-2n-skx"
25254   include:
25255     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25256     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25257     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25258     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
25259   layout:
25260     layout: "plot-hdrh-latency-percentile"
25261
25262 - type: "plot"
25263   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr-hdrh-lat-percentile"
25264   graph-title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
25265   algorithm: "plot_lat_hdrh_percentile"
25266   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr-hdrh-lat-percentile"
25267   data: "plot-vpp-hdrh-lat-3n-hsw"
25268   include:
25269     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25270     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25271     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25272     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
25273   layout:
25274     layout: "plot-hdrh-latency-percentile"
25275
25276 - type: "plot"
25277   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
25278   graph-title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr"
25279   algorithm: "plot_lat_hdrh_percentile"
25280   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
25281   data: "plot-vpp-hdrh-lat-3n-hsw"
25282   include:
25283     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25284     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25285     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25286     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
25287   layout:
25288     layout: "plot-hdrh-latency-percentile"
25289
25290 - type: "plot"
25291   title: "Latency: 3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-hdrh-lat-percentile"
25292   graph-title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
25293   algorithm: "plot_lat_hdrh_percentile"
25294   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-hdrh-lat-percentile"
25295   data: "plot-vpp-hdrh-lat-3n-skx"
25296   include:
25297     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25298     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25299     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25300     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25301   layout:
25302     layout: "plot-hdrh-latency-percentile"
25303
25304 - type: "plot"
25305   title: "Latency: 3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
25306   graph-title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
25307   algorithm: "plot_lat_hdrh_percentile"
25308   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
25309   data: "plot-vpp-hdrh-lat-3n-skx"
25310   include:
25311     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25312     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25313     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25314     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25315   layout:
25316     layout: "plot-hdrh-latency-percentile"
25317
25318 - type: "plot"
25319   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-hdrh-lat-percentile"
25320   graph-title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
25321   algorithm: "plot_lat_hdrh_percentile"
25322   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-hdrh-lat-percentile"
25323   data: "plot-vpp-hdrh-lat-3n-skx"
25324   include:
25325     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25326     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25327     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25328     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25329     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
25330   layout:
25331     layout: "plot-hdrh-latency-percentile"
25332
25333 - type: "plot"
25334   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
25335   graph-title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
25336   algorithm: "plot_lat_hdrh_percentile"
25337   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
25338   data: "plot-vpp-hdrh-lat-3n-skx"
25339   include:
25340     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25341     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25342     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25343     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25344     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
25345   layout:
25346     layout: "plot-hdrh-latency-percentile"
25347
25348 - type: "plot"
25349   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-hdrh-lat-percentile"
25350   graph-title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
25351   algorithm: "plot_lat_hdrh_percentile"
25352   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-hdrh-lat-percentile"
25353   data: "plot-vpp-hdrh-lat-3n-skx"
25354   include:
25355     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25356     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25357     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25358     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25359     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25360     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25361   layout:
25362     layout: "plot-hdrh-latency-percentile"
25363
25364 - type: "plot"
25365   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
25366   graph-title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
25367   algorithm: "plot_lat_hdrh_percentile"
25368   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
25369   data: "plot-vpp-hdrh-lat-3n-skx"
25370   include:
25371     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25372     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25373     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25374     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25375     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25376     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25377   layout:
25378     layout: "plot-hdrh-latency-percentile"
25379
25380 - type: "plot"
25381   title: "Latency: 3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr-hdrh-lat-percentile"
25382   graph-title: "3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr"
25383   algorithm: "plot_lat_hdrh_percentile"
25384   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr-hdrh-lat-percentile"
25385   data: "plot-vpp-hdrh-lat-3n-tsh"
25386   include:
25387     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
25388     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
25389     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
25390     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
25391     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
25392   layout:
25393     layout: "plot-hdrh-latency-percentile"
25394
25395 - type: "plot"
25396   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat-percentile"
25397   graph-title: "3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr"
25398   algorithm: "plot_lat_hdrh_percentile"
25399   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat-percentile"
25400   data: "plot-vpp-hdrh-lat-3n-tsh"
25401   include:
25402     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
25403     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
25404     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t2c-ethip4-ip4scale20k-ndrpdr"
25405     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t2c-ethip4-ip4scale200k-ndrpdr"
25406     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
25407   layout:
25408     layout: "plot-hdrh-latency-percentile"
25409
25410 - type: "plot"
25411   title: "Latency: 3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr-hdrh-lat-percentile"
25412   graph-title: "3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr"
25413   algorithm: "plot_lat_hdrh_percentile"
25414   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr-hdrh-lat-percentile"
25415   data: "plot-vpp-hdrh-lat-3n-tsh"
25416   include:
25417     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
25418     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
25419     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
25420     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
25421     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
25422     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t2c-ethip4udp-ip4base-nat44-ndrpdr"
25423   layout:
25424     layout: "plot-hdrh-latency-percentile"
25425
25426 - type: "plot"
25427   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat-percentile"
25428   graph-title: "3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr"
25429   algorithm: "plot_lat_hdrh_percentile"
25430   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat-percentile"
25431   data: "plot-vpp-hdrh-lat-3n-tsh"
25432   include:
25433     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t2c-ethip4vxlan-l2xcbase-ndrpdr"
25434     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
25435     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
25436     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
25437   layout:
25438     layout: "plot-hdrh-latency-percentile"
25439
25440 - type: "plot"
25441   title: "Latency: 3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat-percentile"
25442   graph-title: "3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr"
25443   algorithm: "plot_lat_hdrh_percentile"
25444   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat-percentile"
25445   data: "plot-vpp-hdrh-lat-3n-tsh"
25446   include:
25447     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
25448     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
25449     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t2c-ethip6-ip6scale20k-ndrpdr"
25450     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t2c-ethip6-ip6scale200k-ndrpdr"
25451     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
25452   layout:
25453     layout: "plot-hdrh-latency-percentile"
25454
25455 - type: "plot"
25456   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr-hdrh-lat-percentile"
25457   graph-title: "3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr"
25458   algorithm: "plot_lat_hdrh_percentile"
25459   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr-hdrh-lat-percentile"
25460   data: "plot-vpp-hdrh-lat-3n-tsh"
25461   include:
25462     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
25463     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
25464     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
25465     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
25466   layout:
25467     layout: "plot-hdrh-latency-percentile"
25468
25469 - type: "plot"
25470   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr-hdrh-lat-percentile"
25471   graph-title: "3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr"
25472   algorithm: "plot_lat_hdrh_percentile"
25473   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr-hdrh-lat-percentile"
25474   data: "plot-vpp-hdrh-lat-3n-tsh"
25475   include:
25476     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
25477     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
25478     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
25479     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale10kmaclrn-ndrpdr"
25480     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale100kmaclrn-ndrpdr"
25481     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
25482   layout:
25483     layout: "plot-hdrh-latency-percentile"
25484
25485 - type: "plot"
25486   title: "Latency: 3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr-hdrh-lat-percentile"
25487   graph-title: "3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr"
25488   algorithm: "plot_lat_hdrh_percentile"
25489   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr-hdrh-lat-percentile"
25490   data: "plot-vpp-hdrh-lat-3n-tsh"
25491   include:
25492     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
25493     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
25494     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
25495     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
25496     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
25497     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
25498   layout:
25499     layout: "plot-hdrh-latency-percentile"
25500
25501 - type: "plot"
25502   title: "Latency: 3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat-percentile"
25503   graph-title: "3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr"
25504   algorithm: "plot_lat_hdrh_percentile"
25505   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat-percentile"
25506   data: "plot-vpp-hdrh-lat-3n-tsh"
25507   include:
25508     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
25509     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
25510     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
25511     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
25512     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
25513     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
25514   layout:
25515     layout: "plot-hdrh-latency-percentile"
25516
25517 - type: "plot"
25518   title: "Latency: 3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr-hdrh-lat-percentile"
25519   graph-title: "3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr"
25520   algorithm: "plot_lat_hdrh_percentile"
25521   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr-hdrh-lat-percentile"
25522   data: "plot-vpp-hdrh-lat-3n-tsh"
25523   include:
25524     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25525     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25526     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25527     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25528     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
25529   layout:
25530     layout: "plot-hdrh-latency-percentile"
25531
25532 - type: "plot"
25533   title: "Latency: 3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat-percentile"
25534   graph-title: "3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr"
25535   algorithm: "plot_lat_hdrh_percentile"
25536   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat-percentile"
25537   data: "plot-vpp-hdrh-lat-3n-tsh"
25538   include:
25539     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25540     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25541     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25542     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25543     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25544     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25545   layout:
25546     layout: "plot-hdrh-latency-percentile"
25547
25548 - type: "plot"
25549   title: "Latency: 2n-clx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat-percentile"
25550   graph-title: "2n-clx-xxv710-64b-4t2c-memif-base-i40e-ndr"
25551   algorithm: "plot_lat_hdrh_percentile"
25552   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat-percentile"
25553   data: "plot-vpp-hdrh-lat-2n-clx"
25554   include:
25555     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
25556     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
25557     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
25558     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
25559   layout:
25560     layout: "plot-hdrh-latency-percentile"
25561
25562 - type: "plot"
25563   title: "Latency: 2n-clx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
25564   graph-title: "2n-clx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
25565   algorithm: "plot_lat_hdrh_percentile"
25566   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
25567   data: "plot-vpp-hdrh-lat-2n-clx"
25568   include:
25569     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
25570     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
25571     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
25572     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
25573     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
25574   layout:
25575     layout: "plot-hdrh-latency-percentile"
25576
25577 - type: "plot"
25578   title: "Latency: 2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
25579   graph-title: "2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
25580   algorithm: "plot_lat_hdrh_percentile"
25581   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
25582   data: "plot-vpp-hdrh-lat-2n-clx"
25583   include:
25584     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
25585     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
25586     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
25587     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
25588   layout:
25589     layout: "plot-hdrh-latency-percentile"
25590
25591 - type: "plot"
25592   title: "Latency: 2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25593   graph-title: "2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
25594   algorithm: "plot_lat_hdrh_percentile"
25595   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25596   data: "plot-vpp-hdrh-lat-2n-clx"
25597   include:
25598     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
25599     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
25600     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
25601     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
25602     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
25603   layout:
25604     layout: "plot-hdrh-latency-percentile"
25605
25606 - type: "plot"
25607   title: "Latency: 2n-clx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
25608   graph-title: "2n-clx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
25609   algorithm: "plot_lat_hdrh_percentile"
25610   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
25611   data: "plot-vpp-hdrh-lat-2n-clx"
25612   include:
25613     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
25614     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
25615     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
25616     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
25617     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
25618     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
25619   layout:
25620     layout: "plot-hdrh-latency-percentile"
25621
25622 - type: "plot"
25623   title: "Latency: 2n-clx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25624   graph-title: "2n-clx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
25625   algorithm: "plot_lat_hdrh_percentile"
25626   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25627   data: "plot-vpp-hdrh-lat-2n-clx"
25628   include:
25629     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
25630     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
25631     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
25632   layout:
25633     layout: "plot-hdrh-latency-percentile"
25634
25635 - type: "plot"
25636   title: "Latency: 2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25637   graph-title: "2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
25638   algorithm: "plot_lat_hdrh_percentile"
25639   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25640   data: "plot-vpp-hdrh-lat-2n-clx"
25641   include:
25642     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
25643     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
25644     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
25645     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
25646     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
25647   layout:
25648     layout: "plot-hdrh-latency-percentile"
25649
25650 - type: "plot"
25651   title: "Latency: 2n-clx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
25652   graph-title: "2n-clx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
25653   algorithm: "plot_lat_hdrh_percentile"
25654   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
25655   data: "plot-vpp-hdrh-lat-2n-clx"
25656   include:
25657     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
25658     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
25659     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
25660     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
25661     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
25662     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
25663   layout:
25664     layout: "plot-hdrh-latency-percentile"
25665
25666 - type: "plot"
25667   title: "Latency: 2n-clx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat-percentile"
25668   graph-title: "2n-clx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
25669   algorithm: "plot_lat_hdrh_percentile"
25670   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat-percentile"
25671   data: "plot-vpp-hdrh-lat-2n-clx"
25672   include:
25673     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
25674     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
25675     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
25676     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
25677   layout:
25678     layout: "plot-hdrh-latency-percentile"
25679
25680 - type: "plot"
25681   title: "Latency: 2n-clx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
25682   graph-title: "2n-clx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
25683   algorithm: "plot_lat_hdrh_percentile"
25684   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
25685   data: "plot-vpp-hdrh-lat-2n-clx"
25686   include:
25687     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
25688     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
25689     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
25690     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
25691     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
25692   layout:
25693     layout: "plot-hdrh-latency-percentile"
25694
25695 - type: "plot"
25696   title: "Latency: 2n-clx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
25697   graph-title: "2n-clx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
25698   algorithm: "plot_lat_hdrh_percentile"
25699   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
25700   data: "plot-vpp-hdrh-lat-2n-clx"
25701   include:
25702     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
25703     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
25704     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
25705     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
25706   layout:
25707     layout: "plot-hdrh-latency-percentile"
25708
25709 - type: "plot"
25710   title: "Latency: 2n-clx-xxv710-64b-4t2c-vhost-base-i40e-ndr-hdrh-lat-percentile"
25711   graph-title: "2n-clx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
25712   algorithm: "plot_lat_hdrh_percentile"
25713   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-vhost-base-i40e-ndr-hdrh-lat-percentile"
25714   data: "plot-vpp-hdrh-lat-2n-clx"
25715   include:
25716     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25717     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25718     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25719     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
25720   layout:
25721     layout: "plot-hdrh-latency-percentile"
25722
25723 - type: "plot"
25724   title: "Latency: 2n-clx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
25725   graph-title: "2n-clx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
25726   algorithm: "plot_lat_hdrh_percentile"
25727   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
25728   data: "plot-vpp-hdrh-lat-2n-clx"
25729   include:
25730     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25731     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25732     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25733     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
25734   layout:
25735     layout: "plot-hdrh-latency-percentile"
25736
25737 - type: "plot"
25738   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-l2-eth-2memif-1dcr-ndr-hdrh-lat-percentile"
25739   graph-title: "2n-clx-cx556a-64b-4t2c-rdma-l2-eth-2memif-1dcr-ndr"
25740   algorithm: "plot_lat_hdrh_percentile"
25741   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-l2-eth-2memif-1dcr-ndr-hdrh-lat-percentile"
25742   data: "plot-vpp-hdrh-lat-2n-clx"
25743   include:
25744     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
25745     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
25746     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
25747     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
25748   layout:
25749     layout: "plot-hdrh-latency-percentile"
25750
25751 - type: "plot"
25752   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-ip4base-ndr-hdrh-lat-percentile"
25753   graph-title: "2n-clx-cx556a-64b-4t2c-rdma-ip4base-ndr"
25754   algorithm: "plot_lat_hdrh_percentile"
25755   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-ip4base-ndr-hdrh-lat-percentile"
25756   data: "plot-vpp-hdrh-lat-2n-clx"
25757   include:
25758     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-rdma-dot1q-ip4base-ndrpdr"
25759     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-rdma-ethip4-ip4base-ndrpdr"
25760   layout:
25761     layout: "plot-hdrh-latency-percentile"
25762
25763 - type: "plot"
25764   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-ethip4-ip4scale-ndr-hdrh-lat-percentile"
25765   graph-title: "2n-clx-cx556a-64b-4t2c-rdma-ethip4-ip4scale-ndr"
25766   algorithm: "plot_lat_hdrh_percentile"
25767   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-ethip4-ip4scale-ndr-hdrh-lat-percentile"
25768   data: "plot-vpp-hdrh-lat-2n-clx"
25769   include:
25770     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale20k-ndrpdr"
25771     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
25772     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale200k-ndrpdr"
25773     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
25774     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale2m-ndrpdr"
25775     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
25776   layout:
25777     layout: "plot-hdrh-latency-percentile"
25778
25779 - type: "plot"
25780   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-ethip4-features-ndr-hdrh-lat-percentile"
25781   graph-title: "2n-clx-cx556a-64b-4t2c-rdma-ethip4-features-ndr"
25782   algorithm: "plot_lat_hdrh_percentile"
25783   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-ethip4-features-ndr-hdrh-lat-percentile"
25784   data: "plot-vpp-hdrh-lat-2n-clx"
25785   include:
25786     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
25787     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
25788     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
25789     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
25790     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-4t2c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
25791     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-4t2c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
25792   layout:
25793     layout: "plot-hdrh-latency-percentile"
25794
25795 - type: "plot"
25796   title: "Latency: 2n-clx-cx556a-78b-4t2c-rdma-ip6routing-base-scale-ndr-hdrh-lat-percentile"
25797   graph-title: "2n-clx-cx556a-78b-4t2c-rdma-ip6routing-base-scale-ndr"
25798   algorithm: "plot_lat_hdrh_percentile"
25799   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-4t2c-rdma-ip6routing-base-scale-ndr-hdrh-lat-percentile"
25800   data: "plot-vpp-hdrh-lat-2n-clx"
25801   include:
25802     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-rdma-dot1q-ip6base-ndrpdr"
25803     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-rdma-ethip6-ip6base-ndrpdr"
25804     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-rdma-ethip6-ip6scale20k-ndrpdr"
25805     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-rdma-ethip6-ip6scale200k-ndrpdr"
25806     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-rdma-ethip6-ip6scale2m-ndrpdr"
25807   layout:
25808     layout: "plot-hdrh-latency-percentile"
25809
25810 - type: "plot"
25811   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-l2switching-base-ndr-hdrh-lat-percentile"
25812   graph-title: "2n-clx-cx556a-64b-4t2c-rdma-l2switching-base-ndr"
25813   algorithm: "plot_lat_hdrh_percentile"
25814   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-l2switching-base-ndr-hdrh-lat-percentile"
25815   data: "plot-vpp-hdrh-lat-2n-clx"
25816   include:
25817     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-rdma-dot1q-l2xcbase-ndrpdr"
25818     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
25819     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
25820     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-4t2c-rdma-eth-l2patch-ndrpdr"
25821     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-4t2c-rdma-eth-l2xcbase-ndrpdr"
25822     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-rdma-eth-l2bdbasemaclrn-ndrpdr"
25823   layout:
25824     layout: "plot-hdrh-latency-percentile"
25825
25826 - type: "plot"
25827   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-l2switching-scale-ndr-hdrh-lat-percentile"
25828   graph-title: "2n-clx-cx556a-64b-4t2c-rdma-l2switching-scale-ndr"
25829   algorithm: "plot_lat_hdrh_percentile"
25830   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-l2switching-scale-ndr-hdrh-lat-percentile"
25831   data: "plot-vpp-hdrh-lat-2n-clx"
25832   include:
25833     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-rdma-eth-l2bdbasemaclrn-ndrpdr"
25834     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
25835     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
25836     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
25837   layout:
25838     layout: "plot-hdrh-latency-percentile"
25839
25840 - type: "plot"
25841   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-base-ndr-hdrh-lat-percentile"
25842   graph-title: "2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-base-ndr"
25843   algorithm: "plot_lat_hdrh_percentile"
25844   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-base-ndr-hdrh-lat-percentile"
25845   data: "plot-vpp-hdrh-lat-2n-clx"
25846   include:
25847     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25848     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25849     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25850     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25851   layout:
25852     layout: "plot-hdrh-latency-percentile"
25853
25854 - type: "plot"
25855   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-vppl2xc-base-ndr-hdrh-lat-percentile"
25856   graph-title: "2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-vppl2xc-base-ndr"
25857   algorithm: "plot_lat_hdrh_percentile"
25858   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-vppl2xc-base-ndr-hdrh-lat-percentile"
25859   data: "plot-vpp-hdrh-lat-2n-clx"
25860   include:
25861     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25862     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25863     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25864     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25865   layout:
25866     layout: "plot-hdrh-latency-percentile"
25867
25868 ################################################################################
25869
25870 # HDRHistogram Packet Latency Percentile 4C
25871
25872 - type: "plot"
25873   title: "Latency: 2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat-percentile"
25874   graph-title: "2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
25875   algorithm: "plot_lat_hdrh_percentile"
25876   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat-percentile"
25877   data: "plot-vpp-hdrh-lat-2n-skx"
25878   include:
25879     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
25880     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
25881     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
25882     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
25883   layout:
25884     layout: "plot-hdrh-latency-percentile"
25885
25886 - type: "plot"
25887   title: "Latency: 3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat-percentile"
25888   graph-title: "3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
25889   algorithm: "plot_lat_hdrh_percentile"
25890   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat-percentile"
25891   data: "plot-vpp-hdrh-lat-3n-skx"
25892   include:
25893     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
25894     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
25895     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
25896     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
25897     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
25898   layout:
25899     layout: "plot-hdrh-latency-percentile"
25900
25901 - type: "plot"
25902   title: "Latency: 2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
25903   graph-title: "2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
25904   algorithm: "plot_lat_hdrh_percentile"
25905   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
25906   data: "plot-vpp-hdrh-lat-2n-skx"
25907   include:
25908     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
25909     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
25910     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
25911     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
25912     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
25913   layout:
25914     layout: "plot-hdrh-latency-percentile"
25915
25916 - type: "plot"
25917   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
25918   graph-title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
25919   algorithm: "plot_lat_hdrh_percentile"
25920   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
25921   data: "plot-vpp-hdrh-lat-2n-skx"
25922   include:
25923     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
25924     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
25925     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
25926     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
25927   layout:
25928     layout: "plot-hdrh-latency-percentile"
25929
25930 - type: "plot"
25931   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25932   graph-title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
25933   algorithm: "plot_lat_hdrh_percentile"
25934   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25935   data: "plot-vpp-hdrh-lat-2n-skx"
25936   include:
25937     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
25938     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
25939     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
25940     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
25941     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
25942   layout:
25943     layout: "plot-hdrh-latency-percentile"
25944
25945 - type: "plot"
25946   title: "Latency: 2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
25947   graph-title: "2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
25948   algorithm: "plot_lat_hdrh_percentile"
25949   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
25950   data: "plot-vpp-hdrh-lat-2n-skx"
25951   include:
25952     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
25953     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
25954     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
25955     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
25956     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
25957     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
25958   layout:
25959     layout: "plot-hdrh-latency-percentile"
25960
25961 - type: "plot"
25962   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25963   graph-title: "3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr"
25964   algorithm: "plot_lat_hdrh_percentile"
25965   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25966   data: "plot-vpp-hdrh-lat-3n-hsw"
25967   include:
25968     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
25969     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
25970     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
25971   layout:
25972     layout: "plot-hdrh-latency-percentile"
25973
25974 - type: "plot"
25975   title: "Latency: 3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
25976   graph-title: "3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
25977   algorithm: "plot_lat_hdrh_percentile"
25978   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
25979   data: "plot-vpp-hdrh-lat-3n-skx"
25980   include:
25981     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
25982     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
25983     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
25984     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
25985     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
25986   layout:
25987     layout: "plot-hdrh-latency-percentile"
25988
25989 - type: "plot"
25990   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
25991   graph-title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
25992   algorithm: "plot_lat_hdrh_percentile"
25993   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
25994   data: "plot-vpp-hdrh-lat-3n-skx"
25995   include:
25996     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
25997     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
25998     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
25999     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
26000   layout:
26001     layout: "plot-hdrh-latency-percentile"
26002
26003 - type: "plot"
26004   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
26005   graph-title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
26006   algorithm: "plot_lat_hdrh_percentile"
26007   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
26008   data: "plot-vpp-hdrh-lat-3n-skx"
26009   include:
26010     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
26011     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
26012     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
26013     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
26014     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
26015   layout:
26016     layout: "plot-hdrh-latency-percentile"
26017
26018 - type: "plot"
26019   title: "Latency: 3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
26020   graph-title: "3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
26021   algorithm: "plot_lat_hdrh_percentile"
26022   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
26023   data: "plot-vpp-hdrh-lat-3n-skx"
26024   include:
26025     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
26026     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
26027     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
26028     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
26029     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
26030     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
26031   layout:
26032     layout: "plot-hdrh-latency-percentile"
26033
26034 - type: "plot"
26035   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr-hdrh-lat-percentile"
26036   graph-title: "3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr"
26037   algorithm: "plot_lat_hdrh_percentile"
26038   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr-hdrh-lat-percentile"
26039   data: "plot-vpp-hdrh-lat-3n-hsw"
26040   include:
26041     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t4c-ethip4vxlan-l2xcbase-ndrpdr"
26042     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
26043   layout:
26044     layout: "plot-hdrh-latency-percentile"
26045
26046 - type: "plot"
26047   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat-percentile"
26048   graph-title: "3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr"
26049   algorithm: "plot_lat_hdrh_percentile"
26050   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat-percentile"
26051   data: "plot-vpp-hdrh-lat-3n-skx"
26052   include:
26053     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-8t4c-ethip4vxlan-l2xcbase-ndrpdr"
26054     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
26055     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
26056     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
26057   layout:
26058     layout: "plot-hdrh-latency-percentile"
26059
26060 - type: "plot"
26061   title: "Latency: 2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
26062   graph-title: "2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
26063   algorithm: "plot_lat_hdrh_percentile"
26064   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
26065   data: "plot-vpp-hdrh-lat-2n-skx"
26066   include:
26067     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
26068     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
26069     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
26070   layout:
26071     layout: "plot-hdrh-latency-percentile"
26072
26073 - type: "plot"
26074   title: "Latency: 2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
26075   graph-title: "2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
26076   algorithm: "plot_lat_hdrh_percentile"
26077   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
26078   data: "plot-vpp-hdrh-lat-2n-skx"
26079   include:
26080     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
26081     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
26082     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
26083     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
26084     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
26085   layout:
26086     layout: "plot-hdrh-latency-percentile"
26087
26088 - type: "plot"
26089   title: "Latency: 3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
26090   graph-title: "3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr"
26091   algorithm: "plot_lat_hdrh_percentile"
26092   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
26093   data: "plot-vpp-hdrh-lat-3n-hsw"
26094   include:
26095     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
26096     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
26097     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
26098   layout:
26099     layout: "plot-hdrh-latency-percentile"
26100
26101 - type: "plot"
26102   title: "Latency: 3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
26103   graph-title: "3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
26104   algorithm: "plot_lat_hdrh_percentile"
26105   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
26106   data: "plot-vpp-hdrh-lat-3n-skx"
26107   include:
26108     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
26109     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
26110     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
26111   layout:
26112     layout: "plot-hdrh-latency-percentile"
26113
26114 - type: "plot"
26115   title: "Latency: 3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
26116   graph-title: "3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
26117   algorithm: "plot_lat_hdrh_percentile"
26118   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
26119   data: "plot-vpp-hdrh-lat-3n-skx"
26120   include:
26121     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
26122     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
26123     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
26124     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
26125     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
26126   layout:
26127     layout: "plot-hdrh-latency-percentile"
26128
26129 - type: "plot"
26130   title: "Latency: 2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
26131   graph-title: "2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
26132   algorithm: "plot_lat_hdrh_percentile"
26133   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
26134   data: "plot-vpp-hdrh-lat-2n-skx"
26135   include:
26136     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
26137     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
26138     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
26139     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
26140     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
26141     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
26142   layout:
26143     layout: "plot-hdrh-latency-percentile"
26144
26145 - type: "plot"
26146   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat-percentile"
26147   graph-title: "2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
26148   algorithm: "plot_lat_hdrh_percentile"
26149   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat-percentile"
26150   data: "plot-vpp-hdrh-lat-2n-skx"
26151   include:
26152     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
26153     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
26154     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
26155     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
26156   layout:
26157     layout: "plot-hdrh-latency-percentile"
26158
26159 - type: "plot"
26160   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
26161   graph-title: "2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
26162   algorithm: "plot_lat_hdrh_percentile"
26163   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
26164   data: "plot-vpp-hdrh-lat-2n-skx"
26165   include:
26166     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
26167     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
26168     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
26169     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
26170     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
26171   layout:
26172     layout: "plot-hdrh-latency-percentile"
26173
26174 - type: "plot"
26175   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
26176   graph-title: "2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
26177   algorithm: "plot_lat_hdrh_percentile"
26178   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
26179   data: "plot-vpp-hdrh-lat-2n-skx"
26180   include:
26181     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
26182     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
26183     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
26184     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
26185   layout:
26186     layout: "plot-hdrh-latency-percentile"
26187
26188 - type: "plot"
26189   title: "Latency: 3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
26190   graph-title: "3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr"
26191   algorithm: "plot_lat_hdrh_percentile"
26192   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
26193   data: "plot-vpp-hdrh-lat-3n-hsw"
26194   include:
26195     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
26196     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
26197     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
26198     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
26199     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
26200     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
26201   layout:
26202     layout: "plot-hdrh-latency-percentile"
26203
26204 - type: "plot"
26205   title: "Latency: 3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
26206   graph-title: "3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
26207   algorithm: "plot_lat_hdrh_percentile"
26208   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
26209   data: "plot-vpp-hdrh-lat-3n-skx"
26210   include:
26211     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
26212     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
26213     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
26214     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
26215     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
26216   layout:
26217     layout: "plot-hdrh-latency-percentile"
26218
26219 - type: "plot"
26220   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat-percentile"
26221   graph-title: "3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
26222   algorithm: "plot_lat_hdrh_percentile"
26223   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat-percentile"
26224   data: "plot-vpp-hdrh-lat-3n-skx"
26225   include:
26226     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
26227     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
26228     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
26229   layout:
26230     layout: "plot-hdrh-latency-percentile"
26231
26232 - type: "plot"
26233   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
26234   graph-title: "3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
26235   algorithm: "plot_lat_hdrh_percentile"
26236   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
26237   data: "plot-vpp-hdrh-lat-3n-skx"
26238   include:
26239     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
26240     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
26241     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
26242     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
26243   layout:
26244     layout: "plot-hdrh-latency-percentile"
26245
26246 - type: "plot"
26247   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
26248   graph-title: "3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
26249   algorithm: "plot_lat_hdrh_percentile"
26250   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
26251   data: "plot-vpp-hdrh-lat-3n-skx"
26252   include:
26253     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
26254     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
26255     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
26256     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
26257     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
26258     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
26259   layout:
26260     layout: "plot-hdrh-latency-percentile"
26261
26262 - type: "plot"
26263   title: "Latency: 3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr-hdrh-lat-percentile"
26264   graph-title: "3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr"
26265   algorithm: "plot_lat_hdrh_percentile"
26266   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr-hdrh-lat-percentile"
26267   data: "plot-vpp-hdrh-lat-3n-skx"
26268   include:
26269     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
26270     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
26271     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
26272     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
26273     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
26274     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
26275   layout:
26276     layout: "plot-hdrh-latency-percentile"
26277
26278 - type: "plot"
26279   title: "Latency: 3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr-hdrh-lat-percentile"
26280   graph-title: "3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr"
26281   algorithm: "plot_lat_hdrh_percentile"
26282   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr-hdrh-lat-percentile"
26283   data: "plot-vpp-hdrh-lat-3n-hsw"
26284   include:
26285     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
26286     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
26287     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
26288     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
26289     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
26290     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
26291   layout:
26292     layout: "plot-hdrh-latency-percentile"
26293
26294 - type: "plot"
26295   title: "Latency: 3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr-hdrh-lat-percentile"
26296   graph-title: "3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr"
26297   algorithm: "plot_lat_hdrh_percentile"
26298   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr-hdrh-lat-percentile"
26299   data: "plot-vpp-hdrh-lat-3n-skx"
26300   include:
26301     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-8t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
26302     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
26303     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
26304     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
26305     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
26306     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
26307   layout:
26308     layout: "plot-hdrh-latency-percentile"
26309
26310 - type: "plot"
26311   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-hdrh-lat-percentile"
26312   graph-title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
26313   algorithm: "plot_lat_hdrh_percentile"
26314   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-hdrh-lat-percentile"
26315   data: "plot-vpp-hdrh-lat-2n-skx"
26316   include:
26317     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
26318     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26319     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26320     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
26321   layout:
26322     layout: "plot-hdrh-latency-percentile"
26323
26324 - type: "plot"
26325   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
26326   graph-title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
26327   algorithm: "plot_lat_hdrh_percentile"
26328   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
26329   data: "plot-vpp-hdrh-lat-2n-skx"
26330   include:
26331     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26332     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26333     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26334     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
26335   layout:
26336     layout: "plot-hdrh-latency-percentile"
26337
26338 - type: "plot"
26339   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr-hdrh-lat-percentile"
26340   graph-title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
26341   algorithm: "plot_lat_hdrh_percentile"
26342   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr-hdrh-lat-percentile"
26343   data: "plot-vpp-hdrh-lat-3n-hsw"
26344   include:
26345     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
26346     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26347     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26348     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
26349   layout:
26350     layout: "plot-hdrh-latency-percentile"
26351
26352 - type: "plot"
26353   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
26354   graph-title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr"
26355   algorithm: "plot_lat_hdrh_percentile"
26356   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
26357   data: "plot-vpp-hdrh-lat-3n-hsw"
26358   include:
26359     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26360     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26361     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26362     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
26363   layout:
26364     layout: "plot-hdrh-latency-percentile"
26365
26366 - type: "plot"
26367   title: "Latency: 3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-hdrh-lat-percentile"
26368   graph-title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
26369   algorithm: "plot_lat_hdrh_percentile"
26370   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-hdrh-lat-percentile"
26371   data: "plot-vpp-hdrh-lat-3n-skx"
26372   include:
26373     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
26374     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26375     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
26376     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26377   layout:
26378     layout: "plot-hdrh-latency-percentile"
26379
26380 - type: "plot"
26381   title: "Latency: 3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
26382   graph-title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
26383   algorithm: "plot_lat_hdrh_percentile"
26384   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
26385   data: "plot-vpp-hdrh-lat-3n-skx"
26386   include:
26387     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26388     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26389     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26390     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26391   layout:
26392     layout: "plot-hdrh-latency-percentile"
26393
26394 - type: "plot"
26395   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-hdrh-lat-percentile"
26396   graph-title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
26397   algorithm: "plot_lat_hdrh_percentile"
26398   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-hdrh-lat-percentile"
26399   data: "plot-vpp-hdrh-lat-3n-skx"
26400   include:
26401     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
26402     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
26403     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26404     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26405     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
26406   layout:
26407     layout: "plot-hdrh-latency-percentile"
26408
26409 - type: "plot"
26410   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
26411   graph-title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
26412   algorithm: "plot_lat_hdrh_percentile"
26413   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
26414   data: "plot-vpp-hdrh-lat-3n-skx"
26415   include:
26416     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26417     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26418     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26419     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26420     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
26421   layout:
26422     layout: "plot-hdrh-latency-percentile"
26423
26424 - type: "plot"
26425   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-hdrh-lat-percentile"
26426   graph-title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
26427   algorithm: "plot_lat_hdrh_percentile"
26428   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-hdrh-lat-percentile"
26429   data: "plot-vpp-hdrh-lat-3n-skx"
26430   include:
26431     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
26432     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
26433     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
26434     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26435     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26436     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26437   layout:
26438     layout: "plot-hdrh-latency-percentile"
26439
26440 - type: "plot"
26441   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
26442   graph-title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
26443   algorithm: "plot_lat_hdrh_percentile"
26444   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
26445   data: "plot-vpp-hdrh-lat-3n-skx"
26446   include:
26447     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26448     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26449     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26450     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26451     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26452     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26453   layout:
26454     layout: "plot-hdrh-latency-percentile"
26455
26456 - type: "plot"
26457   title: "Latency: 3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr-hdrh-lat-percentile"
26458   graph-title: "3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr"
26459   algorithm: "plot_lat_hdrh_percentile"
26460   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr-hdrh-lat-percentile"
26461   data: "plot-vpp-hdrh-lat-3n-tsh"
26462   include:
26463     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
26464     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
26465     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
26466     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
26467     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
26468   layout:
26469     layout: "plot-hdrh-latency-percentile"
26470
26471 - type: "plot"
26472   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat-percentile"
26473   graph-title: "3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr"
26474   algorithm: "plot_lat_hdrh_percentile"
26475   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat-percentile"
26476   data: "plot-vpp-hdrh-lat-3n-tsh"
26477   include:
26478     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
26479     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
26480     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t4c-ethip4-ip4scale20k-ndrpdr"
26481     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t4c-ethip4-ip4scale200k-ndrpdr"
26482     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
26483   layout:
26484     layout: "plot-hdrh-latency-percentile"
26485
26486 - type: "plot"
26487   title: "Latency: 3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr-hdrh-lat-percentile"
26488   graph-title: "3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr"
26489   algorithm: "plot_lat_hdrh_percentile"
26490   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr-hdrh-lat-percentile"
26491   data: "plot-vpp-hdrh-lat-3n-tsh"
26492   include:
26493     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
26494     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
26495     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
26496     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
26497     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
26498     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t4c-ethip4udp-ip4base-nat44-ndrpdr"
26499   layout:
26500     layout: "plot-hdrh-latency-percentile"
26501
26502 - type: "plot"
26503   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat-percentile"
26504   graph-title: "3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr"
26505   algorithm: "plot_lat_hdrh_percentile"
26506   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat-percentile"
26507   data: "plot-vpp-hdrh-lat-3n-tsh"
26508   include:
26509     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t4c-ethip4vxlan-l2xcbase-ndrpdr"
26510     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
26511     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
26512     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
26513   layout:
26514     layout: "plot-hdrh-latency-percentile"
26515
26516 - type: "plot"
26517   title: "Latency: 3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat-percentile"
26518   graph-title: "3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr"
26519   algorithm: "plot_lat_hdrh_percentile"
26520   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat-percentile"
26521   data: "plot-vpp-hdrh-lat-3n-tsh"
26522   include:
26523     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
26524     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
26525     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t4c-ethip6-ip6scale20k-ndrpdr"
26526     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t4c-ethip6-ip6scale200k-ndrpdr"
26527     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
26528   layout:
26529     layout: "plot-hdrh-latency-percentile"
26530
26531 - type: "plot"
26532   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr-hdrh-lat-percentile"
26533   graph-title: "3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr"
26534   algorithm: "plot_lat_hdrh_percentile"
26535   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr-hdrh-lat-percentile"
26536   data: "plot-vpp-hdrh-lat-3n-tsh"
26537   include:
26538     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
26539     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
26540     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
26541     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
26542   layout:
26543     layout: "plot-hdrh-latency-percentile"
26544
26545 - type: "plot"
26546   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr-hdrh-lat-percentile"
26547   graph-title: "3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr"
26548   algorithm: "plot_lat_hdrh_percentile"
26549   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr-hdrh-lat-percentile"
26550   data: "plot-vpp-hdrh-lat-3n-tsh"
26551   include:
26552     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
26553     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
26554     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
26555     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale10kmaclrn-ndrpdr"
26556     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale100kmaclrn-ndrpdr"
26557     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
26558   layout:
26559     layout: "plot-hdrh-latency-percentile"
26560
26561 - type: "plot"
26562   title: "Latency: 3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr-hdrh-lat-percentile"
26563   graph-title: "3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr"
26564   algorithm: "plot_lat_hdrh_percentile"
26565   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr-hdrh-lat-percentile"
26566   data: "plot-vpp-hdrh-lat-3n-tsh"
26567   include:
26568     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
26569     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
26570     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
26571     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
26572     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
26573     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
26574   layout:
26575     layout: "plot-hdrh-latency-percentile"
26576
26577 - type: "plot"
26578   title: "Latency: 3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat-percentile"
26579   graph-title: "3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr"
26580   algorithm: "plot_lat_hdrh_percentile"
26581   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat-percentile"
26582   data: "plot-vpp-hdrh-lat-3n-tsh"
26583   include:
26584     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
26585     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
26586     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
26587     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
26588     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
26589     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
26590   layout:
26591     layout: "plot-hdrh-latency-percentile"
26592
26593 - type: "plot"
26594   title: "Latency: 3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr-hdrh-lat-percentile"
26595   graph-title: "3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr"
26596   algorithm: "plot_lat_hdrh_percentile"
26597   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr-hdrh-lat-percentile"
26598   data: "plot-vpp-hdrh-lat-3n-tsh"
26599   include:
26600     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
26601     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
26602     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26603     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26604     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
26605   layout:
26606     layout: "plot-hdrh-latency-percentile"
26607
26608 - type: "plot"
26609   title: "Latency: 3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat-percentile"
26610   graph-title: "3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr"
26611   algorithm: "plot_lat_hdrh_percentile"
26612   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat-percentile"
26613   data: "plot-vpp-hdrh-lat-3n-tsh"
26614   include:
26615     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
26616     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
26617     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
26618     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26619     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26620     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26621   layout:
26622     layout: "plot-hdrh-latency-percentile"
26623
26624 - type: "plot"
26625   title: "Latency: 2n-clx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat-percentile"
26626   graph-title: "2n-clx-xxv710-64b-8t4c-memif-base-i40e-ndr"
26627   algorithm: "plot_lat_hdrh_percentile"
26628   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat-percentile"
26629   data: "plot-vpp-hdrh-lat-2n-clx"
26630   include:
26631     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
26632     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
26633     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
26634     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
26635   layout:
26636     layout: "plot-hdrh-latency-percentile"
26637
26638 - type: "plot"
26639   title: "Latency: 2n-clx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
26640   graph-title: "2n-clx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
26641   algorithm: "plot_lat_hdrh_percentile"
26642   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
26643   data: "plot-vpp-hdrh-lat-2n-clx"
26644   include:
26645     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
26646     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
26647     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
26648     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
26649     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
26650   layout:
26651     layout: "plot-hdrh-latency-percentile"
26652
26653 - type: "plot"
26654   title: "Latency: 2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
26655   graph-title: "2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
26656   algorithm: "plot_lat_hdrh_percentile"
26657   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
26658   data: "plot-vpp-hdrh-lat-2n-clx"
26659   include:
26660     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
26661     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
26662     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
26663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
26664   layout:
26665     layout: "plot-hdrh-latency-percentile"
26666
26667 - type: "plot"
26668   title: "Latency: 2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
26669   graph-title: "2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
26670   algorithm: "plot_lat_hdrh_percentile"
26671   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
26672   data: "plot-vpp-hdrh-lat-2n-clx"
26673   include:
26674     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
26675     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
26676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
26677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
26678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
26679   layout:
26680     layout: "plot-hdrh-latency-percentile"
26681
26682 - type: "plot"
26683   title: "Latency: 2n-clx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
26684   graph-title: "2n-clx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
26685   algorithm: "plot_lat_hdrh_percentile"
26686   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
26687   data: "plot-vpp-hdrh-lat-2n-clx"
26688   include:
26689     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
26690     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
26691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
26692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
26693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
26694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
26695   layout:
26696     layout: "plot-hdrh-latency-percentile"
26697
26698 - type: "plot"
26699   title: "Latency: 2n-clx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
26700   graph-title: "2n-clx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
26701   algorithm: "plot_lat_hdrh_percentile"
26702   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
26703   data: "plot-vpp-hdrh-lat-2n-clx"
26704   include:
26705     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
26706     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
26707     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
26708   layout:
26709     layout: "plot-hdrh-latency-percentile"
26710
26711 - type: "plot"
26712   title: "Latency: 2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
26713   graph-title: "2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
26714   algorithm: "plot_lat_hdrh_percentile"
26715   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
26716   data: "plot-vpp-hdrh-lat-2n-clx"
26717   include:
26718     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
26719     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
26720     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
26721     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
26722     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
26723   layout:
26724     layout: "plot-hdrh-latency-percentile"
26725
26726 - type: "plot"
26727   title: "Latency: 2n-clx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
26728   graph-title: "2n-clx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
26729   algorithm: "plot_lat_hdrh_percentile"
26730   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
26731   data: "plot-vpp-hdrh-lat-2n-clx"
26732   include:
26733     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
26734     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
26735     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
26736     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
26737     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
26738     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
26739   layout:
26740     layout: "plot-hdrh-latency-percentile"
26741
26742 - type: "plot"
26743   title: "Latency: 2n-clx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat-percentile"
26744   graph-title: "2n-clx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
26745   algorithm: "plot_lat_hdrh_percentile"
26746   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat-percentile"
26747   data: "plot-vpp-hdrh-lat-2n-clx"
26748   include:
26749     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
26750     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
26751     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
26752     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
26753   layout:
26754     layout: "plot-hdrh-latency-percentile"
26755
26756 - type: "plot"
26757   title: "Latency: 2n-clx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
26758   graph-title: "2n-clx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
26759   algorithm: "plot_lat_hdrh_percentile"
26760   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
26761   data: "plot-vpp-hdrh-lat-2n-clx"
26762   include:
26763     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
26764     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
26765     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
26766     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
26767     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
26768   layout:
26769     layout: "plot-hdrh-latency-percentile"
26770
26771 - type: "plot"
26772   title: "Latency: 2n-clx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
26773   graph-title: "2n-clx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
26774   algorithm: "plot_lat_hdrh_percentile"
26775   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
26776   data: "plot-vpp-hdrh-lat-2n-clx"
26777   include:
26778     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
26779     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
26780     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
26781     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
26782   layout:
26783     layout: "plot-hdrh-latency-percentile"
26784
26785 - type: "plot"
26786   title: "Latency: 2n-clx-xxv710-64b-8t4c-vhost-base-i40e-ndr-hdrh-lat-percentile"
26787   graph-title: "2n-clx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
26788   algorithm: "plot_lat_hdrh_percentile"
26789   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-vhost-base-i40e-ndr-hdrh-lat-percentile"
26790   data: "plot-vpp-hdrh-lat-2n-clx"
26791   include:
26792     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
26793     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26794     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26795     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
26796   layout:
26797     layout: "plot-hdrh-latency-percentile"
26798
26799 - type: "plot"
26800   title: "Latency: 2n-clx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
26801   graph-title: "2n-clx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
26802   algorithm: "plot_lat_hdrh_percentile"
26803   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
26804   data: "plot-vpp-hdrh-lat-2n-clx"
26805   include:
26806     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26807     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26808     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26809     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
26810   layout:
26811     layout: "plot-hdrh-latency-percentile"
26812
26813 - type: "plot"
26814   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-l2-eth-2memif-1dcr-ndr-hdrh-lat-percentile"
26815   graph-title: "2n-clx-cx556a-64b-8t4c-rdma-l2-eth-2memif-1dcr-ndr"
26816   algorithm: "plot_lat_hdrh_percentile"
26817   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-l2-eth-2memif-1dcr-ndr-hdrh-lat-percentile"
26818   data: "plot-vpp-hdrh-lat-2n-clx"
26819   include:
26820     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
26821     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
26822     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
26823     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
26824   layout:
26825     layout: "plot-hdrh-latency-percentile"
26826
26827 - type: "plot"
26828   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-ip4base-ndr-hdrh-lat-percentile"
26829   graph-title: "2n-clx-cx556a-64b-8t4c-rdma-ip4base-ndr"
26830   algorithm: "plot_lat_hdrh_percentile"
26831   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-ip4base-ndr-hdrh-lat-percentile"
26832   data: "plot-vpp-hdrh-lat-2n-clx"
26833   include:
26834     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-rdma-dot1q-ip4base-ndrpdr"
26835     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-rdma-ethip4-ip4base-ndrpdr"
26836   layout:
26837     layout: "plot-hdrh-latency-percentile"
26838
26839 - type: "plot"
26840   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-ethip4-ip4scale-ndr-hdrh-lat-percentile"
26841   graph-title: "2n-clx-cx556a-64b-8t4c-rdma-ethip4-ip4scale-ndr"
26842   algorithm: "plot_lat_hdrh_percentile"
26843   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-ethip4-ip4scale-ndr-hdrh-lat-percentile"
26844   data: "plot-vpp-hdrh-lat-2n-clx"
26845   include:
26846     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale20k-ndrpdr"
26847     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
26848     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale200k-ndrpdr"
26849     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
26850     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale2m-ndrpdr"
26851     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
26852   layout:
26853     layout: "plot-hdrh-latency-percentile"
26854
26855 - type: "plot"
26856   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-ethip4-features-ndr-hdrh-lat-percentile"
26857   graph-title: "2n-clx-cx556a-64b-8t4c-rdma-ethip4-features-ndr"
26858   algorithm: "plot_lat_hdrh_percentile"
26859   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-ethip4-features-ndr-hdrh-lat-percentile"
26860   data: "plot-vpp-hdrh-lat-2n-clx"
26861   include:
26862     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
26863     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
26864     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
26865     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
26866     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-8t4c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
26867     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-8t4c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
26868   layout:
26869     layout: "plot-hdrh-latency-percentile"
26870
26871 - type: "plot"
26872   title: "Latency: 2n-clx-cx556a-78b-8t4c-rdma-ip6routing-base-scale-ndr-hdrh-lat-percentile"
26873   graph-title: "2n-clx-cx556a-78b-8t4c-rdma-ip6routing-base-scale-ndr"
26874   algorithm: "plot_lat_hdrh_percentile"
26875   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-8t4c-rdma-ip6routing-base-scale-ndr-hdrh-lat-percentile"
26876   data: "plot-vpp-hdrh-lat-2n-clx"
26877   include:
26878     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-rdma-dot1q-ip6base-ndrpdr"
26879     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-rdma-ethip6-ip6base-ndrpdr"
26880     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-rdma-ethip6-ip6scale20k-ndrpdr"
26881     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-rdma-ethip6-ip6scale200k-ndrpdr"
26882     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-rdma-ethip6-ip6scale2m-ndrpdr"
26883   layout:
26884     layout: "plot-hdrh-latency-percentile"
26885
26886 - type: "plot"
26887   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-l2switching-base-ndr-hdrh-lat-percentile"
26888   graph-title: "2n-clx-cx556a-64b-8t4c-rdma-l2switching-base-ndr"
26889   algorithm: "plot_lat_hdrh_percentile"
26890   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-l2switching-base-ndr-hdrh-lat-percentile"
26891   data: "plot-vpp-hdrh-lat-2n-clx"
26892   include:
26893     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-rdma-dot1q-l2xcbase-ndrpdr"
26894     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
26895     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
26896     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-8t4c-rdma-eth-l2patch-ndrpdr"
26897     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-8t4c-rdma-eth-l2xcbase-ndrpdr"
26898     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-rdma-eth-l2bdbasemaclrn-ndrpdr"
26899   layout:
26900     layout: "plot-hdrh-latency-percentile"
26901
26902 - type: "plot"
26903   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-l2switching-scale-ndr-hdrh-lat-percentile"
26904   graph-title: "2n-clx-cx556a-64b-8t4c-rdma-l2switching-scale-ndr"
26905   algorithm: "plot_lat_hdrh_percentile"
26906   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-l2switching-scale-ndr-hdrh-lat-percentile"
26907   data: "plot-vpp-hdrh-lat-2n-clx"
26908   include:
26909     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-rdma-eth-l2bdbasemaclrn-ndrpdr"
26910     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
26911     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
26912     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
26913   layout:
26914     layout: "plot-hdrh-latency-percentile"
26915
26916 - type: "plot"
26917   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-base-ndr-hdrh-lat-percentile"
26918   graph-title: "2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-base-ndr"
26919   algorithm: "plot_lat_hdrh_percentile"
26920   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-base-ndr-hdrh-lat-percentile"
26921   data: "plot-vpp-hdrh-lat-2n-clx"
26922   include:
26923     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
26924     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26925     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
26926     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26927   layout:
26928     layout: "plot-hdrh-latency-percentile"
26929
26930 - type: "plot"
26931   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-vppl2xc-base-ndr-hdrh-lat-percentile"
26932   graph-title: "2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-vppl2xc-base-ndr"
26933   algorithm: "plot_lat_hdrh_percentile"
26934   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-vppl2xc-base-ndr-hdrh-lat-percentile"
26935   data: "plot-vpp-hdrh-lat-2n-clx"
26936   include:
26937     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26938     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26939     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26940     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26941   layout:
26942     layout: "plot-hdrh-latency-percentile"
26943
26944 ################################################################################
26945
26946 # HDRHistogram Packet Latency Percentile - DPDK
26947
26948 # 2n-skx-xxv710
26949
26950 - type: "plot"
26951   title: "Latency: 2n-skx-xxv710-64b-2t1c-base-ndr-hdrh-lat-percentile"
26952   graph-title: "2n-skx-xxv710-64b-2t1c-base-ndr"
26953   algorithm: "plot_lat_hdrh_percentile"
26954   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr-hdrh-lat-percentile"
26955   data: "plot-dpdk-hdrh-lat-2n-skx"
26956   include:
26957     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
26958     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
26959   layout:
26960     layout: "plot-hdrh-latency-percentile"
26961
26962 - type: "plot"
26963   title: "Latency: 2n-skx-xxv710-64b-4t2c-base-ndr-hdrh-lat-percentile"
26964   graph-title: "2n-skx-xxv710-64b-4t2c-base-ndr"
26965   algorithm: "plot_lat_hdrh_percentile"
26966   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr-hdrh-lat-percentile"
26967   data: "plot-dpdk-hdrh-lat-2n-skx"
26968   include:
26969     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
26970     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
26971   layout:
26972     layout: "plot-hdrh-latency-percentile"
26973
26974 - type: "plot"
26975   title: "Latency: 2n-skx-xxv710-64b-8t4c-base-ndr-hdrh-lat-percentile"
26976   graph-title: "2n-skx-xxv710-64b-8t4c-base-ndr"
26977   algorithm: "plot_lat_hdrh_percentile"
26978   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-8t4c-base-ndr-hdrh-lat-percentile"
26979   data: "plot-dpdk-hdrh-lat-2n-skx"
26980   include:
26981     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
26982     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
26983   layout:
26984     layout: "plot-hdrh-latency-percentile"
26985
26986 # 2n-skx-x710
26987
26988 - type: "plot"
26989   title: "Latency: 2n-skx-x710-64b-2t1c-base-ndr-hdrh-lat-percentile"
26990   graph-title: "2n-skx-x710-64b-2t1c-base-ndr"
26991   algorithm: "plot_lat_hdrh_percentile"
26992   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr-hdrh-lat-percentile"
26993   data: "plot-dpdk-hdrh-lat-2n-skx"
26994   include:
26995     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
26996     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
26997   layout:
26998     layout: "plot-hdrh-latency-percentile"
26999
27000 - type: "plot"
27001   title: "Latency: 2n-skx-x710-64b-4t2c-base-ndr-hdrh-lat-percentile"
27002   graph-title: "2n-skx-x710-64b-4t2c-base-ndr"
27003   algorithm: "plot_lat_hdrh_percentile"
27004   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr-hdrh-lat-percentile"
27005   data: "plot-dpdk-hdrh-lat-2n-skx"
27006   include:
27007     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
27008     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
27009   layout:
27010     layout: "plot-hdrh-latency-percentile"
27011
27012 - type: "plot"
27013   title: "Latency: 2n-skx-x710-64b-8t4c-base-ndr-hdrh-lat-percentile"
27014   graph-title: "2n-skx-x710-64b-8t4c-base-ndr"
27015   algorithm: "plot_lat_hdrh_percentile"
27016   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-8t4c-base-ndr-hdrh-lat-percentile"
27017   data: "plot-dpdk-hdrh-lat-2n-skx"
27018   include:
27019     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
27020     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
27021   layout:
27022     layout: "plot-hdrh-latency-percentile"
27023
27024 # 3n-skx-xxv710
27025
27026 - type: "plot"
27027   title: "Latency: 3n-skx-xxv710-64b-2t1c-base-ndr-hdrh-lat-percentile"
27028   graph-title: "3n-skx-xxv710-64b-2t1c-base-ndr"
27029   algorithm: "plot_lat_hdrh_percentile"
27030   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr-hdrh-lat-percentile"
27031   data: "plot-dpdk-hdrh-lat-3n-skx"
27032   include:
27033     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
27034     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
27035   layout:
27036     layout: "plot-hdrh-latency-percentile"
27037
27038 - type: "plot"
27039   title: "Latency: 3n-skx-xxv710-64b-4t2c-base-ndr-hdrh-lat-percentile"
27040   graph-title: "3n-skx-xxv710-64b-4t2c-base-ndr"
27041   algorithm: "plot_lat_hdrh_percentile"
27042   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr-hdrh-lat-percentile"
27043   data: "plot-dpdk-hdrh-lat-3n-skx"
27044   include:
27045     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
27046     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
27047   layout:
27048     layout: "plot-hdrh-latency-percentile"
27049
27050 - type: "plot"
27051   title: "Latency: 3n-skx-xxv710-64b-8t4c-base-ndr-hdrh-lat-percentile"
27052   graph-title: "3n-skx-xxv710-64b-8t4c-base-ndr"
27053   algorithm: "plot_lat_hdrh_percentile"
27054   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-8t4c-base-ndr-hdrh-lat-percentile"
27055   data: "plot-dpdk-hdrh-lat-3n-skx"
27056   include:
27057     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
27058     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
27059   layout:
27060     layout: "plot-hdrh-latency-percentile"
27061
27062 # 3n-skx-x710
27063
27064 - type: "plot"
27065   title: "Latency: 3n-skx-x710-64b-2t1c-base-ndr-hdrh-lat-percentile"
27066   graph-title: "3n-skx-x710-64b-2t1c-base-ndr"
27067   algorithm: "plot_lat_hdrh_percentile"
27068   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr-hdrh-lat-percentile"
27069   data: "plot-dpdk-hdrh-lat-3n-skx"
27070   include:
27071     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
27072     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
27073   layout:
27074     layout: "plot-hdrh-latency-percentile"
27075
27076 - type: "plot"
27077   title: "Latency: 3n-skx-x710-64b-4t2c-base-ndr-hdrh-lat-percentile"
27078   graph-title: "3n-skx-x710-64b-4t2c-base-ndr"
27079   algorithm: "plot_lat_hdrh_percentile"
27080   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr-hdrh-lat-percentile"
27081   data: "plot-dpdk-hdrh-lat-3n-skx"
27082   include:
27083     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
27084     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
27085   layout:
27086     layout: "plot-hdrh-latency-percentile"
27087
27088 - type: "plot"
27089   title: "Latency: 3n-skx-x710-64b-8t4c-base-ndr-hdrh-lat-percentile"
27090   graph-title: "3n-skx-x710-64b-8t4c-base-ndr"
27091   algorithm: "plot_lat_hdrh_percentile"
27092   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-8t4c-base-ndr-hdrh-lat-percentile"
27093   data: "plot-dpdk-hdrh-lat-3n-skx"
27094   include:
27095     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
27096     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
27097   layout:
27098     layout: "plot-hdrh-latency-percentile"
27099
27100 # 3n-hsw-xl710
27101
27102 - type: "plot"
27103   title: "Latency: 3n-hsw-xl710-64b-1t1c-base-ndr-hdrh-lat-percentile"
27104   graph-title: "3n-hsw-xl710-64b-1t1c-base-ndr"
27105   algorithm: "plot_lat_hdrh_percentile"
27106   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr-hdrh-lat-percentile"
27107   data: "plot-dpdk-hdrh-lat-3n-hsw"
27108   include:
27109     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
27110     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
27111   layout:
27112     layout: "plot-hdrh-latency-percentile"
27113
27114 - type: "plot"
27115   title: "Latency: 3n-hsw-xl710-64b-2t2c-base-ndr-hdrh-lat-percentile"
27116   graph-title: "3n-hsw-xl710-64b-2t2c-base-ndr"
27117   algorithm: "plot_lat_hdrh_percentile"
27118   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr-hdrh-lat-percentile"
27119   data: "plot-dpdk-hdrh-lat-3n-hsw"
27120   include:
27121     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
27122     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
27123   layout:
27124     layout: "plot-hdrh-latency-percentile"
27125
27126 - type: "plot"
27127   title: "Latency: 3n-hsw-xl710-64b-4t4c-base-ndr-hdrh-lat-percentile"
27128   graph-title: "3n-hsw-xl710-64b-4t4c-base-ndr"
27129   algorithm: "plot_lat_hdrh_percentile"
27130   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-4t4c-base-ndr-hdrh-lat-percentile"
27131   data: "plot-dpdk-hdrh-lat-3n-hsw"
27132   include:
27133     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-4t4c-eth-l2xcbase-testpmd-ndrpdr"
27134     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t4c-ethip4-ip4base-l3fwd-ndrpdr"
27135   layout:
27136     layout: "plot-hdrh-latency-percentile"
27137
27138 # 3n-hsw-x710
27139
27140 - type: "plot"
27141   title: "Latency: 3n-hsw-x710-64b-1t1c-base-ndr-hdrh-lat-percentile"
27142   graph-title: "3n-hsw-x710-64b-1t1c-base-ndr"
27143   algorithm: "plot_lat_hdrh_percentile"
27144   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr-hdrh-lat-percentile"
27145   data: "plot-dpdk-hdrh-lat-3n-hsw"
27146   include:
27147     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
27148     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
27149   layout:
27150     layout: "plot-hdrh-latency-percentile"
27151
27152 - type: "plot"
27153   title: "Latency: 3n-hsw-x710-64b-2t2c-base-ndr-hdrh-lat-percentile"
27154   graph-title: "3n-hsw-x710-64b-2t2c-base-ndr"
27155   algorithm: "plot_lat_hdrh_percentile"
27156   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr-hdrh-lat-percentile"
27157   data: "plot-dpdk-hdrh-lat-3n-hsw"
27158   include:
27159     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
27160     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
27161   layout:
27162     layout: "plot-hdrh-latency-percentile"
27163
27164 - type: "plot"
27165   title: "Latency: 3n-hsw-x710-64b-4t4c-base-ndr-hdrh-lat-percentile"
27166   graph-title: "3n-hsw-x710-64b-4t4c-base-ndr"
27167   algorithm: "plot_lat_hdrh_percentile"
27168   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-4t4c-base-ndr-hdrh-lat-percentile"
27169   data: "plot-dpdk-hdrh-lat-3n-hsw"
27170   include:
27171     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t4c-eth-l2xcbase-testpmd-ndrpdr"
27172     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t4c-ethip4-ip4base-l3fwd-ndrpdr"
27173   layout:
27174     layout: "plot-hdrh-latency-percentile"
27175
27176 # 2n-clx-xxv710
27177
27178 - type: "plot"
27179   title: "Latency: 2n-clx-xxv710-64b-2t1c-base-ndr-hdrh-lat-percentile"
27180   graph-title: "2n-clx-xxv710-64b-2t1c-base-ndr"
27181   algorithm: "plot_lat_hdrh_percentile"
27182   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr-hdrh-lat-percentile"
27183   data: "plot-dpdk-hdrh-lat-2n-clx"
27184   include:
27185     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
27186     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
27187   layout:
27188     layout: "plot-hdrh-latency-percentile"
27189
27190 - type: "plot"
27191   title: "Latency: 2n-clx-xxv710-64b-4t2c-base-ndr-hdrh-lat-percentile"
27192   graph-title: "2n-clx-xxv710-64b-4t2c-base-ndr"
27193   algorithm: "plot_lat_hdrh_percentile"
27194   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr-hdrh-lat-percentile"
27195   data: "plot-dpdk-hdrh-lat-2n-clx"
27196   include:
27197     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
27198     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
27199   layout:
27200     layout: "plot-hdrh-latency-percentile"
27201
27202 - type: "plot"
27203   title: "Latency: 2n-clx-xxv710-64b-8t4c-base-ndr-hdrh-lat-percentile"
27204   graph-title: "2n-clx-xxv710-64b-8t4c-base-ndr"
27205   algorithm: "plot_lat_hdrh_percentile"
27206   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-8t4c-base-ndr-hdrh-lat-percentile"
27207   data: "plot-dpdk-hdrh-lat-2n-clx"
27208   include:
27209     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
27210     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
27211   layout:
27212     layout: "plot-hdrh-latency-percentile"
27213
27214 # 2n-clx-x710
27215
27216 - type: "plot"
27217   title: "Latency: 2n-clx-x710-64b-2t1c-base-ndr-hdrh-lat-percentile"
27218   graph-title: "2n-clx-x710-64b-2t1c-base-ndr"
27219   algorithm: "plot_lat_hdrh_percentile"
27220   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr-hdrh-lat-percentile"
27221   data: "plot-dpdk-hdrh-lat-2n-clx"
27222   include:
27223     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
27224     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
27225   layout:
27226     layout: "plot-hdrh-latency-percentile"
27227
27228 - type: "plot"
27229   title: "Latency: 2n-clx-x710-64b-4t2c-base-ndr-hdrh-lat-percentile"
27230   graph-title: "2n-clx-x710-64b-4t2c-base-ndr"
27231   algorithm: "plot_lat_hdrh_percentile"
27232   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr-hdrh-lat-percentile"
27233   data: "plot-dpdk-hdrh-lat-2n-clx"
27234   include:
27235     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
27236     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
27237   layout:
27238     layout: "plot-hdrh-latency-percentile"
27239
27240 - type: "plot"
27241   title: "Latency: 2n-clx-x710-64b-8t4c-base-ndr-hdrh-lat-percentile"
27242   graph-title: "2n-clx-x710-64b-8t4c-base-ndr"
27243   algorithm: "plot_lat_hdrh_percentile"
27244   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-8t4c-base-ndr-hdrh-lat-percentile"
27245   data: "plot-dpdk-hdrh-lat-2n-clx"
27246   include:
27247     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
27248     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
27249   layout:
27250     layout: "plot-hdrh-latency-percentile"
27251
27252 ################################################################################
27253
27254 - type: "plot"
27255   title: "Latency by percentile: 2n-skx"
27256   algorithm: "plot_hdrh_lat_by_percentile"
27257   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
27258   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
27259   target-links: "../../_static/vpp"
27260   data: "plot-vpp-hdrh-lat-2n-skx"
27261   filter: "'2T1C' and 'NIC_Intel-XXV710'"
27262   layout:
27263     layout: "plot-hdrh-latency-by-percentile"
27264
27265 - type: "plot"
27266   title: "Latency by percentile: 3n-skx"
27267   algorithm: "plot_hdrh_lat_by_percentile"
27268   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
27269   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
27270   target-links: "../../_static/vpp"
27271   data: "plot-vpp-hdrh-lat-3n-skx"
27272   filter: "'2T1C' and 'NIC_Intel-XXV710'"
27273   layout:
27274     layout: "plot-hdrh-latency-by-percentile"
27275
27276 - type: "plot"
27277   title: "Latency by percentile: 2n-clx"
27278   algorithm: "plot_hdrh_lat_by_percentile"
27279   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
27280   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
27281   target-links: "../../_static/vpp"
27282   data: "plot-vpp-hdrh-lat-2n-clx"
27283   filter: "'2T1C' and 'NIC_Mellanox-CX556A'"
27284   layout:
27285     layout: "plot-hdrh-latency-by-percentile"
27286
27287 - type: "plot"
27288   title: "Latency by percentile: 3n-hsw"
27289   algorithm: "plot_hdrh_lat_by_percentile"
27290   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
27291   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
27292   target-links: "../../_static/vpp"
27293   data: "plot-vpp-hdrh-lat-3n-hsw"
27294   filter: "'1T1C' and 'NIC_Intel-XL710'"
27295   layout:
27296     layout: "plot-hdrh-latency-by-percentile"
27297
27298 - type: "plot"
27299   title: "Latency by percentile: 3n-tsh"
27300   algorithm: "plot_hdrh_lat_by_percentile"
27301   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
27302   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
27303   target-links: "../../_static/vpp"
27304   data: "plot-vpp-hdrh-lat-3n-tsh"
27305   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
27306   layout:
27307     layout: "plot-hdrh-latency-by-percentile"