Report: Add new NFV data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,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     # .css patch file to fix tables generated by Sphinx
80     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
81     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
82
83   urls:
84     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
85     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
86     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
87     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
88     DIR[NEXUS,DOC]: "report/_static/archive"
89
90   make-dirs:
91   # List the directories which are created while preparing the environment.
92   # All directories MUST be defined in "paths" section.
93   - "DIR[WORKING,DATA]"
94   - "DIR[STATIC,VPP]"
95   - "DIR[STATIC,DPDK]"
96   - "DIR[STATIC,ARCH]"
97   - "DIR[BUILD,LATEX]"
98   - "DIR[WORKING,SRC]"
99   - "DIR[WORKING,SRC,STATIC]"
100
101   remove-dirs:
102   # List the directories which are deleted while cleaning the environment.
103   # All directories MUST be defined in "paths" section.
104   #- "DIR[BUILD,HTML]"
105   - "DIR[WORKING,DATA]"
106
107   build-dirs:
108   # List the directories where the results (build) is stored.
109   # All directories MUST be defined in "paths" section.
110   - "DIR[BUILD,HTML]"
111   - "DIR[BUILD,LATEX]"
112
113 - type: "configuration"
114
115   limits:
116     nic:
117       x520: 24460000
118       x553: 29761905
119       x710: 35800000
120       xxv710: 35800000
121       xl710: 35800000
122
123     link:
124       10ge: 14880952.38
125       25ge: 37202380.95
126       40ge: 59523809.52
127       100ge: 148809523.81
128
129     pci:
130       pci-g3-x8: 74404761.90
131       pci-g3-x16: 148809523.81
132
133   data-sets:
134
135     ###########################################################################
136     # Replacements:
137
138     replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost:
139       csit-vpp-perf-verify-1908-3n-hsw:
140         - 48  # NDRPDR sel vhost
141         - 49  # NDRPDR sel vhost
142         - 52  # NDRPDR sel vhost
143         - 53  # NDRPDR sel vhost
144         - 54  # NDRPDR sel vhost
145         - 55  # NDRPDR sel vhost
146         - 56  # NDRPDR sel vhost
147         - 57  # NDRPDR sel vhost
148         - 58  # NDRPDR sel vhost
149         - 59  # NDRPDR sel vhost
150
151     replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost:
152       csit-vpp-perf-verify-1908-3n-skx:
153         - 52  # NDRPDR sel vhost
154         - 53  # NDRPDR sel vhost
155         - 55  # NDRPDR sel vhost
156         - 61  # NDRPDR sel vhost
157         - 62  # NDRPDR sel vhost
158         - 63  # NDRPDR sel vhost
159         - 64  # NDRPDR sel vhost
160         - 65  # NDRPDR sel vhost
161         - 66  # NDRPDR sel vhost
162         - 67  # NDRPDR sel vhost
163
164     replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost:
165       csit-vpp-perf-verify-1908-2n-skx:
166         - 88  # NDRPDR sel vhost
167         - 89  # NDRPDR sel vhost
168         - 91  # NDRPDR sel vhost
169         - 92  # NDRPDR sel vhost
170         - 93  # NDRPDR sel vhost
171         - 94  # NDRPDR sel vhost
172         - 95  # NDRPDR sel vhost
173         - 96  # NDRPDR sel vhost
174         - 97  # NDRPDR sel vhost
175         - 98  # NDRPDR sel vhost
176
177     ###########################################################################
178     # Plots:
179
180     # 3n-hsw
181
182     plot-vpp-throughput-lat-tsa-3n-hsw:
183       # TODO: Replace:
184       csit-vpp-perf-verify-2001-3n-hsw:
185         - 3   # NDRPDR sel RC2
186         - 4   # NDRPDR sel RC2
187
188     plot-vpp-hdrh-lat-3n-hsw:
189       # TODO: Replace the data
190       csit-vpp-perf-verify-2001-3n-hsw:
191         - 4  # NDRPDR sel RC2
192
193     plot-vpp-nfv-3n-hsw-ndrpdr:
194       # TODO: Replace:
195       csit-vpp-perf-verify-2001-3n-hsw:
196         - 3   # NDRPDR sel RC2
197         - 4   # NDRPDR sel RC2
198
199     plot-vpp-nfv-3n-hsw-mrr:
200       # TODO: Replace:
201       # csit-vpp-perf-verify-2001-3n-hsw:
202       csit-vpp-perf-verify-1908-3n-hsw:
203         - 39  # MRR sel
204
205     plot-dpdk-throughput-latency-3n-hsw:
206       # TODO: Replace:
207       # csit-dpdk-perf-verify-2001-3n-hsw:
208       csit-dpdk-perf-verify-1908-3n-hsw:
209         - 2   # NDRPDR sel
210         - 3   # NDRPDR sel
211         - 4   # NDRPDR sel
212         - 5   # NDRPDR sel
213         - 6   # NDRPDR sel
214         - 7   # NDRPDR sel
215         - 8   # NDRPDR sel
216         - 9   # NDRPDR sel
217         - 10  # NDRPDR sel
218         - 11  # NDRPDR sel
219
220     plot-dpdk-hdrh-lat-3n-hsw:
221       # TODO: Replace the data
222       # This data is only an example
223       # csit-dpdk-perf-verify-2001-3n-hsw:
224       csit-dpdk-perf-verify-master-3n-hsw:
225         - 13
226
227     # 3n-skx
228
229     plot-vpp-throughput-lat-tsa-3n-skx:
230       # TODO: Replace the data
231       csit-vpp-perf-verify-2001-3n-skx:
232         - 2  # NDRPDR sel RC2
233         - 3  # NDRPDR sel RC2
234
235     plot-vpp-hdrh-lat-3n-skx:
236       # TODO: Replace the data
237       csit-vpp-perf-verify-2001-3n-skx:
238         - 3  # NDRPDR sel RC2
239
240     plot-vpp-nfv-3n-skx-ndrpdr:
241       # TODO: Replace the data
242       csit-vpp-perf-verify-2001-3n-skx:
243         - 2  # NDRPDR sel RC2
244         - 3  # NDRPDR sel RC2
245
246     plot-vpp-nfv-3n-skx-mrr:
247       # TODO: Replace
248       # csit-vpp-perf-verify-2001-3n-skx:
249       csit-vpp-perf-verify-1908-3n-skx:
250         - 36  # MRR sel
251
252     plot-dpdk-throughput-latency-3n-skx:
253       # TODO: Add the data
254       csit-dpdk-perf-verify-2001-3n-skx:
255         - 1   # NDRPDR sel
256
257     plot-dpdk-hdrh-lat-3n-skx:
258       csit-dpdk-perf-verify-2001-3n-skx:
259         - 1   # NDRPDR sel
260
261     # 2n-skx
262
263     plot-vpp-throughput-lat-tsa-2n-skx:
264       # TODO: Replace the data
265       csit-vpp-perf-verify-2001-2n-skx:
266         - 3  # NDRPDR sel RC2
267
268     plot-vpp-hdrh-lat-2n-skx:
269       # TODO: Replace the data
270       csit-vpp-perf-verify-2001-2n-skx:
271         - 3  # NDRPDR sel RC2
272
273     plot-vpp-http-server-performance:
274       # TODO: Replace:
275       # csit-vpp-perf-verify-2001-2n-skx:
276       csit-vpp-perf-verify-1908-2n-skx:
277         - 29  # TCP
278         - 30  # TCP
279         - 58  # TCP
280
281     plot-vpp-soak-2n-skx:
282       # TODO: Replace the data
283       # csit-vpp-perf-verify-2001-2n-skx:
284       csit-vpp-perf-verify-1908-2n-skx:
285         - 83  # SOAK
286         - 86  # SOAK
287
288     plot-vpp-nfv-2n-skx-ndrpdr:
289       # TODO: Replace the data
290       csit-vpp-perf-verify-2001-2n-skx:
291         - 3  # NDRPDR sel RC2
292
293     plot-vpp-nfv-2n-skx-mrr:
294       # TODO: Replace the data
295       # csit-vpp-perf-verify-2001-2n-skx:
296       csit-vpp-perf-verify-1908-2n-skx:
297         - 71  # NFV MRR
298
299     plot-vpp-nfv-reconf-2n-skx:
300       # TODO: Replace the data
301       # csit-vpp-perf-verify-2001-2n-skx:
302       csit-vpp-perf-verify-1908-2n-skx:
303         - 113 # NFV reconf sel
304         - 114 # NFV reconf sel
305         - 115 # NFV reconf sel
306
307     plot-dpdk-throughput-latency-2n-skx:
308       # TODO: Add data
309       csit-dpdk-perf-verify-2001-2n-skx:
310         - 1   # NDRPDR sel
311         - 2   # NDRPDR sel
312         - 3   # NDRPDR sel
313
314     plot-dpdk-hdrh-lat-2n-skx:
315       csit-dpdk-perf-verify-2001-2n-skx:
316         - 1   # NDRPDR sel
317
318     # 2n-clx
319
320     plot-vpp-throughput-lat-tsa-2n-clx:
321       # TODO: Replace
322       csit-vpp-perf-verify-2001-2n-clx:
323         - 3   # NDRPDR sel RC2
324         - 4   # NDRPDR sel RC2
325
326     plot-vpp-hdrh-lat-2n-clx:
327       # TODO: Replace
328       csit-vpp-perf-verify-2001-2n-clx:
329         - 4  # NDRPDR sel RC2
330
331     plot-vpp-nfv-2n-clx-ndrpdr:
332       # TODO: Replace the data
333       csit-vpp-perf-verify-2001-2n-clx:
334         - 3   # NDRPDR sel RC2
335         - 4   # NDRPDR sel RC2
336
337     plot-vpp-nfv-2n-clx-mrr:
338       # TODO: Replace the data
339       csit-vpp-perf-verify-2001-2n-clx:
340         - 3   # NDRPDR sel RC2
341         - 4   # NDRPDR sel RC2
342
343     plot-dpdk-throughput-latency-2n-clx:
344       # TODO: Add data
345       csit-dpdk-perf-verify-2001-2n-clx:
346         - 1   # NDRPDR sel
347         - 2   # NDRPDR sel
348         - 3   # NDRPDR sel
349         - 4   # NDRPDR sel
350
351     plot-dpdk-hdrh-lat-2n-clx:
352       csit-dpdk-perf-verify-2001-2n-clx:
353         - 1   # NDRPDR sel
354
355     # 3n-tsh
356
357     plot-vpp-throughput-lat-tsa-3n-tsh:
358       # TODO: Replace
359       csit-vpp-perf-verify-2001-3n-tsh:
360         - 1   # NDRPDR sel RC2
361
362     plot-vpp-hdrh-lat-3n-tsh:
363       # TODO: Replace
364       csit-vpp-perf-verify-2001-3n-tsh:
365         - 1   # NDRPDR sel RC2
366
367     # 3n-dnv
368
369     plot-vpp-throughput-lat-tsa-3n-dnv:
370       # TODO: Replace
371       csit-vpp-perf-verify-2001-3n-dnv:
372         - 3   # NDRPDR sel RC2
373         - 4   # NDRPDR sel RC2
374
375     # 2n-dnv
376
377     plot-vpp-throughput-lat-tsa-2n-dnv:
378       # TODO: Replace
379       csit-vpp-perf-verify-2001-2n-dnv:
380         - 2   # NDRPDR sel RC2
381         - 3   # NDRPDR sel RC2
382
383     ###########################################################################
384     # Simple tables (only one data set):
385
386     # NIC Comparisons
387
388     vpp-nic-comparison-3n-skx:
389       # TODO: Replace
390       csit-vpp-perf-verify-2001-3n-skx:
391         - 2  # NDRPDR sel RC2
392         - 3  # NDRPDR sel RC2
393
394     vpp-nic-comparison-2n-skx:
395       # TODO: Replace
396       csit-vpp-perf-verify-2001-2n-skx:
397         - 3  # NDRPDR sel RC2
398
399     vpp-nic-comparison-3n-skx-mrr:
400       # TODO: Replace
401       # csit-vpp-perf-verify-2001-3n-skx:
402       csit-vpp-perf-verify-1908-3n-skx:
403         - 36  # MRR sel
404
405     vpp-nic-comparison-2n-skx-mrr:
406       # TODO: Replace
407       # csit-vpp-perf-verify-2001-2n-skx:
408       csit-vpp-perf-verify-1908-2n-skx:
409         - 69  # MRR sel
410
411     # Results
412
413     vpp-perf-results-3n-hsw:
414       # TODO: Replace
415       csit-vpp-perf-verify-2001-3n-hsw:
416         - 4  # NDRPDR sel RC2
417
418     vpp-perf-results-3n-skx:
419       # TODO: Replace
420       csit-vpp-perf-verify-2001-3n-skx:
421         - 3  # NDRPDR sel RC2
422
423     vpp-perf-results-2n-skx:
424       # TODO: Replace
425       csit-vpp-perf-verify-2001-2n-skx:
426         - 3  # NDRPDR sel RC2
427
428     vpp-perf-results-2n-clx:
429       # TODO: Replace
430       csit-vpp-perf-verify-2001-2n-clx:
431         - 4  # NDRPDR sel RC2
432
433     vpp-perf-results-3n-tsh:
434       # TODO: Replace
435       csit-vpp-perf-verify-2001-3n-tsh:
436         - 1   # NDRPDR sel RC2
437
438     vpp-perf-results-3n-dnv:
439       # TODO: Replace
440       csit-vpp-perf-verify-2001-3n-dnv:
441         - 4   # NDRPDR sel RC2
442
443     vpp-perf-results-2n-dnv:
444       # TODO: Replace
445       csit-vpp-perf-verify-2001-2n-dnv:
446         - 3   # NDRPDR sel RC2
447
448     vpp-mrr-results-3n-hsw:
449       # TODO: Replace
450       # csit-vpp-perf-verify-2001-3n-hsw:
451       csit-vpp-perf-verify-1908-3n-hsw:
452         - 39  # MRR sel
453
454     vpp-mrr-results-3n-skx:
455       # TODO: Replace
456       # csit-vpp-perf-verify-2001-3n-skx:
457       csit-vpp-perf-verify-1908-3n-skx:
458         - 36  # MRR sel
459
460     vpp-mrr-results-2n-skx:
461       # TODO: Replace
462       # csit-vpp-perf-verify-2001-2n-skx:
463       csit-vpp-perf-verify-1908-2n-skx:
464         - 69  # MRR sel
465
466     vpp-mrr-results-2n-clx:
467       # TODO: Replace
468       # csit-vpp-perf-verify-2001-2n-clx:
469       csit-vpp-perf-verify-1908-2n-skx:
470         - 69  # MRR sel
471
472     vpp-mrr-results-3n-tsh:
473       # TODO: Replace
474       # csit-vpp-perf-verify-2001-3n-tsh:
475       csit-vpp-perf-verify-1908-3n-tsh:
476         - 17  # MRR sel
477
478     vpp-mrr-results-3n-dnv:
479       # TODO: Replace
480       # csit-vpp-perf-verify-2001-3n-dnv:
481       csit-vpp-perf-verify-1908-3n-dnv:
482         - 17  # MRR sel
483
484     vpp-mrr-results-2n-dnv:
485       # TODO: Replace
486       # csit-vpp-perf-verify-2001-2n-dnv:
487       csit-vpp-perf-verify-1908-2n-dnv:
488         - 11  # MRR sel
489
490     vpp-device-results-ubuntu:
491       # TODO: Replace
492       # csit-vpp-device-2001-ubuntu1804-1n-skx:
493       csit-vpp-device-1908-ubuntu1804-1n-skx:
494         - 65
495
496     dpdk-perf-results-3n-hsw:
497       # TODO: Replace
498       # csit-dpdk-perf-verify-2001-3n-hsw:
499       csit-dpdk-perf-verify-1908-3n-hsw:
500         - 10  # NDRPDR sel
501
502     dpdk-perf-results-3n-skx:
503       csit-dpdk-perf-verify-2001-3n-skx:
504         - 1   # NDRPDR sel
505
506     dpdk-perf-results-2n-skx:
507       csit-dpdk-perf-verify-2001-2n-skx:
508         - 1   # NDRPDR sel
509
510     dpdk-perf-results-2n-clx:
511       csit-dpdk-perf-verify-2001-2n-clx:
512         - 1   # NDRPDR sel
513
514 ###########################################################################
515     # Tables (more than one data set)
516
517     # Performance changes
518
519     vpp-performance-changes-3n-hsw-h1:
520       csit-vpp-perf-verify-1904-3n-hsw:
521         - 11  # NDRPDR sel
522         - 12  # NDRPDR sel
523         - 20  # NDRPDR sel
524         - 21  # NDRPDR sel
525         - 23  # NDRPDR sel
526         - 24  # NDRPDR sel
527         - 25  # NDRPDR sel
528         - 26  # NDRPDR sel
529         - 29  # NDRPDR sel
530         - 30  # NDRPDR sel
531     vpp-performance-changes-3n-hsw-ref:
532       csit-vpp-perf-verify-1908-3n-hsw:
533         - 12  # NDRPDR sel
534         - 13  # NDRPDR sel
535         - 14  # NDRPDR sel
536         - 15  # NDRPDR sel
537         - 16  # NDRPDR sel
538         - 17  # NDRPDR sel
539         - 18  # NDRPDR sel
540         - 19  # NDRPDR sel
541         - 20  # NDRPDR sel
542         - 21  # NDRPDR sel
543     vpp-performance-changes-3n-hsw-cmp:
544       # TODO: Replace
545       csit-vpp-perf-verify-2001-3n-hsw:
546         - 3   # NDRPDR sel RC2
547         - 4   # NDRPDR sel RC2
548     vpp-performance-changes-3n-hsw:
549       - "vpp-performance-changes-3n-hsw-h1"
550       - "vpp-performance-changes-3n-hsw-ref"
551       - "vpp-performance-changes-3n-hsw-cmp"
552
553     vpp-performance-changes-3n-skx-h1:
554       csit-vpp-perf-verify-1904-3n-skx:
555         - 8   # NDRPDR sel
556         - 9   # NDRPDR sel
557         - 10  # NDRPDR sel
558         - 11  # NDRPDR sel
559         - 12  # NDRPDR sel
560         - 14  # NDRPDR sel
561         - 16  # NDRPDR sel
562         - 21  # NDRPDR sel
563         - 23  # NDRPDR sel
564         - 25  # NDRPDR sel
565     vpp-performance-changes-3n-skx-ref:
566       csit-vpp-perf-verify-1908-3n-skx:
567         - 14  # NDRPDR sel
568         - 16  # NDRPDR sel
569         - 19  # NDRPDR sel
570         - 20  # NDRPDR sel
571         - 22  # NDRPDR sel
572         - 23  # NDRPDR sel
573         - 24  # NDRPDR sel
574         - 25  # NDRPDR sel
575         - 26  # NDRPDR sel
576         - 29  # NDRPDR sel
577     vpp-performance-changes-3n-skx-cmp:
578       # TODO: Replace
579       csit-vpp-perf-verify-2001-3n-skx:
580         - 2  # NDRPDR sel RC2
581         - 3  # NDRPDR sel RC2
582     vpp-performance-changes-3n-skx:
583       - "vpp-performance-changes-3n-skx-h1"
584       - "vpp-performance-changes-3n-skx-ref"
585       - "vpp-performance-changes-3n-skx-cmp"
586
587     vpp-performance-changes-2n-skx-h1:
588       csit-vpp-perf-verify-1904-2n-skx:
589         - 12  # NDRPDR sel
590         - 14  # NDRPDR sel
591         - 16  # NDRPDR sel
592         - 17  # NDRPDR sel
593         - 18  # NDRPDR sel
594         - 21  # NDRPDR sel
595         - 27  # NDRPDR sel
596         - 30  # NDRPDR sel
597         - 31  # NDRPDR sel
598         - 32  # NDRPDR sel
599     vpp-performance-changes-2n-skx-ref:
600       csit-vpp-perf-verify-1908-2n-skx:
601         - 26  # NDRPDR sel
602         - 27  # NDRPDR sel
603         - 34  # NDRPDR sel
604         - 35  # NDRPDR sel
605         - 36  # NDRPDR sel
606         - 42  # NDRPDR sel
607         - 43  # NDRPDR sel
608         - 44  # NDRPDR sel
609         - 45  # NDRPDR sel
610         - 46  # NDRPDR sel
611     vpp-performance-changes-2n-skx-cmp:
612       # TODO: Replace
613       csit-vpp-perf-verify-2001-2n-skx:
614         - 3  # NDRPDR sel RC2
615     vpp-performance-changes-2n-skx:
616       - "vpp-performance-changes-2n-skx-h1"
617       - "vpp-performance-changes-2n-skx-ref"
618       - "vpp-performance-changes-2n-skx-cmp"
619
620     vpp-performance-changes-nfv-2n-skx-ref:
621       csit-vpp-perf-verify-1908-2n-skx:
622         - 22  # NFV
623         - 31  # NFV
624         - 32  # NFV
625     vpp-performance-changes-nfv-2n-skx-cmp:
626       # TODO: Replace
627       csit-vpp-perf-verify-2001-2n-skx:
628         - 3  # NDRPDR sel RC2
629     vpp-performance-changes-nfv-2n-skx:
630       - "vpp-performance-changes-nfv-2n-skx-ref"
631       - "vpp-performance-changes-nfv-2n-skx-cmp"
632
633     vpp-performance-changes-2n-dnv-ref:
634       csit-vpp-perf-verify-1908-2n-dnv:
635         - 1   # NDRPDR sel
636         - 2   # NDRPDR sel
637         - 3   # NDRPDR sel
638         - 4   # NDRPDR sel
639         - 5   # NDRPDR sel
640         - 6   # NDRPDR sel
641         - 7   # NDRPDR sel
642         - 8   # NDRPDR sel
643         - 9   # NDRPDR sel
644         - 10  # NDRPDR sel
645     vpp-performance-changes-2n-dnv-cmp:
646       # TODO: Replace
647       csit-vpp-perf-verify-2001-2n-dnv:
648         - 2   # NDRPDR sel RC2
649         - 3   # NDRPDR sel RC2
650     vpp-performance-changes-2n-dnv:
651       - "vpp-performance-changes-2n-dnv-ref"
652       - "vpp-performance-changes-2n-dnv-cmp"
653
654     vpp-performance-changes-3n-dnv-ref:
655       csit-vpp-perf-verify-1908-3n-dnv:
656         - 6   # NDRPDR sel
657         - 7   # NDRPDR sel
658         - 8   # NDRPDR sel
659         - 9   # NDRPDR sel
660         - 10  # NDRPDR sel
661         - 12  # NDRPDR sel
662         - 13  # NDRPDR sel
663         - 14  # NDRPDR sel
664         - 15  # NDRPDR sel
665         - 16  # NDRPDR sel
666     vpp-performance-changes-3n-dnv-cmp:
667       # TODO: Replace
668       csit-vpp-perf-verify-2001-3n-dnv:
669         - 3   # NDRPDR sel RC2
670         - 4   # NDRPDR sel RC2
671     vpp-performance-changes-3n-dnv:
672       - "vpp-performance-changes-3n-dnv-ref"
673       - "vpp-performance-changes-3n-dnv-cmp"
674
675     vpp-performance-changes-3n-tsh-ref:
676       csit-vpp-perf-verify-1908-3n-tsh:
677         - 7   # NDRPDR sel
678         - 8   # NDRPDR sel
679         - 9   # NDRPDR sel
680         - 10  # NDRPDR sel
681         - 11  # NDRPDR sel
682         - 12  # NDRPDR sel
683         - 13  # NDRPDR sel
684         - 14  # NDRPDR sel
685         - 15  # NDRPDR sel
686         - 16  # NDRPDR sel
687     vpp-performance-changes-3n-tsh-cmp:
688       # TODO: Replace
689       csit-vpp-perf-verify-2001-3n-tsh:
690         - 1   # NDRPDR sel RC2
691     vpp-performance-changes-3n-tsh:
692       - "vpp-performance-changes-3n-tsh-ref"
693       - "vpp-performance-changes-3n-tsh-cmp"
694
695     vpp-soak-vs-ndr-2n-skx-ref:
696       # TODO: Replace
697       # csit-vpp-perf-verify-2001-2n-skx:
698       csit-vpp-perf-verify-1908-2n-skx:
699         - 26  # NDRPDR sel
700         - 27  # NDRPDR sel
701         - 34  # NDRPDR sel
702     vpp-soak-vs-ndr-2n-skx-cmp:
703       # TODO: Replace
704       # csit-vpp-perf-verify-2001-2n-skx:
705       csit-vpp-perf-verify-1908-2n-skx:
706         - 83  # SOAK
707         - 86  # SOAK
708     vpp-soak-vs-ndr-2n-skx:
709       # TODO: Replace
710       # csit-vpp-perf-verify-2001-2n-skx:
711       csit-vpp-perf-verify-1908-2n-skx:
712         - 26  # NDRPDR sel
713         - 27  # NDRPDR sel
714         - 34  # NDRPDR sel
715         - 83  # SOAK
716         - 86  # SOAK
717
718     vpp-performance-changes-3n-hsw-mrr-h1:
719       csit-vpp-perf-verify-1904-3n-hsw:
720         - 9   # MRR sel
721     vpp-performance-changes-3n-hsw-mrr-ref:
722       csit-vpp-perf-verify-1908-3n-hsw:
723         - 39  # MRR sel
724     vpp-performance-changes-3n-hsw-mrr-cmp:
725       # TODO: Replace
726       # csit-vpp-perf-verify-2001-3n-hsw:
727       csit-vpp-perf-verify-1908-3n-hsw:
728         - 39  # MRR sel
729     vpp-performance-changes-3n-hsw-mrr:
730       - "vpp-performance-changes-3n-hsw-mrr-h1"
731       - "vpp-performance-changes-3n-hsw-mrr-ref"
732       - "vpp-performance-changes-3n-hsw-mrr-cmp"
733
734     vpp-performance-changes-3n-skx-mrr-h1:
735       csit-vpp-perf-verify-1904-3n-skx:
736         - 7   # MRR sel
737     vpp-performance-changes-3n-skx-mrr-ref:
738       csit-vpp-perf-verify-1908-3n-skx:
739         - 36  # MRR sel
740     vpp-performance-changes-3n-skx-mrr-cmp:
741       # TODO: Replace
742       # csit-vpp-perf-verify-2001-3n-skx:
743       csit-vpp-perf-verify-1908-3n-skx:
744         - 36  # MRR sel
745     vpp-performance-changes-3n-skx-mrr:
746       - "vpp-performance-changes-3n-skx-mrr-h1"
747       - "vpp-performance-changes-3n-skx-mrr-ref"
748       - "vpp-performance-changes-3n-skx-mrr-cmp"
749
750     vpp-performance-changes-2n-skx-mrr-h1:
751       csit-vpp-perf-verify-1904-2n-skx:
752         - 11  # MRR sel
753     vpp-performance-changes-2n-skx-mrr-ref:
754       csit-vpp-perf-verify-1908-2n-skx:
755         - 69  # MRR sel
756     vpp-performance-changes-2n-skx-mrr-cmp:
757       # TODO: Replace
758       # csit-vpp-perf-verify-2001-2n-skx:
759       csit-vpp-perf-verify-1908-2n-skx:
760         - 69  # MRR sel
761     vpp-performance-changes-2n-skx-mrr:
762       - "vpp-performance-changes-2n-skx-mrr-h1"
763       - "vpp-performance-changes-2n-skx-mrr-ref"
764       - "vpp-performance-changes-2n-skx-mrr-cmp"
765
766     vpp-performance-changes-nfv-2n-skx-mrr-ref:
767       csit-vpp-perf-verify-1908-2n-skx:
768         - 71  # NFV MRR
769     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
770       # TODO: Replace
771       # csit-vpp-perf-verify-2001-2n-skx:
772       csit-vpp-perf-verify-1908-2n-skx:
773         - 71  # NFV MRR
774     vpp-performance-changes-nfv-2n-skx-mrr:
775       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
776       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
777
778     vpp-performance-changes-2n-dnv-mrr-ref:
779       csit-vpp-perf-verify-1908-2n-dnv:
780         - 11  # MRR sel
781     vpp-performance-changes-2n-dnv-mrr-cmp:
782       # TODO: Replace
783       # csit-vpp-perf-verify-2001-2n-dnv:
784       csit-vpp-perf-verify-1908-2n-dnv:
785         - 11  # MRR sel
786     vpp-performance-changes-2n-dnv-mrr:
787       - "vpp-performance-changes-2n-dnv-mrr-ref"
788       - "vpp-performance-changes-2n-dnv-mrr-cmp"
789
790     vpp-performance-changes-3n-dnv-mrr-ref:
791       csit-vpp-perf-verify-1908-3n-dnv:
792         - 17  # MRR sel
793     vpp-performance-changes-3n-dnv-mrr-cmp:
794       # TODO: Replace
795       # csit-vpp-perf-verify-2001-3n-dnv:
796       csit-vpp-perf-verify-1908-3n-dnv:
797         - 17  # MRR sel
798     vpp-performance-changes-3n-dnv-mrr:
799       - "vpp-performance-changes-3n-dnv-mrr-ref"
800       - "vpp-performance-changes-3n-dnv-mrr-cmp"
801
802     vpp-performance-changes-3n-tsh-mrr-ref:
803       csit-vpp-perf-verify-1908-3n-tsh:
804         - 17  # MRR sel
805     vpp-performance-changes-3n-tsh-mrr-cmp:
806       # TODO: Replace
807       # csit-vpp-perf-verify-2001-3n-tsh:
808       csit-vpp-perf-verify-1908-3n-tsh:
809         - 17  # MRR sel
810     vpp-performance-changes-3n-tsh-mrr:
811       - "vpp-performance-changes-3n-tsh-mrr-ref"
812       - "vpp-performance-changes-3n-tsh-mrr-cmp"
813
814     dpdk-performance-changes-3n-hsw-h1:
815       csit-dpdk-perf-verify-1904-3n-hsw:
816         - 2   # NDRPDR sel
817         - 3   # NDRPDR sel
818         - 5   # NDRPDR sel
819         - 6   # NDRPDR sel
820         - 13  # NDRPDR sel
821         - 14  # NDRPDR sel
822         - 15  # NDRPDR sel
823         - 18  # NDRPDR sel
824         - 19  # NDRPDR sel
825         - 20  # NDRPDR sel
826     dpdk-performance-changes-3n-hsw-ref:
827       csit-dpdk-perf-verify-1908-3n-hsw:
828         - 2   # NDRPDR sel
829         - 3   # NDRPDR sel
830         - 4   # NDRPDR sel
831         - 5   # NDRPDR sel
832         - 6   # NDRPDR sel
833         - 7   # NDRPDR sel
834         - 8   # NDRPDR sel
835         - 9   # NDRPDR sel
836         - 10  # NDRPDR sel
837         - 11  # NDRPDR sel
838     dpdk-performance-changes-3n-hsw-cmp:
839       # TODO: Replace
840       # csit-dpdk-perf-verify-2001-3n-hsw:
841       csit-dpdk-perf-verify-1908-3n-hsw:
842         - 2   # NDRPDR sel
843         - 3   # NDRPDR sel
844         - 4   # NDRPDR sel
845         - 5   # NDRPDR sel
846         - 6   # NDRPDR sel
847         - 7   # NDRPDR sel
848         - 8   # NDRPDR sel
849         - 9   # NDRPDR sel
850         - 10  # NDRPDR sel
851         - 11  # NDRPDR sel
852     dpdk-performance-changes-3n-hsw:
853       - "dpdk-performance-changes-3n-hsw-h1"
854       - "dpdk-performance-changes-3n-hsw-ref"
855       - "dpdk-performance-changes-3n-hsw-cmp"
856
857     dpdk-performance-changes-3n-skx-h1:
858       csit-dpdk-perf-verify-1904-3n-skx:
859         - 2   # NDRPDR sel
860         - 3   # NDRPDR sel
861         - 4   # NDRPDR sel
862         - 5   # NDRPDR sel
863         - 6   # NDRPDR sel
864         - 7   # NDRPDR sel
865         - 11  # NDRPDR sel
866         - 12  # NDRPDR sel
867         - 13  # NDRPDR sel
868         - 14  # NDRPDR sel
869     dpdk-performance-changes-3n-skx-ref:
870       csit-dpdk-perf-verify-1908-3n-skx:
871         - 3   # NDRPDR sel
872         - 4   # NDRPDR sel
873         - 5   # NDRPDR sel
874         - 6   # NDRPDR sel
875         - 7   # NDRPDR sel
876         - 8   # NDRPDR sel
877         - 9   # NDRPDR sel
878         - 10  # NDRPDR sel
879         - 11  # NDRPDR sel
880         - 12  # NDRPDR sel
881     dpdk-performance-changes-3n-skx-cmp:
882       # TODO: Add data
883       csit-dpdk-perf-verify-2001-3n-skx:
884         - 1   # NDRPDR sel
885     dpdk-performance-changes-3n-skx:
886       - "dpdk-performance-changes-3n-skx-h1"
887       - "dpdk-performance-changes-3n-skx-ref"
888       - "dpdk-performance-changes-3n-skx-cmp"
889
890     dpdk-performance-changes-2n-skx-h1:
891       csit-dpdk-perf-verify-1904-2n-skx:
892         - 2   # NDRPDR sel
893         - 3   # NDRPDR sel
894         - 4   # NDRPDR sel
895         - 5   # NDRPDR sel
896         - 7   # NDRPDR sel
897         - 8   # NDRPDR sel
898         - 9   # NDRPDR sel
899         - 10  # NDRPDR sel
900         - 11  # NDRPDR sel
901         - 12  # NDRPDR sel
902     dpdk-performance-changes-2n-skx-ref:
903       csit-dpdk-perf-verify-1908-2n-skx:
904         - 2   # NDRPDR sel
905         - 3   # NDRPDR sel
906         - 4   # NDRPDR sel
907         - 5   # NDRPDR sel
908         - 7   # NDRPDR sel
909         - 8   # NDRPDR sel
910         - 9   # NDRPDR sel
911         - 10  # NDRPDR sel
912         - 11  # NDRPDR sel
913         - 12  # NDRPDR sel
914     dpdk-performance-changes-2n-skx-cmp:
915       # TODO: Add data
916       csit-dpdk-perf-verify-2001-2n-skx:
917         - 1   # NDRPDR sel
918         - 2   # NDRPDR sel
919         - 3   # NDRPDR sel
920     dpdk-performance-changes-2n-skx:
921       - "dpdk-performance-changes-2n-skx-h1"
922       - "dpdk-performance-changes-2n-skx-ref"
923       - "dpdk-performance-changes-2n-skx-cmp"
924
925     # Compare testbeds
926
927     vpp-compare-testbeds-ref:
928       # TODO: Replace
929       csit-vpp-perf-verify-2001-3n-hsw:
930         - 3   # NDRPDR sel RC2
931         - 4   # NDRPDR sel RC2
932     vpp-compare-testbeds-cmp:
933       # TODO: Replace
934       csit-vpp-perf-verify-2001-3n-skx:
935         - 2  # NDRPDR sel RC2
936         - 3  # NDRPDR sel RC2
937     vpp-compare-testbeds:
938       - "vpp-compare-testbeds-ref"
939       - "vpp-compare-testbeds-cmp"
940
941     vpp-compare-testbeds-skx-clx-ref:
942       # TODO: Replace
943       csit-vpp-perf-verify-2001-2n-skx:
944         - 3  # NDRPDR sel RC2
945     vpp-compare-testbeds-skx-clx-cmp:
946       # TODO: Replace
947       csit-vpp-perf-verify-2001-2n-clx:
948         - 3   # NDRPDR sel RC2
949         - 4   # NDRPDR sel RC2
950     vpp-compare-testbeds-skx-clx:
951       - "vpp-compare-testbeds-skx-clx-ref"
952       - "vpp-compare-testbeds-skx-clx-cmp"
953
954     vpp-compare-testbeds-mrr-ref:
955       # TODO: Replace
956       # csit-vpp-perf-verify-2001-3n-hsw:
957       csit-vpp-perf-verify-1908-3n-hsw:
958         - 39  # MRR sel
959     vpp-compare-testbeds-mrr-cmp:
960       # TODO: Replace
961       # csit-vpp-perf-verify-2001-3n-skx:
962       csit-vpp-perf-verify-1908-3n-skx:
963         - 36  # MRR sel
964     vpp-compare-testbeds-mrr:
965       - "vpp-compare-testbeds-mrr-ref"
966       - "vpp-compare-testbeds-mrr-cmp"
967
968     vpp-compare-testbeds-mrr-skx-clx-ref:
969       # TODO: Replace
970       # csit-vpp-perf-verify-2001-2n-skx:
971       csit-vpp-perf-verify-1908-2n-skx:
972         - 69  # MRR sel
973     vpp-compare-testbeds-mrr-skx-clx-cmp:
974       # TODO: Replace
975       # csit-vpp-perf-verify-2001-2n-clx:
976       csit-vpp-perf-verify-1908-2n-skx:
977         - 69  # MRR sel
978     vpp-compare-testbeds-mrr-skx-clx:
979       - "vpp-compare-testbeds-mrr-skx-clx-ref"
980       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
981
982     dpdk-compare-testbeds-ref:
983       # TODO: Replace
984       # csit-dpdk-perf-verify-2001-3n-hsw:
985       csit-dpdk-perf-verify-1908-3n-hsw:
986         - 2   # NDRPDR sel
987         - 3   # NDRPDR sel
988         - 4   # NDRPDR sel
989     dpdk-compare-testbeds-cmp:
990       # TODO: Add data
991       csit-dpdk-perf-verify-2001-3n-skx:
992         - 1   # NDRPDR sel
993     dpdk-compare-testbeds:
994       - "dpdk-compare-testbeds-ref"
995       - "dpdk-compare-testbeds-cmp"
996
997     dpdk-compare-testbeds-skx-clx-ref:
998       # TODO: Add data
999       csit-dpdk-perf-verify-2001-2n-skx:
1000         - 1   # NDRPDR sel
1001         - 2   # NDRPDR sel
1002         - 3   # NDRPDR sel
1003     dpdk-compare-testbeds-skx-clx-cmp:
1004       # TODO: Add data
1005       csit-dpdk-perf-verify-2001-2n-clx:
1006         - 1   # NDRPDR sel
1007         - 2   # NDRPDR sel
1008         - 3   # NDRPDR sel
1009         - 4   # NDRPDR sel
1010     dpdk-compare-testbeds-skx-clx:
1011       - "dpdk-compare-testbeds-skx-clx-ref"
1012       - "dpdk-compare-testbeds-skx-clx-cmp"
1013
1014     # Compare topologies
1015
1016     vpp-compare-topologies-ref:
1017       # TODO: Replace
1018       csit-vpp-perf-verify-2001-3n-skx:
1019         - 2  # NDRPDR sel RC2
1020         - 3  # NDRPDR sel RC2
1021     vpp-compare-topologies-cmp:
1022       # TODO: Replace
1023       csit-vpp-perf-verify-2001-2n-skx:
1024         - 3  # NDRPDR sel RC2
1025     vpp-compare-topologies:
1026       - "vpp-compare-topologies-ref"
1027       - "vpp-compare-topologies-cmp"
1028
1029     vpp-compare-topologies-mrr-ref:
1030       # TODO: Replace
1031       # csit-vpp-perf-verify-2001-3n-skx:
1032       csit-vpp-perf-verify-1908-3n-skx:
1033         - 36  # MRR sel
1034     vpp-compare-topologies-mrr-cmp:
1035       # TODO: Replace
1036       # csit-vpp-perf-verify-2001-2n-skx:
1037       csit-vpp-perf-verify-1908-2n-skx:
1038         - 69  # MRR sel
1039     vpp-compare-topologies-mrr:
1040       - "vpp-compare-topologies-mrr-ref"
1041       - "vpp-compare-topologies-mrr-cmp"
1042
1043     dpdk-compare-topologies-ref:
1044       # TODO: Add data
1045       csit-dpdk-perf-verify-2001-3n-skx:
1046         - 1   # NDRPDR sel
1047     dpdk-compare-topologies-cmp:
1048       # TODO: Add data
1049       csit-dpdk-perf-verify-2001-2n-skx:
1050         - 1   # NDRPDR sel
1051         - 2   # NDRPDR sel
1052         - 3   # NDRPDR sel
1053     dpdk-compare-topologies:
1054       - "dpdk-compare-topologies-ref"
1055       - "dpdk-compare-topologies-cmp"
1056
1057   plot-layouts:
1058
1059     plot-soak-throughput:
1060       titlefont:
1061         size: 18
1062       xaxis:
1063         title: "<b>Test Cases [Index]</b>"
1064         titlefont:
1065           size: 16
1066         autorange: True
1067         fixedrange: False
1068         gridcolor: "rgb(230, 230, 230)"
1069         linecolor: "rgb(220, 220, 220)"
1070         linewidth: 1
1071         showgrid: True
1072         showline: True
1073         showticklabels: True
1074         tickcolor: "rgb(220, 220, 220)"
1075         tickmode: "linear"
1076         tickfont:
1077           size: 16
1078         zeroline: False
1079       yaxis:
1080         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1081         titlefont:
1082           size: 16
1083         gridcolor: "rgb(230, 230, 230)"
1084         hoverformat: ".4r"
1085         tickformat: ".3r"
1086         linecolor: "rgb(220, 220, 220)"
1087         linewidth: 1
1088         showgrid: True
1089         showline: True
1090         showticklabels: True
1091         tickcolor: "rgb(220, 220, 220)"
1092         tickfont:
1093           size: 16
1094         zeroline: False
1095         range: [0,50]
1096       autosize: False
1097       margin:
1098         t: 50
1099         b: 0
1100         l: 80
1101         r: 20
1102       showlegend: True
1103       legend:
1104         orientation: "h"
1105         font:
1106           size: 16
1107       width: 700
1108       height: 900
1109       paper_bgcolor: "#fff"
1110       plot_bgcolor: "#fff"
1111       hoverlabel:
1112         namelength: -1
1113
1114     plot-service-density:
1115       titlefont:
1116         size: 18
1117       xaxis:
1118         side: "top"
1119         autorange: True
1120         fixedrange: False
1121         showgrid: False
1122         showline: False
1123         showticklabels: False
1124         ticks: ""
1125         ticklen: 0
1126         tickwidth: 0
1127         zeroline: False
1128       yaxis:
1129         autorange: "reversed"
1130         showgrid: False
1131         showline: False
1132         showticklabels: False
1133         ticks: ""
1134         ticklen: 0
1135         tickwidth: 0
1136         zeroline: False
1137       showlegend: False
1138       paper_bgcolor: "#fff"
1139       plot_bgcolor: "#fff"
1140       width: 700
1141       height: 700
1142       hoverlabel:
1143         namelength: -1
1144
1145     plot-cps:
1146       titlefont:
1147         size: 18
1148       xaxis:
1149         title: "<b>Test Cases [Index]</b>"
1150         titlefont:
1151           size: 16
1152         autorange: True
1153         fixedrange: False
1154         gridcolor: "rgb(230, 230, 230)"
1155         linecolor: "rgb(220, 220, 220)"
1156         linewidth: 1
1157         showgrid: True
1158         showline: True
1159         showticklabels: True
1160         tickcolor: "rgb(220, 220, 220)"
1161         tickmode: "linear"
1162         tickfont:
1163           size: 16
1164         zeroline: False
1165       yaxis:
1166         title: "<b>Connections Per Second [cps]</b>"
1167         titlefont:
1168           size: 16
1169         gridcolor: "rgb(230, 230, 230)"
1170         hoverformat: ".4s"
1171         linecolor: "rgb(220, 220, 220)"
1172         linewidth: 1
1173         rangemode: "tozero"
1174         showgrid: True
1175         showline: True
1176         showticklabels: True
1177         tickcolor: "rgb(220, 220, 220)"
1178         tickformat: ".3s"
1179         tickfont:
1180           size: 16
1181         zeroline: False
1182       boxmode: "group"
1183       boxgroupgap: 0.5
1184       autosize: False
1185       margin:
1186         t: 50
1187         b: 20
1188         l: 80
1189         r: 20
1190       showlegend: True
1191       legend:
1192         orientation: "h"
1193         font:
1194           size: 16
1195       width: 700
1196       height: 800
1197       paper_bgcolor: "#fff"
1198       plot_bgcolor: "#fff"
1199       hoverlabel:
1200         namelength: -1
1201
1202     plot-rps:
1203       titlefont:
1204         size: 18
1205       xaxis:
1206         title: "<b>Test Cases [Index]</b>"
1207         titlefont:
1208           size: 16
1209         autorange: True
1210         fixedrange: False
1211         gridcolor: "rgb(230, 230, 230)"
1212         linecolor: "rgb(220, 220, 220)"
1213         linewidth: 1
1214         showgrid: True
1215         showline: True
1216         showticklabels: True
1217         tickcolor: "rgb(220, 220, 220)"
1218         tickmode: "linear"
1219         tickfont:
1220           size: 16
1221         zeroline: False
1222       yaxis:
1223         title: "<b>Requests Per Second [rps]</b>"
1224         titlefont:
1225           size: 16
1226         gridcolor: "rgb(230, 230, 230)"
1227         hoverformat: ".4s"
1228         linecolor: "rgb(220, 220, 220)"
1229         linewidth: 1
1230         rangemode: "tozero"
1231         showgrid: True
1232         showline: True
1233         showticklabels: True
1234         tickcolor: "rgb(230, 230, 230)"
1235         tickformat: ".3s"
1236         tickfont:
1237           size: 16
1238         zeroline: False
1239       boxmode: "group"
1240       boxgroupgap: 0.5
1241       autosize: False
1242       margin:
1243         t: 50
1244         b: 20
1245         l: 80
1246         r: 20
1247       showlegend: True
1248       legend:
1249         orientation: "h"
1250         font:
1251           size: 16
1252       width: 700
1253       height: 800
1254       paper_bgcolor: "#fff"
1255       plot_bgcolor: "#fff"
1256       hoverlabel:
1257         namelength: -1
1258
1259     plot-throughput:
1260       titlefont:
1261         size: 18
1262       xaxis:
1263         title: "<b>Test Cases [Index]</b>"
1264         titlefont:
1265           size: 16
1266         autorange: True
1267         fixedrange: False
1268         gridcolor: "rgb(230, 230, 230)"
1269         linecolor: "rgb(220, 220, 220)"
1270         linewidth: 1
1271         showgrid: True
1272         showline: True
1273         showticklabels: True
1274         tickcolor: "rgb(220, 220, 220)"
1275         tickmode: "linear"
1276         tickfont:
1277           size: 16
1278         zeroline: False
1279       yaxis:
1280         title: "<b>Packet Throughput [Mpps]</b>"
1281         titlefont:
1282           size: 16
1283         gridcolor: "rgb(230, 230, 230)"
1284         hoverformat: ".4r"
1285         tickformat: ".3r"
1286         linecolor: "rgb(220, 220, 220)"
1287         linewidth: 1
1288         showgrid: True
1289         showline: True
1290         showticklabels: True
1291         tickcolor: "rgb(220, 220, 220)"
1292         tickfont:
1293           size: 16
1294         zeroline: False
1295         range: [0,50]
1296       autosize: False
1297       margin:
1298         t: 50
1299         b: 0
1300         l: 80
1301         r: 20
1302       showlegend: True
1303       legend:
1304         orientation: "h"
1305         font:
1306           size: 16
1307       width: 700
1308       height: 900
1309       paper_bgcolor: "#fff"
1310       plot_bgcolor: "#fff"
1311       hoverlabel:
1312         namelength: -1
1313
1314     plot-throughput-speedup-analysis:
1315       titlefont:
1316         size: 18
1317       xaxis:
1318         title: "<b>Number of Cores [Qty]</b>"
1319         titlefont:
1320           size: 16
1321         autorange: True
1322         fixedrange: False
1323         gridcolor: "rgb(230, 230, 230)"
1324         linecolor: "rgb(220, 220, 220)"
1325         linewidth: 1
1326         showgrid: True
1327         showline: True
1328         showticklabels: True
1329         tickcolor: "rgb(238, 238, 238)"
1330         tickmode: "linear"
1331         tickfont:
1332           size: 16
1333         zeroline: False
1334       yaxis:
1335         title: "<b>Packet Throughput [Mpps]</b>"
1336         titlefont:
1337           size: 16
1338         type: "linear"
1339         gridcolor: "rgb(230, 230, 230)"
1340         hoverformat: ".4s"
1341         linecolor: "rgb(220, 220, 220)"
1342         linewidth: 1
1343         showgrid: True
1344         showline: True
1345         showticklabels: True
1346         tickcolor: "rgb(220, 220, 220)"
1347         tickformat: ".4s"
1348         tickfont:
1349           size: 16
1350         zeroline: True
1351         rangemode: "tozero"
1352         range: [0,100]
1353       legend:
1354         orientation: "h"
1355         font:
1356           size: 16
1357         xanchor: "left"
1358         yanchor: "top"
1359         x: 0
1360         y: -0.2
1361         bgcolor: "rgba(255, 255, 255, 0)"
1362         bordercolor: "rgba(255, 255, 255, 0)"
1363         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1364       autosize: False
1365       margin:
1366           't': 50
1367           'b': 150
1368           'l': 85
1369           'r': 10
1370       showlegend: True
1371       width: 700
1372       height: 700
1373       paper_bgcolor: "#fff"
1374       plot_bgcolor: "#fff"
1375       hoverlabel:
1376         namelength: -1
1377       annotations: [
1378         {
1379           text: "_ _          __          ...",
1380           align: "left",
1381           showarrow: False,
1382           xref: "paper",
1383           yref: "paper",
1384           xanchor: "left",
1385           yanchor: "top",
1386           x: 0,
1387           y: -0.13,
1388           font: {
1389             family: "Consolas, Courier New",
1390             size: 15
1391           },
1392         },
1393         {
1394           text: "    Perfect     Measured     Limit",
1395           align: "left",
1396           showarrow: False,
1397           xref: "paper",
1398           yref: "paper",
1399           xanchor: "left",
1400           yanchor: "top",
1401           x: 0,
1402           y: -0.15,
1403           font: {
1404             family: "Consolas, Courier New",
1405             size: 15
1406           },
1407         },
1408       ]
1409
1410     plot-latency:
1411       titlefont:
1412         size: 18
1413       xaxis:
1414         title: "<b>Direction</b>"
1415         titlefont:
1416           size: 16
1417         autorange: True
1418         fixedrange: False
1419         gridcolor: "rgb(230, 230, 230)"
1420         linecolor: "rgb(220, 220, 220)"
1421         linewidth: 1
1422         showgrid: True
1423         showline: True
1424         showticklabels: False
1425         tickcolor: "rgb(220, 220, 220)"
1426         tickmode: "linear"
1427         tickfont:
1428           size: 16
1429         zeroline: False
1430       yaxis:
1431         title: "<b>Packet Latency [uSec]</b>"
1432         titlefont:
1433           size: 16
1434         type: "linear"
1435         gridcolor: "rgb(230, 230, 230)"
1436         hoverformat: ".4s"
1437         linecolor: "rgb(220, 220, 220)"
1438         linewidth: 1
1439         showgrid: True
1440         showline: True
1441         showticklabels: True
1442         tickcolor: "rgb(220, 220, 220)"
1443         tickformat: ".4s"
1444         tickfont:
1445           size: 16
1446         zeroline: True
1447         rangemode: "tozero"
1448       legend:
1449         orientation: "h"
1450         font:
1451           size: 16
1452         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1453       autosize: False
1454       margin:
1455           't': 50
1456           'b': 150
1457           'l': 80
1458           'r': 10
1459       showlegend: True
1460       width: 700
1461       height: 700
1462       paper_bgcolor: "#fff"
1463       plot_bgcolor: "#fff"
1464       hoverlabel:
1465         namelength: -1
1466
1467     plot-hdrh-latency:
1468       title:
1469         text: ""
1470         xanchor: "center"
1471         x: 0.5
1472         font:
1473           size: 16
1474       width: 700
1475       plot_bgcolor: "white"
1476       annotations:
1477         - font:
1478             size: 14
1479           showarrow: False
1480           text: "<b>Packet Latency [uSec]</b>"
1481           x: 1
1482           xanchor: "right"
1483           xref: "paper"
1484           y: -0.045
1485           yanchor: "top"
1486           yref: "paper"
1487         - font:
1488             size: 14
1489           showarrow: False
1490           text: "<b>Probability [%]</b>"
1491           textangle: 270
1492           x: -0.06
1493           xanchor: "center"
1494           xref: "paper"
1495           y: 0.5
1496           yanchor: "middle"
1497           yref: "paper"
1498         - font:
1499             size: 14
1500           showarrow: False
1501           text: "<b>Direction: E-W</b>"
1502           x: 0.24
1503           xanchor: "center"
1504           xref: "paper"
1505           y: 1.05
1506           yanchor: "bottom"
1507           yref: "paper"
1508         - font:
1509             size: 14
1510           showarrow: False
1511           text: "<b>Direction: W-E</b>"
1512           x: 0.74
1513           xanchor: "center"
1514           xref: "paper"
1515           y: 1.05
1516           yanchor: "bottom"
1517           yref: "paper"
1518
1519     plot-hdrh-latency-percentile:
1520       title:
1521         text: ""
1522         xanchor: "center"
1523         x: 0.5
1524         font:
1525           size: 18
1526       xaxis:
1527         type: "log"
1528         title: "<b>Percentile [%]</b>"
1529         titlefont:
1530           size: 16
1531         autorange: True
1532         fixedrange: False
1533         gridcolor: "rgb(230, 230, 230)"
1534         linecolor: "rgb(220, 220, 220)"
1535         linewidth: 1
1536         showgrid: True
1537         showline: True
1538         showticklabels: True
1539         tickcolor: "rgb(220, 220, 220)"
1540         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
1541         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
1542         tickfont:
1543           size: 16
1544       yaxis:
1545         title: "<b>Packet Latency [uSec]</b>"
1546         titlefont:
1547           size: 16
1548         gridcolor: "rgb(230, 230, 230)"
1549         linecolor: "rgb(220, 220, 220)"
1550         linewidth: 1
1551         showgrid: True
1552         showline: True
1553         showticklabels: True
1554         tickcolor: "rgb(220, 220, 220)"
1555         tickfont:
1556           size: 16
1557       autosize: False
1558       showlegend: True
1559       legend:
1560         traceorder: "normal"
1561         orientation: "h"
1562         font:
1563           size: 16
1564         xanchor: "left"
1565         yanchor: "top"
1566         x: 0
1567         y: -0.15
1568         bgcolor: "rgba(255, 255, 255, 0)"
1569         bordercolor: "rgba(255, 255, 255, 0)"
1570       width: 700
1571       height: 700
1572       paper_bgcolor: "white"
1573       plot_bgcolor: "white"
1574
1575     plot-hdrh-latency-by-percentile:
1576       title:
1577         text: "<b>Latency by Percentile Distribution</b>"
1578         xanchor: "center"
1579         x: 0.5
1580         font:
1581           size: 18
1582       showlegend: True
1583       legend:
1584         traceorder: "normal"
1585         orientation: "h"
1586         font:
1587           size: 16
1588         xanchor: "left"
1589         yanchor: "top"
1590         x: 0
1591         y: -0.2
1592         bgcolor: "rgba(255, 255, 255, 0)"
1593         bordercolor: "rgba(255, 255, 255, 0)"
1594       xaxis:
1595         type: "log"
1596         title: "<b>Percentile [%]</b>"
1597         titlefont:
1598           size: 14
1599         autorange: False
1600         fixedrange: False
1601         range: [1e-6, 3]
1602         gridcolor: "rgb(230, 230, 230)"
1603         linecolor: "rgb(220, 220, 220)"
1604         linewidth: 1
1605         showgrid: True
1606         showline: True
1607         showticklabels: True
1608         tickcolor: "rgb(220, 220, 220)"
1609         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
1610         tickangle: 315
1611         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
1612         tickfont:
1613           size: 14
1614       yaxis:
1615         title: "<b>Packet Latency [uSec]</b>"
1616         titlefont:
1617           size: 14
1618         gridcolor: "rgb(230, 230, 230)"
1619         linecolor: "rgb(220, 220, 220)"
1620         linewidth: 1
1621         showgrid: True
1622         showline: True
1623         showticklabels: True
1624         tickcolor: "rgb(220, 220, 220)"
1625         tickfont:
1626           size: 14
1627       width: 700
1628       height: 700
1629       paper_bgcolor: "white"
1630       plot_bgcolor: "white"
1631
1632 - type: "static"
1633   src-path: "{DIR[RST]}"
1634   dst-path: "{DIR[WORKING,SRC]}"
1635
1636 - type: "input"
1637   general:
1638     file-name: "output_info.xml.gz"
1639     file-format: ".gz"
1640     arch-file-format:
1641       - ".gz"
1642       - ".zip"
1643     download-path: "{job}/{build}/archives/{filename}"
1644     extract: "output.xml"
1645
1646     zip-file-name: "robot-plugin.zip"
1647     zip-file-format: ".zip"
1648     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1649     zip-extract: "robot-plugin/output.xml"
1650
1651   builds:
1652
1653     csit-vpp-perf-verify-1904-3n-hsw:
1654       - 9   # MRR sel
1655       - 11  # NDRPDR sel
1656       - 12  # NDRPDR sel
1657       - 20  # NDRPDR sel
1658       - 21  # NDRPDR sel
1659       - 23  # NDRPDR sel
1660       - 24  # NDRPDR sel
1661       - 25  # NDRPDR sel
1662       - 26  # NDRPDR sel
1663       - 29  # NDRPDR sel
1664       - 30  # NDRPDR sel
1665     csit-vpp-perf-verify-1908-3n-hsw:
1666       - 12  # NDRPDR sel
1667       - 13  # NDRPDR sel
1668       - 14  # NDRPDR sel
1669       - 15  # NDRPDR sel
1670       - 16  # NDRPDR sel
1671       - 17  # NDRPDR sel
1672       - 18  # NDRPDR sel
1673       - 19  # NDRPDR sel
1674       - 20  # NDRPDR sel
1675       - 21  # NDRPDR sel
1676       - 48  # NDRPDR sel vhost
1677       - 49  # NDRPDR sel vhost
1678       - 52  # NDRPDR sel vhost
1679       - 53  # NDRPDR sel vhost
1680       - 54  # NDRPDR sel vhost
1681       - 55  # NDRPDR sel vhost
1682       - 56  # NDRPDR sel vhost
1683       - 57  # NDRPDR sel vhost
1684       - 58  # NDRPDR sel vhost
1685       - 59  # NDRPDR sel vhost
1686       - 39  # MRR sel
1687     csit-vpp-perf-verify-2001-3n-hsw:
1688       - 3   # NDRPDR sel RC2
1689       - 4   # NDRPDR sel RC2
1690
1691     csit-vpp-perf-verify-1904-3n-skx:
1692       - 7   # MRR sel
1693       - 8   # NDRPDR sel
1694       - 9   # NDRPDR sel
1695       - 10  # NDRPDR sel
1696       - 11  # NDRPDR sel
1697       - 12  # NDRPDR sel
1698       - 14  # NDRPDR sel
1699       - 16  # NDRPDR sel
1700       - 21  # NDRPDR sel
1701       - 23  # NDRPDR sel
1702       - 25  # NDRPDR sel
1703     csit-vpp-perf-verify-1908-3n-skx:
1704       - 14  # NDRPDR sel
1705       - 16  # NDRPDR sel
1706       - 19  # NDRPDR sel
1707       - 20  # NDRPDR sel
1708       - 22  # NDRPDR sel
1709       - 23  # NDRPDR sel
1710       - 24  # NDRPDR sel
1711       - 25  # NDRPDR sel
1712       - 26  # NDRPDR sel
1713       - 29  # NDRPDR sel
1714       - 52  # NDRPDR sel vhost
1715       - 53  # NDRPDR sel vhost
1716       - 55  # NDRPDR sel vhost
1717       - 61  # NDRPDR sel vhost
1718       - 62  # NDRPDR sel vhost
1719       - 63  # NDRPDR sel vhost
1720       - 64  # NDRPDR sel vhost
1721       - 65  # NDRPDR sel vhost
1722       - 66  # NDRPDR sel vhost
1723       - 67  # NDRPDR sel vhost
1724       - 36  # MRR sel
1725     csit-vpp-perf-verify-2001-3n-skx:
1726       - 2  # NDRPDR sel RC2
1727       - 3  # NDRPDR sel RC2
1728
1729     csit-vpp-perf-verify-1904-2n-skx:
1730       - 11  # MRR sel
1731       - 12  # NDRPDR sel
1732       - 14  # NDRPDR sel
1733       - 16  # NDRPDR sel
1734       - 17  # NDRPDR sel
1735       - 18  # NDRPDR sel
1736       - 21  # NDRPDR sel
1737       - 27  # NDRPDR sel
1738       - 30  # NDRPDR sel
1739       - 31  # NDRPDR sel
1740       - 32  # NDRPDR sel
1741     csit-vpp-perf-verify-1908-2n-skx:
1742       - 26  # NDRPDR sel
1743       - 27  # NDRPDR sel
1744       - 34  # NDRPDR sel
1745       - 35  # NDRPDR sel
1746       - 36  # NDRPDR sel
1747       - 42  # NDRPDR sel
1748       - 43  # NDRPDR sel
1749       - 44  # NDRPDR sel
1750       - 45  # NDRPDR sel
1751       - 46  # NDRPDR sel
1752       - 88  # NDRPDR sel vhost
1753       - 89  # NDRPDR sel vhost
1754       - 91  # NDRPDR sel vhost
1755       - 92  # NDRPDR sel vhost
1756       - 93  # NDRPDR sel vhost
1757       - 94  # NDRPDR sel vhost
1758       - 95  # NDRPDR sel vhost
1759       - 96  # NDRPDR sel vhost
1760       - 97  # NDRPDR sel vhost
1761       - 98  # NDRPDR sel vhost
1762       - 69  # MRR sel
1763       - 29  # TCP
1764       - 30  # TCP
1765       - 58  # TCP
1766       - 22  # NFV
1767       - 31  # NFV
1768       - 32  # NFV
1769       - 71  # NFV MRR
1770       - 113 # NFV reconf sel
1771       - 114 # NFV reconf sel
1772       - 115 # NFV reconf sel
1773       - 83  # SOAK
1774       - 86  # SOAK
1775     csit-vpp-perf-verify-2001-2n-skx:
1776       - 3  # NDRPDR sel RC2
1777
1778     csit-vpp-perf-verify-2001-2n-clx:
1779       - 3   # NDRPDR sel RC2
1780       - 4   # NDRPDR sel RC2
1781
1782     csit-vpp-perf-verify-1908-3n-tsh:
1783       - 7   # NDRPDR sel
1784       - 8   # NDRPDR sel
1785       - 9   # NDRPDR sel
1786       - 10  # NDRPDR sel
1787       - 11  # NDRPDR sel
1788       - 12  # NDRPDR sel
1789       - 13  # NDRPDR sel
1790       - 14  # NDRPDR sel
1791       - 15  # NDRPDR sel
1792       - 16  # NDRPDR sel
1793       - 17  # MRR sel
1794     csit-vpp-perf-verify-2001-3n-tsh:
1795       - 1   # NDRPDR sel RC2
1796
1797     csit-vpp-perf-verify-1908-3n-dnv:
1798       - 6   # NDRPDR sel
1799       - 7   # NDRPDR sel
1800       - 8   # NDRPDR sel
1801       - 9   # NDRPDR sel
1802       - 10  # NDRPDR sel
1803       - 12  # NDRPDR sel
1804       - 13  # NDRPDR sel
1805       - 14  # NDRPDR sel
1806       - 15  # NDRPDR sel
1807       - 16  # NDRPDR sel
1808       - 17  # MRR sel
1809     csit-vpp-perf-verify-2001-3n-dnv:
1810       - 3   # NDRPDR sel RC2
1811       - 4   # NDRPDR sel RC2
1812
1813     csit-vpp-perf-verify-1908-2n-dnv:
1814       - 1   # NDRPDR sel
1815       - 2   # NDRPDR sel
1816       - 3   # NDRPDR sel
1817       - 4   # NDRPDR sel
1818       - 5   # NDRPDR sel
1819       - 6   # NDRPDR sel
1820       - 7   # NDRPDR sel
1821       - 8   # NDRPDR sel
1822       - 9   # NDRPDR sel
1823       - 10  # NDRPDR sel
1824       - 11  # MRR sel
1825     csit-vpp-perf-verify-2001-2n-dnv:
1826       - 2   # NDRPDR sel RC2
1827       - 3   # NDRPDR sel RC2
1828
1829     csit-dpdk-perf-verify-1904-3n-hsw:
1830       - 2   # NDRPDR sel
1831       - 3   # NDRPDR sel
1832       - 5   # NDRPDR sel
1833       - 6   # NDRPDR sel
1834       - 13  # NDRPDR sel
1835       - 14  # NDRPDR sel
1836       - 15  # NDRPDR sel
1837       - 18  # NDRPDR sel
1838       - 19  # NDRPDR sel
1839       - 20  # NDRPDR sel
1840     csit-dpdk-perf-verify-1908-3n-hsw:
1841       - 2   # NDRPDR sel
1842       - 3   # NDRPDR sel
1843       - 4   # NDRPDR sel
1844       - 5   # NDRPDR sel
1845       - 6   # NDRPDR sel
1846       - 7   # NDRPDR sel
1847       - 8   # NDRPDR sel
1848       - 9   # NDRPDR sel
1849       - 10  # NDRPDR sel
1850       - 11  # NDRPDR sel
1851 #    csit-dpdk-perf-verify-2001-3n-hsw:
1852
1853     # TODO: Replace
1854     # This data is only an example for HDRHistogram
1855     csit-dpdk-perf-verify-master-3n-hsw:
1856       - 13
1857
1858     csit-dpdk-perf-verify-1904-3n-skx:
1859       - 2   # NDRPDR sel
1860       - 3   # NDRPDR sel
1861       - 4   # NDRPDR sel
1862       - 5   # NDRPDR sel
1863       - 6   # NDRPDR sel
1864       - 7   # NDRPDR sel
1865       - 11  # NDRPDR sel
1866       - 12  # NDRPDR sel
1867       - 13  # NDRPDR sel
1868       - 14  # NDRPDR sel
1869     csit-dpdk-perf-verify-1908-3n-skx:
1870       - 3   # NDRPDR sel
1871       - 4   # NDRPDR sel
1872       - 5   # NDRPDR sel
1873       - 6   # NDRPDR sel
1874       - 7   # NDRPDR sel
1875       - 8   # NDRPDR sel
1876       - 9   # NDRPDR sel
1877       - 10  # NDRPDR sel
1878       - 11  # NDRPDR sel
1879       - 12  # NDRPDR sel
1880     csit-dpdk-perf-verify-2001-3n-skx:
1881       - 1   # NDRPDR sel
1882
1883     csit-dpdk-perf-verify-1904-2n-skx:
1884       - 2   # NDRPDR sel
1885       - 3   # NDRPDR sel
1886       - 4   # NDRPDR sel
1887       - 5   # NDRPDR sel
1888       - 7   # NDRPDR sel
1889       - 8   # NDRPDR sel
1890       - 9   # NDRPDR sel
1891       - 10  # NDRPDR sel
1892       - 11  # NDRPDR sel
1893       - 12  # NDRPDR sel
1894     csit-dpdk-perf-verify-1908-2n-skx:
1895       - 2   # NDRPDR sel
1896       - 3   # NDRPDR sel
1897       - 4   # NDRPDR sel
1898       - 5   # NDRPDR sel
1899       - 7   # NDRPDR sel
1900       - 8   # NDRPDR sel
1901       - 9   # NDRPDR sel
1902       - 10  # NDRPDR sel
1903       - 11  # NDRPDR sel
1904       - 12  # NDRPDR sel
1905     csit-dpdk-perf-verify-2001-2n-skx:
1906       - 1   # NDRPDR sel
1907       - 2   # NDRPDR sel
1908       - 3   # NDRPDR sel
1909
1910     csit-dpdk-perf-verify-2001-2n-clx:
1911       - 1   # NDRPDR sel
1912       - 2   # NDRPDR sel
1913       - 3   # NDRPDR sel
1914       - 4   # NDRPDR sel
1915
1916     # TODO: Replace
1917     # csit-vpp-device-2001-ubuntu1804-1n-skx:
1918     csit-vpp-device-1908-ubuntu1804-1n-skx:
1919       - 65
1920
1921 - type: "output"
1922   output: "report"
1923   format:
1924     html:
1925     - full
1926 # TODO: Enable for release runs:
1927 #    pdf:
1928 #    - minimal
1929
1930 ################################################################################
1931 ###                               T A B L E S                                ###
1932 ################################################################################
1933
1934 # VPP Soak vs NDR
1935 - type: "table"
1936   title: "VPP Soak vs NDR 2n-skx"
1937   algorithm: "table_soak_vs_ndr"
1938   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
1939   reference:
1940     title: "NDR"
1941     data: "vpp-soak-vs-ndr-2n-skx-ref"
1942   compare:
1943     title: "Soak"
1944     data: "vpp-soak-vs-ndr-2n-skx-cmp"
1945   data: "vpp-soak-vs-ndr-2n-skx"
1946   include-tests: "NDR"
1947   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
1948   parameters:
1949     - "throughput"
1950     - "name"
1951     - "parent"
1952
1953 ################################################################################
1954
1955 # VPP Compare NICs 3n-skx 2t1c ndr
1956 - type: "table"
1957   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1958   algorithm: "table_nics_comparison"
1959   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1960   reference:
1961     title: "x710"
1962     nic: "NIC_Intel-X710"
1963   compare:
1964     title: "xxv710"
1965     nic: "NIC_Intel-XXV710"
1966   data: "vpp-nic-comparison-3n-skx"
1967   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1968   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
1969   parameters:
1970   - "name"
1971   - "parent"
1972   - "throughput"
1973   - "tags"
1974
1975 # VPP Compare NICs 3n-skx 4t2c ndr
1976 - type: "table"
1977   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1978   algorithm: "table_nics_comparison"
1979   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1980   reference:
1981     title: "x710"
1982     nic: "NIC_Intel-X710"
1983   compare:
1984     title: "xxv710"
1985     nic: "NIC_Intel-XXV710"
1986   data: "vpp-nic-comparison-3n-skx"
1987   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1988   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
1989   parameters:
1990   - "name"
1991   - "parent"
1992   - "throughput"
1993   - "tags"
1994
1995 # VPP Compare NICs 3n-skx 2t1c pdr
1996 - type: "table"
1997   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1998   algorithm: "table_nics_comparison"
1999   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2000   reference:
2001     title: "x710"
2002     nic: "NIC_Intel-X710"
2003   compare:
2004     title: "xxv710"
2005     nic: "NIC_Intel-XXV710"
2006   data: "vpp-nic-comparison-3n-skx"
2007   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2008   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2009   parameters:
2010   - "name"
2011   - "parent"
2012   - "throughput"
2013   - "tags"
2014
2015  # VPP Compare NICs 3n-skx 4t2c pdr
2016 - type: "table"
2017   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2018   algorithm: "table_nics_comparison"
2019   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2020   reference:
2021     title: "x710"
2022     nic: "NIC_Intel-X710"
2023   compare:
2024     title: "xxv710"
2025     nic: "NIC_Intel-XXV710"
2026   data: "vpp-nic-comparison-3n-skx"
2027   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2028   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2029   parameters:
2030   - "name"
2031   - "parent"
2032   - "throughput"
2033   - "tags"
2034
2035 # VPP Compare NICs 3n-skx 2t1c mrr
2036 - type: "table"
2037   title: "VPP Compare NICs 3n-skx 2t1c mrr"
2038   algorithm: "table_nics_comparison"
2039   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2040   reference:
2041     title: "x710"
2042     nic: "NIC_Intel-X710"
2043   compare:
2044     title: "xxv710"
2045     nic: "NIC_Intel-XXV710"
2046   data: "vpp-nic-comparison-3n-skx-mrr"
2047   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2048   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2049   parameters:
2050   - "name"
2051   - "parent"
2052   - "result"
2053   - "tags"
2054
2055 # VPP Compare NICs 3n-skx 4t2c mrr
2056 - type: "table"
2057   title: "VPP Compare NICs 3n-skx 4t2c mrr"
2058   algorithm: "table_nics_comparison"
2059   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2060   reference:
2061     title: "x710"
2062     nic: "NIC_Intel-X710"
2063   compare:
2064     title: "xxv710"
2065     nic: "NIC_Intel-XXV710"
2066   data: "vpp-nic-comparison-3n-skx-mrr"
2067   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2068   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2069   parameters:
2070   - "name"
2071   - "parent"
2072   - "result"
2073   - "tags"
2074
2075  # VPP Compare NICs 3n-skx 8t4c mrr
2076 - type: "table"
2077   title: "VPP Compare NICs 3n-skx 8t4c mrr"
2078   algorithm: "table_nics_comparison"
2079   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2080   reference:
2081     title: "x710"
2082     nic: "NIC_Intel-X710"
2083   compare:
2084     title: "xxv710"
2085     nic: "NIC_Intel-XXV710"
2086   data: "vpp-nic-comparison-3n-skx-mrr"
2087   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2088   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2089   parameters:
2090   - "name"
2091   - "parent"
2092   - "result"
2093   - "tags"
2094
2095 # VPP Compare NICs 2n-skx 2t1c ndr
2096 - type: "table"
2097   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2098   algorithm: "table_nics_comparison"
2099   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2100   reference:
2101     title: "x710"
2102     nic: "NIC_Intel-X710"
2103   compare:
2104     title: "xxv710"
2105     nic: "NIC_Intel-XXV710"
2106   data: "vpp-nic-comparison-2n-skx"
2107   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2108   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2109   parameters:
2110   - "name"
2111   - "parent"
2112   - "throughput"
2113   - "tags"
2114
2115 # VPP Compare NICs 2n-skx 4t2c ndr
2116 - type: "table"
2117   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2118   algorithm: "table_nics_comparison"
2119   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2120   reference:
2121     title: "x710"
2122     nic: "NIC_Intel-X710"
2123   compare:
2124     title: "xxv710"
2125     nic: "NIC_Intel-XXV710"
2126   data: "vpp-nic-comparison-2n-skx"
2127   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2128   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2129   parameters:
2130   - "name"
2131   - "parent"
2132   - "throughput"
2133   - "tags"
2134
2135  # VPP Compare NICs 2n-skx 2t1c pdr
2136 - type: "table"
2137   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2138   algorithm: "table_nics_comparison"
2139   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2140   reference:
2141     title: "x710"
2142     nic: "NIC_Intel-X710"
2143   compare:
2144     title: "xxv710"
2145     nic: "NIC_Intel-XXV710"
2146   data: "vpp-nic-comparison-2n-skx"
2147   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2148   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2149   parameters:
2150   - "name"
2151   - "parent"
2152   - "throughput"
2153   - "tags"
2154
2155 # VPP Compare NICs 2n-skx 4t2c pdr
2156 - type: "table"
2157   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2158   algorithm: "table_nics_comparison"
2159   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2160   reference:
2161     title: "x710"
2162     nic: "NIC_Intel-X710"
2163   compare:
2164     title: "xxv710"
2165     nic: "NIC_Intel-XXV710"
2166   data: "vpp-nic-comparison-2n-skx"
2167   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2168   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2169   parameters:
2170   - "name"
2171   - "parent"
2172   - "throughput"
2173   - "tags"
2174
2175 # VPP Compare NICs 2n-skx 2t1c mrr
2176 - type: "table"
2177   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2178   algorithm: "table_nics_comparison"
2179   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2180   reference:
2181     title: "x710"
2182     nic: "NIC_Intel-X710"
2183   compare:
2184     title: "xxv710"
2185     nic: "NIC_Intel-XXV710"
2186   data: "vpp-nic-comparison-2n-skx-mrr"
2187   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2188   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2189   parameters:
2190   - "name"
2191   - "parent"
2192   - "result"
2193   - "tags"
2194
2195 # VPP Compare NICs 2n-skx 4t2c mrr
2196 - type: "table"
2197   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2198   algorithm: "table_nics_comparison"
2199   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2200   reference:
2201     title: "x710"
2202     nic: "NIC_Intel-X710"
2203   compare:
2204     title: "xxv710"
2205     nic: "NIC_Intel-XXV710"
2206   data: "vpp-nic-comparison-2n-skx-mrr"
2207   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2208   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2209   parameters:
2210   - "name"
2211   - "parent"
2212   - "result"
2213   - "tags"
2214
2215 # VPP Compare NICs 2n-skx 8t4c mrr
2216 - type: "table"
2217   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2218   algorithm: "table_nics_comparison"
2219   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2220   reference:
2221     title: "x710"
2222     nic: "NIC_Intel-X710"
2223   compare:
2224     title: "xxv710"
2225     nic: "NIC_Intel-XXV710"
2226   data: "vpp-nic-comparison-2n-skx-mrr"
2227   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2228   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2229   parameters:
2230   - "name"
2231   - "parent"
2232   - "result"
2233   - "tags"
2234
2235 ################################################################################
2236 # VPP
2237
2238 # VPP Performance Changes 3n-hsw 1t1c pdr
2239 - type: "table"
2240   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2241   algorithm: "table_perf_comparison"
2242   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2243   history:
2244     - title: "rls1904"
2245       data: "vpp-performance-changes-3n-hsw-h1"
2246   reference:
2247     title: "rls1908"
2248     data: "vpp-performance-changes-3n-hsw-ref"
2249     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2250   compare:
2251     title: "rls2001"
2252     data: "vpp-performance-changes-3n-hsw-cmp"
2253   data: "vpp-performance-changes-3n-hsw"
2254   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2255   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2256   parameters:
2257   - "name"
2258   - "parent"
2259   - "throughput"
2260
2261 # VPP Performance Changes 3n-hsw 2t2c pdr
2262 - type: "table"
2263   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2264   algorithm: "table_perf_comparison"
2265   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2266   history:
2267     - title: "rls1904"
2268       data: "vpp-performance-changes-3n-hsw-h1"
2269   reference:
2270     title: "rls1908"
2271     data: "vpp-performance-changes-3n-hsw-ref"
2272     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2273   compare:
2274     title: "rls2001"
2275     data: "vpp-performance-changes-3n-hsw-cmp"
2276   data: "vpp-performance-changes-3n-hsw"
2277   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2278   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2279   parameters:
2280   - "name"
2281   - "parent"
2282   - "throughput"
2283
2284 # VPP Performance Changes 3n-hsw 1t1c ndr
2285 - type: "table"
2286   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2287   algorithm: "table_perf_comparison"
2288   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2289   history:
2290     - title: "rls1904"
2291       data: "vpp-performance-changes-3n-hsw-h1"
2292   reference:
2293     title: "rls1908"
2294     data: "vpp-performance-changes-3n-hsw-ref"
2295     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2296   compare:
2297     title: "rls2001"
2298     data: "vpp-performance-changes-3n-hsw-cmp"
2299   data: "vpp-performance-changes-3n-hsw"
2300   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2301   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2302   parameters:
2303   - "name"
2304   - "parent"
2305   - "throughput"
2306
2307 # VPP Performance Changes 3n-hsw 2t2c ndr
2308 - type: "table"
2309   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2310   algorithm: "table_perf_comparison"
2311   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2312   history:
2313     - title: "rls1904"
2314       data: "vpp-performance-changes-3n-hsw-h1"
2315   reference:
2316     title: "rls1908"
2317     data: "vpp-performance-changes-3n-hsw-ref"
2318     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2319   compare:
2320     title: "rls2001"
2321     data: "vpp-performance-changes-3n-hsw-cmp"
2322   data: "vpp-performance-changes-3n-hsw"
2323   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2324   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2325   parameters:
2326   - "name"
2327   - "parent"
2328   - "throughput"
2329
2330 # VPP Performance Changes 3n-skx 2t1c pdr
2331 - type: "table"
2332   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2333   algorithm: "table_perf_comparison_nic"
2334   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2335   history:
2336     - title: "rls1904 x710"
2337       data: "vpp-performance-changes-3n-skx-h1"
2338       nic: "NIC_Intel-X710"
2339   reference:
2340     title: "rls1908 xxv710"
2341     data: "vpp-performance-changes-3n-skx-ref"
2342     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2343     nic: "NIC_Intel-XXV710"
2344   compare:
2345     title: "rls2001 xxv710"
2346     data: "vpp-performance-changes-3n-skx-cmp"
2347     nic: "NIC_Intel-XXV710"
2348   data: "vpp-performance-changes-3n-skx"
2349   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2350   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2351   parameters:
2352   - "name"
2353   - "parent"
2354   - "throughput"
2355   - "tags"
2356
2357 # VPP Performance Changes 3n-skx 4t2c pdr
2358 - type: "table"
2359   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2360   algorithm: "table_perf_comparison_nic"
2361   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2362   history:
2363     - title: "rls1904 x710"
2364       data: "vpp-performance-changes-3n-skx-h1"
2365       nic: "NIC_Intel-X710"
2366   reference:
2367     title: "rls1908 x710"
2368     data: "vpp-performance-changes-3n-skx-ref"
2369     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2370     nic: "NIC_Intel-X710"
2371   compare:
2372     title: "rls2001 xxv710"
2373     data: "vpp-performance-changes-3n-skx-cmp"
2374     nic: "NIC_Intel-XXV710"
2375   data: "vpp-performance-changes-3n-skx"
2376   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2377   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2378   parameters:
2379   - "name"
2380   - "parent"
2381   - "throughput"
2382   - "tags"
2383
2384 # VPP Performance Changes 3n-skx 2t1c ndr
2385 - type: "table"
2386   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2387   algorithm: "table_perf_comparison_nic"
2388   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2389   history:
2390     - title: "rls1904 x710"
2391       data: "vpp-performance-changes-3n-skx-h1"
2392       nic: "NIC_Intel-X710"
2393   reference:
2394     title: "rls1908 x710"
2395     data: "vpp-performance-changes-3n-skx-ref"
2396     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2397     nic: "NIC_Intel-X710"
2398   compare:
2399     title: "rls2001 xxv710"
2400     data: "vpp-performance-changes-3n-skx-cmp"
2401     nic: "NIC_Intel-XXV710"
2402   data: "vpp-performance-changes-3n-skx"
2403   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2404   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2405   parameters:
2406   - "name"
2407   - "parent"
2408   - "throughput"
2409   - "tags"
2410
2411 # VPP Performance Changes 3n-skx 4t2c ndr
2412 - type: "table"
2413   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2414   algorithm: "table_perf_comparison_nic"
2415   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2416   history:
2417     - title: "rls1904 x710"
2418       data: "vpp-performance-changes-3n-skx-h1"
2419       nic: "NIC_Intel-X710"
2420   reference:
2421     title: "rls1908 x710"
2422     data: "vpp-performance-changes-3n-skx-ref"
2423     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2424     nic: "NIC_Intel-X710"
2425   compare:
2426     title: "rls2001 xxv710"
2427     data: "vpp-performance-changes-3n-skx-cmp"
2428     nic: "NIC_Intel-XXV710"
2429   data: "vpp-performance-changes-3n-skx"
2430   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2431   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2432   parameters:
2433   - "name"
2434   - "parent"
2435   - "throughput"
2436   - "tags"
2437
2438 # VPP Performance Changes 2n-skx 2t1c pdr
2439 - type: "table"
2440   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2441   algorithm: "table_perf_comparison_nic"
2442   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2443   history:
2444     - title: "rls1904 x710"
2445       data: "vpp-performance-changes-2n-skx-h1"
2446       nic: "NIC_Intel-X710"
2447   reference:
2448     title: "rls1908 xxv710"
2449     data: "vpp-performance-changes-2n-skx-ref"
2450     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2451     nic: "NIC_Intel-XXV710"
2452   compare:
2453     title: "rls2001 xxv710"
2454     data: "vpp-performance-changes-2n-skx-cmp"
2455     nic: "NIC_Intel-XXV710"
2456   data: "vpp-performance-changes-2n-skx"
2457   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2458   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2459   parameters:
2460   - "name"
2461   - "parent"
2462   - "throughput"
2463   - "tags"
2464
2465 # VPP Performance Changes 2n-skx 4t2c pdr
2466 - type: "table"
2467   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2468   algorithm: "table_perf_comparison_nic"
2469   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2470   history:
2471     - title: "rls1904 x710"
2472       data: "vpp-performance-changes-2n-skx-h1"
2473       nic: "NIC_Intel-X710"
2474   reference:
2475     title: "rls1908 xxv710"
2476     data: "vpp-performance-changes-2n-skx-ref"
2477     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2478     nic: "NIC_Intel-XXV710"
2479   compare:
2480     title: "rls2001 xxv710"
2481     data: "vpp-performance-changes-2n-skx-cmp"
2482     nic: "NIC_Intel-XXV710"
2483   data: "vpp-performance-changes-2n-skx"
2484   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2485   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2486   parameters:
2487   - "name"
2488   - "parent"
2489   - "throughput"
2490   - "tags"
2491
2492 # VPP Performance Changes 2n-skx 2t1c ndr
2493 - type: "table"
2494   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2495   algorithm: "table_perf_comparison_nic"
2496   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2497   history:
2498     - title: "rls1904 x710"
2499       data: "vpp-performance-changes-2n-skx-h1"
2500       nic: "NIC_Intel-X710"
2501   reference:
2502     title: "rls1908 xxv710"
2503     data: "vpp-performance-changes-2n-skx-ref"
2504     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2505     nic: "NIC_Intel-XXV710"
2506   compare:
2507     title: "rls2001 xxv710"
2508     data: "vpp-performance-changes-2n-skx-cmp"
2509     nic: "NIC_Intel-XXV710"
2510   data: "vpp-performance-changes-2n-skx"
2511   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2512   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2513   parameters:
2514   - "name"
2515   - "parent"
2516   - "throughput"
2517   - "tags"
2518
2519 # VPP Performance Changes 2n-skx 4t2c ndr
2520 - type: "table"
2521   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2522   algorithm: "table_perf_comparison_nic"
2523   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2524   history:
2525     - title: "rls1904 x710"
2526       data: "vpp-performance-changes-2n-skx-h1"
2527       nic: "NIC_Intel-X710"
2528   reference:
2529     title: "rls1908 xxv710"
2530     data: "vpp-performance-changes-2n-skx-ref"
2531     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2532     nic: "NIC_Intel-XXV710"
2533   compare:
2534     title: "rls2001 xxv710"
2535     data: "vpp-performance-changes-2n-skx-cmp"
2536     nic: "NIC_Intel-XXV710"
2537   data: "vpp-performance-changes-2n-skx"
2538   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2539   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2540   parameters:
2541   - "name"
2542   - "parent"
2543   - "throughput"
2544   - "tags"
2545
2546 # VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
2547 - type: "table"
2548   title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
2549   algorithm: "table_perf_comparison"
2550   output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
2551   reference:
2552     title: "rls1908"
2553     data: "vpp-performance-changes-nfv-2n-skx-ref"
2554   compare:
2555     title: "rls2001"
2556     data: "vpp-performance-changes-nfv-2n-skx-cmp"
2557   data: "vpp-performance-changes-nfv-2n-skx"
2558   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2559   filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
2560   parameters:
2561   - "name"
2562   - "parent"
2563   - "throughput"
2564   - "tags"
2565
2566 # VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
2567 - type: "table"
2568   title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
2569   algorithm: "table_perf_comparison"
2570   output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
2571   reference:
2572     title: "rls1908"
2573     data: "vpp-performance-changes-nfv-2n-skx-ref"
2574   compare:
2575     title: "rls2001"
2576     data: "vpp-performance-changes-nfv-2n-skx-cmp"
2577   data: "vpp-performance-changes-nfv-2n-skx"
2578   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2579   filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
2580   parameters:
2581   - "name"
2582   - "parent"
2583   - "throughput"
2584   - "tags"
2585
2586 # VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
2587 - type: "table"
2588   title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
2589   algorithm: "table_perf_comparison"
2590   output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
2591   reference:
2592     title: "rls1908"
2593     data: "vpp-performance-changes-nfv-2n-skx-ref"
2594   compare:
2595     title: "rls2001"
2596     data: "vpp-performance-changes-nfv-2n-skx-cmp"
2597   data: "vpp-performance-changes-nfv-2n-skx"
2598   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2599   filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
2600   parameters:
2601   - "name"
2602   - "parent"
2603   - "throughput"
2604   - "tags"
2605
2606 # VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
2607 - type: "table"
2608   title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
2609   algorithm: "table_perf_comparison"
2610   output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
2611   reference:
2612     title: "rls1908"
2613     data: "vpp-performance-changes-nfv-2n-skx-ref"
2614   compare:
2615     title: "rls2001"
2616     data: "vpp-performance-changes-nfv-2n-skx-cmp"
2617   data: "vpp-performance-changes-nfv-2n-skx"
2618   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2619   filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
2620   parameters:
2621   - "name"
2622   - "parent"
2623   - "throughput"
2624   - "tags"
2625
2626 # VPP Performance Changes 2n-dnv 1t1c pdr
2627 - type: "table"
2628   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
2629   algorithm: "table_perf_comparison"
2630   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
2631   reference:
2632     title: "rls1908"
2633     data: "vpp-performance-changes-2n-dnv-ref"
2634   compare:
2635     title: "rls2001"
2636     data: "vpp-performance-changes-2n-dnv-cmp"
2637   data: "vpp-performance-changes-2n-dnv"
2638   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2639   filter: "'1T1C'"
2640   parameters:
2641   - "name"
2642   - "parent"
2643   - "throughput"
2644   - "tags"
2645
2646 # VPP Performance Changes 2n-dnv 2t2c pdr
2647 - type: "table"
2648   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
2649   algorithm: "table_perf_comparison"
2650   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
2651   reference:
2652     title: "rls1908"
2653     data: "vpp-performance-changes-2n-dnv-ref"
2654   compare:
2655     title: "rls2001"
2656     data: "vpp-performance-changes-2n-dnv-cmp"
2657   data: "vpp-performance-changes-2n-dnv"
2658   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2659   filter: "'2T2C'"
2660   parameters:
2661   - "name"
2662   - "parent"
2663   - "throughput"
2664   - "tags"
2665
2666 # VPP Performance Changes 2n-dnv 1t1c ndr
2667 - type: "table"
2668   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
2669   algorithm: "table_perf_comparison"
2670   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
2671   reference:
2672     title: "rls1908"
2673     data: "vpp-performance-changes-2n-dnv-ref"
2674   compare:
2675     title: "rls2001"
2676     data: "vpp-performance-changes-2n-dnv-cmp"
2677   data: "vpp-performance-changes-2n-dnv"
2678   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2679   filter: "'1T1C'"
2680   parameters:
2681   - "name"
2682   - "parent"
2683   - "throughput"
2684   - "tags"
2685
2686 # VPP Performance Changes 2n-dnv 2t2c ndr
2687 - type: "table"
2688   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
2689   algorithm: "table_perf_comparison"
2690   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
2691   reference:
2692     title: "rls1908 "
2693     data: "vpp-performance-changes-2n-dnv-ref"
2694   compare:
2695     title: "rls2001"
2696     data: "vpp-performance-changes-2n-dnv-cmp"
2697   data: "vpp-performance-changes-2n-dnv"
2698   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2699   filter: "'2T2C'"
2700   parameters:
2701   - "name"
2702   - "parent"
2703   - "throughput"
2704   - "tags"
2705
2706 # VPP Performance Changes 3n-dnv 1t1c pdr
2707 - type: "table"
2708   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
2709   algorithm: "table_perf_comparison"
2710   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
2711   reference:
2712     title: "rls1908"
2713     data: "vpp-performance-changes-3n-dnv-ref"
2714   compare:
2715     title: "rls2001"
2716     data: "vpp-performance-changes-3n-dnv-cmp"
2717   data: "vpp-performance-changes-3n-dnv"
2718   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2719   filter: "'1T1C'"
2720   parameters:
2721   - "name"
2722   - "parent"
2723   - "throughput"
2724   - "tags"
2725
2726 # VPP Performance Changes 3n-dnv 2t2c pdr
2727 - type: "table"
2728   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
2729   algorithm: "table_perf_comparison"
2730   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
2731   reference:
2732     title: "rls1908"
2733     data: "vpp-performance-changes-3n-dnv-ref"
2734   compare:
2735     title: "rls2001"
2736     data: "vpp-performance-changes-3n-dnv-cmp"
2737   data: "vpp-performance-changes-3n-dnv"
2738   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2739   filter: "'2T2C'"
2740   parameters:
2741   - "name"
2742   - "parent"
2743   - "throughput"
2744   - "tags"
2745
2746 # VPP Performance Changes 3n-dnv 1t1c ndr
2747 - type: "table"
2748   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
2749   algorithm: "table_perf_comparison"
2750   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
2751   reference:
2752     title: "rls1908"
2753     data: "vpp-performance-changes-3n-dnv-ref"
2754   compare:
2755     title: "rls2001"
2756     data: "vpp-performance-changes-3n-dnv-cmp"
2757   data: "vpp-performance-changes-3n-dnv"
2758   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2759   filter: "'1T1C'"
2760   parameters:
2761   - "name"
2762   - "parent"
2763   - "throughput"
2764   - "tags"
2765
2766 # VPP Performance Changes 3n-dnv 2t2c ndr
2767 - type: "table"
2768   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
2769   algorithm: "table_perf_comparison"
2770   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
2771   reference:
2772     title: "rls1908"
2773     data: "vpp-performance-changes-3n-dnv-ref"
2774   compare:
2775     title: "rls2001"
2776     data: "vpp-performance-changes-3n-dnv-cmp"
2777   data: "vpp-performance-changes-3n-dnv"
2778   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2779   filter: "'2T2C'"
2780   parameters:
2781   - "name"
2782   - "parent"
2783   - "throughput"
2784   - "tags"
2785
2786 # VPP Performance Changes 3n-tsh 1t1c pdr
2787 - type: "table"
2788   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
2789   algorithm: "table_perf_comparison"
2790   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
2791   reference:
2792     title: "rls1908"
2793     data: "vpp-performance-changes-3n-tsh-ref"
2794   compare:
2795     title: "rls2001"
2796     data: "vpp-performance-changes-3n-tsh-cmp"
2797   data: "vpp-performance-changes-3n-tsh"
2798   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2799   filter: "'1T1C'"
2800   parameters:
2801   - "name"
2802   - "parent"
2803   - "throughput"
2804   - "tags"
2805
2806 # VPP Performance Changes 3n-tsh 2t2c pdr
2807 - type: "table"
2808   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
2809   algorithm: "table_perf_comparison"
2810   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
2811   reference:
2812     title: "rls1908"
2813     data: "vpp-performance-changes-3n-tsh-ref"
2814   compare:
2815     title: "rls2001"
2816     data: "vpp-performance-changes-3n-tsh-cmp"
2817   data: "vpp-performance-changes-3n-tsh"
2818   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2819   filter: "'2T2C'"
2820   parameters:
2821   - "name"
2822   - "parent"
2823   - "throughput"
2824   - "tags"
2825
2826 # VPP Performance Changes 3n-tsh 1t1c ndr
2827 - type: "table"
2828   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
2829   algorithm: "table_perf_comparison"
2830   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
2831   reference:
2832     title: "rls1908"
2833     data: "vpp-performance-changes-3n-tsh-ref"
2834   compare:
2835     title: "rls2001"
2836     data: "vpp-performance-changes-3n-tsh-cmp"
2837   data: "vpp-performance-changes-3n-tsh"
2838   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2839   filter: "'1T1C'"
2840   parameters:
2841   - "name"
2842   - "parent"
2843   - "throughput"
2844   - "tags"
2845
2846 # VPP Performance Changes 3n-tsh 2t2c ndr
2847 - type: "table"
2848   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
2849   algorithm: "table_perf_comparison"
2850   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
2851   reference:
2852     title: "rls1908"
2853     data: "vpp-performance-changes-3n-tsh-ref"
2854   compare:
2855     title: "rls2001"
2856     data: "vpp-performance-changes-3n-tsh-cmp"
2857   data: "vpp-performance-changes-3n-tsh"
2858   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2859   filter: "'2T2C'"
2860   parameters:
2861   - "name"
2862   - "parent"
2863   - "throughput"
2864   - "tags"
2865
2866 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2867 - type: "table"
2868   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2869   algorithm: "table_perf_comparison_nic"
2870   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2871   reference:
2872     title: "3n-hsw xl710"
2873     data: "vpp-compare-testbeds-ref"
2874     nic: "NIC_Intel-XL710"
2875   compare:
2876     title: "3n-skx xxv710"
2877     data: "vpp-compare-testbeds-cmp"
2878     nic: "NIC_Intel-XXV710"
2879   data: "vpp-compare-testbeds"
2880   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2881   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
2882   parameters:
2883   - "name"
2884   - "parent"
2885   - "throughput"
2886   - "tags"
2887
2888 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2889 - type: "table"
2890   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2891   algorithm: "table_perf_comparison_nic"
2892   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2893   reference:
2894     title: "3n-hsw xl710"
2895     data: "vpp-compare-testbeds-ref"
2896     nic: "NIC_Intel-XL710"
2897   compare:
2898     title: "3n-skx xxv710"
2899     data: "vpp-compare-testbeds-cmp"
2900     nic: "NIC_Intel-XXV710"
2901   data: "vpp-compare-testbeds"
2902   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2903   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
2904   parameters:
2905   - "name"
2906   - "parent"
2907   - "throughput"
2908   - "tags"
2909
2910 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2911 - type: "table"
2912   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2913   algorithm: "table_perf_comparison_nic"
2914   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2915   reference:
2916     title: "3n-hsw xl710"
2917     data: "vpp-compare-testbeds-ref"
2918     nic: "NIC_Intel-XL710"
2919   compare:
2920     title: "3n-skx xxv710"
2921     data: "vpp-compare-testbeds-cmp"
2922     nic: "NIC_Intel-XXV710"
2923   data: "vpp-compare-testbeds"
2924   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2925   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
2926   parameters:
2927   - "name"
2928   - "parent"
2929   - "throughput"
2930   - "tags"
2931
2932 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2933 - type: "table"
2934   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2935   algorithm: "table_perf_comparison_nic"
2936   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2937   reference:
2938     title: "3n-hsw xl710"
2939     data: "vpp-compare-testbeds-ref"
2940     nic: "NIC_Intel-XL710"
2941   compare:
2942     title: "3n-skx xxv710"
2943     data: "vpp-compare-testbeds-cmp"
2944     nic: "NIC_Intel-XXV710"
2945   data: "vpp-compare-testbeds"
2946   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2947   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
2948   parameters:
2949   - "name"
2950   - "parent"
2951   - "throughput"
2952   - "tags"
2953
2954 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
2955 - type: "table"
2956   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
2957   algorithm: "table_perf_comparison"
2958   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
2959   reference:
2960     title: "2n-skx"
2961     data: "vpp-compare-testbeds-skx-clx-ref"
2962   compare:
2963     title: "2n-clx"
2964     data: "vpp-compare-testbeds-skx-clx-cmp"
2965   data: "vpp-compare-testbeds-skx-clx"
2966   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2967   filter: "'2T1C'"
2968   parameters:
2969   - "name"
2970   - "parent"
2971   - "throughput"
2972   - "tags"
2973
2974 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
2975 - type: "table"
2976   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
2977   algorithm: "table_perf_comparison"
2978   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
2979   reference:
2980     title: "2n-skx"
2981     data: "vpp-compare-testbeds-skx-clx-ref"
2982   compare:
2983     title: "2n-clx"
2984     data: "vpp-compare-testbeds-skx-clx-cmp"
2985   data: "vpp-compare-testbeds-skx-clx"
2986   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2987   filter: "'4T2C'"
2988   parameters:
2989   - "name"
2990   - "parent"
2991   - "throughput"
2992   - "tags"
2993
2994 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
2995 - type: "table"
2996   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
2997   algorithm: "table_perf_comparison"
2998   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
2999   reference:
3000     title: "2n-skx"
3001     data: "vpp-compare-testbeds-skx-clx-ref"
3002   compare:
3003     title: "2n-clx"
3004     data: "vpp-compare-testbeds-skx-clx-cmp"
3005   data: "vpp-compare-testbeds-skx-clx"
3006   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3007   filter: "'2T1C'"
3008   parameters:
3009   - "name"
3010   - "parent"
3011   - "throughput"
3012   - "tags"
3013
3014 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3015 - type: "table"
3016   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3017   algorithm: "table_perf_comparison"
3018   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3019   reference:
3020     title: "2n-skx"
3021     data: "vpp-compare-testbeds-skx-clx-ref"
3022   compare:
3023     title: "2n-clx"
3024     data: "vpp-compare-testbeds-skx-clx-cmp"
3025   data: "vpp-compare-testbeds-skx-clx"
3026   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3027   filter: "'4T2C'"
3028   parameters:
3029   - "name"
3030   - "parent"
3031   - "throughput"
3032   - "tags"
3033
3034 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
3035 - type: "table"
3036   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
3037   algorithm: "table_perf_comparison"
3038   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
3039   reference:
3040     title: "3-Node Skx"
3041     data: "vpp-compare-topologies-ref"
3042   compare:
3043     title: "2-Node Skx"
3044     data: "vpp-compare-topologies-cmp"
3045   data: "vpp-compare-topologies"
3046   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3047   filter: "'NDRPDR' and '1C'"
3048   parameters:
3049   - "name"
3050   - "parent"
3051   - "throughput"
3052
3053 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
3054 - type: "table"
3055   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
3056   algorithm: "table_perf_comparison"
3057   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
3058   reference:
3059     title: "3-Node Skx"
3060     data: "vpp-compare-topologies-ref"
3061   compare:
3062     title: "2-Node Skx"
3063     data: "vpp-compare-topologies-cmp"
3064   data: "vpp-compare-topologies"
3065   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3066   filter: "'NDRPDR' and '2C'"
3067   parameters:
3068   - "name"
3069   - "parent"
3070   - "throughput"
3071
3072 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
3073 - type: "table"
3074   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
3075   algorithm: "table_perf_comparison"
3076   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
3077   reference:
3078     title: "3-Node Skx"
3079     data: "vpp-compare-topologies-ref"
3080   compare:
3081     title: "2-Node Skx"
3082     data: "vpp-compare-topologies-cmp"
3083   data: "vpp-compare-topologies"
3084   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3085   filter: "'NDRPDR' and '1C'"
3086   parameters:
3087   - "name"
3088   - "parent"
3089   - "throughput"
3090
3091 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
3092 - type: "table"
3093   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
3094   algorithm: "table_perf_comparison"
3095   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
3096   reference:
3097     title: "3-Node Skx"
3098     data: "vpp-compare-topologies-ref"
3099   compare:
3100     title: "2-Node Skx"
3101     data: "vpp-compare-topologies-cmp"
3102   data: "vpp-compare-topologies"
3103   include-tests: "PDR"
3104   filter: "'NDRPDR' and '2C'"
3105   parameters:
3106   - "name"
3107   - "parent"
3108   - "throughput"
3109
3110 # VPP Performance Changes 3n-hsw 1t1c MRR
3111 - type: "table"
3112   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
3113   algorithm: "table_perf_comparison"
3114   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
3115   history:
3116     - title: "rls1904"
3117       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3118   reference:
3119     title: "rls1908"
3120     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3121   compare:
3122     title: "rls2001"
3123     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3124   data: "vpp-performance-changes-3n-hsw-mrr"
3125   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3126   filter: "'1T1C' and 'MRR' and not 'NF_DENSITY'"
3127   parameters:
3128   - "name"
3129   - "parent"
3130   - "result"
3131
3132 # VPP Performance Changes 3n-hsw 2t2c MRR
3133 - type: "table"
3134   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
3135   algorithm: "table_perf_comparison"
3136   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
3137   history:
3138     - title: "rls1904"
3139       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3140   reference:
3141     title: "rls1908"
3142     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3143   compare:
3144     title: "rls2001"
3145     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3146   data: "vpp-performance-changes-3n-hsw-mrr"
3147   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3148   filter: "'2T2C' and 'MRR' and not 'NF_DENSITY'"
3149   parameters:
3150   - "name"
3151   - "parent"
3152   - "result"
3153
3154 # VPP Performance Changes 3n-hsw 4t4c MRR
3155 - type: "table"
3156   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
3157   algorithm: "table_perf_comparison"
3158   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
3159   history:
3160     - title: "rls1904"
3161       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3162   reference:
3163     title: "rls1908"
3164     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3165   compare:
3166     title: "rls2001"
3167     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3168   data: "vpp-performance-changes-3n-hsw-mrr"
3169   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3170   filter: "'4T4C' and 'MRR' and not 'NF_DENSITY'"
3171   parameters:
3172   - "name"
3173   - "parent"
3174   - "result"
3175
3176 # VPP Performance Changes 3n-skx 2t1c MRR
3177 - type: "table"
3178   title: "VPP Performance Changes 3n-skx 2t1c MRR"
3179   algorithm: "table_perf_comparison"
3180   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
3181   history:
3182     - title: "rls1904"
3183       data: "vpp-performance-changes-3n-skx-mrr-h1"
3184   reference:
3185     title: "rls1908"
3186     data: "vpp-performance-changes-3n-skx-mrr-ref"
3187   compare:
3188     title: "rls2001"
3189     data: "vpp-performance-changes-3n-skx-mrr-cmp"
3190   data: "vpp-performance-changes-3n-skx-mrr"
3191   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3192   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3193   parameters:
3194   - "name"
3195   - "parent"
3196   - "result"
3197
3198 # VPP Performance Changes 3n-skx 4t2c MRR
3199 - type: "table"
3200   title: "VPP Performance Changes 3n-skx 4t2c MRR"
3201   algorithm: "table_perf_comparison"
3202   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
3203   history:
3204     - title: "rls1904"
3205       data: "vpp-performance-changes-3n-skx-mrr-h1"
3206   reference:
3207     title: "rls1908"
3208     data: "vpp-performance-changes-3n-skx-mrr-ref"
3209   compare:
3210     title: "rls2001"
3211     data: "vpp-performance-changes-3n-skx-mrr-cmp"
3212   data: "vpp-performance-changes-3n-skx-mrr"
3213   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3214   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3215   parameters:
3216   - "name"
3217   - "parent"
3218   - "result"
3219
3220 # VPP Performance Changes 3n-skx 8t4c MRR
3221 - type: "table"
3222   title: "VPP Performance Changes 3n-skx 8t4c MRR"
3223   algorithm: "table_perf_comparison"
3224   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
3225   history:
3226     - title: "rls1904"
3227       data: "vpp-performance-changes-3n-skx-mrr-h1"
3228   reference:
3229     title: "rls1908"
3230     data: "vpp-performance-changes-3n-skx-mrr-ref"
3231   compare:
3232     title: "rls2001"
3233     data: "vpp-performance-changes-3n-skx-mrr-cmp"
3234   data: "vpp-performance-changes-3n-skx-mrr"
3235   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3236   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3237   parameters:
3238   - "name"
3239   - "parent"
3240   - "result"
3241
3242 # VPP Performance Changes 2n-skx 2t1c MRR
3243 - type: "table"
3244   title: "VPP Performance Changes 2n-skx 2t1c MRR"
3245   algorithm: "table_perf_comparison"
3246   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
3247   history:
3248     - title: "rls1904"
3249       data: "vpp-performance-changes-2n-skx-mrr-h1"
3250   reference:
3251     title: "rls1908"
3252     data: "vpp-performance-changes-2n-skx-mrr-ref"
3253   compare:
3254     title: "rls2001"
3255     data: "vpp-performance-changes-2n-skx-mrr-cmp"
3256   data: "vpp-performance-changes-2n-skx-mrr"
3257   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3258   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3259   parameters:
3260   - "name"
3261   - "parent"
3262   - "result"
3263
3264 # VPP Performance Changes 2n-skx 4t2c MRR
3265 - type: "table"
3266   title: "VPP Performance Changes 2n-skx 4t2c MRR"
3267   algorithm: "table_perf_comparison"
3268   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
3269   history:
3270     - title: "rls1904"
3271       data: "vpp-performance-changes-2n-skx-mrr-h1"
3272   reference:
3273     title: "rls1908"
3274     data: "vpp-performance-changes-2n-skx-mrr-ref"
3275   compare:
3276     title: "rls2001"
3277     data: "vpp-performance-changes-2n-skx-mrr-cmp"
3278   data: "vpp-performance-changes-2n-skx-mrr"
3279   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3280   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3281   parameters:
3282   - "name"
3283   - "parent"
3284   - "result"
3285
3286 # VPP Performance Changes 2n-skx 8t4c MRR
3287 - type: "table"
3288   title: "VPP Performance Changes 2n-skx 8t4c MRR"
3289   algorithm: "table_perf_comparison"
3290   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
3291   history:
3292     - title: "rls1904"
3293       data: "vpp-performance-changes-2n-skx-mrr-h1"
3294   reference:
3295     title: "rls1908"
3296     data: "vpp-performance-changes-2n-skx-mrr-ref"
3297   compare:
3298     title: "rls2001"
3299     data: "vpp-performance-changes-2n-skx-mrr-cmp"
3300   data: "vpp-performance-changes-2n-skx-mrr"
3301   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3302   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3303   parameters:
3304   - "name"
3305   - "parent"
3306   - "result"
3307
3308 # VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
3309 - type: "table"
3310   title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
3311   algorithm: "table_perf_comparison"
3312   output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
3313   reference:
3314     title: "rls1908"
3315     data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3316   compare:
3317     title: "rls2001"
3318     data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3319   data: "vpp-performance-changes-nfv-2n-skx-mrr"
3320   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3321   filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
3322   parameters:
3323   - "name"
3324   - "parent"
3325   - "result"
3326
3327 # VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
3328 - type: "table"
3329   title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
3330   algorithm: "table_perf_comparison"
3331   output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
3332   reference:
3333     title: "rls1908"
3334     data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3335   compare:
3336     title: "rls2001"
3337     data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3338   data: "vpp-performance-changes-nfv-2n-skx-mrr"
3339   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3340   filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
3341   parameters:
3342   - "name"
3343   - "parent"
3344   - "result"
3345
3346 # VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
3347 - type: "table"
3348   title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
3349   algorithm: "table_perf_comparison"
3350   output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
3351   reference:
3352     title: "rls1908"
3353     data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3354   compare:
3355     title: "rls2001"
3356     data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3357   data: "vpp-performance-changes-nfv-2n-skx-mrr"
3358   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3359   filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
3360   parameters:
3361   - "name"
3362   - "parent"
3363   - "result"
3364
3365 # VPP Performance Changes 2n-dnv 1t1c MRR
3366 - type: "table"
3367   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
3368   algorithm: "table_perf_comparison"
3369   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
3370   reference:
3371     title: "rls1908"
3372     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3373   compare:
3374     title: "rls2001"
3375     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3376   data: "vpp-performance-changes-2n-dnv-mrr"
3377   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3378   filter: "'1T1C' and 'MRR'"
3379   parameters:
3380   - "name"
3381   - "parent"
3382   - "result"
3383
3384 # VPP Performance Changes 2n-dnv 2t2c MRR
3385 - type: "table"
3386   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
3387   algorithm: "table_perf_comparison"
3388   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
3389   reference:
3390     title: "rls1908"
3391     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3392   compare:
3393     title: "rls2001"
3394     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3395   data: "vpp-performance-changes-2n-dnv-mrr"
3396   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3397   filter: "'2T2C' and 'MRR'"
3398   parameters:
3399   - "name"
3400   - "parent"
3401   - "result"
3402
3403 # VPP Performance Changes 2n-dnv 4t4c MRR
3404 - type: "table"
3405   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
3406   algorithm: "table_perf_comparison"
3407   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
3408   reference:
3409     title: "rls1908"
3410     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3411   compare:
3412     title: "rls2001"
3413     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3414   data: "vpp-performance-changes-2n-dnv-mrr"
3415   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3416   filter: "'4T4C' and 'MRR'"
3417   parameters:
3418   - "name"
3419   - "parent"
3420   - "result"
3421
3422 # VPP Performance Changes 3n-dnv 1t1c MRR
3423 - type: "table"
3424   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
3425   algorithm: "table_perf_comparison"
3426   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
3427   reference:
3428     title: "rls1908"
3429     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3430   compare:
3431     title: "rls2001"
3432     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3433   data: "vpp-performance-changes-3n-dnv-mrr"
3434   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3435   filter: "'1T1C' and 'MRR'"
3436   parameters:
3437   - "name"
3438   - "parent"
3439   - "result"
3440
3441 # VPP Performance Changes 3n-dnv 2t2c MRR
3442 - type: "table"
3443   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
3444   algorithm: "table_perf_comparison"
3445   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
3446   reference:
3447     title: "rls1908"
3448     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3449   compare:
3450     title: "rls2001"
3451     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3452   data: "vpp-performance-changes-3n-dnv-mrr"
3453   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3454   filter: "'2T2C' and 'MRR'"
3455   parameters:
3456   - "name"
3457   - "parent"
3458   - "result"
3459
3460 # VPP Performance Changes 3n-dnv 4t4c MRR
3461 - type: "table"
3462   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
3463   algorithm: "table_perf_comparison"
3464   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
3465   reference:
3466     title: "rls1908"
3467     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3468   compare:
3469     title: "rls2001"
3470     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3471   data: "vpp-performance-changes-3n-dnv-mrr"
3472   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3473   filter: "'4T4C' and 'MRR'"
3474   parameters:
3475   - "name"
3476   - "parent"
3477   - "result"
3478
3479 # VPP Performance Changes 3n-tsh 1t1c MRR
3480 - type: "table"
3481   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
3482   algorithm: "table_perf_comparison"
3483   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
3484   reference:
3485     title: "rls1908"
3486     data: "vpp-performance-changes-3n-tsh-mrr-ref"
3487   compare:
3488     title: "rls2001"
3489     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
3490   data: "vpp-performance-changes-3n-tsh-mrr"
3491   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3492   filter: "'1T1C' and 'MRR'"
3493   parameters:
3494   - "name"
3495   - "parent"
3496   - "result"
3497
3498 # VPP Performance Changes 3n-tsh 2t2c MRR
3499 - type: "table"
3500   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
3501   algorithm: "table_perf_comparison"
3502   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
3503   reference:
3504     title: "rls1908"
3505     data: "vpp-performance-changes-3n-tsh-mrr-ref"
3506   compare:
3507     title: "rls2001"
3508     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
3509   data: "vpp-performance-changes-3n-tsh-mrr"
3510   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3511   filter: "'2T2C' and 'MRR'"
3512   parameters:
3513   - "name"
3514   - "parent"
3515   - "result"
3516
3517 # VPP Performance Changes 3n-tsh 4t4c MRR
3518 - type: "table"
3519   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
3520   algorithm: "table_perf_comparison"
3521   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
3522   reference:
3523     title: "rls1908"
3524     data: "vpp-performance-changes-3n-tsh-mrr-ref"
3525   compare:
3526     title: "rls2001"
3527     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
3528   data: "vpp-performance-changes-3n-tsh-mrr"
3529   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3530   filter: "'4T4C' and 'MRR'"
3531   parameters:
3532   - "name"
3533   - "parent"
3534   - "result"
3535
3536 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
3537 - type: "table"
3538   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
3539   algorithm: "table_perf_comparison_nic"
3540   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
3541   reference:
3542     title: "3n-hsw xl710"
3543     data: "vpp-compare-testbeds-mrr-ref"
3544     nic: "NIC_Intel-XL710"
3545   compare:
3546     title: "3n-skx xxv710"
3547     data: "vpp-compare-testbeds-mrr-cmp"
3548     nic: "NIC_Intel-XXV710"
3549   data: "vpp-compare-testbeds-mrr"
3550   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3551   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
3552   parameters:
3553   - "name"
3554   - "parent"
3555   - "result"
3556   - "tags"
3557
3558 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
3559 - type: "table"
3560   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
3561   algorithm: "table_perf_comparison_nic"
3562   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
3563   reference:
3564     title: "3n-hsw xl710"
3565     data: "vpp-compare-testbeds-mrr-ref"
3566     nic: "NIC_Intel-XL710"
3567   compare:
3568     title: "3n-skx xxv710"
3569     data: "vpp-compare-testbeds-mrr-cmp"
3570     nic: "NIC_Intel-XXV710"
3571   data: "vpp-compare-testbeds-mrr"
3572   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3573   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
3574   parameters:
3575   - "name"
3576   - "parent"
3577   - "result"
3578   - "tags"
3579
3580 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
3581 - type: "table"
3582   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
3583   algorithm: "table_perf_comparison_nic"
3584   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
3585   reference:
3586     title: "3n-hsw xl710"
3587     data: "vpp-compare-testbeds-mrr-ref"
3588     nic: "NIC_Intel-XL710"
3589   compare:
3590     title: "3n-skx xxv710"
3591     data: "vpp-compare-testbeds-mrr-cmp"
3592     nic: "NIC_Intel-XXV710"
3593   data: "vpp-compare-testbeds-mrr"
3594   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3595   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
3596   parameters:
3597   - "name"
3598   - "parent"
3599   - "result"
3600   - "tags"
3601
3602 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
3603 - type: "table"
3604   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
3605   algorithm: "table_perf_comparison"
3606   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
3607   reference:
3608     title: "2n-skx"
3609     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
3610   compare:
3611     title: "2n-clx"
3612     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
3613   data: "vpp-compare-testbeds-mrr-skx-clx"
3614   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3615   filter: "'2T1C'"
3616   parameters:
3617   - "name"
3618   - "parent"
3619   - "result"
3620   - "tags"
3621
3622 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
3623 - type: "table"
3624   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
3625   algorithm: "table_perf_comparison"
3626   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
3627   reference:
3628     title: "2n-skx"
3629     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
3630   compare:
3631     title: "2n-clx"
3632     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
3633   data: "vpp-compare-testbeds-mrr-skx-clx"
3634   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3635   filter: "'4T2C'"
3636   parameters:
3637   - "name"
3638   - "parent"
3639   - "result"
3640   - "tags"
3641
3642 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
3643 - type: "table"
3644   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
3645   algorithm: "table_perf_comparison"
3646   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
3647   reference:
3648     title: "2n-skx"
3649     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
3650   compare:
3651     title: "2n-clx"
3652     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
3653   data: "vpp-compare-testbeds-mrr-skx-clx"
3654   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3655   filter: "'8T4C'"
3656   parameters:
3657   - "name"
3658   - "parent"
3659   - "result"
3660   - "tags"
3661
3662 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
3663 - type: "table"
3664   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
3665   algorithm: "table_perf_comparison"
3666   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
3667   reference:
3668     title: "3-Node Skx"
3669     data: "vpp-compare-topologies-mrr-ref"
3670   compare:
3671     title: "2-Node Skx"
3672     data: "vpp-compare-topologies-mrr-cmp"
3673   data: "vpp-compare-topologies-mrr"
3674   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3675   filter: "'MRR' and '1C'"
3676   parameters:
3677   - "name"
3678   - "parent"
3679   - "result"
3680
3681 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
3682 - type: "table"
3683   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
3684   algorithm: "table_perf_comparison"
3685   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
3686   reference:
3687     title: "3-Node Skx"
3688     data: "vpp-compare-topologies-mrr-ref"
3689   compare:
3690     title: "2-Node Skx"
3691     data: "vpp-compare-topologies-mrr-cmp"
3692   data: "vpp-compare-topologies-mrr"
3693   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3694   filter: "'MRR' and '2C'"
3695   parameters:
3696   - "name"
3697   - "parent"
3698   - "result"
3699
3700 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
3701 - type: "table"
3702   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
3703   algorithm: "table_perf_comparison"
3704   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
3705   reference:
3706     title: "3-Node Skx"
3707     data: "vpp-compare-topologies-mrr-ref"
3708   compare:
3709     title: "2-Node Skx"
3710     data: "vpp-compare-topologies-mrr-cmp"
3711   data: "vpp-compare-topologies-mrr"
3712   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3713   filter: "'MRR' and '4C'"
3714   parameters:
3715   - "name"
3716   - "parent"
3717   - "result"
3718
3719 # Detailed Test Results - VPP Performance Results 3n-hsw
3720 - type: "table"
3721   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
3722   algorithm: "table_merged_details"
3723   output-file-ext: ".csv"
3724   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3725   columns:
3726   - title: "Name"
3727     data: "data name"
3728   - title: "Status"
3729     data: "data msg"
3730   rows: "generated"
3731   data: "vpp-perf-results-3n-hsw"
3732   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3733   parameters:
3734   - "name"
3735   - "parent"
3736   - "msg"
3737
3738 # Detailed Test Results - VPP Performance Results 3n-skx
3739 - type: "table"
3740   title: "Detailed Test Results - VPP Performance Results 3n-skx"
3741   algorithm: "table_merged_details"
3742   output-file-ext: ".csv"
3743   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3744   columns:
3745   - title: "Name"
3746     data: "data name"
3747   - title: "Status"
3748     data: "data msg"
3749   rows: "generated"
3750   data: "vpp-perf-results-3n-skx"
3751   filter: "not 'CFS_OPT'"
3752   parameters:
3753   - "name"
3754   - "parent"
3755   - "msg"
3756
3757 # Detailed Test Results - VPP Performance Results 2n-skx
3758 - type: "table"
3759   title: "Detailed Test Results - VPP Performance Results 2n-skx"
3760   algorithm: "table_merged_details"
3761   output-file-ext: ".csv"
3762   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3763   columns:
3764   - title: "Name"
3765     data: "data name"
3766   - title: "Status"
3767     data: "data msg"
3768   rows: "generated"
3769   data: "vpp-perf-results-2n-skx"
3770   filter: "not 'CFS_OPT'"
3771   parameters:
3772   - "name"
3773   - "parent"
3774   - "msg"
3775
3776 # Detailed Test Results - VPP Performance Results 2n-clx
3777 - type: "table"
3778   title: "Detailed Test Results - VPP Performance Results 2n-clx"
3779   algorithm: "table_merged_details"
3780   output-file-ext: ".csv"
3781   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/vpp_performance_results_2n_clx"
3782   columns:
3783   - title: "Name"
3784     data: "data name"
3785   - title: "Status"
3786     data: "data msg"
3787   rows: "generated"
3788   data: "vpp-perf-results-2n-clx"
3789   filter: "not 'CFS_OPT'"
3790   parameters:
3791   - "name"
3792   - "parent"
3793   - "msg"
3794
3795 # Detailed Test Results - VPP Performance Results 3n-tsh
3796 - type: "table"
3797   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
3798   algorithm: "table_merged_details"
3799   output-file-ext: ".csv"
3800   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
3801   columns:
3802   - title: "Name"
3803     data: "data name"
3804   - title: "Status"
3805     data: "data msg"
3806   rows: "generated"
3807   data: "vpp-perf-results-3n-tsh"
3808   filter: "not 'CFS_OPT'"
3809   parameters:
3810   - "name"
3811   - "parent"
3812   - "msg"
3813
3814 # Detailed Test Results - VPP Performance Results 3n-dnv
3815 - type: "table"
3816   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
3817   algorithm: "table_details"
3818   output-file-ext: ".csv"
3819   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
3820   columns:
3821   - title: "Name"
3822     data: "data name"
3823   - title: "Status"
3824     data: "data msg"
3825   rows: "generated"
3826   data: "vpp-perf-results-3n-dnv"
3827   filter: "'NDRPDR'"
3828   parameters:
3829   - "name"
3830   - "parent"
3831   - "msg"
3832
3833 # Detailed Test Results - VPP Performance Results 2n-dnv
3834 - type: "table"
3835   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
3836   algorithm: "table_details"
3837   output-file-ext: ".csv"
3838   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3839   columns:
3840   - title: "Name"
3841     data: "data name"
3842   - title: "Status"
3843     data: "data msg"
3844   rows: "generated"
3845   data: "vpp-perf-results-2n-dnv"
3846   filter: "'NDRPDR'"
3847   parameters:
3848   - "name"
3849   - "parent"
3850   - "msg"
3851
3852 # Test configuration - VPP Performance Test Configs 3n-hsw
3853 - type: "table"
3854   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
3855   algorithm: "table_merged_details"
3856   output-file-ext: ".csv"
3857   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
3858   columns:
3859   - title: "Name"
3860     data: "data name"
3861   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3862     data: "data conf-history"
3863   rows: "generated"
3864   data: "vpp-perf-results-3n-hsw"
3865   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3866   parameters:
3867   - "parent"
3868   - "name"
3869   - "conf-history"
3870
3871 # Test configuration - VPP Performance Test Configs 3n-skx
3872 - type: "table"
3873   title: "Test configuration - VPP Performance Test Configs 3n-skx"
3874   algorithm: "table_merged_details"
3875   output-file-ext: ".csv"
3876   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
3877   columns:
3878   - title: "Name"
3879     data: "data name"
3880   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3881     data: "data conf-history"
3882   rows: "generated"
3883   data: "vpp-perf-results-3n-skx"
3884   filter: "not 'CFS_OPT'"
3885   parameters:
3886   - "parent"
3887   - "name"
3888   - "conf-history"
3889
3890 # Test configuration - VPP Performance Test Configs 2n-skx
3891 - type: "table"
3892   title: "Test configuration - VPP Performance Test Configs 2n-skx"
3893   algorithm: "table_merged_details"
3894   output-file-ext: ".csv"
3895   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3896   columns:
3897   - title: "Name"
3898     data: "data name"
3899   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3900     data: "data conf-history"
3901   rows: "generated"
3902   data: "vpp-perf-results-2n-skx"
3903   filter: "not 'CFS_OPT'"
3904   parameters:
3905   - "parent"
3906   - "name"
3907   - "conf-history"
3908
3909 # Test configuration - VPP Performance Test Configs 2n-clx
3910 - type: "table"
3911   title: "Test configuration - VPP Performance Test Configs 2n-clx"
3912   algorithm: "table_merged_details"
3913   output-file-ext: ".csv"
3914   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/vpp_test_configuration_2n_clx"
3915   columns:
3916   - title: "Name"
3917     data: "data name"
3918   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3919     data: "data conf-history"
3920   rows: "generated"
3921   data: "vpp-perf-results-2n-clx"
3922   filter: "not 'CFS_OPT'"
3923   parameters:
3924   - "parent"
3925   - "name"
3926   - "conf-history"
3927
3928 # Test configuration - VPP Performance Test Configs 3n-tsh
3929 - type: "table"
3930   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
3931   algorithm: "table_merged_details"
3932   output-file-ext: ".csv"
3933   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_test_configuration_3n_tsh"
3934   columns:
3935   - title: "Name"
3936     data: "data name"
3937   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3938     data: "data conf-history"
3939   rows: "generated"
3940   data: "vpp-perf-results-3n-tsh"
3941   filter: "not 'CFS_OPT'"
3942   parameters:
3943   - "parent"
3944   - "name"
3945   - "conf-history"
3946
3947 # Test configuration - VPP Performance Test Configs 3n-dnv
3948 - type: "table"
3949   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
3950   algorithm: "table_details"
3951   output-file-ext: ".csv"
3952   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_test_configuration_3n_dnv"
3953   columns:
3954   - title: "Name"
3955     data: "data name"
3956   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3957     data: "data conf-history"
3958   rows: "generated"
3959   data: "vpp-perf-results-3n-dnv"
3960   filter: "'NDRPDR'"
3961   parameters:
3962   - "parent"
3963   - "name"
3964   - "conf-history"
3965
3966 # Test configuration - VPP Performance Test Configs 2n-dnv
3967 - type: "table"
3968   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3969   algorithm: "table_details"
3970   output-file-ext: ".csv"
3971   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3972   columns:
3973   - title: "Name"
3974     data: "data name"
3975   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3976     data: "data conf-history"
3977   rows: "generated"
3978   data: "vpp-perf-results-2n-dnv"
3979   filter: "'NDRPDR'"
3980   parameters:
3981   - "parent"
3982   - "name"
3983   - "conf-history"
3984
3985 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3986 - type: "table"
3987   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3988   algorithm: "table_merged_details"
3989   output-file-ext: ".csv"
3990   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3991   columns:
3992   - title: "Name"
3993     data: "data name"
3994   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3995     data: "data show-run"
3996   rows: "generated"
3997   data: "vpp-perf-results-3n-hsw"
3998   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3999   parameters:
4000   - "parent"
4001   - "name"
4002   - "show-run"
4003
4004 # Test Operational Data - VPP Performance Operational Data 3n-skx
4005 - type: "table"
4006   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
4007   algorithm: "table_merged_details"
4008   output-file-ext: ".csv"
4009   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
4010   columns:
4011   - title: "Name"
4012     data: "data name"
4013   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
4014     data: "data show-run"
4015   rows: "generated"
4016   data: "vpp-perf-results-3n-skx"
4017   filter: "not 'CFS_OPT'"
4018   parameters:
4019   - "parent"
4020   - "name"
4021   - "show-run"
4022
4023 # Test Operational Data - VPP Performance Operational Data 2n-skx
4024 - type: "table"
4025   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
4026   algorithm: "table_merged_details"
4027   output-file-ext: ".csv"
4028   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
4029   columns:
4030   - title: "Name"
4031     data: "data name"
4032   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
4033     data: "data show-run"
4034   rows: "generated"
4035   data: "vpp-perf-results-2n-skx"
4036   filter: "not 'CFS_OPT'"
4037   parameters:
4038   - "parent"
4039   - "name"
4040   - "show-run"
4041
4042 # Test Operational Data - VPP Performance Operational Data 2n-clx
4043 - type: "table"
4044   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
4045   algorithm: "table_merged_details"
4046   output-file-ext: ".csv"
4047   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/vpp_test_operational_2n_clx"
4048   columns:
4049   - title: "Name"
4050     data: "data name"
4051   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
4052     data: "data show-run"
4053   rows: "generated"
4054   data: "vpp-perf-results-2n-clx"
4055   filter: "not 'CFS_OPT'"
4056   parameters:
4057   - "parent"
4058   - "name"
4059   - "show-run"
4060
4061 # Test Operational Data - VPP Performance Operational Data 3n-tsh
4062 - type: "table"
4063   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
4064   algorithm: "table_merged_details"
4065   output-file-ext: ".csv"
4066   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_test_operational_3n_tsh"
4067   columns:
4068   - title: "Name"
4069     data: "data name"
4070   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
4071     data: "data show-run"
4072   rows: "generated"
4073   data: "vpp-perf-results-3n-tsh"
4074   filter: "not 'CFS_OPT'"
4075   parameters:
4076   - "parent"
4077   - "name"
4078   - "show-run"
4079
4080 # Test Operational Data - VPP Performance Operational Data 3n-dnv
4081 - type: "table"
4082   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
4083   algorithm: "table_details"
4084   output-file-ext: ".csv"
4085   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_test_operational_3n_dnv"
4086   columns:
4087   - title: "Name"
4088     data: "data name"
4089   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
4090     data: "data show-run"
4091   rows: "generated"
4092   data: "vpp-perf-results-3n-dnv"
4093   filter: "'NDRPDR'"
4094   parameters:
4095   - "parent"
4096   - "name"
4097   - "show-run"
4098
4099 # Test Operational Data - VPP Performance Operational Data 2n-dnv
4100 - type: "table"
4101   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
4102   algorithm: "table_details"
4103   output-file-ext: ".csv"
4104   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
4105   columns:
4106   - title: "Name"
4107     data: "data name"
4108   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
4109     data: "data show-run"
4110   rows: "generated"
4111   data: "vpp-perf-results-2n-dnv"
4112   filter: "'NDRPDR'"
4113   parameters:
4114   - "parent"
4115   - "name"
4116   - "show-run"
4117
4118 # Detailed Test Results - VPP MRR Results 3n-hsw
4119 - type: "table"
4120   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
4121   algorithm: "table_details"
4122   output-file-ext: ".csv"
4123   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4124   columns:
4125   - title: "Name"
4126     data: "data name"
4127   - title: "Status"
4128     data: "data msg"
4129   rows: "generated"
4130   data: "vpp-mrr-results-3n-hsw"
4131   filter: "'MRR'"
4132   parameters:
4133   - "name"
4134   - "parent"
4135   - "msg"
4136
4137 # Detailed Test Results - VPP MRR Results 3n-skx
4138 - type: "table"
4139   title: "Detailed Test Results - VPP MRR Results 3n-skx"
4140   algorithm: "table_details"
4141   output-file-ext: ".csv"
4142   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4143   columns:
4144   - title: "Name"
4145     data: "data name"
4146   - title: "Status"
4147     data: "data msg"
4148   rows: "generated"
4149   data: "vpp-mrr-results-3n-skx"
4150   filter: "'MRR'"
4151   parameters:
4152   - "name"
4153   - "parent"
4154   - "msg"
4155
4156 # Detailed Test Results - VPP MRR Results 2n-skx
4157 - type: "table"
4158   title: "Detailed Test Results - VPP MRR Results 2n-skx"
4159   algorithm: "table_details"
4160   output-file-ext: ".csv"
4161   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4162   columns:
4163   - title: "Name"
4164     data: "data name"
4165   - title: "Status"
4166     data: "data msg"
4167   rows: "generated"
4168   data: "vpp-mrr-results-2n-skx"
4169   filter: "'MRR'"
4170   parameters:
4171   - "name"
4172   - "parent"
4173   - "msg"
4174
4175 # Detailed Test Results - VPP MRR Results 2n-clx
4176 - type: "table"
4177   title: "Detailed Test Results - VPP MRR Results 2n-clx"
4178   algorithm: "table_details"
4179   output-file-ext: ".csv"
4180   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/vpp_mrr_results_2n_clx"
4181   columns:
4182   - title: "Name"
4183     data: "data name"
4184   - title: "Status"
4185     data: "data msg"
4186   rows: "generated"
4187   data: "vpp-mrr-results-2n-clx"
4188   filter: "'MRR'"
4189   parameters:
4190   - "name"
4191   - "parent"
4192   - "msg"
4193
4194 # Detailed Test Results - VPP MRR Results 3n-tsh
4195 - type: "table"
4196   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
4197   algorithm: "table_details"
4198   output-file-ext: ".csv"
4199   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
4200   columns:
4201   - title: "Name"
4202     data: "data name"
4203   - title: "Status"
4204     data: "data msg"
4205   rows: "generated"
4206   data: "vpp-mrr-results-3n-tsh"
4207   filter: "'MRR'"
4208   parameters:
4209   - "name"
4210   - "parent"
4211   - "msg"
4212
4213 # Detailed Test Results - VPP MRR Results 3n-dnv
4214 - type: "table"
4215   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
4216   algorithm: "table_details"
4217   output-file-ext: ".csv"
4218   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
4219   columns:
4220   - title: "Name"
4221     data: "data name"
4222   - title: "Status"
4223     data: "data msg"
4224   rows: "generated"
4225   data: "vpp-mrr-results-3n-dnv"
4226   filter: "'MRR'"
4227   parameters:
4228   - "name"
4229   - "parent"
4230   - "msg"
4231
4232 # Detailed Test Results - VPP MRR Results 2n-dnv
4233 - type: "table"
4234   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
4235   algorithm: "table_details"
4236   output-file-ext: ".csv"
4237   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4238   columns:
4239   - title: "Name"
4240     data: "data name"
4241   - title: "Status"
4242     data: "data msg"
4243   rows: "generated"
4244   data: "vpp-mrr-results-2n-dnv"
4245   filter: "'MRR'"
4246   parameters:
4247   - "name"
4248   - "parent"
4249   - "msg"
4250
4251 # Test configuration - VPP MRR Test Configs 3n-hsw
4252 - type: "table"
4253   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
4254   algorithm: "table_details"
4255   output-file-ext: ".csv"
4256   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
4257   columns:
4258   - title: "Name"
4259     data: "data name"
4260   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4261     data: "data conf-history"
4262   rows: "generated"
4263   data: "vpp-mrr-results-3n-hsw"
4264   filter: "'MRR'"
4265   parameters:
4266   - "parent"
4267   - "name"
4268   - "conf-history"
4269
4270 # Test configuration - VPP MRR Test Configs 3n-skx
4271 - type: "table"
4272   title: "Test configuration - VPP MRR Test Configs 3n-skx"
4273   algorithm: "table_details"
4274   output-file-ext: ".csv"
4275   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
4276   columns:
4277   - title: "Name"
4278     data: "data name"
4279   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4280     data: "data conf-history"
4281   rows: "generated"
4282   data: "vpp-mrr-results-3n-skx"
4283   filter: "'MRR'"
4284   parameters:
4285   - "parent"
4286   - "name"
4287   - "conf-history"
4288
4289 # Test configuration - VPP MRR Test Configs 2n-skx
4290 - type: "table"
4291   title: "Test configuration - VPP MRR Test Configs 2n-skx"
4292   algorithm: "table_details"
4293   output-file-ext: ".csv"
4294   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
4295   columns:
4296   - title: "Name"
4297     data: "data name"
4298   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4299     data: "data conf-history"
4300   rows: "generated"
4301   data: "vpp-mrr-results-2n-skx"
4302   filter: "'MRR'"
4303   parameters:
4304   - "parent"
4305   - "name"
4306   - "conf-history"
4307
4308 # Test configuration - VPP MRR Test Configs 2n-clx
4309 - type: "table"
4310   title: "Test configuration - VPP MRR Test Configs 2n-clx"
4311   algorithm: "table_details"
4312   output-file-ext: ".csv"
4313   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/vpp_mrr_test_configuration_2n_clx"
4314   columns:
4315   - title: "Name"
4316     data: "data name"
4317   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4318     data: "data conf-history"
4319   rows: "generated"
4320   data: "vpp-mrr-results-2n-clx"
4321   filter: "'MRR'"
4322   parameters:
4323   - "parent"
4324   - "name"
4325   - "conf-history"
4326
4327 # Test configuration - VPP MRR Test Configs 3n-tsh
4328 - type: "table"
4329   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
4330   algorithm: "table_details"
4331   output-file-ext: ".csv"
4332   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
4333   columns:
4334   - title: "Name"
4335     data: "data name"
4336   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4337     data: "data conf-history"
4338   rows: "generated"
4339   data: "vpp-mrr-results-3n-tsh"
4340   filter: "'MRR'"
4341   parameters:
4342   - "parent"
4343   - "name"
4344   - "conf-history"
4345
4346 # Test configuration - VPP MRR Test Configs 3n-dnv
4347 - type: "table"
4348   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
4349   algorithm: "table_details"
4350   output-file-ext: ".csv"
4351   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_test_configuration_3n_dnv"
4352   columns:
4353   - title: "Name"
4354     data: "data name"
4355   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4356     data: "data conf-history"
4357   rows: "generated"
4358   data: "vpp-mrr-results-3n-dnv"
4359   filter: "'MRR'"
4360   parameters:
4361   - "parent"
4362   - "name"
4363   - "conf-history"
4364
4365 # Test configuration - VPP MRR Test Configs 2n-dnv
4366 - type: "table"
4367   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
4368   algorithm: "table_details"
4369   output-file-ext: ".csv"
4370   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
4371   columns:
4372   - title: "Name"
4373     data: "data name"
4374   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4375     data: "data conf-history"
4376   rows: "generated"
4377   data: "vpp-mrr-results-2n-dnv"
4378   filter: "'MRR'"
4379   parameters:
4380   - "parent"
4381   - "name"
4382   - "conf-history"
4383
4384 # Detailed Test Results - VPP Device Results - Ubuntu
4385 - type: "table"
4386   title: "Detailed Test Results - VPP Device Results - Ubuntu"
4387   algorithm: "table_details"
4388   output-file-ext: ".csv"
4389   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4390   columns:
4391   - title: "Name"
4392     data: "data name"
4393   - title: "Documentation"
4394     data: "data doc"
4395   - title: "Status"
4396     data: "data status"
4397   rows: "generated"
4398   data: "vpp-device-results-ubuntu"
4399   filter: "all"
4400   parameters:
4401   - "name"
4402   - "parent"
4403   - "doc"
4404   - "status"
4405
4406 # Test configuration - VPP Device Test Configs - Ubuntu
4407 - type: "table"
4408   title: "Test configuration - VPP Device Test Configs - Ubuntu"
4409   algorithm: "table_details"
4410   output-file-ext: ".csv"
4411   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4412   columns:
4413   - title: "Name"
4414     data: "data name"
4415   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4416     data: "data conf-history"
4417   rows: "generated"
4418   data: "vpp-device-results-ubuntu"
4419   filter: "all"
4420   parameters:
4421   - "parent"
4422   - "name"
4423   - "conf-history"
4424
4425 ################################################################################
4426
4427 # DPDK Performance Changes 3n-hsw 1t1c pdr
4428 - type: "table"
4429   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
4430   algorithm: "table_perf_comparison"
4431   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
4432   history:
4433     - title: "rls1904"
4434       data: "dpdk-performance-changes-3n-hsw-h1"
4435   reference:
4436     title: "rls1908"
4437     data: "dpdk-performance-changes-3n-hsw-ref"
4438   compare:
4439     title: "rls2001"
4440     data: "dpdk-performance-changes-3n-hsw-cmp"
4441   data: "dpdk-performance-changes-3n-hsw"
4442   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4443   filter: "'1T1C'"
4444   parameters:
4445   - "name"
4446   - "parent"
4447   - "throughput"
4448
4449 # DPDK Performance Changes 3n-hsw 2t2c pdr
4450 - type: "table"
4451   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
4452   algorithm: "table_perf_comparison"
4453   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
4454   history:
4455     - title: "rls1904"
4456       data: "dpdk-performance-changes-3n-hsw-h1"
4457   reference:
4458     title: "rls1908"
4459     data: "dpdk-performance-changes-3n-hsw-ref"
4460   compare:
4461     title: "rls2001"
4462     data: "dpdk-performance-changes-3n-hsw-cmp"
4463   data: "dpdk-performance-changes-3n-hsw"
4464   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4465   filter: "'2T2C'"
4466   parameters:
4467   - "name"
4468   - "parent"
4469   - "throughput"
4470
4471 # DPDK Performance Changes 3n-hsw 1t1c ndr
4472 - type: "table"
4473   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
4474   algorithm: "table_perf_comparison"
4475   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
4476   history:
4477     - title: "rls1904"
4478       data: "dpdk-performance-changes-3n-hsw-h1"
4479   reference:
4480     title: "rls1908"
4481     data: "dpdk-performance-changes-3n-hsw-ref"
4482   compare:
4483     title: "rls2001"
4484     data: "dpdk-performance-changes-3n-hsw-cmp"
4485   data: "dpdk-performance-changes-3n-hsw"
4486   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4487   filter: "'1T1C'"
4488   parameters:
4489   - "name"
4490   - "parent"
4491   - "throughput"
4492
4493 # DPDK Performance Changes 3n-hsw 2t2c ndr
4494 - type: "table"
4495   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
4496   algorithm: "table_perf_comparison"
4497   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
4498   history:
4499     - title: "rls1904"
4500       data: "dpdk-performance-changes-3n-hsw-h1"
4501   reference:
4502     title: "rls1908"
4503     data: "dpdk-performance-changes-3n-hsw-ref"
4504   compare:
4505     title: "rls2001"
4506     data: "dpdk-performance-changes-3n-hsw-cmp"
4507   data: "dpdk-performance-changes-3n-hsw"
4508   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4509   filter: "'2T2C'"
4510   parameters:
4511   - "name"
4512   - "parent"
4513   - "throughput"
4514
4515 # DPDK Performance Changes 3n-skx 2t1c pdr
4516 - type: "table"
4517   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
4518   algorithm: "table_perf_comparison"
4519   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
4520   history:
4521     - title: "rls1904"
4522       data: "dpdk-performance-changes-3n-skx-h1"
4523   reference:
4524     title: "rls1908"
4525     data: "dpdk-performance-changes-3n-skx-ref"
4526   compare:
4527     title: "rls2001"
4528     data: "dpdk-performance-changes-3n-skx-cmp"
4529   data: "dpdk-performance-changes-3n-skx"
4530   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4531   filter: "'2T1C'"
4532   parameters:
4533   - "name"
4534   - "parent"
4535   - "throughput"
4536
4537 # DPDK Performance Changes 3n-skx 4t2c pdr
4538 - type: "table"
4539   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
4540   algorithm: "table_perf_comparison"
4541   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
4542   history:
4543     - title: "rls1904"
4544       data: "dpdk-performance-changes-3n-skx-h1"
4545   reference:
4546     title: "rls1908"
4547     data: "dpdk-performance-changes-3n-skx-ref"
4548   compare:
4549     title: "rls2001"
4550     data: "dpdk-performance-changes-3n-skx-cmp"
4551   data: "dpdk-performance-changes-3n-skx"
4552   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4553   filter: "'4T2C'"
4554   parameters:
4555   - "name"
4556   - "parent"
4557   - "throughput"
4558
4559 # DPDK Performance Changes 3n-skx 2t1c ndr
4560 - type: "table"
4561   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
4562   algorithm: "table_perf_comparison"
4563   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
4564   history:
4565     - title: "rls1904"
4566       data: "dpdk-performance-changes-3n-skx-h1"
4567   reference:
4568     title: "rls1908"
4569     data: "dpdk-performance-changes-3n-skx-ref"
4570   compare:
4571     title: "rls2001"
4572     data: "dpdk-performance-changes-3n-skx-cmp"
4573   data: "dpdk-performance-changes-3n-skx"
4574   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4575   filter: "'2T1C'"
4576   parameters:
4577   - "name"
4578   - "parent"
4579   - "throughput"
4580
4581 # DPDK Performance Changes 3n-skx 4t2c ndr
4582 - type: "table"
4583   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
4584   algorithm: "table_perf_comparison"
4585   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
4586   history:
4587     - title: "rls1904"
4588       data: "dpdk-performance-changes-3n-skx-h1"
4589   reference:
4590     title: "rls1908"
4591     data: "dpdk-performance-changes-3n-skx-ref"
4592   compare:
4593     title: "rls2001"
4594     data: "dpdk-performance-changes-3n-skx-cmp"
4595   data: "dpdk-performance-changes-3n-skx"
4596   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4597   filter: "'4T2C'"
4598   parameters:
4599   - "name"
4600   - "parent"
4601   - "throughput"
4602
4603 # DPDK Performance Changes 2n-skx 2t1c pdr
4604 - type: "table"
4605   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
4606   algorithm: "table_perf_comparison"
4607   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
4608   history:
4609     - title: "rls1904"
4610       data: "dpdk-performance-changes-2n-skx-h1"
4611   reference:
4612     title: "rls1908"
4613     data: "dpdk-performance-changes-2n-skx-ref"
4614   compare:
4615     title: "rls2001"
4616     data: "dpdk-performance-changes-2n-skx-cmp"
4617   data: "dpdk-performance-changes-2n-skx"
4618   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4619   filter: "'2T1C'"
4620   parameters:
4621   - "name"
4622   - "parent"
4623   - "throughput"
4624
4625 # DPDK Performance Changes 2n-skx 4t2c pdr
4626 - type: "table"
4627   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
4628   algorithm: "table_perf_comparison"
4629   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
4630   history:
4631     - title: "rls1904"
4632       data: "dpdk-performance-changes-2n-skx-h1"
4633   reference:
4634     title: "rls1908"
4635     data: "dpdk-performance-changes-2n-skx-ref"
4636   compare:
4637     title: "rls2001"
4638     data: "dpdk-performance-changes-2n-skx-cmp"
4639   data: "dpdk-performance-changes-2n-skx"
4640   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4641   filter: "'4T2C'"
4642   parameters:
4643   - "name"
4644   - "parent"
4645   - "throughput"
4646
4647 # DPDK Performance Changes 2n-skx 2t1c ndr
4648 - type: "table"
4649   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
4650   algorithm: "table_perf_comparison"
4651   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
4652   history:
4653     - title: "rls1904"
4654       data: "dpdk-performance-changes-2n-skx-h1"
4655   reference:
4656     title: "rls1908"
4657     data: "dpdk-performance-changes-2n-skx-ref"
4658   compare:
4659     title: "rls2001"
4660     data: "dpdk-performance-changes-2n-skx-cmp"
4661   data: "dpdk-performance-changes-2n-skx"
4662   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4663   filter: "'2T1C'"
4664   parameters:
4665   - "name"
4666   - "parent"
4667   - "throughput"
4668
4669 # DPDK Performance Changes 2n-skx 4t2c ndr
4670 - type: "table"
4671   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
4672   algorithm: "table_perf_comparison"
4673   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
4674   history:
4675     - title: "rls1904"
4676       data: "dpdk-performance-changes-2n-skx-h1"
4677   reference:
4678     title: "rls1908"
4679     data: "dpdk-performance-changes-2n-skx-ref"
4680   compare:
4681     title: "rls2001"
4682     data: "dpdk-performance-changes-2n-skx-cmp"
4683   data: "dpdk-performance-changes-2n-skx"
4684   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4685   filter: "'4T2C'"
4686   parameters:
4687   - "name"
4688   - "parent"
4689   - "throughput"
4690
4691 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
4692 - type: "table"
4693   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
4694   algorithm: "table_perf_comparison"
4695   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
4696   reference:
4697     title: "3-Node Hsw"
4698     data: "dpdk-compare-testbeds-ref"
4699   compare:
4700     title: "3-Node Skx"
4701     data: "dpdk-compare-testbeds-cmp"
4702   data: "dpdk-compare-testbeds"
4703   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4704   filter: "'NIC_Intel-X710'"
4705   parameters:
4706   - "name"
4707   - "parent"
4708   - "throughput"
4709
4710 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
4711 - type: "table"
4712   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
4713   algorithm: "table_perf_comparison"
4714   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
4715   reference:
4716     title: "3-Node Hsw"
4717     data: "dpdk-compare-testbeds-ref"
4718   compare:
4719     title: "3-Node Skx"
4720     data: "dpdk-compare-testbeds-cmp"
4721   data: "dpdk-compare-testbeds"
4722   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4723   filter: "'NIC_Intel-X710'"
4724   parameters:
4725   - "name"
4726   - "parent"
4727   - "throughput"
4728
4729 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
4730 - type: "table"
4731   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
4732   algorithm: "table_perf_comparison"
4733   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
4734   reference:
4735     title: "2-Node Skx"
4736     data: "dpdk-compare-testbeds-skx-clx-ref"
4737   compare:
4738     title: "2-Node Clx"
4739     data: "dpdk-compare-testbeds-skx-clx-cmp"
4740   data: "dpdk-compare-testbeds-skx-clx"
4741   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4742   filter: "'NDRPDR'"
4743   parameters:
4744   - "name"
4745   - "parent"
4746   - "throughput"
4747
4748 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
4749 - type: "table"
4750   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
4751   algorithm: "table_perf_comparison"
4752   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
4753   reference:
4754     title: "2-Node Skx"
4755     data: "dpdk-compare-testbeds-skx-clx-ref"
4756   compare:
4757     title: "2-Node Clx"
4758     data: "dpdk-compare-testbeds-skx-clx-cmp"
4759   data: "dpdk-compare-testbeds-skx-clx"
4760   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4761   filter: "'NDRPDR'"
4762   parameters:
4763   - "name"
4764   - "parent"
4765   - "throughput"
4766
4767 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
4768 - type: "table"
4769   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
4770   algorithm: "table_perf_comparison"
4771   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
4772   reference:
4773     title: "3-Node Skx"
4774     data: "dpdk-compare-topologies-ref"
4775   compare:
4776     title: "2-Node Skx"
4777     data: "dpdk-compare-topologies-cmp"
4778   data: "dpdk-compare-topologies"
4779   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4780   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4781   parameters:
4782   - "name"
4783   - "parent"
4784   - "throughput"
4785
4786 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
4787 - type: "table"
4788   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
4789   algorithm: "table_perf_comparison"
4790   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
4791   reference:
4792     title: "3-Node Skx"
4793     data: "dpdk-compare-topologies-ref"
4794   compare:
4795     title: "2-Node Skx"
4796     data: "dpdk-compare-topologies-cmp"
4797   data: "dpdk-compare-topologies"
4798   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4799   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4800   parameters:
4801   - "name"
4802   - "parent"
4803   - "throughput"
4804
4805 # Detailed Test Results - DPDK Performance Results 3n-hsw
4806 - type: "table"
4807   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
4808   algorithm: "table_details"
4809   output-file-ext: ".csv"
4810   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4811   columns:
4812   - title: "Name"
4813     data: "data name"
4814   - title: "Status"
4815     data: "data msg"
4816   rows: "generated"
4817   data: "dpdk-perf-results-3n-hsw"
4818   filter: "all"
4819   parameters:
4820   - "name"
4821   - "parent"
4822   - "msg"
4823
4824 # Detailed Test Results - DPDK Performance Results 3n-skx
4825 - type: "table"
4826   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
4827   algorithm: "table_details"
4828   output-file-ext: ".csv"
4829   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4830   columns:
4831   - title: "Name"
4832     data: "data name"
4833   - title: "Status"
4834     data: "data msg"
4835   rows: "generated"
4836   data: "dpdk-perf-results-3n-skx"
4837   filter: "all"
4838   parameters:
4839   - "name"
4840   - "parent"
4841   - "msg"
4842
4843 # Detailed Test Results - DPDK Performance Results 2n-skx
4844 - type: "table"
4845   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
4846   algorithm: "table_details"
4847   output-file-ext: ".csv"
4848   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4849   columns:
4850   - title: "Name"
4851     data: "data name"
4852   - title: "Status"
4853     data: "data msg"
4854   rows: "generated"
4855   data: "dpdk-perf-results-2n-skx"
4856   filter: "all"
4857   parameters:
4858   - "name"
4859   - "parent"
4860   - "msg"
4861
4862 # Detailed Test Results - DPDK Performance Results 2n-clx
4863 - type: "table"
4864   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
4865   algorithm: "table_details"
4866   output-file-ext: ".csv"
4867   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
4868   columns:
4869   - title: "Name"
4870     data: "data name"
4871   - title: "Status"
4872     data: "data msg"
4873   rows: "generated"
4874   data: "dpdk-perf-results-2n-clx"
4875   filter: "all"
4876   parameters:
4877   - "name"
4878   - "parent"
4879   - "msg"
4880
4881 ################################################################################
4882 ###                                F I L E S                                 ###
4883 ################################################################################
4884
4885 # VPP Performance Results 3n-hsw
4886 - type: "file"
4887   title: "VPP Performance Results 3n-hsw"
4888   algorithm: "file_test_results"
4889   output-file-ext: ".rst"
4890   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4891   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"
4892   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
4893   data: "vpp-perf-results-3n-hsw"
4894   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4895   parameters:
4896   - "name"
4897   - "doc"
4898   - "level"
4899   - "parent"
4900   data-start-level: 3
4901
4902 # VPP Performance Results 3n-skx
4903 - type: "file"
4904   title: "VPP Performance Results 3n-skx"
4905   algorithm: "file_test_results"
4906   output-file-ext: ".rst"
4907   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4908   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"
4909   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
4910   data: "vpp-perf-results-3n-skx"
4911   filter: "not 'CFS_OPT'"
4912   parameters:
4913   - "name"
4914   - "doc"
4915   - "level"
4916   - "parent"
4917   data-start-level: 3
4918
4919 # VPP Performance Results 2n-skx
4920 - type: "file"
4921   title: "VPP Performance Results 2n-skx"
4922   algorithm: "file_test_results"
4923   output-file-ext: ".rst"
4924   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4925   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"
4926   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
4927   data: "vpp-perf-results-2n-skx"
4928   filter: "not 'CFS_OPT'"
4929   parameters:
4930   - "name"
4931   - "doc"
4932   - "level"
4933   - "parent"
4934   data-start-level: 3
4935
4936 # VPP Performance Results 2n-clx
4937 - type: "file"
4938   title: "VPP Performance Results 2n-clx"
4939   algorithm: "file_test_results"
4940   output-file-ext: ".rst"
4941   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/vpp_performance_results_2n_clx"
4942   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"
4943   dir-tables: "{DIR[DTR,PERF,VPP,2N,CLX]}"
4944   data: "vpp-perf-results-2n-clx"
4945   filter: "not 'CFS_OPT'"
4946   parameters:
4947   - "name"
4948   - "doc"
4949   - "level"
4950   - "parent"
4951   data-start-level: 3
4952
4953 # VPP Performance Results 3n-tsh
4954 - type: "file"
4955   title: "VPP Performance Results 3n-tsh"
4956   algorithm: "file_test_results"
4957   output-file-ext: ".rst"
4958   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
4959   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"
4960   dir-tables: "{DIR[DTR,PERF,VPP,3N,TSH]}"
4961   data: "vpp-perf-results-3n-tsh"
4962   filter: "not 'CFS_OPT'"
4963   parameters:
4964   - "name"
4965   - "doc"
4966   - "level"
4967   - "parent"
4968   data-start-level: 3
4969
4970 # VPP Performance Results 3n-dnv
4971 - type: "file"
4972   title: "VPP Performance Results 3n-dnv"
4973   algorithm: "file_test_results"
4974   output-file-ext: ".rst"
4975   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
4976   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"
4977   dir-tables: "{DIR[DTR,PERF,VPP,3N,DNV]}"
4978   data: "vpp-perf-results-3n-dnv"
4979   filter: "'NDRPDR'"
4980   parameters:
4981   - "name"
4982   - "doc"
4983   - "level"
4984   - "parent"
4985   data-start-level: 3
4986
4987 # VPP Performance Results 2n-dnv
4988 - type: "file"
4989   title: "VPP Performance Results 2n-dnv"
4990   algorithm: "file_test_results"
4991   output-file-ext: ".rst"
4992   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4993   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"
4994   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
4995   data: "vpp-perf-results-2n-dnv"
4996   filter: "'NDRPDR'"
4997   parameters:
4998   - "name"
4999   - "doc"
5000   - "level"
5001   - "parent"
5002   data-start-level: 3
5003
5004 # VPP Performance Configuration 3n-hsw
5005 - type: "file"
5006   title: "VPP Performance Configuration 3n-hsw"
5007   algorithm: "file_test_results"
5008   output-file-ext: ".rst"
5009   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
5010   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"
5011   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
5012   data: "vpp-perf-results-3n-hsw"
5013   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
5014   parameters:
5015   - "name"
5016   - "doc"
5017   - "level"
5018   - "parent"
5019   data-start-level: 3
5020
5021 # VPP Performance Configuration 3n-skx
5022 - type: "file"
5023   title: "VPP Performance Configuration 3n-skx"
5024   algorithm: "file_test_results"
5025   output-file-ext: ".rst"
5026   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
5027   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"
5028   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
5029   data: "vpp-perf-results-3n-skx"
5030   filter: "not 'CFS_OPT'"
5031   parameters:
5032   - "name"
5033   - "doc"
5034   - "level"
5035   - "parent"
5036   data-start-level: 3
5037
5038 # VPP Performance Configuration 2n-skx
5039 - type: "file"
5040   title: "VPP Performance Configuration 2n-skx"
5041   algorithm: "file_test_results"
5042   output-file-ext: ".rst"
5043   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
5044   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"
5045   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
5046   data: "vpp-perf-results-2n-skx"
5047   filter: "not 'CFS_OPT'"
5048   parameters:
5049   - "name"
5050   - "doc"
5051   - "level"
5052   - "parent"
5053   data-start-level: 3
5054
5055 # VPP Performance Configuration 2n-clx
5056 - type: "file"
5057   title: "VPP Performance Configuration 2n-clx"
5058   algorithm: "file_test_results"
5059   output-file-ext: ".rst"
5060   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/vpp_performance_configuration_2n_clx"
5061   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"
5062   dir-tables: "{DIR[DTC,PERF,VPP,2N,CLX]}"
5063   data: "vpp-perf-results-2n-clx"
5064   filter: "not 'CFS_OPT'"
5065   parameters:
5066   - "name"
5067   - "doc"
5068   - "level"
5069   - "parent"
5070   data-start-level: 3
5071
5072 # VPP Performance Configuration 3n-tsh
5073 - type: "file"
5074   title: "VPP Performance Configuration 3n-tsh"
5075   algorithm: "file_test_results"
5076   output-file-ext: ".rst"
5077   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_performance_configuration_3n_tsh"
5078   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"
5079   dir-tables: "{DIR[DTC,PERF,VPP,3N,TSH]}"
5080   data: "vpp-perf-results-3n-tsh"
5081   filter: "not 'CFS_OPT'"
5082   parameters:
5083   - "name"
5084   - "doc"
5085   - "level"
5086   - "parent"
5087   data-start-level: 3
5088
5089 # VPP Performance Configuration 3n-dnv
5090 - type: "file"
5091   title: "VPP Performance Configuration 3n-dnv"
5092   algorithm: "file_test_results"
5093   output-file-ext: ".rst"
5094   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_performance_configuration_3n_dnv"
5095   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"
5096   dir-tables: "{DIR[DTC,PERF,VPP,3N,DNV]}"
5097   data: "vpp-perf-results-3n-dnv"
5098   filter: "'NDRPDR'"
5099   parameters:
5100   - "name"
5101   - "doc"
5102   - "level"
5103   - "parent"
5104   data-start-level: 3
5105
5106 # VPP Performance Configuration 2n-dnv
5107 - type: "file"
5108   title: "VPP Performance Configuration 2n-dnv"
5109   algorithm: "file_test_results"
5110   output-file-ext: ".rst"
5111   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
5112   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"
5113   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
5114   data: "vpp-perf-results-2n-dnv"
5115   filter: "'NDRPDR'"
5116   parameters:
5117   - "name"
5118   - "doc"
5119   - "level"
5120   - "parent"
5121   data-start-level: 3
5122
5123 # VPP Performance Operational Data 3n-hsw
5124 - type: "file"
5125   title: "VPP Performance Operational Data 3n-hsw"
5126   algorithm: "file_test_results"
5127   output-file-ext: ".rst"
5128   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
5129   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"
5130   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
5131   data: "vpp-perf-results-3n-hsw"
5132   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
5133   parameters:
5134   - "name"
5135   - "doc"
5136   - "level"
5137   - "parent"
5138   data-start-level: 3
5139
5140 # VPP Performance Operational Data 3n-skx
5141 - type: "file"
5142   title: "VPP Performance Operational Data 3n-skx"
5143   algorithm: "file_test_results"
5144   output-file-ext: ".rst"
5145   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
5146   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"
5147   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
5148   data: "vpp-perf-results-3n-skx"
5149   filter: "not 'CFS_OPT'"
5150   parameters:
5151   - "name"
5152   - "doc"
5153   - "level"
5154   - "parent"
5155   data-start-level: 3
5156
5157 # VPP Performance Operational Data 2n-skx
5158 - type: "file"
5159   title: "VPP Performance Operational Data 2n-skx"
5160   algorithm: "file_test_results"
5161   output-file-ext: ".rst"
5162   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
5163   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"
5164   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
5165   data: "vpp-perf-results-2n-skx"
5166   filter: "not 'CFS_OPT'"
5167   parameters:
5168   - "name"
5169   - "doc"
5170   - "level"
5171   - "parent"
5172   data-start-level: 3
5173
5174 # VPP Performance Operational Data 2n-clx
5175 - type: "file"
5176   title: "VPP Performance Operational Data 2n-clx"
5177   algorithm: "file_test_results"
5178   output-file-ext: ".rst"
5179   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/vpp_performance_operational_data_2n_clx"
5180   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"
5181   dir-tables: "{DIR[DTO,PERF,VPP,2N,CLX]}"
5182   data: "vpp-perf-results-2n-clx"
5183   filter: "not 'CFS_OPT'"
5184   parameters:
5185   - "name"
5186   - "doc"
5187   - "level"
5188   - "parent"
5189   data-start-level: 3
5190
5191 # VPP Performance Operational Data 3n-tsh
5192 - type: "file"
5193   title: "VPP Performance Operational Data 3n-tsh"
5194   algorithm: "file_test_results"
5195   output-file-ext: ".rst"
5196   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_performance_operational_data_3n_tsh"
5197   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"
5198   dir-tables: "{DIR[DTO,PERF,VPP,3N,TSH]}"
5199   data: "vpp-perf-results-3n-tsh"
5200   filter: "not 'CFS_OPT'"
5201   parameters:
5202   - "name"
5203   - "doc"
5204   - "level"
5205   - "parent"
5206   data-start-level: 3
5207
5208 # VPP Performance Operational Data 3n-dnv
5209 - type: "file"
5210   title: "VPP Performance Operational Data 3n-dnv"
5211   algorithm: "file_test_results"
5212   output-file-ext: ".rst"
5213   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_performance_operational_data_3n_dnv"
5214   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"
5215   dir-tables: "{DIR[DTO,PERF,VPP,3N,DNV]}"
5216   data: "vpp-perf-results-3n-dnv"
5217   filter: "'NDRPDR'"
5218   parameters:
5219   - "name"
5220   - "doc"
5221   - "level"
5222   - "parent"
5223   data-start-level: 3
5224
5225 # VPP Performance Operational Data 2n-dnv
5226 - type: "file"
5227   title: "VPP Performance Operational Data 2n-dnv"
5228   algorithm: "file_test_results"
5229   output-file-ext: ".rst"
5230   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
5231   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"
5232   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
5233   data: "vpp-perf-results-2n-dnv"
5234   filter: "'NDRPDR'"
5235   parameters:
5236   - "name"
5237   - "doc"
5238   - "level"
5239   - "parent"
5240   data-start-level: 3
5241
5242 # VPP MRR Results 3n-hsw
5243 - type: "file"
5244   title: "VPP MRR Results 3n-hsw"
5245   algorithm: "file_test_results"
5246   output-file-ext: ".rst"
5247   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
5248   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"
5249   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
5250   data: "vpp-mrr-results-3n-hsw"
5251   filter: "'MRR'"
5252   parameters:
5253   - "name"
5254   - "doc"
5255   - "level"
5256   - "parent"
5257   data-start-level: 3
5258
5259 # VPP MRR Results 3n-skx
5260 - type: "file"
5261   title: "VPP MRR Results 3n-skx"
5262   algorithm: "file_test_results"
5263   output-file-ext: ".rst"
5264   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
5265   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"
5266   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
5267   data: "vpp-mrr-results-3n-skx"
5268   filter: "'MRR'"
5269   parameters:
5270   - "name"
5271   - "doc"
5272   - "level"
5273   - "parent"
5274   data-start-level: 3
5275
5276 # VPP MRR Results 2n-skx
5277 - type: "file"
5278   title: "VPP MRR Results 2n-skx"
5279   algorithm: "file_test_results"
5280   output-file-ext: ".rst"
5281   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
5282   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"
5283   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
5284   data: "vpp-mrr-results-2n-skx"
5285   filter: "all"
5286   parameters:
5287   - "name"
5288   - "doc"
5289   - "level"
5290   - "parent"
5291   data-start-level: 3
5292
5293 # VPP MRR Results 2n-clx
5294 - type: "file"
5295   title: "VPP MRR Results 2n-clx"
5296   algorithm: "file_test_results"
5297   output-file-ext: ".rst"
5298   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/vpp_mrr_results_2n_clx"
5299   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"
5300   dir-tables: "{DIR[DTR,MRR,VPP,2N,CLX]}"
5301   data: "vpp-mrr-results-2n-clx"
5302   filter: "all"
5303   parameters:
5304   - "name"
5305   - "doc"
5306   - "level"
5307   - "parent"
5308   data-start-level: 3
5309
5310 # VPP MRR Results 3n-tsh
5311 - type: "file"
5312   title: "VPP MRR Results 3n-tsh"
5313   algorithm: "file_test_results"
5314   output-file-ext: ".rst"
5315   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
5316   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"
5317   dir-tables: "{DIR[DTR,MRR,VPP,3N,TSH]}"
5318   data: "vpp-mrr-results-3n-tsh"
5319   filter: "'MRR'"
5320   parameters:
5321   - "name"
5322   - "doc"
5323   - "level"
5324   - "parent"
5325   data-start-level: 3
5326
5327 # VPP MRR Results 3n-dnv
5328 - type: "file"
5329   title: "VPP MRR Results 3n-dnv"
5330   algorithm: "file_test_results"
5331   output-file-ext: ".rst"
5332   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
5333   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"
5334   dir-tables: "{DIR[DTR,MRR,VPP,3N,DNV]}"
5335   data: "vpp-mrr-results-3n-dnv"
5336   filter: "'MRR'"
5337   parameters:
5338   - "name"
5339   - "doc"
5340   - "level"
5341   - "parent"
5342   data-start-level: 3
5343
5344 # VPP MRR Results 2n-dnv
5345 - type: "file"
5346   title: "VPP MRR Results 2n-dnv"
5347   algorithm: "file_test_results"
5348   output-file-ext: ".rst"
5349   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
5350   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"
5351   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
5352   data: "vpp-mrr-results-2n-dnv"
5353   filter: "'MRR'"
5354   parameters:
5355   - "name"
5356   - "doc"
5357   - "level"
5358   - "parent"
5359   data-start-level: 3
5360
5361 # VPP MRR Configuration 3n-hsw
5362 - type: "file"
5363   title: "VPP MRR Configuration 3n-hsw"
5364   algorithm: "file_test_results"
5365   output-file-ext: ".rst"
5366   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
5367   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"
5368   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
5369   data: "vpp-mrr-results-3n-hsw"
5370   filter: "'MRR'"
5371   parameters:
5372   - "name"
5373   - "doc"
5374   - "level"
5375   - "parent"
5376   data-start-level: 3
5377
5378 # VPP MRR Configuration 3n-skx
5379 - type: "file"
5380   title: "VPP MRR Configuration 3n-skx"
5381   algorithm: "file_test_results"
5382   output-file-ext: ".rst"
5383   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
5384   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"
5385   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
5386   data: "vpp-mrr-results-3n-skx"
5387   filter: "'MRR'"
5388   parameters:
5389   - "name"
5390   - "doc"
5391   - "level"
5392   - "parent"
5393   data-start-level: 3
5394
5395 # VPP MRR Configuration 2n-skx
5396 - type: "file"
5397   title: "VPP MRR Configuration 2n-skx"
5398   algorithm: "file_test_results"
5399   output-file-ext: ".rst"
5400   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
5401   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"
5402   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
5403   data: "vpp-mrr-results-2n-skx"
5404   filter: "'MRR'"
5405   parameters:
5406   - "name"
5407   - "doc"
5408   - "level"
5409   - "parent"
5410   data-start-level: 3
5411
5412 # VPP MRR Configuration 2n-clx
5413 - type: "file"
5414   title: "VPP MRR Configuration 2n-clx"
5415   algorithm: "file_test_results"
5416   output-file-ext: ".rst"
5417   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/vpp_mrr_configuration_2n_clx"
5418   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"
5419   dir-tables: "{DIR[DTC,MRR,VPP,2N,CLX]}"
5420   data: "vpp-mrr-results-2n-clx"
5421   filter: "'MRR'"
5422   parameters:
5423   - "name"
5424   - "doc"
5425   - "level"
5426   - "parent"
5427   data-start-level: 3
5428
5429 # VPP MRR Configuration 3n-tsh
5430 - type: "file"
5431   title: "VPP MRR Configuration 3n-tsh"
5432   algorithm: "file_test_results"
5433   output-file-ext: ".rst"
5434   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
5435   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"
5436   dir-tables: "{DIR[DTC,MRR,VPP,3N,TSH]}"
5437   data: "vpp-mrr-results-3n-tsh"
5438   filter: "'MRR'"
5439   parameters:
5440   - "name"
5441   - "doc"
5442   - "level"
5443   - "parent"
5444   data-start-level: 3
5445
5446 # VPP MRR Configuration 3n-dnv
5447 - type: "file"
5448   title: "VPP MRR Configuration 3n-dnv"
5449   algorithm: "file_test_results"
5450   output-file-ext: ".rst"
5451   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_configuration_3n_dnv"
5452   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"
5453   dir-tables: "{DIR[DTC,MRR,VPP,3N,DNV]}"
5454   data: "vpp-mrr-results-3n-dnv"
5455   filter: "'MRR'"
5456   parameters:
5457   - "name"
5458   - "doc"
5459   - "level"
5460   - "parent"
5461   data-start-level: 3
5462
5463 # VPP MRR Configuration 2n-dnv
5464 - type: "file"
5465   title: "VPP MRR Configuration 2n-dnv"
5466   algorithm: "file_test_results"
5467   output-file-ext: ".rst"
5468   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
5469   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"
5470   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
5471   data: "vpp-mrr-results-2n-dnv"
5472   filter: "'MRR'"
5473   parameters:
5474   - "name"
5475   - "doc"
5476   - "level"
5477   - "parent"
5478   data-start-level: 3
5479
5480 # VPP Device Results - Ubuntu
5481 - type: "file"
5482   title: "VPP Device Results - Ubuntu"
5483   algorithm: "file_test_results"
5484   output-file-ext: ".rst"
5485   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5486   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"
5487   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5488   data: "vpp-device-results-ubuntu"
5489   filter: "all"
5490   parameters:
5491   - "name"
5492   - "doc"
5493   - "level"
5494   - "parent"
5495   data-start-level: 2
5496
5497 # VPP Device Configuration - Ubuntu
5498 - type: "file"
5499   title: "VPP Device Configuration - Ubuntu"
5500   algorithm: "file_test_results"
5501   output-file-ext: ".rst"
5502   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5503   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"
5504   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5505   data: "vpp-device-results-ubuntu"
5506   filter: "all"
5507   parameters:
5508   - "name"
5509   - "doc"
5510   - "level"
5511   - "parent"
5512   data-start-level: 2
5513
5514 # DPDK Performance Results 3n-hsw
5515 - type: "file"
5516   title: "DPDK Performance Results 3n-hsw"
5517   algorithm: "file_test_results"
5518   output-file-ext: ".rst"
5519   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5520   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"
5521   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5522   data: "dpdk-perf-results-3n-hsw"
5523   filter: "all"
5524   parameters:
5525   - "name"
5526   - "doc"
5527   - "level"
5528   - "parent"
5529   data-start-level: 3
5530
5531 # DPDK Performance Results 3n-skx
5532 - type: "file"
5533   title: "DPDK Performance Results 3n-skx"
5534   algorithm: "file_test_results"
5535   output-file-ext: ".rst"
5536   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5537   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"
5538   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5539   data: "dpdk-perf-results-3n-skx"
5540   filter: "all"
5541   parameters:
5542   - "name"
5543   - "doc"
5544   - "level"
5545   - "parent"
5546   data-start-level: 3
5547
5548 # DPDK Performance Results 2n-skx
5549 - type: "file"
5550   title: "DPDK Performance Results 2n-skx"
5551   algorithm: "file_test_results"
5552   output-file-ext: ".rst"
5553   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5554   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"
5555   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5556   data: "dpdk-perf-results-2n-skx"
5557   filter: "all"
5558   parameters:
5559   - "name"
5560   - "doc"
5561   - "level"
5562   - "parent"
5563   data-start-level: 3
5564
5565 # DPDK Performance Results 2n-clx
5566 - type: "file"
5567   title: "DPDK Performance Results 2n-clx"
5568   algorithm: "file_test_results"
5569   output-file-ext: ".rst"
5570   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5571   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"
5572   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
5573   data: "dpdk-perf-results-2n-clx"
5574   filter: "all"
5575   parameters:
5576   - "name"
5577   - "doc"
5578   - "level"
5579   - "parent"
5580   data-start-level: 3
5581
5582 ################################################################################
5583 ###                                P L O T S                                 ###
5584 ################################################################################
5585
5586 # Plots VPP HTTP Server Performance
5587 - type: "plot"
5588   title: "VPP HTTP Server Performance"
5589   algorithm: "plot_http_server_perf_box"
5590   output-file-type: ".html"
5591   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
5592   data:
5593     "plot-vpp-http-server-performance"
5594   # Keep this formatting, the filter is enclosed with " (quotation mark) and
5595   # each tag is enclosed with ' (apostrophe).
5596   filter: "'HTTP' and 'TCP_CPS'"
5597   parameters:
5598   - "result"
5599   - "name"
5600   traces:
5601     hoverinfo: "y+name"
5602     boxpoints: "outliers"
5603     whiskerwidth: 0
5604   layout:
5605     title: "VPP HTTP Server Performance"
5606     layout:
5607       "plot-cps"
5608
5609 - type: "plot"
5610   title: "VPP HTTP Server Performance"
5611   algorithm: "plot_http_server_perf_box"
5612   output-file-type: ".html"
5613   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
5614   data:
5615     "plot-vpp-http-server-performance"
5616   filter: "'HTTP' and 'TCP_RPS'"
5617   parameters:
5618   - "result"
5619   - "name"
5620   traces:
5621     hoverinfo: "y+name"
5622     boxpoints: "outliers"
5623     whiskerwidth: 0
5624   layout:
5625     title: "VPP HTTP Server Performance"
5626     layout:
5627       "plot-rps"
5628
5629 ################################################################################
5630
5631 # Soak Test (PLRsearch), boxes
5632 - type: "plot"
5633   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
5634   algorithm: "plot_perf_box_name"
5635   output-file-type: ".html"
5636   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
5637   data: "plot-vpp-soak-2n-skx"
5638   include:
5639     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Soak.64B-2t1c-avf-eth-l2patch-soak"
5640     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
5641     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
5642     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Soak.64B-2t1c-eth-l2patch-soak"
5643     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
5644     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
5645   layout:
5646     title: "30 Minutes Soak Test (PLRsearch)"
5647     layout: "plot-soak-throughput"
5648
5649 # Soak Test (PLRsearch), boxes
5650 - type: "plot"
5651   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
5652   algorithm: "plot_perf_box_name"
5653   output-file-type: ".html"
5654   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
5655   data: "plot-vpp-soak-2n-skx"
5656   include:
5657     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-soak"
5658     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
5659     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
5660     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
5661     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
5662     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
5663   layout:
5664     title: "30 Minutes Soak Test (PLRsearch)"
5665     layout: "plot-soak-throughput"
5666
5667 ###############################################################################
5668
5669 - type: "plot"
5670   title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
5671   algorithm: "plot_nf_reconf_box_name"
5672   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
5673   data: "plot-vpp-nfv-reconf-2n-skx"
5674   include:
5675     - "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"
5676     - "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"
5677     - "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"
5678     - "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"
5679     - "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"
5680     - "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"
5681   layout:
5682     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
5683     layout: "plot-throughput"
5684
5685 - type: "plot"
5686   title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
5687   algorithm: "plot_nf_reconf_box_name"
5688   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
5689   data: "plot-vpp-nfv-reconf-2n-skx"
5690   include:
5691     - "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"
5692     - "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"
5693     - "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"
5694     - "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"
5695     - "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"
5696     - "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"
5697   layout:
5698     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
5699     layout: "plot-throughput"
5700
5701 - type: "plot"
5702   title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
5703   algorithm: "plot_nf_reconf_box_name"
5704   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
5705   data: "plot-vpp-nfv-reconf-2n-skx"
5706   include:
5707     - "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"
5708     - "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"
5709     - "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"
5710     - "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"
5711     - "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"
5712     - "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"
5713   layout:
5714     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
5715     layout: "plot-throughput"
5716
5717 ###############################################################################
5718 # Plots - NF Density - VSC - MRR 64b
5719 - type: "plot"
5720   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5721   algorithm: "plot_nf_heatmap"
5722   output-file-type: ".html"
5723   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
5724   data: "plot-vpp-nfv-2n-skx-mrr"
5725   filter: "'NIC_Intel-XXV710' and
5726            'NF_DENSITY' and
5727            'VHOST' and
5728            not 'VXLAN' and
5729            'CHAIN' and
5730            'NF_VPPIP4' and
5731            '64B' and
5732            '2T1C' and
5733            'MRR'"
5734   parameters:
5735   - "result"
5736   - "name"
5737   - "tags"
5738   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5739   x-axis: "X = VNFs per Service Chain"
5740   y-axis: "Y = Number of Service Chains"
5741   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5742   layout:
5743     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5744     layout: "plot-service-density"
5745
5746 - type: "plot"
5747   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5748   algorithm: "plot_nf_heatmap"
5749   output-file-type: ".html"
5750   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
5751   data: "plot-vpp-nfv-2n-skx-mrr"
5752   filter: "'NIC_Intel-XXV710' and
5753            'NF_DENSITY' and
5754            'VHOST' and
5755            not 'VXLAN' and
5756            'CHAIN' and
5757            'NF_VPPIP4' and
5758            '64B' and
5759            '4T2C' and
5760            'MRR'"
5761   parameters:
5762   - "result"
5763   - "name"
5764   - "tags"
5765   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5766   x-axis: "X = VNFs per Service Chain"
5767   y-axis: "Y = Number of Service Chains"
5768   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5769   layout:
5770     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5771     layout: "plot-service-density"
5772
5773 - type: "plot"
5774   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5775   algorithm: "plot_nf_heatmap"
5776   output-file-type: ".html"
5777   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
5778   data: "plot-vpp-nfv-2n-skx-mrr"
5779   filter: "'NIC_Intel-XXV710' and
5780            'NF_DENSITY' and
5781            'VHOST' and
5782            not 'VXLAN' and
5783            'CHAIN' and
5784            'NF_VPPIP4' and
5785            '64B' and
5786            '8T4C' and
5787            'MRR'"
5788   parameters:
5789   - "result"
5790   - "name"
5791   - "tags"
5792   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5793   x-axis: "X = VNFs per Service Chain"
5794   y-axis: "Y = Number of Service Chains"
5795   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5796   layout:
5797     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5798     layout: "plot-service-density"
5799
5800 # Plots - NF Density - VSC - MRR IMIX
5801 - type: "plot"
5802   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5803   algorithm: "plot_nf_heatmap"
5804   output-file-type: ".html"
5805   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
5806   data: "plot-vpp-nfv-2n-skx-mrr"
5807   filter: "'NIC_Intel-XXV710' and
5808            'NF_DENSITY' and
5809            'VHOST' and
5810            not 'VXLAN' and
5811            'CHAIN' and
5812            'NF_VPPIP4' and
5813            'IMIX' and
5814            '2T1C' and
5815            'MRR'"
5816   parameters:
5817   - "result"
5818   - "name"
5819   - "tags"
5820   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5821   x-axis: "X = VNFs per Service Chain"
5822   y-axis: "Y = Number of Service Chains"
5823   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5824   layout:
5825     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5826     layout: "plot-service-density"
5827
5828 - type: "plot"
5829   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5830   algorithm: "plot_nf_heatmap"
5831   output-file-type: ".html"
5832   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
5833   data: "plot-vpp-nfv-2n-skx-mrr"
5834   filter: "'NIC_Intel-XXV710' and
5835            'NF_DENSITY' and
5836            'VHOST' and
5837            not 'VXLAN' and
5838            'CHAIN' and
5839            'NF_VPPIP4' and
5840            'IMIX' and
5841            '4T2C' and
5842            'MRR'"
5843   parameters:
5844   - "result"
5845   - "name"
5846   - "tags"
5847   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5848   x-axis: "X = VNFs per Service Chain"
5849   y-axis: "Y = Number of Service Chains"
5850   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5851   layout:
5852     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5853     layout: "plot-service-density"
5854
5855 - type: "plot"
5856   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5857   algorithm: "plot_nf_heatmap"
5858   output-file-type: ".html"
5859   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
5860   data: "plot-vpp-nfv-2n-skx-mrr"
5861   filter: "'NIC_Intel-XXV710' and
5862            'NF_DENSITY' and
5863            'VHOST' and
5864            not 'VXLAN' and
5865            'CHAIN' and
5866            'NF_VPPIP4' and
5867            'IMIX' and
5868            '8T4C' and
5869            'MRR'"
5870   parameters:
5871   - "result"
5872   - "name"
5873   - "tags"
5874   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5875   x-axis: "X = VNFs per Service Chain"
5876   y-axis: "Y = Number of Service Chains"
5877   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5878   layout:
5879     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5880     layout: "plot-service-density"
5881
5882 # Plots - NF Density - VSC - NDR 64b
5883 - type: "plot"
5884   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
5885   algorithm: "plot_nf_heatmap"
5886   output-file-type: ".html"
5887   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
5888   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5889   filter: "'NIC_Intel-XXV710' and
5890            'NF_DENSITY' and
5891            'VHOST' and
5892            not 'VXLAN' and
5893            'CHAIN' and
5894            'NF_VPPIP4' and
5895            '64B' and
5896            '2T1C' and
5897            'NDRPDR'"
5898   parameters:
5899   - "throughput"
5900   - "name"
5901   - "tags"
5902   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5903   x-axis: "X = VNFs per Service Chain"
5904   y-axis: "Y = Number of Service Chains"
5905   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5906   layout:
5907     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
5908     layout: "plot-service-density"
5909
5910 - type: "plot"
5911   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
5912   algorithm: "plot_nf_heatmap"
5913   output-file-type: ".html"
5914   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
5915   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5916   filter: "'NIC_Intel-XXV710' and
5917            'NF_DENSITY' and
5918            'VHOST' and
5919            not 'VXLAN' and
5920            'CHAIN' and
5921            'NF_VPPIP4' and
5922            '64B' and
5923            '4T2C' and
5924            'NDRPDR'"
5925   parameters:
5926   - "throughput"
5927   - "name"
5928   - "tags"
5929   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5930   x-axis: "X = VNFs per Service Chain"
5931   y-axis: "Y = Number of Service Chains"
5932   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5933   layout:
5934     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
5935     layout: "plot-service-density"
5936
5937 - type: "plot"
5938   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
5939   algorithm: "plot_nf_heatmap"
5940   output-file-type: ".html"
5941   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
5942   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5943   filter: "'NIC_Intel-XXV710' and
5944            'NF_DENSITY' and
5945            'VHOST' and
5946            not 'VXLAN' and
5947            'CHAIN' and
5948            'NF_VPPIP4' and
5949            '64B' and
5950            '8T4C' and
5951            'NDRPDR'"
5952   parameters:
5953   - "throughput"
5954   - "name"
5955   - "tags"
5956   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5957   x-axis: "X = VNFs per Service Chain"
5958   y-axis: "Y = Number of Service Chains"
5959   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5960   layout:
5961     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
5962     layout: "plot-service-density"
5963
5964 # Plots - NF Density - VSC - NDR IMIX
5965 - type: "plot"
5966   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
5967   algorithm: "plot_nf_heatmap"
5968   output-file-type: ".html"
5969   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
5970   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5971   filter: "'NIC_Intel-XXV710' and
5972            'NF_DENSITY' and
5973            'VHOST' and
5974            not 'VXLAN' and
5975            'CHAIN' and
5976            'NF_VPPIP4' and
5977            'IMIX' and
5978            '2T1C' and
5979            'NDRPDR'"
5980   parameters:
5981   - "throughput"
5982   - "name"
5983   - "tags"
5984   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5985   x-axis: "X = VNFs per Service Chain"
5986   y-axis: "Y = Number of Service Chains"
5987   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5988   layout:
5989     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
5990     layout: "plot-service-density"
5991
5992 - type: "plot"
5993   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
5994   algorithm: "plot_nf_heatmap"
5995   output-file-type: ".html"
5996   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
5997   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5998   filter: "'NIC_Intel-XXV710' and
5999            'NF_DENSITY' and
6000            'VHOST' and
6001            not 'VXLAN' and
6002            'CHAIN' and
6003            'NF_VPPIP4' and
6004            'IMIX' and
6005            '4T2C' and
6006            'NDRPDR'"
6007   parameters:
6008   - "throughput"
6009   - "name"
6010   - "tags"
6011   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6012   x-axis: "X = VNFs per Service Chain"
6013   y-axis: "Y = Number of Service Chains"
6014   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6015   layout:
6016     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6017     layout: "plot-service-density"
6018
6019 - type: "plot"
6020   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6021   algorithm: "plot_nf_heatmap"
6022   output-file-type: ".html"
6023   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6024   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6025   filter: "'NIC_Intel-XXV710' and
6026            'NF_DENSITY' and
6027            'VHOST' and
6028            not 'VXLAN' and
6029            'CHAIN' and
6030            'NF_VPPIP4' and
6031            'IMIX' and
6032            '8T4C' and
6033            'NDRPDR'"
6034   parameters:
6035   - "throughput"
6036   - "name"
6037   - "tags"
6038   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6039   x-axis: "X = VNFs per Service Chain"
6040   y-axis: "Y = Number of Service Chains"
6041   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6042   layout:
6043     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6044     layout: "plot-service-density"
6045
6046 # Plots - NF Density - VSC - PDR 64b
6047 - type: "plot"
6048   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6049   algorithm: "plot_nf_heatmap"
6050   output-file-type: ".html"
6051   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6052   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6053   filter: "'NIC_Intel-XXV710' and
6054            'NF_DENSITY' and
6055            'VHOST' and
6056            not 'VXLAN' and
6057            'CHAIN' and
6058            'NF_VPPIP4' and
6059            '64B' and
6060            '2T1C' and
6061            'NDRPDR'"
6062   parameters:
6063   - "throughput"
6064   - "name"
6065   - "tags"
6066   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6067   x-axis: "X = VNFs per Service Chain"
6068   y-axis: "Y = Number of Service Chains"
6069   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6070   layout:
6071     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6072     layout: "plot-service-density"
6073
6074 - type: "plot"
6075   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6076   algorithm: "plot_nf_heatmap"
6077   output-file-type: ".html"
6078   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6079   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6080   filter: "'NIC_Intel-XXV710' and
6081            'NF_DENSITY' and
6082            'VHOST' and
6083            not 'VXLAN' and
6084            'CHAIN' and
6085            'NF_VPPIP4' and
6086            '64B' and
6087            '4T2C' and
6088            'NDRPDR'"
6089   parameters:
6090   - "throughput"
6091   - "name"
6092   - "tags"
6093   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6094   x-axis: "X = VNFs per Service Chain"
6095   y-axis: "Y = Number of Service Chains"
6096   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6097   layout:
6098     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6099     layout: "plot-service-density"
6100
6101 - type: "plot"
6102   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6103   algorithm: "plot_nf_heatmap"
6104   output-file-type: ".html"
6105   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
6106   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6107   filter: "'NIC_Intel-XXV710' and
6108            'NF_DENSITY' and
6109            'VHOST' and
6110            not 'VXLAN' and
6111            'CHAIN' and
6112            'NF_VPPIP4' and
6113            '64B' and
6114            '8T4C' and
6115            'NDRPDR'"
6116   parameters:
6117   - "throughput"
6118   - "name"
6119   - "tags"
6120   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6121   x-axis: "X = VNFs per Service Chain"
6122   y-axis: "Y = Number of Service Chains"
6123   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6124   layout:
6125     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6126     layout: "plot-service-density"
6127
6128 # Plots - NF Density - VSC - PDR IMIX
6129 - type: "plot"
6130   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6131   algorithm: "plot_nf_heatmap"
6132   output-file-type: ".html"
6133   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6134   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6135   filter: "'NIC_Intel-XXV710' and
6136            'NF_DENSITY' and
6137            'VHOST' and
6138            not 'VXLAN' and
6139            'CHAIN' and
6140            'NF_VPPIP4' and
6141            'IMIX' and
6142            '2T1C' and
6143            'NDRPDR'"
6144   parameters:
6145   - "throughput"
6146   - "name"
6147   - "tags"
6148   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6149   x-axis: "X = VNFs per Service Chain"
6150   y-axis: "Y = Number of Service Chains"
6151   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6152   layout:
6153     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6154     layout: "plot-service-density"
6155
6156 - type: "plot"
6157   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6158   algorithm: "plot_nf_heatmap"
6159   output-file-type: ".html"
6160   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
6161   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6162   filter: "'NIC_Intel-XXV710' and
6163            'NF_DENSITY' and
6164            'VHOST' and
6165            not 'VXLAN' and
6166            'CHAIN' and
6167            'NF_VPPIP4' and
6168            'IMIX' and
6169            '4T2C' and
6170            'NDRPDR'"
6171   parameters:
6172   - "throughput"
6173   - "name"
6174   - "tags"
6175   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6176   x-axis: "X = VNFs per Service Chain"
6177   y-axis: "Y = Number of Service Chains"
6178   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6179   layout:
6180     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6181     layout: "plot-service-density"
6182
6183 - type: "plot"
6184   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6185   algorithm: "plot_nf_heatmap"
6186   output-file-type: ".html"
6187   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
6188   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6189   filter: "'NIC_Intel-XXV710' and
6190            'NF_DENSITY' and
6191            'VHOST' and
6192            not 'VXLAN' and
6193            'CHAIN' and
6194            'NF_VPPIP4' and
6195            'IMIX' and
6196            '8T4C' and
6197            'NDRPDR'"
6198   parameters:
6199   - "throughput"
6200   - "name"
6201   - "tags"
6202   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6203   x-axis: "X = VNFs per Service Chain"
6204   y-axis: "Y = Number of Service Chains"
6205   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6206   layout:
6207     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6208     layout: "plot-service-density"
6209
6210 ###############################################################################
6211 # Plots - NF Density - VSC - MRR 64b
6212 - type: "plot"
6213   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6214   algorithm: "plot_nf_heatmap"
6215   output-file-type: ".html"
6216   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
6217   data: "plot-vpp-nfv-2n-skx-mrr"
6218   filter: "'NIC_Intel-XXV710' and
6219            'NF_DENSITY' and
6220            'VHOST' and
6221            'VXLAN' and
6222            'CHAIN' and
6223            '118' and
6224            '2T1C' and
6225            'MRR'"
6226   parameters:
6227   - "result"
6228   - "name"
6229   - "tags"
6230   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6231   x-axis: "X = VNFs per Service Chain"
6232   y-axis: "Y = Number of Service Chains"
6233   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6234   layout:
6235     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6236     layout: "plot-service-density"
6237
6238 - type: "plot"
6239   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6240   algorithm: "plot_nf_heatmap"
6241   output-file-type: ".html"
6242   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
6243   data: "plot-vpp-nfv-2n-skx-mrr"
6244   filter: "'NIC_Intel-XXV710' and
6245            'NF_DENSITY' and
6246            'VHOST' and
6247            'VXLAN' and
6248            'CHAIN' and
6249            '118' and
6250            '4T2C' and
6251            'MRR'"
6252   parameters:
6253   - "result"
6254   - "name"
6255   - "tags"
6256   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6257   x-axis: "X = VNFs per Service Chain"
6258   y-axis: "Y = Number of Service Chains"
6259   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6260   layout:
6261     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6262     layout: "plot-service-density"
6263
6264 - type: "plot"
6265   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6266   algorithm: "plot_nf_heatmap"
6267   output-file-type: ".html"
6268   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
6269   data: "plot-vpp-nfv-2n-skx-mrr"
6270   filter: "'NIC_Intel-XXV710' and
6271            'NF_DENSITY' and
6272            'VHOST' and
6273            'VXLAN' and
6274            'CHAIN' and
6275            '118' and
6276            '8T4C' and
6277            'MRR'"
6278   parameters:
6279   - "result"
6280   - "name"
6281   - "tags"
6282   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6283   x-axis: "X = VNFs per Service Chain"
6284   y-axis: "Y = Number of Service Chains"
6285   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6286   layout:
6287     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6288     layout: "plot-service-density"
6289
6290 # Plots - NF Density - VSC - MRR IMIX
6291 - type: "plot"
6292   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6293   algorithm: "plot_nf_heatmap"
6294   output-file-type: ".html"
6295   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
6296   data: "plot-vpp-nfv-2n-skx-mrr"
6297   filter: "'NIC_Intel-XXV710' and
6298            'NF_DENSITY' and
6299            'VHOST' and
6300            'VXLAN' and
6301            'CHAIN' and
6302            'IMIX' and
6303            '2T1C' and
6304            'MRR'"
6305   parameters:
6306   - "result"
6307   - "name"
6308   - "tags"
6309   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6310   x-axis: "X = VNFs per Service Chain"
6311   y-axis: "Y = Number of Service Chains"
6312   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6313   layout:
6314     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6315     layout: "plot-service-density"
6316
6317 - type: "plot"
6318   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6319   algorithm: "plot_nf_heatmap"
6320   output-file-type: ".html"
6321   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
6322   data: "plot-vpp-nfv-2n-skx-mrr"
6323   filter: "'NIC_Intel-XXV710' and
6324            'NF_DENSITY' and
6325            'VHOST' and
6326            'VXLAN' and
6327            'CHAIN' and
6328            'IMIX' and
6329            '4T2C' and
6330            'MRR'"
6331   parameters:
6332   - "result"
6333   - "name"
6334   - "tags"
6335   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6336   x-axis: "X = VNFs per Service Chain"
6337   y-axis: "Y = Number of Service Chains"
6338   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6339   layout:
6340     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6341     layout: "plot-service-density"
6342
6343 - type: "plot"
6344   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6345   algorithm: "plot_nf_heatmap"
6346   output-file-type: ".html"
6347   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
6348   data: "plot-vpp-nfv-2n-skx-mrr"
6349   filter: "'NIC_Intel-XXV710' and
6350            'NF_DENSITY' and
6351            'VHOST' and
6352            'VXLAN' and
6353            'CHAIN' 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-vxlan-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-vxlan-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-vxlan-ndr"
6375   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6376   filter: "'NIC_Intel-XXV710' and
6377            'NF_DENSITY' and
6378            'VHOST' and
6379            'VXLAN' and
6380            'CHAIN' and
6381            '118' and
6382            '2T1C' and
6383            'NDRPDR'"
6384   parameters:
6385   - "throughput"
6386   - "name"
6387   - "tags"
6388   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6389   x-axis: "X = VNFs per Service Chain"
6390   y-axis: "Y = Number of Service Chains"
6391   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6392   layout:
6393     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6394     layout: "plot-service-density"
6395
6396 - type: "plot"
6397   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6398   algorithm: "plot_nf_heatmap"
6399   output-file-type: ".html"
6400   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
6401   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6402   filter: "'NIC_Intel-XXV710' and
6403            'NF_DENSITY' and
6404            'VHOST' and
6405            'VXLAN' and
6406            'CHAIN' and
6407            '118' and
6408            '4T2C' and
6409            'NDRPDR'"
6410   parameters:
6411   - "throughput"
6412   - "name"
6413   - "tags"
6414   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6415   x-axis: "X = VNFs per Service Chain"
6416   y-axis: "Y = Number of Service Chains"
6417   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6418   layout:
6419     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6420     layout: "plot-service-density"
6421
6422 - type: "plot"
6423   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6424   algorithm: "plot_nf_heatmap"
6425   output-file-type: ".html"
6426   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
6427   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6428   filter: "'NIC_Intel-XXV710' and
6429            'NF_DENSITY' and
6430            'VHOST' and
6431            'VXLAN' and
6432            'CHAIN' and
6433            '118' and
6434            '8T4C' and
6435            'NDRPDR'"
6436   parameters:
6437   - "throughput"
6438   - "name"
6439   - "tags"
6440   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6441   x-axis: "X = VNFs per Service Chain"
6442   y-axis: "Y = Number of Service Chains"
6443   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6444   layout:
6445     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6446     layout: "plot-service-density"
6447
6448 # Plots - NF Density - VSC - NDR IMIX
6449 - type: "plot"
6450   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6451   algorithm: "plot_nf_heatmap"
6452   output-file-type: ".html"
6453   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
6454   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6455   filter: "'NIC_Intel-XXV710' and
6456            'NF_DENSITY' and
6457            'VHOST' and
6458            'VXLAN' and
6459            'CHAIN' a
6460            'IMIX' and
6461            '2T1C' and
6462            'NDRPDR'"
6463   parameters:
6464   - "throughput"
6465   - "name"
6466   - "tags"
6467   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6468   x-axis: "X = VNFs per Service Chain"
6469   y-axis: "Y = Number of Service Chains"
6470   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6471   layout:
6472     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6473     layout: "plot-service-density"
6474
6475 - type: "plot"
6476   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6477   algorithm: "plot_nf_heatmap"
6478   output-file-type: ".html"
6479   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
6480   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6481   filter: "'NIC_Intel-XXV710' and
6482            'NF_DENSITY' and
6483            'VHOST' and
6484            'VXLAN' and
6485            'CHAIN' and
6486            'IMIX' and
6487            '4T2C' and
6488            'NDRPDR'"
6489   parameters:
6490   - "throughput"
6491   - "name"
6492   - "tags"
6493   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6494   x-axis: "X = VNFs per Service Chain"
6495   y-axis: "Y = Number of Service Chains"
6496   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6497   layout:
6498     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6499     layout: "plot-service-density"
6500
6501 - type: "plot"
6502   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6503   algorithm: "plot_nf_heatmap"
6504   output-file-type: ".html"
6505   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
6506   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6507   filter: "'NIC_Intel-XXV710' and
6508            'NF_DENSITY' and
6509            'VHOST' and
6510            'VXLAN' and
6511            'CHAIN' and
6512            'IMIX' and
6513            '8T4C' and
6514            'NDRPDR'"
6515   parameters:
6516   - "throughput"
6517   - "name"
6518   - "tags"
6519   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6520   x-axis: "X = VNFs per Service Chain"
6521   y-axis: "Y = Number of Service Chains"
6522   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6523   layout:
6524     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6525     layout: "plot-service-density"
6526
6527 # Plots - NF Density - VSC - PDR 64b
6528 - type: "plot"
6529   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6530   algorithm: "plot_nf_heatmap"
6531   output-file-type: ".html"
6532   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
6533   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6534   filter: "'NIC_Intel-XXV710' and
6535            'NF_DENSITY' and
6536            'VHOST' and
6537            'VXLAN' and
6538            'CHAIN' and
6539            '118' and
6540            '2T1C' and
6541            'NDRPDR'"
6542   parameters:
6543   - "throughput"
6544   - "name"
6545   - "tags"
6546   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6547   x-axis: "X = VNFs per Service Chain"
6548   y-axis: "Y = Number of Service Chains"
6549   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6550   layout:
6551     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6552     layout: "plot-service-density"
6553
6554 - type: "plot"
6555   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6556   algorithm: "plot_nf_heatmap"
6557   output-file-type: ".html"
6558   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
6559   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6560   filter: "'NIC_Intel-XXV710' and
6561            'NF_DENSITY' and
6562            'VHOST' and
6563            'VXLAN' and
6564            'CHAIN' and
6565            '118' and
6566            '4T2C' and
6567            'NDRPDR'"
6568   parameters:
6569   - "throughput"
6570   - "name"
6571   - "tags"
6572   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6573   x-axis: "X = VNFs per Service Chain"
6574   y-axis: "Y = Number of Service Chains"
6575   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6576   layout:
6577     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6578     layout: "plot-service-density"
6579
6580 - type: "plot"
6581   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6582   algorithm: "plot_nf_heatmap"
6583   output-file-type: ".html"
6584   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
6585   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6586   filter: "'NIC_Intel-XXV710' and
6587            'NF_DENSITY' and
6588            'VHOST' and
6589            'VXLAN' and
6590            'CHAIN' and
6591            '118' and
6592            '8T4C' and
6593            'NDRPDR'"
6594   parameters:
6595   - "throughput"
6596   - "name"
6597   - "tags"
6598   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6599   x-axis: "X = VNFs per Service Chain"
6600   y-axis: "Y = Number of Service Chains"
6601   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6602   layout:
6603     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6604     layout: "plot-service-density"
6605
6606 # Plots - NF Density - VSC - PDR IMIX
6607 - type: "plot"
6608   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6609   algorithm: "plot_nf_heatmap"
6610   output-file-type: ".html"
6611   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
6612   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6613   filter: "'NIC_Intel-XXV710' and
6614            'NF_DENSITY' and
6615            'VHOST' and
6616            'VXLAN' and
6617            'CHAIN' and
6618            'IMIX' and
6619            '2T1C' and
6620            'NDRPDR'"
6621   parameters:
6622   - "throughput"
6623   - "name"
6624   - "tags"
6625   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6626   x-axis: "X = VNFs per Service Chain"
6627   y-axis: "Y = Number of Service Chains"
6628   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6629   layout:
6630     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6631     layout: "plot-service-density"
6632
6633 - type: "plot"
6634   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6635   algorithm: "plot_nf_heatmap"
6636   output-file-type: ".html"
6637   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
6638   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6639   filter: "'NIC_Intel-XXV710' and
6640            'NF_DENSITY' and
6641            'VHOST' and
6642            'VXLAN' and
6643            'CHAIN' and
6644            'IMIX' and
6645            '4T2C' and
6646            'NDRPDR'"
6647   parameters:
6648   - "throughput"
6649   - "name"
6650   - "tags"
6651   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6652   x-axis: "X = VNFs per Service Chain"
6653   y-axis: "Y = Number of Service Chains"
6654   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6655   layout:
6656     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6657     layout: "plot-service-density"
6658
6659 - type: "plot"
6660   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6661   algorithm: "plot_nf_heatmap"
6662   output-file-type: ".html"
6663   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
6664   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6665   filter: "'NIC_Intel-XXV710' and
6666            'NF_DENSITY' and
6667            'VHOST' and
6668            'VXLAN' and
6669            'CHAIN' and
6670            'IMIX' and
6671            '8T4C' and
6672            'NDRPDR'"
6673   parameters:
6674   - "throughput"
6675   - "name"
6676   - "tags"
6677   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6678   x-axis: "X = VNFs per Service Chain"
6679   y-axis: "Y = Number of Service Chains"
6680   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6681   layout:
6682     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6683     layout: "plot-service-density"
6684
6685 ###############################################################################
6686 # Plots - NF Density - CSC - MRR 64b
6687 - type: "plot"
6688   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6689   algorithm: "plot_nf_heatmap"
6690   output-file-type: ".html"
6691   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
6692   data: "plot-vpp-nfv-2n-skx-mrr"
6693   filter: "'NIC_Intel-XXV710' and
6694            'NF_DENSITY' and
6695            'DOCKER' and
6696            'CHAIN' and
6697            'NF_VPPIP4' and
6698            '64B' and
6699            '2T1C' and
6700            'MRR'"
6701   parameters:
6702   - "result"
6703   - "name"
6704   - "tags"
6705   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6706   x-axis: "X = CNFs per Service Chain"
6707   y-axis: "Y = Number of Service Chains"
6708   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6709   layout:
6710     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6711     layout: "plot-service-density"
6712
6713 - type: "plot"
6714   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6715   algorithm: "plot_nf_heatmap"
6716   output-file-type: ".html"
6717   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
6718   data: "plot-vpp-nfv-2n-skx-mrr"
6719   filter: "'NIC_Intel-XXV710' and
6720            'NF_DENSITY' and
6721            'DOCKER' and
6722            'CHAIN' and
6723            'NF_VPPIP4' and
6724            '64B' and
6725            '4T2C' and
6726            'MRR'"
6727   parameters:
6728   - "result"
6729   - "name"
6730   - "tags"
6731   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6732   x-axis: "X = CNFs per Service Chain"
6733   y-axis: "Y = Number of Service Chains"
6734   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6735   layout:
6736     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6737     layout: "plot-service-density"
6738
6739 - type: "plot"
6740   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6741   algorithm: "plot_nf_heatmap"
6742   output-file-type: ".html"
6743   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
6744   data: "plot-vpp-nfv-2n-skx-mrr"
6745   filter: "'NIC_Intel-XXV710' and
6746            'NF_DENSITY' and
6747            'DOCKER' and
6748            'CHAIN' and
6749            'NF_VPPIP4' and
6750            '64B' and
6751            '8T4C' and
6752            'MRR'"
6753   parameters:
6754   - "result"
6755   - "name"
6756   - "tags"
6757   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6758   x-axis: "X = CNFs per Service Chain"
6759   y-axis: "Y = Number of Service Chains"
6760   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6761   layout:
6762     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6763     layout: "plot-service-density"
6764
6765 # Plots - NF Density - CSC - MRR IMIX
6766 - type: "plot"
6767   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6768   algorithm: "plot_nf_heatmap"
6769   output-file-type: ".html"
6770   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
6771   data: "plot-vpp-nfv-2n-skx-mrr"
6772   filter: "'NIC_Intel-XXV710' and
6773            'NF_DENSITY' and
6774            'DOCKER' and
6775            'CHAIN' and
6776            'NF_VPPIP4' and
6777            'IMIX' and
6778            '2T1C' and
6779            'MRR'"
6780   parameters:
6781   - "result"
6782   - "name"
6783   - "tags"
6784   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6785   x-axis: "X = CNFs per Service Chain"
6786   y-axis: "Y = Number of Service Chains"
6787   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6788   layout:
6789     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6790     layout: "plot-service-density"
6791
6792 - type: "plot"
6793   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6794   algorithm: "plot_nf_heatmap"
6795   output-file-type: ".html"
6796   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
6797   data: "plot-vpp-nfv-2n-skx-mrr"
6798   filter: "'NIC_Intel-XXV710' and
6799            'NF_DENSITY' and
6800            'DOCKER' and
6801            'CHAIN' and
6802            'NF_VPPIP4' and
6803            'IMIX' and
6804            '4T2C' and
6805            'MRR'"
6806   parameters:
6807   - "result"
6808   - "name"
6809   - "tags"
6810   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6811   x-axis: "X = CNFs per Service Chain"
6812   y-axis: "Y = Number of Service Chains"
6813   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6814   layout:
6815     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6816     layout: "plot-service-density"
6817
6818 - type: "plot"
6819   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6820   algorithm: "plot_nf_heatmap"
6821   output-file-type: ".html"
6822   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
6823   data: "plot-vpp-nfv-2n-skx-mrr"
6824   filter: "'NIC_Intel-XXV710' and
6825            'NF_DENSITY' and
6826            'DOCKER' and
6827            'CHAIN' and
6828            'NF_VPPIP4' and
6829            'IMIX' and
6830            '8T4C' and
6831            'MRR'"
6832   parameters:
6833   - "result"
6834   - "name"
6835   - "tags"
6836   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6837   x-axis: "X = CNFs per Service Chain"
6838   y-axis: "Y = Number of Service Chains"
6839   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6840   layout:
6841     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6842     layout: "plot-service-density"
6843
6844 # Plots - NF Density - CSC - NDR 64b
6845 - type: "plot"
6846   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
6847   algorithm: "plot_nf_heatmap"
6848   output-file-type: ".html"
6849   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
6850   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6851   filter: "'NIC_Intel-XXV710' and
6852            'NF_DENSITY' and
6853            'DOCKER' and
6854            'CHAIN' and
6855            'NF_VPPIP4' and
6856            '64B' and
6857            '2T1C' and
6858            'NDRPDR'"
6859   parameters:
6860   - "throughput"
6861   - "name"
6862   - "tags"
6863   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6864   x-axis: "X = CNFs per Service Chain"
6865   y-axis: "Y = Number of Service Chains"
6866   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6867   layout:
6868     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
6869     layout: "plot-service-density"
6870
6871 - type: "plot"
6872   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
6873   algorithm: "plot_nf_heatmap"
6874   output-file-type: ".html"
6875   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
6876   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6877   filter: "'NIC_Intel-XXV710' and
6878            'NF_DENSITY' and
6879            'DOCKER' and
6880            'CHAIN' and
6881            'NF_VPPIP4' and
6882            '64B' and
6883            '4T2C' and
6884            'NDRPDR'"
6885   parameters:
6886   - "throughput"
6887   - "name"
6888   - "tags"
6889   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6890   x-axis: "X = CNFs per Service Chain"
6891   y-axis: "Y = Number of Service Chains"
6892   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6893   layout:
6894     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
6895     layout: "plot-service-density"
6896
6897 - type: "plot"
6898   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
6899   algorithm: "plot_nf_heatmap"
6900   output-file-type: ".html"
6901   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
6902   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6903   filter: "'NIC_Intel-XXV710' and
6904            'NF_DENSITY' and
6905            'DOCKER' and
6906            'CHAIN' and
6907            'NF_VPPIP4' and
6908            '64B' and
6909            '8T4C' and
6910            'NDRPDR'"
6911   parameters:
6912   - "throughput"
6913   - "name"
6914   - "tags"
6915   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6916   x-axis: "X = CNFs per Service Chain"
6917   y-axis: "Y = Number of Service Chains"
6918   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6919   layout:
6920     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
6921     layout: "plot-service-density"
6922
6923 # Plots - NF Density - CSC - NDR IMIX
6924 - type: "plot"
6925   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
6926   algorithm: "plot_nf_heatmap"
6927   output-file-type: ".html"
6928   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
6929   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6930   filter: "'NIC_Intel-XXV710' and
6931            'NF_DENSITY' and
6932            'DOCKER' and
6933            'CHAIN' and
6934            'NF_VPPIP4' and
6935            'IMIX' and
6936            '2T1C' and
6937            'NDRPDR'"
6938   parameters:
6939   - "throughput"
6940   - "name"
6941   - "tags"
6942   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6943   x-axis: "X = CNFs per Service Chain"
6944   y-axis: "Y = Number of Service Chains"
6945   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6946   layout:
6947     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
6948     layout: "plot-service-density"
6949
6950 - type: "plot"
6951   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
6952   algorithm: "plot_nf_heatmap"
6953   output-file-type: ".html"
6954   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
6955   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6956   filter: "'NIC_Intel-XXV710' and
6957            'NF_DENSITY' and
6958            'DOCKER' and
6959            'CHAIN' and
6960            'NF_VPPIP4' and
6961            'IMIX' and
6962            '4T2C' and
6963            'NDRPDR'"
6964   parameters:
6965   - "throughput"
6966   - "name"
6967   - "tags"
6968   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6969   x-axis: "X = CNFs per Service Chain"
6970   y-axis: "Y = Number of Service Chains"
6971   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6972   layout:
6973     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
6974     layout: "plot-service-density"
6975
6976 - type: "plot"
6977   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
6978   algorithm: "plot_nf_heatmap"
6979   output-file-type: ".html"
6980   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
6981   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6982   filter: "'NIC_Intel-XXV710' and
6983            'NF_DENSITY' and
6984            'DOCKER' and
6985            'CHAIN' and
6986            'NF_VPPIP4' and
6987            'IMIX' and
6988            '8T4C' and
6989            'NDRPDR'"
6990   parameters:
6991   - "throughput"
6992   - "name"
6993   - "tags"
6994   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6995   x-axis: "X = CNFs per Service Chain"
6996   y-axis: "Y = Number of Service Chains"
6997   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6998   layout:
6999     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7000     layout: "plot-service-density"
7001
7002 # Plots - NF Density - CSC - PDR 64b
7003 - type: "plot"
7004   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7005   algorithm: "plot_nf_heatmap"
7006   output-file-type: ".html"
7007   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7008   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7009   filter: "'NIC_Intel-XXV710' and
7010            'NF_DENSITY' and
7011            'DOCKER' and
7012            'CHAIN' and
7013            'NF_VPPIP4' and
7014            '64B' and
7015            '2T1C' and
7016            'NDRPDR'"
7017   parameters:
7018   - "throughput"
7019   - "name"
7020   - "tags"
7021   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7022   x-axis: "X = CNFs per Service Chain"
7023   y-axis: "Y = Number of Service Chains"
7024   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7025   layout:
7026     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7027     layout: "plot-service-density"
7028
7029 - type: "plot"
7030   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7031   algorithm: "plot_nf_heatmap"
7032   output-file-type: ".html"
7033   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7034   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7035   filter: "'NIC_Intel-XXV710' and
7036            'NF_DENSITY' and
7037            'DOCKER' and
7038            'CHAIN' and
7039            'NF_VPPIP4' and
7040            '64B' and
7041            '4T2C' and
7042            'NDRPDR'"
7043   parameters:
7044   - "throughput"
7045   - "name"
7046   - "tags"
7047   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7048   x-axis: "X = CNFs per Service Chain"
7049   y-axis: "Y = Number of Service Chains"
7050   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7051   layout:
7052     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7053     layout: "plot-service-density"
7054
7055 - type: "plot"
7056   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7057   algorithm: "plot_nf_heatmap"
7058   output-file-type: ".html"
7059   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7060   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7061   filter: "'NIC_Intel-XXV710' and
7062            'NF_DENSITY' and
7063            'DOCKER' and
7064            'CHAIN' and
7065            'NF_VPPIP4' and
7066            '64B' and
7067            '8T4C' and
7068            'NDRPDR'"
7069   parameters:
7070   - "throughput"
7071   - "name"
7072   - "tags"
7073   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7074   x-axis: "X = CNFs per Service Chain"
7075   y-axis: "Y = Number of Service Chains"
7076   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7077   layout:
7078     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7079     layout: "plot-service-density"
7080
7081 # Plots - NF Density - CSC - PDR IMIX
7082 - type: "plot"
7083   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7084   algorithm: "plot_nf_heatmap"
7085   output-file-type: ".html"
7086   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7087   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7088   filter: "'NIC_Intel-XXV710' and
7089            'NF_DENSITY' and
7090            'DOCKER' and
7091            'CHAIN' and
7092            'NF_VPPIP4' and
7093            'IMIX' and
7094            '2T1C' and
7095            'NDRPDR'"
7096   parameters:
7097   - "throughput"
7098   - "name"
7099   - "tags"
7100   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7101   x-axis: "X = CNFs per Service Chain"
7102   y-axis: "Y = Number of Service Chains"
7103   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7104   layout:
7105     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7106     layout: "plot-service-density"
7107
7108 - type: "plot"
7109   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7110   algorithm: "plot_nf_heatmap"
7111   output-file-type: ".html"
7112   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7113   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7114   filter: "'NIC_Intel-XXV710' and
7115            'NF_DENSITY' and
7116            'DOCKER' and
7117            'CHAIN' and
7118            'NF_VPPIP4' and
7119            'IMIX' and
7120            '4T2C' and
7121            'NDRPDR'"
7122   parameters:
7123   - "throughput"
7124   - "name"
7125   - "tags"
7126   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7127   x-axis: "X = CNFs per Service Chain"
7128   y-axis: "Y = Number of Service Chains"
7129   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7130   layout:
7131     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7132     layout: "plot-service-density"
7133
7134 - type: "plot"
7135   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7136   algorithm: "plot_nf_heatmap"
7137   output-file-type: ".html"
7138   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7139   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7140   filter: "'NIC_Intel-XXV710' and
7141            'NF_DENSITY' and
7142            'DOCKER' and
7143            'CHAIN' and
7144            'NF_VPPIP4' and
7145            'IMIX' and
7146            '8T4C' and
7147            'NDRPDR'"
7148   parameters:
7149   - "throughput"
7150   - "name"
7151   - "tags"
7152   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7153   x-axis: "X = CNFs per Service Chain"
7154   y-axis: "Y = Number of Service Chains"
7155   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7156   layout:
7157     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7158     layout: "plot-service-density"
7159
7160 ###############################################################################
7161
7162 # Plots - NF Density - CSC - MRR IMIX
7163 - type: "plot"
7164   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7165   algorithm: "plot_nf_heatmap"
7166   output-file-type: ".html"
7167   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-csc-mrr"
7168   data: "plot-vpp-nfv-3n-skx-mrr"
7169   filter: "'NIC_Intel-XXV710' and
7170            'NF_DENSITY' and
7171            'DOCKER' and
7172            'CHAIN' and
7173            'NF_VPPIP4' and
7174            'IMIX' and
7175            '2T1C' and
7176            'MRR'"
7177   parameters:
7178   - "result"
7179   - "name"
7180   - "tags"
7181   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7182   x-axis: "X = CNFs per Service Chain"
7183   y-axis: "Y = Number of Service Chains"
7184   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7185   layout:
7186     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7187     layout: "plot-service-density"
7188
7189 - type: "plot"
7190   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7191   algorithm: "plot_nf_heatmap"
7192   output-file-type: ".html"
7193   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-csc-mrr"
7194   data: "plot-vpp-nfv-3n-skx-mrr"
7195   filter: "'NIC_Intel-XXV710' and
7196            'NF_DENSITY' and
7197            'DOCKER' and
7198            'CHAIN' and
7199            'NF_VPPIP4' and
7200            'IPSEC' and
7201            'IMIX' and
7202            '4T2C' and
7203            'MRR'"
7204   parameters:
7205   - "result"
7206   - "name"
7207   - "tags"
7208   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7209   x-axis: "X = CNFs per Service Chain"
7210   y-axis: "Y = Number of Service Chains"
7211   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7212   layout:
7213     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7214     layout: "plot-service-density"
7215
7216 - type: "plot"
7217   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7218   algorithm: "plot_nf_heatmap"
7219   output-file-type: ".html"
7220   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-csc-mrr"
7221   data: "plot-vpp-nfv-3n-skx-mrr"
7222   filter: "'NIC_Intel-XXV710' and
7223            'NF_DENSITY' and
7224            'DOCKER' and
7225            'CHAIN' and
7226            'NF_VPPIP4' and
7227            'IPSEC' and
7228            'IMIX' and
7229            '8T4C' and
7230            'MRR'"
7231   parameters:
7232   - "result"
7233   - "name"
7234   - "tags"
7235   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7236   x-axis: "X = CNFs per Service Chain"
7237   y-axis: "Y = Number of Service Chains"
7238   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7239   layout:
7240     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7241     layout: "plot-service-density"
7242
7243 # Plots - NF Density - CSC - NDR IMIX
7244 - type: "plot"
7245   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7246   algorithm: "plot_nf_heatmap"
7247   output-file-type: ".html"
7248   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-csc-ndr"
7249   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7250   filter: "'NIC_Intel-XXV710' and
7251            'NF_DENSITY' and
7252            'DOCKER' and
7253            'CHAIN' and
7254            'NF_VPPIP4' and
7255            'IPSEC' and
7256            'IMIX' and
7257            '2T1C' and
7258            'NDRPDR'"
7259   parameters:
7260   - "throughput"
7261   - "name"
7262   - "tags"
7263   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7264   x-axis: "X = CNFs per Service Chain"
7265   y-axis: "Y = Number of Service Chains"
7266   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7267   layout:
7268     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7269     layout: "plot-service-density"
7270
7271 - type: "plot"
7272   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7273   algorithm: "plot_nf_heatmap"
7274   output-file-type: ".html"
7275   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-csc-ndr"
7276   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7277   filter: "'NIC_Intel-XXV710' and
7278            'NF_DENSITY' and
7279            'DOCKER' and
7280            'CHAIN' and
7281            'NF_VPPIP4' and
7282            'IPSEC' and
7283            'IMIX' and
7284            '4T2C' and
7285            'NDRPDR'"
7286   parameters:
7287   - "throughput"
7288   - "name"
7289   - "tags"
7290   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7291   x-axis: "X = CNFs per Service Chain"
7292   y-axis: "Y = Number of Service Chains"
7293   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7294   layout:
7295     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7296     layout: "plot-service-density"
7297
7298 - type: "plot"
7299   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7300   algorithm: "plot_nf_heatmap"
7301   output-file-type: ".html"
7302   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-csc-ndr"
7303   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7304   filter: "'NIC_Intel-XXV710' and
7305            'NF_DENSITY' and
7306            'DOCKER' and
7307            'CHAIN' and
7308            'NF_VPPIP4' and
7309            'IPSEC' and
7310            'IMIX' and
7311            '8T4C' and
7312            'NDRPDR'"
7313   parameters:
7314   - "throughput"
7315   - "name"
7316   - "tags"
7317   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7318   x-axis: "X = CNFs per Service Chain"
7319   y-axis: "Y = Number of Service Chains"
7320   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7321   layout:
7322     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7323     layout: "plot-service-density"
7324
7325 # Plots - NF Density - CSC - PDR IMIX
7326 - type: "plot"
7327   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7328   algorithm: "plot_nf_heatmap"
7329   output-file-type: ".html"
7330   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-csc-pdr"
7331   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7332   filter: "'NIC_Intel-XXV710' and
7333            'NF_DENSITY' and
7334            'DOCKER' and
7335            'CHAIN' and
7336            'NF_VPPIP4' and
7337            'IPSEC' and
7338            'IMIX' and
7339            '2T1C' and
7340            'NDRPDR'"
7341   parameters:
7342   - "throughput"
7343   - "name"
7344   - "tags"
7345   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7346   x-axis: "X = CNFs per Service Chain"
7347   y-axis: "Y = Number of Service Chains"
7348   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7349   layout:
7350     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7351     layout: "plot-service-density"
7352
7353 - type: "plot"
7354   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7355   algorithm: "plot_nf_heatmap"
7356   output-file-type: ".html"
7357   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-csc-pdr"
7358   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7359   filter: "'NIC_Intel-XXV710' and
7360            'NF_DENSITY' and
7361            'DOCKER' and
7362            'CHAIN' and
7363            'NF_VPPIP4' and
7364            'IPSEC' and
7365            'IMIX' and
7366            '4T2C' and
7367            'NDRPDR'"
7368   parameters:
7369   - "throughput"
7370   - "name"
7371   - "tags"
7372   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7373   x-axis: "X = CNFs per Service Chain"
7374   y-axis: "Y = Number of Service Chains"
7375   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7376   layout:
7377     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7378     layout: "plot-service-density"
7379
7380 - type: "plot"
7381   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7382   algorithm: "plot_nf_heatmap"
7383   output-file-type: ".html"
7384   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-csc-pdr"
7385   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7386   filter: "'NIC_Intel-XXV710' and
7387            'NF_DENSITY' and
7388            'DOCKER' and
7389            'CHAIN' and
7390            'NF_VPPIP4' and
7391            'IPSEC' and
7392            'IMIX' and
7393            '8T4C' and
7394            'NDRPDR'"
7395   parameters:
7396   - "throughput"
7397   - "name"
7398   - "tags"
7399   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7400   x-axis: "X = CNFs per Service Chain"
7401   y-axis: "Y = Number of Service Chains"
7402   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7403   layout:
7404     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7405     layout: "plot-service-density"
7406
7407 ###############################################################################
7408
7409 # Plots - NF Density - CSC - MRR IMIX
7410 - type: "plot"
7411   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7412   algorithm: "plot_nf_heatmap"
7413   output-file-type: ".html"
7414   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-csc-mrr"
7415   data: "plot-vpp-nfv-3n-hsw-mrr"
7416   filter: "'NIC_Intel-XL710' and
7417            'NF_DENSITY' and
7418            'DOCKER' and
7419            'CHAIN' and
7420            'NF_VPPIP4' and
7421            'IMIX' and
7422            '1T1C' and
7423            'MRR'"
7424   parameters:
7425   - "result"
7426   - "name"
7427   - "tags"
7428   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7429   x-axis: "X = CNFs per Service Chain"
7430   y-axis: "Y = Number of Service Chains"
7431   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7432   layout:
7433     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7434     layout: "plot-service-density"
7435
7436 - type: "plot"
7437   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7438   algorithm: "plot_nf_heatmap"
7439   output-file-type: ".html"
7440   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-csc-mrr"
7441   data: "plot-vpp-nfv-3n-hsw-mrr"
7442   filter: "'NIC_Intel-XL710' and
7443            'NF_DENSITY' and
7444            'DOCKER' and
7445            'CHAIN' and
7446            'NF_VPPIP4' and
7447            'IPSEC' and
7448            'IMIX' and
7449            '2T2C' and
7450            'MRR'"
7451   parameters:
7452   - "result"
7453   - "name"
7454   - "tags"
7455   include-tests: "MRR" # "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 MRR) [Mpps]"
7459   layout:
7460     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7461     layout: "plot-service-density"
7462
7463 - type: "plot"
7464   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7465   algorithm: "plot_nf_heatmap"
7466   output-file-type: ".html"
7467   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-csc-mrr"
7468   data: "plot-vpp-nfv-3n-hsw-mrr"
7469   filter: "'NIC_Intel-XL710' and
7470            'NF_DENSITY' and
7471            'DOCKER' and
7472            'CHAIN' and
7473            'NF_VPPIP4' and
7474            'IPSEC' and
7475            'IMIX' and
7476            '4T4C' and
7477            'MRR'"
7478   parameters:
7479   - "result"
7480   - "name"
7481   - "tags"
7482   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7483   x-axis: "X = CNFs per Service Chain"
7484   y-axis: "Y = Number of Service Chains"
7485   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7486   layout:
7487     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7488     layout: "plot-service-density"
7489
7490 # Plots - NF Density - CSC - NDR IMIX
7491 - type: "plot"
7492   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7493   algorithm: "plot_nf_heatmap"
7494   output-file-type: ".html"
7495   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-csc-ndr"
7496   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7497   filter: "'NIC_Intel-XL710' and
7498            'NF_DENSITY' and
7499            'DOCKER' and
7500            'CHAIN' and
7501            'NF_VPPIP4' and
7502            'IPSEC' and
7503            'IMIX' and
7504            '1T1C' and
7505            'NDRPDR'"
7506   parameters:
7507   - "throughput"
7508   - "name"
7509   - "tags"
7510   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7511   x-axis: "X = CNFs per Service Chain"
7512   y-axis: "Y = Number of Service Chains"
7513   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7514   layout:
7515     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7516     layout: "plot-service-density"
7517
7518 - type: "plot"
7519   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7520   algorithm: "plot_nf_heatmap"
7521   output-file-type: ".html"
7522   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-csc-ndr"
7523   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7524   filter: "'NIC_Intel-XL710' and
7525            'NF_DENSITY' and
7526            'DOCKER' and
7527            'CHAIN' and
7528            'NF_VPPIP4' and
7529            'IPSEC' and
7530            'IMIX' and
7531            '2T2C' and
7532            'NDRPDR'"
7533   parameters:
7534   - "throughput"
7535   - "name"
7536   - "tags"
7537   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7538   x-axis: "X = CNFs per Service Chain"
7539   y-axis: "Y = Number of Service Chains"
7540   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7541   layout:
7542     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7543     layout: "plot-service-density"
7544
7545 - type: "plot"
7546   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7547   algorithm: "plot_nf_heatmap"
7548   output-file-type: ".html"
7549   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-csc-ndr"
7550   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7551   filter: "'NIC_Intel-XL710' and
7552            'NF_DENSITY' and
7553            'DOCKER' and
7554            'CHAIN' and
7555            'NF_VPPIP4' and
7556            'IPSEC' and
7557            'IMIX' and
7558            '4T4C' and
7559            'NDRPDR'"
7560   parameters:
7561   - "throughput"
7562   - "name"
7563   - "tags"
7564   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7565   x-axis: "X = CNFs per Service Chain"
7566   y-axis: "Y = Number of Service Chains"
7567   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7568   layout:
7569     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7570     layout: "plot-service-density"
7571
7572 # Plots - NF Density - CSC - PDR IMIX
7573 - type: "plot"
7574   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7575   algorithm: "plot_nf_heatmap"
7576   output-file-type: ".html"
7577   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-csc-pdr"
7578   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7579   filter: "'NIC_Intel-XL710' and
7580            'NF_DENSITY' and
7581            'DOCKER' and
7582            'CHAIN' and
7583            'NF_VPPIP4' and
7584            'IPSEC' and
7585            'IMIX' and
7586            '1T1C' and
7587            'NDRPDR'"
7588   parameters:
7589   - "throughput"
7590   - "name"
7591   - "tags"
7592   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7593   x-axis: "X = CNFs per Service Chain"
7594   y-axis: "Y = Number of Service Chains"
7595   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7596   layout:
7597     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7598     layout: "plot-service-density"
7599
7600 - type: "plot"
7601   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7602   algorithm: "plot_nf_heatmap"
7603   output-file-type: ".html"
7604   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-csc-pdr"
7605   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7606   filter: "'NIC_Intel-XL710' and
7607            'NF_DENSITY' and
7608            'DOCKER' and
7609            'CHAIN' and
7610            'NF_VPPIP4' and
7611            'IPSEC' and
7612            'IMIX' and
7613            '2T2C' and
7614            'NDRPDR'"
7615   parameters:
7616   - "throughput"
7617   - "name"
7618   - "tags"
7619   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7620   x-axis: "X = CNFs per Service Chain"
7621   y-axis: "Y = Number of Service Chains"
7622   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7623   layout:
7624     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7625     layout: "plot-service-density"
7626
7627 - type: "plot"
7628   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7629   algorithm: "plot_nf_heatmap"
7630   output-file-type: ".html"
7631   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-csc-pdr"
7632   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7633   filter: "'NIC_Intel-XL710' and
7634            'NF_DENSITY' and
7635            'DOCKER' and
7636            'CHAIN' and
7637            'NF_VPPIP4' and
7638            'IPSEC' and
7639            'IMIX' and
7640            '4T4C' and
7641            'NDRPDR'"
7642   parameters:
7643   - "throughput"
7644   - "name"
7645   - "tags"
7646   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7647   x-axis: "X = CNFs per Service Chain"
7648   y-axis: "Y = Number of Service Chains"
7649   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7650   layout:
7651     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7652     layout: "plot-service-density"
7653
7654 ###############################################################################
7655 # Plots - NF Density - CSP - MRR 64b
7656 - type: "plot"
7657   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
7658   algorithm: "plot_nf_heatmap"
7659   output-file-type: ".html"
7660   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
7661   data: "plot-vpp-nfv-2n-skx-mrr"
7662   filter: "'NIC_Intel-XXV710' and
7663            'NF_DENSITY' and
7664            'DOCKER' and
7665            'PIPELINE' and
7666            'NF_VPPIP4' and
7667            '64B' and
7668            '2T1C' and
7669            'MRR'"
7670   parameters:
7671   - "result"
7672   - "name"
7673   - "tags"
7674   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7675   x-axis: "X = CNFs per Service Pipeline"
7676   y-axis: "Y = Number of Service Pipelines"
7677   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7678   layout:
7679     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
7680     layout: "plot-service-density"
7681
7682 - type: "plot"
7683   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
7684   algorithm: "plot_nf_heatmap"
7685   output-file-type: ".html"
7686   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
7687   data: "plot-vpp-nfv-2n-skx-mrr"
7688   filter: "'NIC_Intel-XXV710' and
7689            'NF_DENSITY' and
7690            'DOCKER' and
7691            'PIPELINE' and
7692            'NF_VPPIP4' and
7693            '64B' and
7694            '4T2C' and
7695            'MRR'"
7696   parameters:
7697   - "result"
7698   - "name"
7699   - "tags"
7700   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7701   x-axis: "X = CNFs per Service Pipeline"
7702   y-axis: "Y = Number of Service Pipelines"
7703   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7704   layout:
7705     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
7706     layout: "plot-service-density"
7707
7708 - type: "plot"
7709   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
7710   algorithm: "plot_nf_heatmap"
7711   output-file-type: ".html"
7712   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
7713   data: "plot-vpp-nfv-2n-skx-mrr"
7714   filter: "'NIC_Intel-XXV710' and
7715            'NF_DENSITY' and
7716            'DOCKER' and
7717            'PIPELINE' and
7718            'NF_VPPIP4' and
7719            '64B' and
7720            '8T4C' and
7721            'MRR'"
7722   parameters:
7723   - "result"
7724   - "name"
7725   - "tags"
7726   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7727   x-axis: "X = CNFs per Service Pipeline"
7728   y-axis: "Y = Number of Service Pipelines"
7729   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7730   layout:
7731     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
7732     layout: "plot-service-density"
7733
7734 # Plots - NF Density - CSP - MRR IMIX
7735 - type: "plot"
7736   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
7737   algorithm: "plot_nf_heatmap"
7738   output-file-type: ".html"
7739   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
7740   data: "plot-vpp-nfv-2n-skx-mrr"
7741   filter: "'NIC_Intel-XXV710' and
7742            'NF_DENSITY' and
7743            'DOCKER' and
7744            'PIPELINE' and
7745            'NF_VPPIP4' and
7746            'IMIX' and
7747            '2T1C' and
7748            'MRR'"
7749   parameters:
7750   - "result"
7751   - "name"
7752   - "tags"
7753   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7754   x-axis: "X = CNFs per Service Pipeline"
7755   y-axis: "Y = Number of Service Pipelines"
7756   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7757   layout:
7758     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
7759     layout: "plot-service-density"
7760
7761 - type: "plot"
7762   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
7763   algorithm: "plot_nf_heatmap"
7764   output-file-type: ".html"
7765   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
7766   data: "plot-vpp-nfv-2n-skx-mrr"
7767   filter: "'NIC_Intel-XXV710' and
7768            'NF_DENSITY' and
7769            'DOCKER' and
7770            'PIPELINE' and
7771            'NF_VPPIP4' and
7772            'IMIX' and
7773            '4T2C' and
7774            'MRR'"
7775   parameters:
7776   - "result"
7777   - "name"
7778   - "tags"
7779   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7780   x-axis: "X = CNFs per Service Pipeline"
7781   y-axis: "Y = Number of Service Pipelines"
7782   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7783   layout:
7784     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
7785     layout: "plot-service-density"
7786
7787 - type: "plot"
7788   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
7789   algorithm: "plot_nf_heatmap"
7790   output-file-type: ".html"
7791   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
7792   data: "plot-vpp-nfv-2n-skx-mrr"
7793   filter: "'NIC_Intel-XXV710' and
7794            'NF_DENSITY' and
7795            'DOCKER' and
7796            'PIPELINE' and
7797            'NF_VPPIP4' and
7798            'IMIX' and
7799            '8T4C' and
7800            'MRR'"
7801   parameters:
7802   - "result"
7803   - "name"
7804   - "tags"
7805   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7806   x-axis: "X = CNFs per Service Pipeline"
7807   y-axis: "Y = Number of Service Pipelines"
7808   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7809   layout:
7810     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
7811     layout: "plot-service-density"
7812
7813 # Plots - NF Density - CSP - NDR 64b
7814 - type: "plot"
7815   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
7816   algorithm: "plot_nf_heatmap"
7817   output-file-type: ".html"
7818   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
7819   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7820   filter: "'NIC_Intel-XXV710' and
7821            'NF_DENSITY' and
7822            'DOCKER' and
7823            'PIPELINE' and
7824            'NF_VPPIP4' and
7825            '64B' and
7826            '2T1C' and
7827            'NDRPDR'"
7828   parameters:
7829   - "throughput"
7830   - "name"
7831   - "tags"
7832   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7833   x-axis: "X = CNFs per Service Pipeline"
7834   y-axis: "Y = Number of Service Pipelines"
7835   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7836   layout:
7837     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
7838     layout: "plot-service-density"
7839
7840 - type: "plot"
7841   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
7842   algorithm: "plot_nf_heatmap"
7843   output-file-type: ".html"
7844   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
7845   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7846   filter: "'NIC_Intel-XXV710' and
7847            'NF_DENSITY' and
7848            'DOCKER' and
7849            'PIPELINE' and
7850            'NF_VPPIP4' and
7851            '64B' and
7852            '4T2C' and
7853            'NDRPDR'"
7854   parameters:
7855   - "throughput"
7856   - "name"
7857   - "tags"
7858   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7859   x-axis: "X = CNFs per Service Pipeline"
7860   y-axis: "Y = Number of Service Pipelines"
7861   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7862   layout:
7863     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
7864     layout: "plot-service-density"
7865
7866 - type: "plot"
7867   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
7868   algorithm: "plot_nf_heatmap"
7869   output-file-type: ".html"
7870   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
7871   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7872   filter: "'NIC_Intel-XXV710' and
7873            'NF_DENSITY' and
7874            'DOCKER' and
7875            'PIPELINE' and
7876            'NF_VPPIP4' and
7877            '64B' and
7878            '8T4C' and
7879            'NDRPDR'"
7880   parameters:
7881   - "throughput"
7882   - "name"
7883   - "tags"
7884   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7885   x-axis: "X = CNFs per Service Pipeline"
7886   y-axis: "Y = Number of Service Pipelines"
7887   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7888   layout:
7889     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
7890     layout: "plot-service-density"
7891
7892 # Plots - NF Density - CSP - NDR IMIX
7893 - type: "plot"
7894   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
7895   algorithm: "plot_nf_heatmap"
7896   output-file-type: ".html"
7897   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
7898   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7899   filter: "'NIC_Intel-XXV710' and
7900            'NF_DENSITY' and
7901            'DOCKER' and
7902            'PIPELINE' and
7903            'NF_VPPIP4' and
7904            'IMIX' and
7905            '2T1C' and
7906            'NDRPDR'"
7907   parameters:
7908   - "throughput"
7909   - "name"
7910   - "tags"
7911   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7912   x-axis: "X = CNFs per Service Pipeline"
7913   y-axis: "Y = Number of Service Pipelines"
7914   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7915   layout:
7916     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
7917     layout: "plot-service-density"
7918
7919 - type: "plot"
7920   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
7921   algorithm: "plot_nf_heatmap"
7922   output-file-type: ".html"
7923   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
7924   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7925   filter: "'NIC_Intel-XXV710' and
7926            'NF_DENSITY' and
7927            'DOCKER' and
7928            'PIPELINE' and
7929            'NF_VPPIP4' and
7930            'IMIX' and
7931            '4T2C' and
7932            'NDRPDR'"
7933   parameters:
7934   - "throughput"
7935   - "name"
7936   - "tags"
7937   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7938   x-axis: "X = CNFs per Service Pipeline"
7939   y-axis: "Y = Number of Service Pipelines"
7940   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7941   layout:
7942     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
7943     layout: "plot-service-density"
7944
7945 - type: "plot"
7946   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
7947   algorithm: "plot_nf_heatmap"
7948   output-file-type: ".html"
7949   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
7950   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7951   filter: "'NIC_Intel-XXV710' and
7952            'NF_DENSITY' and
7953            'DOCKER' and
7954            'PIPELINE' and
7955            'NF_VPPIP4' and
7956            'IMIX' and
7957            '8T4C' and
7958            'NDRPDR'"
7959   parameters:
7960   - "throughput"
7961   - "name"
7962   - "tags"
7963   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7964   x-axis: "X = CNFs per Service Pipeline"
7965   y-axis: "Y = Number of Service Pipelines"
7966   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7967   layout:
7968     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
7969     layout: "plot-service-density"
7970
7971 # Plots - NF Density - CSP - PDR 64b
7972 - type: "plot"
7973   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
7974   algorithm: "plot_nf_heatmap"
7975   output-file-type: ".html"
7976   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
7977   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7978   filter: "'NIC_Intel-XXV710' and
7979            'NF_DENSITY' and
7980            'DOCKER' and
7981            'PIPELINE' and
7982            'NF_VPPIP4' and
7983            '64B' and
7984            '2T1C' and
7985            'NDRPDR'"
7986   parameters:
7987   - "throughput"
7988   - "name"
7989   - "tags"
7990   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7991   x-axis: "X = CNFs per Service Pipeline"
7992   y-axis: "Y = Number of Service Pipelines"
7993   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7994   layout:
7995     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
7996     layout: "plot-service-density"
7997
7998 - type: "plot"
7999   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
8000   algorithm: "plot_nf_heatmap"
8001   output-file-type: ".html"
8002   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
8003   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8004   filter: "'NIC_Intel-XXV710' and
8005            'NF_DENSITY' and
8006            'DOCKER' and
8007            'PIPELINE' and
8008            'NF_VPPIP4' and
8009            '64B' and
8010            '4T2C' and
8011            'NDRPDR'"
8012   parameters:
8013   - "throughput"
8014   - "name"
8015   - "tags"
8016   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8017   x-axis: "X = CNFs per Service Pipeline"
8018   y-axis: "Y = Number of Service Pipelines"
8019   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8020   layout:
8021     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
8022     layout: "plot-service-density"
8023
8024 - type: "plot"
8025   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
8026   algorithm: "plot_nf_heatmap"
8027   output-file-type: ".html"
8028   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
8029   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8030   filter: "'NIC_Intel-XXV710' and
8031            'NF_DENSITY' and
8032            'DOCKER' and
8033            'PIPELINE' and
8034            'NF_VPPIP4' and
8035            '64B' and
8036            '8T4C' and
8037            'NDRPDR'"
8038   parameters:
8039   - "throughput"
8040   - "name"
8041   - "tags"
8042   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8043   x-axis: "X = CNFs per Service Pipeline"
8044   y-axis: "Y = Number of Service Pipelines"
8045   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8046   layout:
8047     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
8048     layout: "plot-service-density"
8049
8050 # Plots - NF Density - CSP - PDR IMIX
8051 - type: "plot"
8052   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
8053   algorithm: "plot_nf_heatmap"
8054   output-file-type: ".html"
8055   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
8056   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8057   filter: "'NIC_Intel-XXV710' and
8058            'NF_DENSITY' and
8059            'DOCKER' and
8060            'PIPELINE' and
8061            'NF_VPPIP4' and
8062            'IMIX' and
8063            '2T1C' and
8064            'NDRPDR'"
8065   parameters:
8066   - "throughput"
8067   - "name"
8068   - "tags"
8069   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8070   x-axis: "X = CNFs per Service Pipeline"
8071   y-axis: "Y = Number of Service Pipelines"
8072   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8073   layout:
8074     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
8075     layout: "plot-service-density"
8076
8077 - type: "plot"
8078   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
8079   algorithm: "plot_nf_heatmap"
8080   output-file-type: ".html"
8081   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
8082   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8083   filter: "'NIC_Intel-XXV710' and
8084            'NF_DENSITY' and
8085            'DOCKER' and
8086            'PIPELINE' and
8087            'NF_VPPIP4' and
8088            'IMIX' and
8089            '4T2C' and
8090            'NDRPDR'"
8091   parameters:
8092   - "throughput"
8093   - "name"
8094   - "tags"
8095   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8096   x-axis: "X = CNFs per Service Pipeline"
8097   y-axis: "Y = Number of Service Pipelines"
8098   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8099   layout:
8100     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
8101     layout: "plot-service-density"
8102
8103 - type: "plot"
8104   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
8105   algorithm: "plot_nf_heatmap"
8106   output-file-type: ".html"
8107   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
8108   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8109   filter: "'NIC_Intel-XXV710' and
8110            'NF_DENSITY' and
8111            'DOCKER' and
8112            'PIPELINE' and
8113            'NF_VPPIP4' and
8114            'IMIX' and
8115            '8T4C' and
8116            'NDRPDR'"
8117   parameters:
8118   - "throughput"
8119   - "name"
8120   - "tags"
8121   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8122   x-axis: "X = CNFs per Service Pipeline"
8123   y-axis: "Y = Number of Service Pipelines"
8124   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8125   layout:
8126     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
8127     layout: "plot-service-density"
8128
8129 ###############################################################################
8130 # Plots - 2n-clx NF Density - VSC - MRR IMIX
8131 -
8132 - type: "plot"
8133   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8134   algorithm: "plot_nf_heatmap"
8135   output-file-type: ".html"
8136   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
8137   data: "plot-vpp-nfv-2n-clx-mrr"
8138   filter: "'NIC_Intel-XXV710' and
8139            'NF_DENSITY' and
8140            'VHOST' and
8141            not 'VXLAN' and
8142            'CHAIN' and
8143            'NF_VPPIP4' and
8144            'IMIX' and
8145            '2T1C' and
8146            'MRR'"
8147   parameters:
8148   - "result"
8149   - "name"
8150   - "tags"
8151   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8152   x-axis: "X = VNFs per Service Chain"
8153   y-axis: "Y = Number of Service Chains"
8154   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8155   layout:
8156     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8157     layout: "plot-service-density"
8158
8159 - type: "plot"
8160   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8161   algorithm: "plot_nf_heatmap"
8162   output-file-type: ".html"
8163   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
8164   data: "plot-vpp-nfv-2n-clx-mrr"
8165   filter: "'NIC_Intel-XXV710' and
8166            'NF_DENSITY' and
8167            'VHOST' and
8168            not 'VXLAN' and
8169            'CHAIN' and
8170            'NF_VPPIP4' and
8171            'IMIX' and
8172            '4T2C' and
8173            'MRR'"
8174   parameters:
8175   - "result"
8176   - "name"
8177   - "tags"
8178   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8179   x-axis: "X = VNFs per Service Chain"
8180   y-axis: "Y = Number of Service Chains"
8181   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8182   layout:
8183     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8184     layout: "plot-service-density"
8185
8186 - type: "plot"
8187   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8188   algorithm: "plot_nf_heatmap"
8189   output-file-type: ".html"
8190   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
8191   data: "plot-vpp-nfv-2n-clx-mrr"
8192   filter: "'NIC_Intel-XXV710' and
8193            'NF_DENSITY' and
8194            'VHOST' and
8195            not 'VXLAN' and
8196            'CHAIN' and
8197            'NF_VPPIP4' and
8198            'IMIX' and
8199            '8T4C' and
8200            'MRR'"
8201   parameters:
8202   - "result"
8203   - "name"
8204   - "tags"
8205   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8206   x-axis: "X = VNFs per Service Chain"
8207   y-axis: "Y = Number of Service Chains"
8208   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8209   layout:
8210     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8211     layout: "plot-service-density"
8212
8213 # Plots - NF Density - VSC - NDR IMIX
8214 - type: "plot"
8215   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8216   algorithm: "plot_nf_heatmap"
8217   output-file-type: ".html"
8218   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
8219   data: "plot-vpp-nfv-2n-clx-ndrpdr"
8220   filter: "'NIC_Intel-XXV710' and
8221            'NF_DENSITY' and
8222            'VHOST' and
8223            not 'VXLAN' and
8224            'CHAIN' and
8225            'NF_VPPIP4' and
8226            'IMIX' and
8227            '2T1C' and
8228            'NDRPDR'"
8229   parameters:
8230   - "throughput"
8231   - "name"
8232   - "tags"
8233   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8234   x-axis: "X = VNFs per Service Chain"
8235   y-axis: "Y = Number of Service Chains"
8236   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8237   layout:
8238     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8239     layout: "plot-service-density"
8240
8241 - type: "plot"
8242   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8243   algorithm: "plot_nf_heatmap"
8244   output-file-type: ".html"
8245   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
8246   data: "plot-vpp-nfv-2n-clx-ndrpdr"
8247   filter: "'NIC_Intel-XXV710' and
8248            'NF_DENSITY' and
8249            'VHOST' and
8250            not 'VXLAN' and
8251            'CHAIN' and
8252            'NF_VPPIP4' and
8253            'IMIX' and
8254            '4T2C' and
8255            'NDRPDR'"
8256   parameters:
8257   - "throughput"
8258   - "name"
8259   - "tags"
8260   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8261   x-axis: "X = VNFs per Service Chain"
8262   y-axis: "Y = Number of Service Chains"
8263   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8264   layout:
8265     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8266     layout: "plot-service-density"
8267
8268 - type: "plot"
8269   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8270   algorithm: "plot_nf_heatmap"
8271   output-file-type: ".html"
8272   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
8273   data: "plot-vpp-nfv-2n-clx-ndrpdr"
8274   filter: "'NIC_Intel-XXV710' and
8275            'NF_DENSITY' and
8276            'VHOST' and
8277            not 'VXLAN' and
8278            'CHAIN' and
8279            'NF_VPPIP4' and
8280            'IMIX' and
8281            '8T4C' and
8282            'NDRPDR'"
8283   parameters:
8284   - "throughput"
8285   - "name"
8286   - "tags"
8287   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8288   x-axis: "X = VNFs per Service Chain"
8289   y-axis: "Y = Number of Service Chains"
8290   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8291   layout:
8292     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8293     layout: "plot-service-density"
8294
8295 # Plots - NF Density - VSC - PDR IMIX
8296 - type: "plot"
8297   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8298   algorithm: "plot_nf_heatmap"
8299   output-file-type: ".html"
8300   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
8301   data: "plot-vpp-nfv-2n-clx-ndrpdr"
8302   filter: "'NIC_Intel-XXV710' and
8303            'NF_DENSITY' and
8304            'VHOST' and
8305            not 'VXLAN' and
8306            'CHAIN' and
8307            'NF_VPPIP4' and
8308            'IMIX' and
8309            '2T1C' and
8310            'NDRPDR'"
8311   parameters:
8312   - "throughput"
8313   - "name"
8314   - "tags"
8315   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8316   x-axis: "X = VNFs per Service Chain"
8317   y-axis: "Y = Number of Service Chains"
8318   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8319   layout:
8320     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8321     layout: "plot-service-density"
8322
8323 - type: "plot"
8324   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8325   algorithm: "plot_nf_heatmap"
8326   output-file-type: ".html"
8327   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
8328   data: "plot-vpp-nfv-2n-clx-ndrpdr"
8329   filter: "'NIC_Intel-XXV710' and
8330            'NF_DENSITY' and
8331            'VHOST' and
8332            not 'VXLAN' and
8333            'CHAIN' and
8334            'NF_VPPIP4' and
8335            'IMIX' and
8336            '4T2C' and
8337            'NDRPDR'"
8338   parameters:
8339   - "throughput"
8340   - "name"
8341   - "tags"
8342   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8343   x-axis: "X = VNFs per Service Chain"
8344   y-axis: "Y = Number of Service Chains"
8345   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8346   layout:
8347     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8348     layout: "plot-service-density"
8349
8350 - type: "plot"
8351   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8352   algorithm: "plot_nf_heatmap"
8353   output-file-type: ".html"
8354   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
8355   data: "plot-vpp-nfv-2n-clx-ndrpdr"
8356   filter: "'NIC_Intel-XXV710' and
8357            'NF_DENSITY' and
8358            'VHOST' and
8359            not 'VXLAN' and
8360            'CHAIN' and
8361            'NF_VPPIP4' and
8362            'IMIX' and
8363            '8T4C' and
8364            'NDRPDR'"
8365   parameters:
8366   - "throughput"
8367   - "name"
8368   - "tags"
8369   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8370   x-axis: "X = VNFs per Service Chain"
8371   y-axis: "Y = Number of Service Chains"
8372   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8373   layout:
8374     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8375     layout: "plot-service-density"
8376
8377 # Plots - NF Density - VSC - MRR IMIX
8378 - type: "plot"
8379   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8380   algorithm: "plot_nf_heatmap"
8381   output-file-type: ".html"
8382   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
8383   data: "plot-vpp-nfv-2n-clx-mrr"
8384   filter: "'NIC_Intel-XXV710' and
8385            'NF_DENSITY' and
8386            'VHOST' and
8387            'VXLAN' and
8388            'CHAIN' and
8389            'IMIX' and
8390            '2T1C' and
8391            'MRR'"
8392   parameters:
8393   - "result"
8394   - "name"
8395   - "tags"
8396   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8397   x-axis: "X = VNFs per Service Chain"
8398   y-axis: "Y = Number of Service Chains"
8399   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8400   layout:
8401     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8402     layout: "plot-service-density"
8403
8404 - type: "plot"
8405   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8406   algorithm: "plot_nf_heatmap"
8407   output-file-type: ".html"
8408   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
8409   data: "plot-vpp-nfv-2n-clx-mrr"
8410   filter: "'NIC_Intel-XXV710' and
8411            'NF_DENSITY' and
8412            'VHOST' and
8413            'VXLAN' and
8414            'CHAIN' and
8415            'IMIX' and
8416            '4T2C' and
8417            'MRR'"
8418   parameters:
8419   - "result"
8420   - "name"
8421   - "tags"
8422   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8423   x-axis: "X = VNFs per Service Chain"
8424   y-axis: "Y = Number of Service Chains"
8425   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8426   layout:
8427     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8428     layout: "plot-service-density"
8429
8430 - type: "plot"
8431   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8432   algorithm: "plot_nf_heatmap"
8433   output-file-type: ".html"
8434   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
8435   data: "plot-vpp-nfv-2n-clx-mrr"
8436   filter: "'NIC_Intel-XXV710' and
8437            'NF_DENSITY' and
8438            'VHOST' and
8439            'VXLAN' and
8440            'CHAIN' and
8441            'IMIX' and
8442            '8T4C' and
8443            'MRR'"
8444   parameters:
8445   - "result"
8446   - "name"
8447   - "tags"
8448   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8449   x-axis: "X = VNFs per Service Chain"
8450   y-axis: "Y = Number of Service Chains"
8451   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8452   layout:
8453     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8454     layout: "plot-service-density"
8455
8456 # Plots - NF Density - VSC - NDR IMIX
8457 - type: "plot"
8458   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8459   algorithm: "plot_nf_heatmap"
8460   output-file-type: ".html"
8461   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
8462   data: "plot-vpp-nfv-2n-clx-ndrpdr"
8463   filter: "'NIC_Intel-XXV710' and
8464            'NF_DENSITY' and
8465            'VHOST' and
8466            'VXLAN' and
8467            'CHAIN' a
8468            'IMIX' and
8469            '2T1C' and
8470            'NDRPDR'"
8471   parameters:
8472   - "throughput"
8473   - "name"
8474   - "tags"
8475   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8476   x-axis: "X = VNFs per Service Chain"
8477   y-axis: "Y = Number of Service Chains"
8478   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8479   layout:
8480     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8481     layout: "plot-service-density"
8482
8483 - type: "plot"
8484   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8485   algorithm: "plot_nf_heatmap"
8486   output-file-type: ".html"
8487   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
8488   data: "plot-vpp-nfv-2n-clx-ndrpdr"
8489   filter: "'NIC_Intel-XXV710' and
8490            'NF_DENSITY' and
8491            'VHOST' and
8492            'VXLAN' and
8493            'CHAIN' and
8494            'IMIX' and
8495            '4T2C' and
8496            'NDRPDR'"
8497   parameters:
8498   - "throughput"
8499   - "name"
8500   - "tags"
8501   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8502   x-axis: "X = VNFs per Service Chain"
8503   y-axis: "Y = Number of Service Chains"
8504   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8505   layout:
8506     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8507     layout: "plot-service-density"
8508
8509 - type: "plot"
8510   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8511   algorithm: "plot_nf_heatmap"
8512   output-file-type: ".html"
8513   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
8514   data: "plot-vpp-nfv-2n-clx-ndrpdr"
8515   filter: "'NIC_Intel-XXV710' and
8516            'NF_DENSITY' and
8517            'VHOST' and
8518            'VXLAN' and
8519            'CHAIN' and
8520            'IMIX' and
8521            '8T4C' and
8522            'NDRPDR'"
8523   parameters:
8524   - "throughput"
8525   - "name"
8526   - "tags"
8527   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8528   x-axis: "X = VNFs per Service Chain"
8529   y-axis: "Y = Number of Service Chains"
8530   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8531   layout:
8532     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8533     layout: "plot-service-density"
8534
8535 # Plots - NF Density - VSC - PDR IMIX
8536 - type: "plot"
8537   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8538   algorithm: "plot_nf_heatmap"
8539   output-file-type: ".html"
8540   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8541   data: "plot-vpp-nfv-2n-clx-ndrpdr"
8542   filter: "'NIC_Intel-XXV710' and
8543            'NF_DENSITY' and
8544            'VHOST' and
8545            'VXLAN' and
8546            'CHAIN' and
8547            'IMIX' and
8548            '2T1C' and
8549            'NDRPDR'"
8550   parameters:
8551   - "throughput"
8552   - "name"
8553   - "tags"
8554   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8555   x-axis: "X = VNFs per Service Chain"
8556   y-axis: "Y = Number of Service Chains"
8557   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8558   layout:
8559     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8560     layout: "plot-service-density"
8561
8562 - type: "plot"
8563   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8564   algorithm: "plot_nf_heatmap"
8565   output-file-type: ".html"
8566   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8567   data: "plot-vpp-nfv-2n-clx-ndrpdr"
8568   filter: "'NIC_Intel-XXV710' and
8569            'NF_DENSITY' and
8570            'VHOST' and
8571            'VXLAN' and
8572            'CHAIN' and
8573            'IMIX' and
8574            '4T2C' and
8575            'NDRPDR'"
8576   parameters:
8577   - "throughput"
8578   - "name"
8579   - "tags"
8580   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8581   x-axis: "X = VNFs per Service Chain"
8582   y-axis: "Y = Number of Service Chains"
8583   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8584   layout:
8585     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8586     layout: "plot-service-density"
8587
8588 - type: "plot"
8589   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8590   algorithm: "plot_nf_heatmap"
8591   output-file-type: ".html"
8592   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8593   data: "plot-vpp-nfv-2n-clx-ndrpdr"
8594   filter: "'NIC_Intel-XXV710' and
8595            'NF_DENSITY' and
8596            'VHOST' and
8597            'VXLAN' and
8598            'CHAIN' and
8599            'IMIX' and
8600            '8T4C' and
8601            'NDRPDR'"
8602   parameters:
8603   - "throughput"
8604   - "name"
8605   - "tags"
8606   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8607   x-axis: "X = VNFs per Service Chain"
8608   y-axis: "Y = Number of Service Chains"
8609   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8610   layout:
8611     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8612     layout: "plot-service-density"
8613
8614 # Plots - NF Density - CSC - MRR IMIX
8615 - type: "plot"
8616   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8617   algorithm: "plot_nf_heatmap"
8618   output-file-type: ".html"
8619   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
8620   data: "plot-vpp-nfv-2n-clx-mrr"
8621   filter: "'NIC_Intel-XXV710' and
8622            'NF_DENSITY' and
8623            'DOCKER' and
8624            'CHAIN' and
8625            'NF_VPPIP4' and
8626            'IMIX' and
8627            '2T1C' and
8628            'MRR'"
8629   parameters:
8630   - "result"
8631   - "name"
8632   - "tags"
8633   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8634   x-axis: "X = CNFs per Service Chain"
8635   y-axis: "Y = Number of Service Chains"
8636   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8637   layout:
8638     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8639     layout: "plot-service-density"
8640
8641 - type: "plot"
8642   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8643   algorithm: "plot_nf_heatmap"
8644   output-file-type: ".html"
8645   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
8646   data: "plot-vpp-nfv-2n-clx-mrr"
8647   filter: "'NIC_Intel-XXV710' and
8648            'NF_DENSITY' and
8649            'DOCKER' and
8650            'CHAIN' and
8651            'NF_VPPIP4' and
8652            'IMIX' and
8653            '4T2C' 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-vppip4-mrr"
8665     layout: "plot-service-density"
8666
8667 - type: "plot"
8668   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8669   algorithm: "plot_nf_heatmap"
8670   output-file-type: ".html"
8671   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
8672   data: "plot-vpp-nfv-2n-clx-mrr"
8673   filter: "'NIC_Intel-XXV710' and
8674            'NF_DENSITY' and
8675            'DOCKER' and
8676            'CHAIN' and
8677            'NF_VPPIP4' and
8678            'IMIX' and
8679            '8T4C' and
8680            'MRR'"
8681   parameters:
8682   - "result"
8683   - "name"
8684   - "tags"
8685   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8686   x-axis: "X = CNFs per Service Chain"
8687   y-axis: "Y = Number of Service Chains"
8688   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8689   layout:
8690     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8691     layout: "plot-service-density"
8692
8693 # Plots - NF Density - CSC - NDR IMIX
8694 - type: "plot"
8695   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8696   algorithm: "plot_nf_heatmap"
8697   output-file-type: ".html"
8698   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
8699   data: "plot-vpp-nfv-2n-clx-ndrpdr"
8700   filter: "'NIC_Intel-XXV710' and
8701            'NF_DENSITY' and
8702            'DOCKER' and
8703            'CHAIN' and
8704            'NF_VPPIP4' and
8705            'IMIX' and
8706            '2T1C' and
8707            'NDRPDR'"
8708   parameters:
8709   - "throughput"
8710   - "name"
8711   - "tags"
8712   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8713   x-axis: "X = CNFs per Service Chain"
8714   y-axis: "Y = Number of Service Chains"
8715   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8716   layout:
8717     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8718     layout: "plot-service-density"
8719
8720 - type: "plot"
8721   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8722   algorithm: "plot_nf_heatmap"
8723   output-file-type: ".html"
8724   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
8725   data: "plot-vpp-nfv-2n-clx-ndrpdr"
8726   filter: "'NIC_Intel-XXV710' and
8727            'NF_DENSITY' and
8728            'DOCKER' and
8729            'CHAIN' and
8730            'NF_VPPIP4' and
8731            'IMIX' and
8732            '4T2C' and
8733            'NDRPDR'"
8734   parameters:
8735   - "throughput"
8736   - "name"
8737   - "tags"
8738   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8739   x-axis: "X = CNFs per Service Chain"
8740   y-axis: "Y = Number of Service Chains"
8741   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8742   layout:
8743     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8744     layout: "plot-service-density"
8745
8746 - type: "plot"
8747   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8748   algorithm: "plot_nf_heatmap"
8749   output-file-type: ".html"
8750   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
8751   data: "plot-vpp-nfv-2n-clx-ndrpdr"
8752   filter: "'NIC_Intel-XXV710' and
8753            'NF_DENSITY' and
8754            'DOCKER' and
8755            'CHAIN' and
8756            'NF_VPPIP4' and
8757            'IMIX' and
8758            '8T4C' and
8759            'NDRPDR'"
8760   parameters:
8761   - "throughput"
8762   - "name"
8763   - "tags"
8764   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8765   x-axis: "X = CNFs per Service Chain"
8766   y-axis: "Y = Number of Service Chains"
8767   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8768   layout:
8769     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8770     layout: "plot-service-density"
8771
8772 # Plots - NF Density - CSC - PDR IMIX
8773 - type: "plot"
8774   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8775   algorithm: "plot_nf_heatmap"
8776   output-file-type: ".html"
8777   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
8778   data: "plot-vpp-nfv-2n-clx-ndrpdr"
8779   filter: "'NIC_Intel-XXV710' and
8780            'NF_DENSITY' and
8781            'DOCKER' and
8782            'CHAIN' and
8783            'NF_VPPIP4' and
8784            'IMIX' and
8785            '2T1C' and
8786            'NDRPDR'"
8787   parameters:
8788   - "throughput"
8789   - "name"
8790   - "tags"
8791   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8792   x-axis: "X = CNFs per Service Chain"
8793   y-axis: "Y = Number of Service Chains"
8794   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8795   layout:
8796     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8797     layout: "plot-service-density"
8798
8799 - type: "plot"
8800   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8801   algorithm: "plot_nf_heatmap"
8802   output-file-type: ".html"
8803   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
8804   data: "plot-vpp-nfv-2n-clx-ndrpdr"
8805   filter: "'NIC_Intel-XXV710' and
8806            'NF_DENSITY' and
8807            'DOCKER' and
8808            'CHAIN' and
8809            'NF_VPPIP4' and
8810            'IMIX' and
8811            '4T2C' and
8812            'NDRPDR'"
8813   parameters:
8814   - "throughput"
8815   - "name"
8816   - "tags"
8817   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8818   x-axis: "X = CNFs per Service Chain"
8819   y-axis: "Y = Number of Service Chains"
8820   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8821   layout:
8822     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8823     layout: "plot-service-density"
8824
8825 - type: "plot"
8826   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8827   algorithm: "plot_nf_heatmap"
8828   output-file-type: ".html"
8829   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
8830   data: "plot-vpp-nfv-2n-clx-ndrpdr"
8831   filter: "'NIC_Intel-XXV710' and
8832            'NF_DENSITY' and
8833            'DOCKER' and
8834            'CHAIN' and
8835            'NF_VPPIP4' and
8836            'IMIX' and
8837            '8T4C' and
8838            'NDRPDR'"
8839   parameters:
8840   - "throughput"
8841   - "name"
8842   - "tags"
8843   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8844   x-axis: "X = CNFs per Service Chain"
8845   y-axis: "Y = Number of Service Chains"
8846   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8847   layout:
8848     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8849     layout: "plot-service-density"
8850
8851 # Plots - NF Density - CSP - MRR IMIX
8852 - type: "plot"
8853   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8854   algorithm: "plot_nf_heatmap"
8855   output-file-type: ".html"
8856   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
8857   data: "plot-vpp-nfv-2n-clx-mrr"
8858   filter: "'NIC_Intel-XXV710' and
8859            'NF_DENSITY' and
8860            'DOCKER' and
8861            'PIPELINE' and
8862            'NF_VPPIP4' and
8863            'IMIX' and
8864            '2T1C' and
8865            'MRR'"
8866   parameters:
8867   - "result"
8868   - "name"
8869   - "tags"
8870   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8871   x-axis: "X = CNFs per Service Pipeline"
8872   y-axis: "Y = Number of Service Pipelines"
8873   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8874   layout:
8875     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8876     layout: "plot-service-density"
8877
8878 - type: "plot"
8879   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8880   algorithm: "plot_nf_heatmap"
8881   output-file-type: ".html"
8882   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
8883   data: "plot-vpp-nfv-2n-clx-mrr"
8884   filter: "'NIC_Intel-XXV710' and
8885            'NF_DENSITY' and
8886            'DOCKER' and
8887            'PIPELINE' and
8888            'NF_VPPIP4' and
8889            'IMIX' and
8890            '4T2C' and
8891            'MRR'"
8892   parameters:
8893   - "result"
8894   - "name"
8895   - "tags"
8896   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8897   x-axis: "X = CNFs per Service Pipeline"
8898   y-axis: "Y = Number of Service Pipelines"
8899   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8900   layout:
8901     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8902     layout: "plot-service-density"
8903
8904 - type: "plot"
8905   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8906   algorithm: "plot_nf_heatmap"
8907   output-file-type: ".html"
8908   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
8909   data: "plot-vpp-nfv-2n-clx-mrr"
8910   filter: "'NIC_Intel-XXV710' and
8911            'NF_DENSITY' and
8912            'DOCKER' and
8913            'PIPELINE' and
8914            'NF_VPPIP4' and
8915            'IMIX' and
8916            '8T4C' and
8917            'MRR'"
8918   parameters:
8919   - "result"
8920   - "name"
8921   - "tags"
8922   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8923   x-axis: "X = CNFs per Service Pipeline"
8924   y-axis: "Y = Number of Service Pipelines"
8925   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8926   layout:
8927     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8928     layout: "plot-service-density"
8929
8930 # Plots - NF Density - CSP - NDR IMIX
8931 - type: "plot"
8932   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
8933   algorithm: "plot_nf_heatmap"
8934   output-file-type: ".html"
8935   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
8936   data: "plot-vpp-nfv-2n-clx-ndrpdr"
8937   filter: "'NIC_Intel-XXV710' and
8938            'NF_DENSITY' and
8939            'DOCKER' and
8940            'PIPELINE' and
8941            'NF_VPPIP4' and
8942            'IMIX' and
8943            '2T1C' and
8944            'NDRPDR'"
8945   parameters:
8946   - "throughput"
8947   - "name"
8948   - "tags"
8949   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8950   x-axis: "X = CNFs per Service Pipeline"
8951   y-axis: "Y = Number of Service Pipelines"
8952   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8953   layout:
8954     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
8955     layout: "plot-service-density"
8956
8957 - type: "plot"
8958   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
8959   algorithm: "plot_nf_heatmap"
8960   output-file-type: ".html"
8961   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
8962   data: "plot-vpp-nfv-2n-clx-ndrpdr"
8963   filter: "'NIC_Intel-XXV710' and
8964            'NF_DENSITY' and
8965            'DOCKER' and
8966            'PIPELINE' and
8967            'NF_VPPIP4' and
8968            'IMIX' and
8969            '4T2C' and
8970            'NDRPDR'"
8971   parameters:
8972   - "throughput"
8973   - "name"
8974   - "tags"
8975   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8976   x-axis: "X = CNFs per Service Pipeline"
8977   y-axis: "Y = Number of Service Pipelines"
8978   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8979   layout:
8980     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
8981     layout: "plot-service-density"
8982
8983 - type: "plot"
8984   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
8985   algorithm: "plot_nf_heatmap"
8986   output-file-type: ".html"
8987   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
8988   data: "plot-vpp-nfv-2n-clx-ndrpdr"
8989   filter: "'NIC_Intel-XXV710' and
8990            'NF_DENSITY' and
8991            'DOCKER' and
8992            'PIPELINE' and
8993            'NF_VPPIP4' and
8994            'IMIX' and
8995            '8T4C' and
8996            'NDRPDR'"
8997   parameters:
8998   - "throughput"
8999   - "name"
9000   - "tags"
9001   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9002   x-axis: "X = CNFs per Service Pipeline"
9003   y-axis: "Y = Number of Service Pipelines"
9004   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9005   layout:
9006     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9007     layout: "plot-service-density"
9008
9009 # Plots - NF Density - CSP - PDR IMIX
9010 - type: "plot"
9011   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9012   algorithm: "plot_nf_heatmap"
9013   output-file-type: ".html"
9014   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
9015   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9016   filter: "'NIC_Intel-XXV710' and
9017            'NF_DENSITY' and
9018            'DOCKER' and
9019            'PIPELINE' and
9020            'NF_VPPIP4' and
9021            'IMIX' and
9022            '2T1C' and
9023            'NDRPDR'"
9024   parameters:
9025   - "throughput"
9026   - "name"
9027   - "tags"
9028   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9029   x-axis: "X = CNFs per Service Pipeline"
9030   y-axis: "Y = Number of Service Pipelines"
9031   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9032   layout:
9033     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9034     layout: "plot-service-density"
9035
9036 - type: "plot"
9037   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9038   algorithm: "plot_nf_heatmap"
9039   output-file-type: ".html"
9040   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
9041   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9042   filter: "'NIC_Intel-XXV710' and
9043            'NF_DENSITY' and
9044            'DOCKER' and
9045            'PIPELINE' and
9046            'NF_VPPIP4' and
9047            'IMIX' and
9048            '4T2C' and
9049            'NDRPDR'"
9050   parameters:
9051   - "throughput"
9052   - "name"
9053   - "tags"
9054   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9055   x-axis: "X = CNFs per Service Pipeline"
9056   y-axis: "Y = Number of Service Pipelines"
9057   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9058   layout:
9059     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9060     layout: "plot-service-density"
9061
9062 - type: "plot"
9063   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9064   algorithm: "plot_nf_heatmap"
9065   output-file-type: ".html"
9066   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
9067   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9068   filter: "'NIC_Intel-XXV710' and
9069            'NF_DENSITY' and
9070            'DOCKER' and
9071            'PIPELINE' and
9072            'NF_VPPIP4' and
9073            'IMIX' and
9074            '8T4C' and
9075            'NDRPDR'"
9076   parameters:
9077   - "throughput"
9078   - "name"
9079   - "tags"
9080   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9081   x-axis: "X = CNFs per Service Pipeline"
9082   y-axis: "Y = Number of Service Pipelines"
9083   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9084   layout:
9085     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9086     layout: "plot-service-density"
9087
9088 ################################################################################
9089
9090 # Packet Throughput
9091
9092 - type: "plot"
9093   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
9094   algorithm: "plot_perf_box_name"
9095   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
9096   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9097   include:
9098     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9099     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9100     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9101     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9102   layout:
9103     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
9104     layout: "plot-throughput"
9105
9106 - type: "plot"
9107   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
9108   algorithm: "plot_perf_box_name"
9109   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
9110   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9111   include:
9112     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9113     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9114     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9115     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9116   layout:
9117     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
9118     layout: "plot-throughput"
9119
9120 - type: "plot"
9121   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
9122   algorithm: "plot_perf_box_name"
9123   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
9124   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9125   include:
9126     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9127     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
9128     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9129     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
9130     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9131   layout:
9132     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
9133     layout: "plot-throughput"
9134
9135 - type: "plot"
9136   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
9137   algorithm: "plot_perf_box_name"
9138   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
9139   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9140   include:
9141     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9142     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
9143     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9144     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
9145     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9146   layout:
9147     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
9148     layout: "plot-throughput"
9149
9150 - type: "plot"
9151   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
9152   algorithm: "plot_perf_box_name"
9153   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
9154   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9155   include:
9156     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
9157     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9158     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9159     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
9160     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9161   layout:
9162     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
9163     layout: "plot-throughput"
9164
9165 - type: "plot"
9166   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
9167   algorithm: "plot_perf_box_name"
9168   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
9169   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9170   include:
9171     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
9172     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9173     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9174     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
9175     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9176   layout:
9177     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
9178     layout: "plot-throughput"
9179
9180 - type: "plot"
9181   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
9182   algorithm: "plot_perf_box_name"
9183   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
9184   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9185   include:
9186     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
9187     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
9188     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
9189     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
9190     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
9191   layout:
9192     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
9193     layout: "plot-throughput"
9194
9195 - type: "plot"
9196   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
9197   algorithm: "plot_perf_box_name"
9198   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
9199   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9200   include:
9201     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
9202     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
9203     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
9204     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
9205     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
9206   layout:
9207     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
9208     layout: "plot-throughput"
9209
9210 - type: "plot"
9211   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
9212   algorithm: "plot_perf_box_name"
9213   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
9214   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9215   include:
9216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
9217     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
9218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
9219     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
9220   layout:
9221     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
9222     layout: "plot-throughput"
9223
9224 - type: "plot"
9225   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
9226   algorithm: "plot_perf_box_name"
9227   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
9228   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9229   include:
9230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
9231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
9232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
9233     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
9234   layout:
9235     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
9236     layout: "plot-throughput"
9237
9238 - type: "plot"
9239   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
9240   algorithm: "plot_perf_box_name"
9241   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
9242   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9243   include:
9244     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
9245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
9246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
9247     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
9248     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
9249   layout:
9250     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
9251     layout: "plot-throughput"
9252
9253 - type: "plot"
9254   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
9255   algorithm: "plot_perf_box_name"
9256   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
9257   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9258   include:
9259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
9260     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
9261     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
9262     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
9263     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
9264   layout:
9265     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
9266     layout: "plot-throughput"
9267
9268 - type: "plot"
9269   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
9270   algorithm: "plot_perf_box_name"
9271   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
9272   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9273   include:
9274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
9275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9276     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9277     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9278     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9279     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
9280   layout:
9281     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
9282     layout: "plot-throughput"
9283
9284 - type: "plot"
9285   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
9286   algorithm: "plot_perf_box_name"
9287   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
9288   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9289   include:
9290     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
9291     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9292     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9293     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9294     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9295     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
9296   layout:
9297     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
9298     layout: "plot-throughput"
9299
9300 - type: "plot"
9301   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
9302   algorithm: "plot_perf_box_name"
9303   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
9304   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9305   include:
9306     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
9307     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
9308     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
9309   layout:
9310     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
9311     layout: "plot-throughput"
9312
9313 - type: "plot"
9314   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
9315   algorithm: "plot_perf_box_name"
9316   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
9317   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9318   include:
9319     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
9320     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
9321     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
9322   layout:
9323     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
9324     layout: "plot-throughput"
9325
9326 - type: "plot"
9327   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
9328   algorithm: "plot_perf_box_name"
9329   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
9330   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9331   include:
9332     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
9333     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
9334     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
9335     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
9336     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
9337   layout:
9338     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
9339     layout: "plot-throughput"
9340
9341 - type: "plot"
9342   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
9343   algorithm: "plot_perf_box_name"
9344   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
9345   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9346   include:
9347     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
9348     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
9349     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
9350     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
9351     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
9352   layout:
9353     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
9354     layout: "plot-throughput"
9355
9356 - type: "plot"
9357   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
9358   algorithm: "plot_perf_box_name"
9359   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
9360   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9361   include:
9362     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
9363     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
9364     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
9365     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
9366   layout:
9367     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
9368     layout: "plot-throughput"
9369
9370 - type: "plot"
9371   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
9372   algorithm: "plot_perf_box_name"
9373   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
9374   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9375   include:
9376     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
9377     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
9378     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
9379     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
9380   layout:
9381     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
9382     layout: "plot-throughput"
9383
9384 - type: "plot"
9385   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
9386   algorithm: "plot_perf_box_name"
9387   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
9388   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9389   include:
9390     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
9391     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
9392     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
9393     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
9394     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
9395   layout:
9396     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
9397     layout: "plot-throughput"
9398
9399 - type: "plot"
9400   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
9401   algorithm: "plot_perf_box_name"
9402   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
9403   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9404   include:
9405     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
9406     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
9407     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
9408     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
9409     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
9410   layout:
9411     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
9412     layout: "plot-throughput"
9413
9414 - type: "plot"
9415   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
9416   algorithm: "plot_perf_box_name"
9417   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
9418   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9419   include:
9420     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
9421     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9422     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9423     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9424     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9425     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
9426   layout:
9427     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
9428     layout: "plot-throughput"
9429
9430 - type: "plot"
9431   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
9432   algorithm: "plot_perf_box_name"
9433   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
9434   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9435   include:
9436     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
9437     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9438     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9439     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9440     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9441     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
9442   layout:
9443     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
9444     layout: "plot-throughput"
9445
9446 - type: "plot"
9447   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
9448   algorithm: "plot_perf_box_name"
9449   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
9450   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9451   include:
9452     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
9453     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
9454     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
9455     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
9456     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
9457   layout:
9458     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
9459     layout: "plot-throughput"
9460
9461 - type: "plot"
9462   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
9463   algorithm: "plot_perf_box_name"
9464   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
9465   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9466   include:
9467     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
9468     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
9469     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
9470     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
9471     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
9472   layout:
9473     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
9474     layout: "plot-throughput"
9475
9476 - type: "plot"
9477   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
9478   algorithm: "plot_perf_box_name"
9479   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
9480   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9481   include:
9482     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
9483     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9484     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9485     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9486     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9487     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
9488   layout:
9489     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
9490     layout: "plot-throughput"
9491
9492 - type: "plot"
9493   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
9494   algorithm: "plot_perf_box_name"
9495   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
9496   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9497   include:
9498     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
9499     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9500     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9501     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9502     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9503     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
9504   layout:
9505     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
9506     layout: "plot-throughput"
9507
9508 - type: "plot"
9509   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
9510   algorithm: "plot_perf_box_name"
9511   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
9512   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
9513   include:
9514     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
9515     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
9516     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
9517     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
9518     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
9519   layout:
9520     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
9521     layout: "plot-throughput"
9522
9523 - type: "plot"
9524   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
9525   algorithm: "plot_perf_box_name"
9526   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
9527   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
9528   include:
9529     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
9530     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
9531     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
9532     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
9533     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
9534   layout:
9535     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
9536     layout: "plot-throughput"
9537
9538 - type: "plot"
9539   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
9540   algorithm: "plot_perf_box_name"
9541   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
9542   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
9543   include:
9544     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
9545     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9546     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9547     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9548     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9549     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
9550   layout:
9551     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
9552     layout: "plot-throughput"
9553
9554 - type: "plot"
9555   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
9556   algorithm: "plot_perf_box_name"
9557   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
9558   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
9559   include:
9560     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
9561     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9562     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9563     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9564     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9565     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
9566   layout:
9567     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
9568     layout: "plot-throughput"
9569
9570 - type: "plot"
9571   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
9572   algorithm: "plot_perf_box_name"
9573   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
9574   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
9575   include:
9576     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
9577     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
9578     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
9579     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
9580     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
9581   layout:
9582     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
9583     layout: "plot-throughput"
9584
9585 - type: "plot"
9586   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
9587   algorithm: "plot_perf_box_name"
9588   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
9589   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
9590   include:
9591     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
9592     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
9593     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
9594     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
9595     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
9596   layout:
9597     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
9598     layout: "plot-throughput"
9599
9600 - type: "plot"
9601   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
9602   algorithm: "plot_perf_box_name"
9603   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
9604   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
9605   include:
9606     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
9607     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9608     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9609     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9610     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9611     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
9612   layout:
9613     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
9614     layout: "plot-throughput"
9615
9616 - type: "plot"
9617   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
9618   algorithm: "plot_perf_box_name"
9619   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
9620   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
9621   include:
9622     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
9623     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9624     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9625     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9626     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9627     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
9628   layout:
9629     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
9630     layout: "plot-throughput"
9631
9632 - type: "plot"
9633   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
9634   algorithm: "plot_perf_box_name"
9635   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
9636   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9637   include:
9638     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
9639     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
9640   layout:
9641     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
9642     layout: "plot-throughput"
9643
9644 - type: "plot"
9645   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-pdr"
9646   algorithm: "plot_perf_box_name"
9647   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-pdr"
9648   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9649   include:
9650     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
9651     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
9652   layout:
9653     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-pdr"
9654     layout: "plot-throughput"
9655
9656 - type: "plot"
9657   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
9658   algorithm: "plot_perf_box_name"
9659   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
9660   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9661   include:
9662     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
9663     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
9664     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
9665     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
9666   layout:
9667     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
9668     layout: "plot-throughput"
9669
9670 - type: "plot"
9671   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
9672   algorithm: "plot_perf_box_name"
9673   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
9674   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9675   include:
9676     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
9677     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
9678     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
9679     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
9680   layout:
9681     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
9682     layout: "plot-throughput"
9683
9684 - type: "plot"
9685   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
9686   algorithm: "plot_perf_box_name"
9687   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
9688   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9689   include:
9690     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
9691     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
9692     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
9693     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
9694   layout:
9695     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
9696     layout: "plot-throughput"
9697
9698 - type: "plot"
9699   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
9700   algorithm: "plot_perf_box_name"
9701   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
9702   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9703   include:
9704     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
9705     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
9706     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
9707     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
9708   layout:
9709     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
9710     layout: "plot-throughput"
9711
9712 - type: "plot"
9713   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
9714   algorithm: "plot_perf_box_name"
9715   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
9716   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
9717   include:
9718     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
9719     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
9720     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
9721     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
9722   layout:
9723     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
9724     layout: "plot-throughput"
9725
9726 - type: "plot"
9727   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
9728   algorithm: "plot_perf_box_name"
9729   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
9730   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
9731   include:
9732     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
9733     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
9734     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
9735     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
9736   layout:
9737     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
9738     layout: "plot-throughput"
9739
9740 - type: "plot"
9741   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
9742   algorithm: "plot_perf_box_name"
9743   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
9744   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9745   include:
9746     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
9747     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
9748     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
9749   layout:
9750     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
9751     layout: "plot-throughput"
9752
9753 - type: "plot"
9754   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
9755   algorithm: "plot_perf_box_name"
9756   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
9757   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9758   include:
9759     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
9760     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
9761     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
9762   layout:
9763     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
9764     layout: "plot-throughput"
9765
9766 - type: "plot"
9767   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
9768   algorithm: "plot_perf_box_name"
9769   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
9770   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9771   include:
9772     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
9773     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
9774     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
9775     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
9776     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
9777   layout:
9778     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
9779     layout: "plot-throughput"
9780
9781 - type: "plot"
9782   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
9783   algorithm: "plot_perf_box_name"
9784   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
9785   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9786   include:
9787     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
9788     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
9789     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
9790     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
9791     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
9792   layout:
9793     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
9794     layout: "plot-throughput"
9795
9796 - type: "plot"
9797   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
9798   algorithm: "plot_perf_box_name"
9799   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
9800   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9801   include:
9802     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
9803     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
9804     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
9805   layout:
9806     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
9807     layout: "plot-throughput"
9808
9809 - type: "plot"
9810   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
9811   algorithm: "plot_perf_box_name"
9812   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
9813   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9814   include:
9815     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
9816     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
9817     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
9818   layout:
9819     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
9820     layout: "plot-throughput"
9821
9822 - type: "plot"
9823   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
9824   algorithm: "plot_perf_box_name"
9825   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
9826   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9827   include:
9828     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
9829     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
9830     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
9831   layout:
9832     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
9833     layout: "plot-throughput"
9834
9835 - type: "plot"
9836   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
9837   algorithm: "plot_perf_box_name"
9838   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
9839   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9840   include:
9841     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
9842     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
9843     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
9844   layout:
9845     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
9846     layout: "plot-throughput"
9847
9848 - type: "plot"
9849   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
9850   algorithm: "plot_perf_box_name"
9851   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
9852   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9853   include:
9854     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
9855     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
9856     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
9857     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
9858     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
9859   layout:
9860     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
9861     layout: "plot-throughput"
9862
9863 - type: "plot"
9864   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
9865   algorithm: "plot_perf_box_name"
9866   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
9867   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9868   include:
9869     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
9870     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
9871     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
9872     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
9873     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
9874   layout:
9875     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
9876     layout: "plot-throughput"
9877
9878 - type: "plot"
9879   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
9880   algorithm: "plot_perf_box_name"
9881   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
9882   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9883   include:
9884     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
9885     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
9886     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
9887     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
9888     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
9889   layout:
9890     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
9891     layout: "plot-throughput"
9892
9893 - type: "plot"
9894   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
9895   algorithm: "plot_perf_box_name"
9896   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
9897   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9898   include:
9899     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
9900     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
9901     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
9902     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
9903     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
9904   layout:
9905     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
9906     layout: "plot-throughput"
9907
9908 - type: "plot"
9909   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
9910   algorithm: "plot_perf_box_name"
9911   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
9912   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
9913   include:
9914     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
9915     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
9916     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
9917     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
9918     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
9919   layout:
9920     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
9921     layout: "plot-throughput"
9922
9923 - type: "plot"
9924   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
9925   algorithm: "plot_perf_box_name"
9926   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
9927   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
9928   include:
9929     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
9930     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
9931     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
9932     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
9933     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
9934   layout:
9935     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
9936     layout: "plot-throughput"
9937
9938 - type: "plot"
9939   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
9940   algorithm: "plot_perf_box_name"
9941   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
9942   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
9943   include:
9944     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
9945     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
9946     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
9947     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
9948     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
9949   layout:
9950     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
9951     layout: "plot-throughput"
9952
9953 - type: "plot"
9954   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
9955   algorithm: "plot_perf_box_name"
9956   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
9957   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
9958   include:
9959     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
9960     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
9961     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
9962     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
9963     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
9964   layout:
9965     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
9966     layout: "plot-throughput"
9967
9968 - type: "plot"
9969   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
9970   algorithm: "plot_perf_box_name"
9971   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
9972   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9973   include:
9974     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
9975     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9976     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9977     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9978     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9979     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9980   layout:
9981     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
9982     layout: "plot-throughput"
9983
9984 - type: "plot"
9985   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
9986   algorithm: "plot_perf_box_name"
9987   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
9988   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9989   include:
9990     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
9991     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9992     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9993     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9994     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9995     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9996   layout:
9997     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
9998     layout: "plot-throughput"
9999
10000 - type: "plot"
10001   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
10002   algorithm: "plot_perf_box_name"
10003   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
10004   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10005   include:
10006     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
10007     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10008     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
10009     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10010   layout:
10011     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
10012     layout: "plot-throughput"
10013
10014 - type: "plot"
10015   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
10016   algorithm: "plot_perf_box_name"
10017   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
10018   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10019   include:
10020     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
10021     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10022     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10023     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10024   layout:
10025     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
10026     layout: "plot-throughput"
10027
10028 - type: "plot"
10029   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
10030   algorithm: "plot_perf_box_name"
10031   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
10032   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10033   include:
10034     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10035     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10036     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10037     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10038     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10039     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10040   layout:
10041     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
10042     layout: "plot-throughput"
10043
10044 - type: "plot"
10045   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
10046   algorithm: "plot_perf_box_name"
10047   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
10048   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10049   include:
10050     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10051     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10052     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10053     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10054     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10055     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10056   layout:
10057     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
10058     layout: "plot-throughput"
10059
10060 - type: "plot"
10061   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
10062   algorithm: "plot_perf_box_name"
10063   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
10064   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10065   include:
10066     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10067     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10068     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10069     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10070     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10071     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10072   layout:
10073     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
10074     layout: "plot-throughput"
10075
10076 - type: "plot"
10077   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
10078   algorithm: "plot_perf_box_name"
10079   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
10080   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10081   include:
10082     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10083     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10084     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10085     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10086     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10087     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10088   layout:
10089     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
10090     layout: "plot-throughput"
10091
10092 - type: "plot"
10093   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
10094   algorithm: "plot_perf_box_name"
10095   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
10096   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10097   include:
10098     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10099     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10100     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10101     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10102     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10103     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10104   layout:
10105     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
10106     layout: "plot-throughput"
10107
10108 - type: "plot"
10109   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
10110   algorithm: "plot_perf_box_name"
10111   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
10112   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10113   include:
10114     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10115     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10116     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10117     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10118     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10119     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10120   layout:
10121     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
10122     layout: "plot-throughput"
10123
10124 - type: "plot"
10125   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
10126   algorithm: "plot_perf_box_name"
10127   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
10128   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10129   include:
10130     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
10131     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
10132     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
10133     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
10134     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
10135     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
10136   layout:
10137     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
10138     layout: "plot-throughput"
10139
10140 - type: "plot"
10141   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
10142   algorithm: "plot_perf_box_name"
10143   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
10144   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10145   include:
10146     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
10147     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
10148     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
10149     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
10150     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
10151     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
10152   layout:
10153     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
10154     layout: "plot-throughput"
10155
10156 - type: "plot"
10157   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
10158   algorithm: "plot_perf_box_name"
10159   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
10160   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10161   include:
10162     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
10163     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
10164     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
10165     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
10166   layout:
10167     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
10168     layout: "plot-throughput"
10169
10170 - type: "plot"
10171   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
10172   algorithm: "plot_perf_box_name"
10173   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
10174   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10175   include:
10176     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
10177     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
10178     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
10179     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
10180   layout:
10181     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
10182     layout: "plot-throughput"
10183
10184 - type: "plot"
10185   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
10186   algorithm: "plot_perf_box_name"
10187   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
10188   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10189   include:
10190     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
10191     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
10192     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
10193     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
10194     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
10195   layout:
10196     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
10197     layout: "plot-throughput"
10198
10199 - type: "plot"
10200   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
10201   algorithm: "plot_perf_box_name"
10202   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
10203   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10204   include:
10205     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
10206     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
10207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
10208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
10209     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
10210   layout:
10211     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
10212     layout: "plot-throughput"
10213
10214 - type: "plot"
10215   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
10216   algorithm: "plot_perf_box_name"
10217   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
10218   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10219   include:
10220     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
10221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
10222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
10223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
10224   layout:
10225     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
10226     layout: "plot-throughput"
10227
10228 - type: "plot"
10229   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
10230   algorithm: "plot_perf_box_name"
10231   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
10232   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10233   include:
10234     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
10235     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
10236     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
10237     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
10238   layout:
10239     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
10240     layout: "plot-throughput"
10241
10242 - type: "plot"
10243   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
10244   algorithm: "plot_perf_box_name"
10245   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
10246   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10247   include:
10248     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
10249     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
10250     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
10251     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
10252     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
10253     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
10254   layout:
10255     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
10256     layout: "plot-throughput"
10257
10258 - type: "plot"
10259   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
10260   algorithm: "plot_perf_box_name"
10261   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
10262   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10263   include:
10264     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
10265     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
10266     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
10267     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
10268     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
10269     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
10270   layout:
10271     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
10272     layout: "plot-throughput"
10273
10274 - type: "plot"
10275   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
10276   algorithm: "plot_perf_box_name"
10277   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
10278   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10279   include:
10280     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
10281     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
10282     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
10283     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
10284     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
10285   layout:
10286     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
10287     layout: "plot-throughput"
10288
10289 - type: "plot"
10290   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
10291   algorithm: "plot_perf_box_name"
10292   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
10293   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10294   include:
10295     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
10296     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
10297     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
10298     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
10299     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
10300   layout:
10301     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
10302     layout: "plot-throughput"
10303
10304 - type: "plot"
10305   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
10306   algorithm: "plot_perf_box_name"
10307   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
10308   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10309   include:
10310     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
10311     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
10312     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
10313   layout:
10314     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
10315     layout: "plot-throughput"
10316
10317 - type: "plot"
10318   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
10319   algorithm: "plot_perf_box_name"
10320   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
10321   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10322   include:
10323     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
10324     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
10325     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
10326   layout:
10327     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
10328     layout: "plot-throughput"
10329
10330 - type: "plot"
10331   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
10332   algorithm: "plot_perf_box_name"
10333   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
10334   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10335   include:
10336     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
10337     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
10338     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
10339     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
10340   layout:
10341     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
10342     layout: "plot-throughput"
10343
10344 - type: "plot"
10345   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
10346   algorithm: "plot_perf_box_name"
10347   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
10348   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10349   include:
10350     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
10351     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
10352     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
10353     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
10354   layout:
10355     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
10356     layout: "plot-throughput"
10357
10358 - type: "plot"
10359   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
10360   algorithm: "plot_perf_box_name"
10361   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
10362   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10363   include:
10364     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
10365     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
10366     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
10367     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
10368     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
10369     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
10370   layout:
10371     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
10372     layout: "plot-throughput"
10373
10374 - type: "plot"
10375   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
10376   algorithm: "plot_perf_box_name"
10377   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
10378   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10379   include:
10380     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
10381     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
10382     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
10383     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
10384     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
10385     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
10386   layout:
10387     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
10388     layout: "plot-throughput"
10389
10390 - type: "plot"
10391   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr"
10392   algorithm: "plot_perf_box_name"
10393   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr"
10394   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10395   include:
10396     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
10397     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
10398     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
10399     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
10400     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
10401     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
10402   layout:
10403     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr"
10404     layout: "plot-throughput"
10405
10406 - type: "plot"
10407   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-pdr"
10408   algorithm: "plot_perf_box_name"
10409   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-pdr"
10410   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10411   include:
10412     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
10413     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
10414     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
10415     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
10416     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
10417     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
10418   layout:
10419     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-pdr"
10420     layout: "plot-throughput"
10421
10422 - type: "plot"
10423   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
10424   algorithm: "plot_perf_box_name"
10425   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
10426   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10427   include:
10428     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
10429     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
10430     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
10431     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
10432   layout:
10433     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
10434     layout: "plot-throughput"
10435
10436 - type: "plot"
10437   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
10438   algorithm: "plot_perf_box_name"
10439   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
10440   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10441   include:
10442     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
10443     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
10444     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
10445     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
10446   layout:
10447     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
10448     layout: "plot-throughput"
10449
10450 - type: "plot"
10451   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
10452   algorithm: "plot_perf_box_name"
10453   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
10454   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10455   include:
10456     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
10457     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
10458     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
10459     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
10460     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
10461     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
10462   layout:
10463     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
10464     layout: "plot-throughput"
10465
10466 - type: "plot"
10467   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
10468   algorithm: "plot_perf_box_name"
10469   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
10470   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10471   include:
10472     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
10473     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
10474     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
10475     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
10476     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
10477     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
10478   layout:
10479     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
10480     layout: "plot-throughput"
10481
10482 - type: "plot"
10483   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
10484   algorithm: "plot_perf_box_name"
10485   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
10486   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10487   include:
10488     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
10489     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
10490     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
10491     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
10492     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
10493     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
10494   layout:
10495     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
10496     layout: "plot-throughput"
10497
10498 - type: "plot"
10499   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
10500   algorithm: "plot_perf_box_name"
10501   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
10502   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10503   include:
10504     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
10505     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
10506     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
10507     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
10508     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
10509     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
10510   layout:
10511     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
10512     layout: "plot-throughput"
10513
10514 - type: "plot"
10515   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
10516   algorithm: "plot_perf_box_name"
10517   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
10518   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10519   include:
10520     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
10521     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
10522     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
10523     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
10524   layout:
10525     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
10526     layout: "plot-throughput"
10527
10528 - type: "plot"
10529   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
10530   algorithm: "plot_perf_box_name"
10531   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
10532   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10533   include:
10534     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
10535     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
10536     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
10537     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
10538   layout:
10539     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
10540     layout: "plot-throughput"
10541
10542 - type: "plot"
10543   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
10544   algorithm: "plot_perf_box_name"
10545   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
10546   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10547   include:
10548     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
10549     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
10550     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
10551     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
10552     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
10553     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
10554   layout:
10555     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
10556     layout: "plot-throughput"
10557
10558 - type: "plot"
10559   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
10560   algorithm: "plot_perf_box_name"
10561   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
10562   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10563   include:
10564     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
10565     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
10566     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
10567     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
10568     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
10569     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
10570   layout:
10571     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
10572     layout: "plot-throughput"
10573
10574 - type: "plot"
10575   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
10576   algorithm: "plot_perf_box_name"
10577   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
10578   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10579   include:
10580     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
10581     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
10582     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
10583     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
10584   layout:
10585     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
10586     layout: "plot-throughput"
10587
10588 - type: "plot"
10589   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
10590   algorithm: "plot_perf_box_name"
10591   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
10592   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10593   include:
10594     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
10595     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
10596     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
10597     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
10598   layout:
10599     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
10600     layout: "plot-throughput"
10601
10602 - type: "plot"
10603   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
10604   algorithm: "plot_perf_box_name"
10605   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
10606   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10607   include:
10608     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
10609     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
10610     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
10611     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
10612     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
10613     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
10614   layout:
10615     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
10616     layout: "plot-throughput"
10617
10618 - type: "plot"
10619   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
10620   algorithm: "plot_perf_box_name"
10621   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
10622   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10623   include:
10624     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
10625     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
10626     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
10627     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
10628     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
10629     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
10630   layout:
10631     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
10632     layout: "plot-throughput"
10633
10634 - type: "plot"
10635   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
10636   algorithm: "plot_perf_box_name"
10637   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
10638   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10639   include:
10640     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
10641     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
10642     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
10643     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
10644     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
10645     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
10646   layout:
10647     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
10648     layout: "plot-throughput"
10649
10650 - type: "plot"
10651   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
10652   algorithm: "plot_perf_box_name"
10653   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
10654   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10655   include:
10656     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
10657     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
10658     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
10659     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
10660     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
10661     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
10662   layout:
10663     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
10664     layout: "plot-throughput"
10665
10666 - type: "plot"
10667   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
10668   algorithm: "plot_perf_box_name"
10669   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
10670   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10671   include:
10672     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
10673     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
10674     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
10675     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
10676     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
10677     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
10678   layout:
10679     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
10680     layout: "plot-throughput"
10681
10682 - type: "plot"
10683   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
10684   algorithm: "plot_perf_box_name"
10685   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
10686   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10687   include:
10688     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
10689     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
10690     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
10691     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
10692     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
10693     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
10694   layout:
10695     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
10696     layout: "plot-throughput"
10697
10698 - type: "plot"
10699   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
10700   algorithm: "plot_perf_box_name"
10701   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
10702   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10703   include:
10704     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
10705     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
10706     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
10707     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
10708     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
10709     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
10710   layout:
10711     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
10712     layout: "plot-throughput"
10713
10714 - type: "plot"
10715   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-pdr"
10716   algorithm: "plot_perf_box_name"
10717   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-pdr"
10718   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10719   include:
10720     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
10721     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
10722     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
10723     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
10724     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
10725     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
10726   layout:
10727     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-pdr"
10728     layout: "plot-throughput"
10729
10730 - type: "plot"
10731   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
10732   algorithm: "plot_perf_box_name"
10733   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
10734   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10735   include:
10736     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
10737     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
10738     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
10739     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
10740     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
10741     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
10742   layout:
10743     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
10744     layout: "plot-throughput"
10745
10746 - type: "plot"
10747   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
10748   algorithm: "plot_perf_box_name"
10749   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
10750   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10751   include:
10752     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
10753     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
10754     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
10755     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
10756     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
10757     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
10758   layout:
10759     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
10760     layout: "plot-throughput"
10761
10762 - type: "plot"
10763   title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
10764   algorithm: "plot_perf_box_name"
10765   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
10766   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10767   include:
10768     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
10769     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
10770     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
10771   layout:
10772     title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
10773     layout: "plot-throughput"
10774
10775 - type: "plot"
10776   title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
10777   algorithm: "plot_perf_box_name"
10778   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
10779   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10780   include:
10781     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
10782     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
10783     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
10784   layout:
10785     title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
10786     layout: "plot-throughput"
10787
10788 - type: "plot"
10789   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
10790   algorithm: "plot_perf_box_name"
10791   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
10792   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10793   include:
10794     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10795     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10796     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10797     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
10798   layout:
10799     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
10800     layout: "plot-throughput"
10801
10802 - type: "plot"
10803   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
10804   algorithm: "plot_perf_box_name"
10805   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
10806   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10807   include:
10808     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10809     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10810     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10811     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
10812   layout:
10813     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
10814     layout: "plot-throughput"
10815
10816 - type: "plot"
10817   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
10818   algorithm: "plot_perf_box_name"
10819   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
10820   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10821   include:
10822     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10823     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10824     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10825     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
10826   layout:
10827     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
10828     layout: "plot-throughput"
10829
10830 - type: "plot"
10831   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
10832   algorithm: "plot_perf_box_name"
10833   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
10834   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10835   include:
10836     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10837     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10838     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10839     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
10840   layout:
10841     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
10842     layout: "plot-throughput"
10843
10844 - type: "plot"
10845   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
10846   algorithm: "plot_perf_box_name"
10847   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
10848   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10849   include:
10850     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10851     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10852     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10853     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
10854   layout:
10855     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
10856     layout: "plot-throughput"
10857
10858 - type: "plot"
10859   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
10860   algorithm: "plot_perf_box_name"
10861   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
10862   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10863   include:
10864     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10865     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10866     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10867     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
10868   layout:
10869     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
10870     layout: "plot-throughput"
10871
10872 - type: "plot"
10873   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
10874   algorithm: "plot_perf_box_name"
10875   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
10876   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10877   include:
10878     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10879     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10880     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10881     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
10882   layout:
10883     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
10884     layout: "plot-throughput"
10885
10886 - type: "plot"
10887   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-pdr"
10888   algorithm: "plot_perf_box_name"
10889   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-pdr"
10890   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10891   include:
10892     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10893     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10894     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10895     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
10896   layout:
10897     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-pdr"
10898     layout: "plot-throughput"
10899
10900 - type: "plot"
10901   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
10902   algorithm: "plot_perf_box_name"
10903   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
10904   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10905   include:
10906     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10907     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10908     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10909     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10910   layout:
10911     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
10912     layout: "plot-throughput"
10913
10914 - type: "plot"
10915   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
10916   algorithm: "plot_perf_box_name"
10917   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
10918   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10919   include:
10920     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10921     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10922     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10923     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10924   layout:
10925     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
10926     layout: "plot-throughput"
10927
10928 - type: "plot"
10929   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
10930   algorithm: "plot_perf_box_name"
10931   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
10932   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10933   include:
10934     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10935     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10936     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10937     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10938   layout:
10939     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
10940     layout: "plot-throughput"
10941
10942 - type: "plot"
10943   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
10944   algorithm: "plot_perf_box_name"
10945   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
10946   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10947   include:
10948     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10949     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10950     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10951     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10952   layout:
10953     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
10954     layout: "plot-throughput"
10955
10956 - type: "plot"
10957   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
10958   algorithm: "plot_perf_box_name"
10959   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
10960   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10961   include:
10962     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10963     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10964     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10965     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10966     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
10967   layout:
10968     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
10969     layout: "plot-throughput"
10970
10971 - type: "plot"
10972   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
10973   algorithm: "plot_perf_box_name"
10974   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
10975   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10976   include:
10977     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10978     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10979     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10980     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10981     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
10982   layout:
10983     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
10984     layout: "plot-throughput"
10985
10986 - type: "plot"
10987   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
10988   algorithm: "plot_perf_box_name"
10989   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
10990   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10991   include:
10992     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10993     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10994     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10995     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10996     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
10997   layout:
10998     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
10999     layout: "plot-throughput"
11000
11001 - type: "plot"
11002   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
11003   algorithm: "plot_perf_box_name"
11004   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
11005   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11006   include:
11007     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11008     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11009     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11010     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11011     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
11012   layout:
11013     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
11014     layout: "plot-throughput"
11015
11016 - type: "plot"
11017   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
11018   algorithm: "plot_perf_box_name"
11019   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
11020   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11021   include:
11022     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11023     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11024     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11025     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11026     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11027     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11028   layout:
11029     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
11030     layout: "plot-throughput"
11031
11032 - type: "plot"
11033   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
11034   algorithm: "plot_perf_box_name"
11035   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
11036   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11037   include:
11038     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11039     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11040     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11041     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11042     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11043     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11044   layout:
11045     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
11046     layout: "plot-throughput"
11047
11048 - type: "plot"
11049   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
11050   algorithm: "plot_perf_box_name"
11051   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
11052   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11053   include:
11054     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11055     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11056     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11057     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11058     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11059     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11060   layout:
11061     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
11062     layout: "plot-throughput"
11063
11064 - type: "plot"
11065   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
11066   algorithm: "plot_perf_box_name"
11067   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
11068   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11069   include:
11070     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11071     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11072     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11073     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11074     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11075     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11076   layout:
11077     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
11078     layout: "plot-throughput"
11079
11080 - type: "plot"
11081   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
11082   algorithm: "plot_perf_box_name"
11083   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
11084   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11085   include:
11086     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11087     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11088     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11089     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11090     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11091   layout:
11092     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
11093     layout: "plot-throughput"
11094
11095 - type: "plot"
11096   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
11097   algorithm: "plot_perf_box_name"
11098   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
11099   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11100   include:
11101     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11102     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11103     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11104     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11105     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11106   layout:
11107     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
11108     layout: "plot-throughput"
11109
11110 - type: "plot"
11111   title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
11112   algorithm: "plot_perf_box_name"
11113   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
11114   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11115   include:
11116     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11117     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11118     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11119     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11120     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11121     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11122   layout:
11123     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
11124     layout: "plot-throughput"
11125
11126 - type: "plot"
11127   title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
11128   algorithm: "plot_perf_box_name"
11129   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
11130   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11131   include:
11132     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11133     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11134     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11135     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11136     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11137     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11138   layout:
11139     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
11140     layout: "plot-throughput"
11141
11142 - type: "plot"
11143   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
11144   algorithm: "plot_perf_box_name"
11145   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
11146   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11147   include:
11148     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11149     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11150     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11151   layout:
11152     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
11153     layout: "plot-throughput"
11154
11155 - type: "plot"
11156   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-pdr"
11157   algorithm: "plot_perf_box_name"
11158   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-pdr"
11159   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11160   include:
11161     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11162     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11163     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11164   layout:
11165     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-pdr"
11166     layout: "plot-throughput"
11167
11168 ################################################################################
11169
11170 # Packet Latency 1C
11171
11172 - type: "plot"
11173   title: "Latency: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
11174   algorithm: "plot_lat_err_bars_name"
11175   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
11176   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11177   include:
11178     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11179     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11180     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11181     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11182   layout:
11183     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
11184     layout: "plot-latency"
11185
11186 - type: "plot"
11187   title: "Latency: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
11188   algorithm: "plot_lat_err_bars_name"
11189   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
11190   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11191   include:
11192     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11193     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11194     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11195     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11196     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11197   layout:
11198     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
11199     layout: "plot-latency"
11200
11201 - type: "plot"
11202   title: "Latency: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
11203   algorithm: "plot_lat_err_bars_name"
11204   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
11205   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11206   include:
11207     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11208     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11209     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11210     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11211     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11212   layout:
11213     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
11214     layout: "plot-latency"
11215
11216 - type: "plot"
11217   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
11218   algorithm: "plot_lat_err_bars_name"
11219   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
11220   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11221   include:
11222     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11223     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11224     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11225     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11226   layout:
11227     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11228     layout: "plot-latency"
11229
11230 - type: "plot"
11231   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
11232   algorithm: "plot_lat_err_bars_name"
11233   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
11234   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11235   include:
11236     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11237     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11238     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11239     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11240     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11241   layout:
11242     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
11243     layout: "plot-latency"
11244
11245 - type: "plot"
11246   title: "Latency: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
11247   algorithm: "plot_lat_err_bars_name"
11248   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
11249   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11250   include:
11251     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11252     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11253     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11254     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11255     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11257   layout:
11258     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
11259     layout: "plot-latency"
11260
11261 - type: "plot"
11262   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
11263   algorithm: "plot_lat_err_bars_name"
11264   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
11265   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11266   include:
11267     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11268     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11269     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11270   layout:
11271     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
11272     layout: "plot-latency"
11273
11274 - type: "plot"
11275   title: "Latency: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
11276   algorithm: "plot_lat_err_bars_name"
11277   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
11278   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11279   include:
11280     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
11281     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11282     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11283     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11284     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11285   layout:
11286     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
11287     layout: "plot-latency"
11288
11289 - type: "plot"
11290   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
11291   algorithm: "plot_lat_err_bars_name"
11292   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
11293   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11294   include:
11295     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
11296     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11297     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11298     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11299   layout:
11300     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11301     layout: "plot-latency"
11302
11303 - type: "plot"
11304   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
11305   algorithm: "plot_lat_err_bars_name"
11306   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
11307   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11308   include:
11309     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11310     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11311     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11312     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11313     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11314   layout:
11315     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
11316     layout: "plot-latency"
11317
11318 - type: "plot"
11319   title: "Latency: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
11320   algorithm: "plot_lat_err_bars_name"
11321   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
11322   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11323   include:
11324     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11325     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11326     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11327     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11328     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11329     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11330   layout:
11331     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
11332     layout: "plot-latency"
11333
11334 - type: "plot"
11335   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr-lat"
11336   algorithm: "plot_lat_err_bars_name"
11337   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr-lat"
11338   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11339   include:
11340     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11341     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11342   layout:
11343     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
11344     layout: "plot-latency"
11345
11346 - type: "plot"
11347   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-lat"
11348   algorithm: "plot_lat_err_bars_name"
11349   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-lat"
11350   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11351   include:
11352     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11353     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11354     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11355     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11356   layout:
11357     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
11358     layout: "plot-latency"
11359
11360 - type: "plot"
11361   title: "Latency: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
11362   algorithm: "plot_lat_err_bars_name"
11363   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
11364   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11365   include:
11366     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11367     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11368     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11369   layout:
11370     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
11371     layout: "plot-latency"
11372
11373 - type: "plot"
11374   title: "Latency: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
11375   algorithm: "plot_lat_err_bars_name"
11376   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
11377   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11378   include:
11379     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11380     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11381     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11382     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11383     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11384   layout:
11385     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
11386     layout: "plot-latency"
11387
11388 - type: "plot"
11389   title: "Latency: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
11390   algorithm: "plot_lat_err_bars_name"
11391   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
11392   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11393   include:
11394     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11395     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11396     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11397   layout:
11398     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
11399     layout: "plot-latency"
11400
11401 - type: "plot"
11402   title: "Latency: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
11403   algorithm: "plot_lat_err_bars_name"
11404   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
11405   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11406   include:
11407     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11408     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11409     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11410   layout:
11411     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
11412     layout: "plot-latency"
11413
11414 - type: "plot"
11415   title: "Latency: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
11416   algorithm: "plot_lat_err_bars_name"
11417   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
11418   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11419   include:
11420     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11421     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11422     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11423     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11424     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11425   layout:
11426     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
11427     layout: "plot-latency"
11428
11429 #- type: "plot"
11430 #  title: "Latency: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
11431 #  algorithm: "plot_lat_err_bars_name"
11432 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
11433 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11434 #  include:
11435 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11436 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11437 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11438 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11439 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11440 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11441 #  layout:
11442 #    title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
11443 #    layout: "plot-latency"
11444
11445 #- type: "plot"
11446 #  title: "Latency: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
11447 #  algorithm: "plot_lat_err_bars_name"
11448 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
11449 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11450 #  include:
11451 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11452 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11453 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11454 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11455 #  layout:
11456 #    title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
11457 #    layout: "plot-latency"
11458
11459 #- type: "plot"
11460 #  title: "Latency: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
11461 #  algorithm: "plot_lat_err_bars_name"
11462 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
11463 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11464 #  include:
11465 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11466 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11467 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11468 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11469 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11470 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11471 #  layout:
11472 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
11473 #    layout: "plot-latency"
11474
11475 - type: "plot"
11476   title: "Latency: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
11477   algorithm: "plot_lat_err_bars_name"
11478   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
11479   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11480   include:
11481     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11482     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11483     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11484     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11485     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11486     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11487   layout:
11488     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
11489     layout: "plot-latency"
11490
11491 - type: "plot"
11492   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
11493   algorithm: "plot_lat_err_bars_name"
11494   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
11495   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11496   include:
11497     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11498     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11499     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11500     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11501   layout:
11502     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11503     layout: "plot-latency"
11504
11505 - type: "plot"
11506   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
11507   algorithm: "plot_lat_err_bars_name"
11508   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
11509   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11510   include:
11511     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11512     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11513     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11514     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11515     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11516   layout:
11517     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
11518     layout: "plot-latency"
11519
11520 - type: "plot"
11521   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
11522   algorithm: "plot_lat_err_bars_name"
11523   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
11524   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11525   include:
11526     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11527     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11528     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11529     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11530   layout:
11531     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
11532     layout: "plot-latency"
11533
11534 - type: "plot"
11535   title: "Latency: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
11536   algorithm: "plot_lat_err_bars_name"
11537   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
11538   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11539   include:
11540     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11541     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11542     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11543     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11544     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11545     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11546   layout:
11547     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
11548     layout: "plot-latency"
11549
11550 - type: "plot"
11551   title: "Latency: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
11552   algorithm: "plot_lat_err_bars_name"
11553   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
11554   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11555   include:
11556     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11557     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11558     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11559     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11560     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11561   layout:
11562     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
11563     layout: "plot-latency"
11564
11565 - type: "plot"
11566   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
11567   algorithm: "plot_lat_err_bars_name"
11568   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
11569   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11570   include:
11571     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11572     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11573     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11574   layout:
11575     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11576     layout: "plot-latency"
11577
11578 - type: "plot"
11579   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
11580   algorithm: "plot_lat_err_bars_name"
11581   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
11582   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11583   include:
11584     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11585     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11586     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11587     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11588   layout:
11589     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
11590     layout: "plot-latency"
11591
11592 - type: "plot"
11593   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
11594   algorithm: "plot_lat_err_bars_name"
11595   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
11596   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11597   include:
11598     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11599     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11600     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11601     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11602     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11603     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11604   layout:
11605     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
11606     layout: "plot-latency"
11607
11608 - type: "plot"
11609   title: "Latency: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr-lat"
11610   algorithm: "plot_lat_err_bars_name"
11611   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr-lat"
11612   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11613   include:
11614     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11615     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11616     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11617     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11618     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11619     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11620   layout:
11621     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr"
11622     layout: "plot-latency"
11623
11624 - type: "plot"
11625   title: "Latency: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr-lat"
11626   algorithm: "plot_lat_err_bars_name"
11627   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr-lat"
11628   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11629   include:
11630     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11631     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11632     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11633     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11634     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11635     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11636   layout:
11637     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
11638     layout: "plot-latency"
11639
11640 - type: "plot"
11641   title: "Latency: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr-lat"
11642   algorithm: "plot_lat_err_bars_name"
11643   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr-lat"
11644   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11645   include:
11646     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11647     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11648     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11649     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11650     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11651     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11652   layout:
11653     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
11654     layout: "plot-latency"
11655
11656 - type: "plot"
11657   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
11658   algorithm: "plot_lat_err_bars_name"
11659   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
11660   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11661   include:
11662     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11663     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11664     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11665     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11666   layout:
11667     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
11668     layout: "plot-latency"
11669
11670 - type: "plot"
11671   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
11672   algorithm: "plot_lat_err_bars_name"
11673   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-lat"
11674   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11675   include:
11676     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11677     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11678     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11679     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
11680   layout:
11681     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
11682     layout: "plot-latency"
11683
11684 - type: "plot"
11685   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
11686   algorithm: "plot_lat_err_bars_name"
11687   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr-lat"
11688   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11689   include:
11690     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11691     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11692     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11693     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11694   layout:
11695     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
11696     layout: "plot-latency"
11697
11698 - type: "plot"
11699   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
11700   algorithm: "plot_lat_err_bars_name"
11701   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr-lat"
11702   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11703   include:
11704     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11705     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11706     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11707     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
11708   layout:
11709     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
11710     layout: "plot-latency"
11711
11712 - type: "plot"
11713   title: "Latency: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
11714   algorithm: "plot_lat_err_bars_name"
11715   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
11716   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11717   include:
11718     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11719     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11720     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11721     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11722   layout:
11723     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
11724     layout: "plot-latency"
11725
11726 - type: "plot"
11727   title: "Latency: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
11728   algorithm: "plot_lat_err_bars_name"
11729   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
11730   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11731   include:
11732     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11733     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11734     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11735     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11736   layout:
11737     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
11738     layout: "plot-latency"
11739
11740 - type: "plot"
11741   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
11742   algorithm: "plot_lat_err_bars_name"
11743   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
11744   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11745   include:
11746     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11747     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11748     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11749     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11750     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11751   layout:
11752     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
11753     layout: "plot-latency"
11754
11755 - type: "plot"
11756   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
11757   algorithm: "plot_lat_err_bars_name"
11758   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-lat"
11759   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11760   include:
11761     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11762     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11763     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11764     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11765     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
11766   layout:
11767     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
11768     layout: "plot-latency"
11769
11770 - type: "plot"
11771   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
11772   algorithm: "plot_lat_err_bars_name"
11773   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
11774   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11775   include:
11776     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11777     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11778     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11779     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11780     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11781     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11782   layout:
11783     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
11784     layout: "plot-latency"
11785
11786 - type: "plot"
11787   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
11788   algorithm: "plot_lat_err_bars_name"
11789   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
11790   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11791   include:
11792     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11793     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11794     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11795     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11796     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11797     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11798   layout:
11799     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
11800     layout: "plot-latency"
11801
11802 - type: "plot"
11803   title: "Latency: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr-lat"
11804   algorithm: "plot_lat_err_bars_name"
11805   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr-lat"
11806   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11807   include:
11808     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11809     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11810     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11811     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11812     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11813   layout:
11814     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11815     layout: "plot-latency"
11816
11817 - type: "plot"
11818   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-lat"
11819   algorithm: "plot_lat_err_bars_name"
11820   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-lat"
11821   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11822   include:
11823     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11824     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11825     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11826     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11827     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11828   layout:
11829     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11830     layout: "plot-latency"
11831
11832 - type: "plot"
11833   title: "Latency: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr-lat"
11834   algorithm: "plot_lat_err_bars_name"
11835   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr-lat"
11836   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11837   include:
11838     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11839     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11840     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11841     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11842     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11843     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11844   layout:
11845     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11846     layout: "plot-latency"
11847
11848 - type: "plot"
11849   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-lat"
11850   algorithm: "plot_lat_err_bars_name"
11851   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-lat"
11852   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11853   include:
11854     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11855     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11856     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11857     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11858   layout:
11859     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-lat"
11860     layout: "plot-latency"
11861
11862 - type: "plot"
11863   title: "Latency: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-lat"
11864   algorithm: "plot_lat_err_bars_name"
11865   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-lat"
11866   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11867   include:
11868     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11869     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11870     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11871     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11872     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11873   layout:
11874     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11875     layout: "plot-latency"
11876
11877 #- type: "plot"
11878 #  title: "Latency: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
11879 #  algorithm: "plot_lat_err_bars_name"
11880 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
11881 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11882 #  include:
11883 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11884 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11885 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11886 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11887 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11888 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11889 #  layout:
11890 #    title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11891 #    layout: "plot-latency"
11892
11893 - type: "plot"
11894   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr-lat"
11895   algorithm: "plot_lat_err_bars_name"
11896   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr-lat"
11897   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11898   include:
11899     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11900     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11901     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11902     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11903   layout:
11904     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11905     layout: "plot-latency"
11906
11907 - type: "plot"
11908   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr-lat"
11909   algorithm: "plot_lat_err_bars_name"
11910   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr-lat"
11911   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11912   include:
11913     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11914     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11915     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11916     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11917     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11918     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11919   layout:
11920     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11921     layout: "plot-latency"
11922
11923 - type: "plot"
11924   title: "Latency: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr-lat"
11925   algorithm: "plot_lat_err_bars_name"
11926   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr-lat"
11927   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11928   include:
11929     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11930     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11931     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11932     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11933     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11934     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11935   layout:
11936     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11937     layout: "plot-latency"
11938
11939 - type: "plot"
11940   title: "Latency: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr-lat"
11941   algorithm: "plot_lat_err_bars_name"
11942   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr-lat"
11943   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11944   include:
11945     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11946     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11947     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11948     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11949     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11950     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11951   layout:
11952     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11953     layout: "plot-latency"
11954
11955 - type: "plot"
11956   title: "Latency: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr-lat"
11957   algorithm: "plot_lat_err_bars_name"
11958   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr-lat"
11959   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11960   include:
11961     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11962     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11963     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11964     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11965     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11966   layout:
11967     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
11968     layout: "plot-latency"
11969
11970 - type: "plot"
11971   title: "Latency: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr-lat"
11972   algorithm: "plot_lat_err_bars_name"
11973   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr-lat"
11974   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11975   include:
11976     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11977     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11978     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11979     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11980     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11981     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11982   layout:
11983     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
11984     layout: "plot-latency"
11985
11986 ################################################################################
11987
11988 # Packet Latency 2C
11989
11990 - type: "plot"
11991   title: "Latency: 2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
11992   algorithm: "plot_lat_err_bars_name"
11993   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
11994   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11995   include:
11996     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11997     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11998     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11999     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12000   layout:
12001     title: "2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
12002     layout: "plot-latency"
12003
12004 - type: "plot"
12005   title: "Latency: 3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
12006   algorithm: "plot_lat_err_bars_name"
12007   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
12008   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12009   include:
12010     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12011     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12012     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12013     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12014     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12015   layout:
12016     title: "3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
12017     layout: "plot-latency"
12018
12019 - type: "plot"
12020   title: "Latency: 2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
12021   algorithm: "plot_lat_err_bars_name"
12022   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
12023   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12024   include:
12025     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
12026     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
12027     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
12028     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
12029     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
12030   layout:
12031     title: "2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
12032     layout: "plot-latency"
12033
12034 - type: "plot"
12035   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
12036   algorithm: "plot_lat_err_bars_name"
12037   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
12038   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12039   include:
12040     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
12041     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
12042     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
12043     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
12044   layout:
12045     title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
12046     layout: "plot-latency"
12047
12048 - type: "plot"
12049   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
12050   algorithm: "plot_lat_err_bars_name"
12051   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
12052   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12053   include:
12054     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
12055     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
12056     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
12057     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
12058     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
12059   layout:
12060     title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
12061     layout: "plot-latency"
12062
12063 - type: "plot"
12064   title: "Latency: 2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
12065   algorithm: "plot_lat_err_bars_name"
12066   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
12067   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12068   include:
12069     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
12070     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12071     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12072     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12073     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12074     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
12075   layout:
12076     title: "2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
12077     layout: "plot-latency"
12078
12079 - type: "plot"
12080   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
12081   algorithm: "plot_lat_err_bars_name"
12082   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
12083   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12084   include:
12085     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
12086     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
12087     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
12088   layout:
12089     title: "3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr"
12090     layout: "plot-latency"
12091
12092 - type: "plot"
12093   title: "Latency: 3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
12094   algorithm: "plot_lat_err_bars_name"
12095   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
12096   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12097   include:
12098     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
12099     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
12100     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
12101     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
12102     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
12103   layout:
12104     title: "3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
12105     layout: "plot-latency"
12106
12107 - type: "plot"
12108   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
12109   algorithm: "plot_lat_err_bars_name"
12110   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
12111   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12112   include:
12113     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
12114     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
12115     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
12116     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
12117   layout:
12118     title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
12119     layout: "plot-latency"
12120
12121 - type: "plot"
12122   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
12123   algorithm: "plot_lat_err_bars_name"
12124   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
12125   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12126   include:
12127     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
12128     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
12129     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
12130     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
12131     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
12132   layout:
12133     title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
12134     layout: "plot-latency"
12135
12136 - type: "plot"
12137   title: "Latency: 3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
12138   algorithm: "plot_lat_err_bars_name"
12139   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
12140   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12141   include:
12142     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
12143     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12144     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12145     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12146     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12147     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
12148   layout:
12149     title: "3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
12150     layout: "plot-latency"
12151
12152 - type: "plot"
12153   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr-lat"
12154   algorithm: "plot_lat_err_bars_name"
12155   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr-lat"
12156   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12157   include:
12158     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t2c-ethip4vxlan-l2xcbase-ndrpdr"
12159     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12160   layout:
12161     title: "3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr"
12162     layout: "plot-latency"
12163
12164 - type: "plot"
12165   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-lat"
12166   algorithm: "plot_lat_err_bars_name"
12167   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-lat"
12168   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12169   include:
12170     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t2c-ethip4vxlan-l2xcbase-ndrpdr"
12171     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12172     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12173     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12174   layout:
12175     title: "3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr"
12176     layout: "plot-latency"
12177
12178 - type: "plot"
12179   title: "Latency: 2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
12180   algorithm: "plot_lat_err_bars_name"
12181   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
12182   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12183   include:
12184     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
12185     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
12186     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
12187   layout:
12188     title: "2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
12189     layout: "plot-latency"
12190
12191 - type: "plot"
12192   title: "Latency: 2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
12193   algorithm: "plot_lat_err_bars_name"
12194   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
12195   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12196   include:
12197     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
12198     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
12199     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
12200     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
12201     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
12202   layout:
12203     title: "2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
12204     layout: "plot-latency"
12205
12206 - type: "plot"
12207   title: "Latency: 3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
12208   algorithm: "plot_lat_err_bars_name"
12209   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
12210   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12211   include:
12212     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
12213     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
12214     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
12215   layout:
12216     title: "3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr"
12217     layout: "plot-latency"
12218
12219 - type: "plot"
12220   title: "Latency: 3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
12221   algorithm: "plot_lat_err_bars_name"
12222   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
12223   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12224   include:
12225     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
12226     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
12227     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
12228   layout:
12229     title: "3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
12230     layout: "plot-latency"
12231
12232 - type: "plot"
12233   title: "Latency: 3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
12234   algorithm: "plot_lat_err_bars_name"
12235   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
12236   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12237   include:
12238     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
12239     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
12240     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
12241     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
12242     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
12243   layout:
12244     title: "3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
12245     layout: "plot-latency"
12246
12247 #- type: "plot"
12248 #  title: "Latency: 3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
12249 #  algorithm: "plot_lat_err_bars_name"
12250 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
12251 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12252 #  include:
12253 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12254 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12255 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12256 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12257 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12258 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12259 #  layout:
12260 #    title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
12261 #    layout: "plot-latency"
12262
12263 #- type: "plot"
12264 #  title: "Latency: 3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
12265 #  algorithm: "plot_lat_err_bars_name"
12266 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
12267 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12268 #  include:
12269 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12270 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12271 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12272 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12273 #  layout:
12274 #    title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
12275 #    layout: "plot-latency"
12276
12277 #- type: "plot"
12278 #  title: "Latency: 3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
12279 #  algorithm: "plot_lat_err_bars_name"
12280 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
12281 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12282 #  include:
12283 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12284 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12285 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12286 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12287 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12288 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12289 #  layout:
12290 #    title: "3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr"
12291 #    layout: "plot-latency"
12292
12293 - type: "plot"
12294   title: "Latency: 2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
12295   algorithm: "plot_lat_err_bars_name"
12296   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
12297   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12298   include:
12299     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
12300     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12301     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
12302     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
12303     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
12304     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
12305   layout:
12306     title: "2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
12307     layout: "plot-latency"
12308
12309 - type: "plot"
12310   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
12311   algorithm: "plot_lat_err_bars_name"
12312   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
12313   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12314   include:
12315     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
12316     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
12317     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12318     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
12319   layout:
12320     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
12321     layout: "plot-latency"
12322
12323 - type: "plot"
12324   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
12325   algorithm: "plot_lat_err_bars_name"
12326   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
12327   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12328   include:
12329     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
12330     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
12331     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
12332     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
12333     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
12334   layout:
12335     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
12336     layout: "plot-latency"
12337
12338 - type: "plot"
12339   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
12340   algorithm: "plot_lat_err_bars_name"
12341   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
12342   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12343   include:
12344     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
12345     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
12346     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
12347     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
12348   layout:
12349     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
12350     layout: "plot-latency"
12351
12352 - type: "plot"
12353   title: "Latency: 3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
12354   algorithm: "plot_lat_err_bars_name"
12355   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
12356   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12357   include:
12358     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
12359     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
12360     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
12361     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
12362     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
12363     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
12364   layout:
12365     title: "3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr"
12366     layout: "plot-latency"
12367
12368 - type: "plot"
12369   title: "Latency: 3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
12370   algorithm: "plot_lat_err_bars_name"
12371   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
12372   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12373   include:
12374     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
12375     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
12376     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
12377     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
12378     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
12379   layout:
12380     title: "3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
12381     layout: "plot-latency"
12382
12383 - type: "plot"
12384   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
12385   algorithm: "plot_lat_err_bars_name"
12386   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
12387   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12388   include:
12389     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
12390     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
12391     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
12392   layout:
12393     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
12394     layout: "plot-latency"
12395
12396 - type: "plot"
12397   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
12398   algorithm: "plot_lat_err_bars_name"
12399   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
12400   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12401   include:
12402     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
12403     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
12404     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
12405     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
12406   layout:
12407     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
12408     layout: "plot-latency"
12409
12410 - type: "plot"
12411   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
12412   algorithm: "plot_lat_err_bars_name"
12413   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
12414   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12415   include:
12416     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
12417     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
12418     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
12419     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
12420     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
12421     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
12422   layout:
12423     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
12424     layout: "plot-latency"
12425
12426 - type: "plot"
12427   title: "Latency: 3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr-lat"
12428   algorithm: "plot_lat_err_bars_name"
12429   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr-lat"
12430   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12431   include:
12432     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
12433     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12434     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12435     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12436     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12437     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12438   layout:
12439     title: "3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr"
12440     layout: "plot-latency"
12441
12442 - type: "plot"
12443   title: "Latency: 3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr-lat"
12444   algorithm: "plot_lat_err_bars_name"
12445   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr-lat"
12446   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12447   include:
12448     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12449     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12450     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12451     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12452     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12453     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12454   layout:
12455     title: "3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr"
12456     layout: "plot-latency"
12457
12458 - type: "plot"
12459   title: "Latency: 3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr-lat"
12460   algorithm: "plot_lat_err_bars_name"
12461   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr-lat"
12462   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12463   include:
12464     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12465     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12466     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12467     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12468     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12469     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12470   layout:
12471     title: "3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr"
12472     layout: "plot-latency"
12473
12474 - type: "plot"
12475   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
12476   algorithm: "plot_lat_err_bars_name"
12477   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
12478   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12479   include:
12480     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12481     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12482     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12483     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12484   layout:
12485     title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
12486     layout: "plot-latency"
12487
12488 - type: "plot"
12489   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
12490   algorithm: "plot_lat_err_bars_name"
12491   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-lat"
12492   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12493   include:
12494     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12495     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12496     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12497     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12498   layout:
12499     title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
12500     layout: "plot-latency"
12501
12502 - type: "plot"
12503   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
12504   algorithm: "plot_lat_err_bars_name"
12505   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr-lat"
12506   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12507   include:
12508     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12509     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12510     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12511     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12512   layout:
12513     title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
12514     layout: "plot-latency"
12515
12516 - type: "plot"
12517   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr"
12518   algorithm: "plot_lat_err_bars_name"
12519   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr-lat"
12520   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12521   include:
12522     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12523     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12524     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12525     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12526   layout:
12527     title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr"
12528     layout: "plot-latency"
12529
12530 - type: "plot"
12531   title: "Latency: 3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
12532   algorithm: "plot_lat_err_bars_name"
12533   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
12534   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12535   include:
12536     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12537     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12538     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12539     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12540   layout:
12541     title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
12542     layout: "plot-latency"
12543
12544 - type: "plot"
12545   title: "Latency: 3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
12546   algorithm: "plot_lat_err_bars_name"
12547   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
12548   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12549   include:
12550     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12551     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12552     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12553     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12554   layout:
12555     title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
12556     layout: "plot-latency"
12557
12558 - type: "plot"
12559   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
12560   algorithm: "plot_lat_err_bars_name"
12561   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
12562   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12563   include:
12564     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12565     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12566     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12567     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12568     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12569   layout:
12570     title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
12571     layout: "plot-latency"
12572
12573 - type: "plot"
12574   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
12575   algorithm: "plot_lat_err_bars_name"
12576   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-lat"
12577   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12578   include:
12579     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12580     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12581     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12582     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12583     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12584   layout:
12585     title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
12586     layout: "plot-latency"
12587
12588 - type: "plot"
12589   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
12590   algorithm: "plot_lat_err_bars_name"
12591   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
12592   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12593   include:
12594     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12595     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12596     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12597     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12598     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12599     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12600   layout:
12601     title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
12602     layout: "plot-latency"
12603
12604 - type: "plot"
12605   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
12606   algorithm: "plot_lat_err_bars_name"
12607   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
12608   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12609   include:
12610     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12611     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12612     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12613     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12614     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12615     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12616   layout:
12617     title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
12618     layout: "plot-latency"
12619
12620 - type: "plot"
12621   title: "Latency: 3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr-lat"
12622   algorithm: "plot_lat_err_bars_name"
12623   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr-lat"
12624   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12625   include:
12626     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12627     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12628     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12629     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12630     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12631   layout:
12632     title: "3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr"
12633     layout: "plot-latency"
12634
12635 - type: "plot"
12636   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr-lat"
12637   algorithm: "plot_lat_err_bars_name"
12638   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr-lat"
12639   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12640   include:
12641     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
12642     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
12643     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t2c-ethip4-ip4scale20k-ndrpdr"
12644     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t2c-ethip4-ip4scale200k-ndrpdr"
12645     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
12646   layout:
12647     title: "3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr"
12648     layout: "plot-latency"
12649
12650 - type: "plot"
12651   title: "Latency: 3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr-lat"
12652   algorithm: "plot_lat_err_bars_name"
12653   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr-lat"
12654   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12655   include:
12656     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
12657     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12658     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12659     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12660     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12661     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t2c-ethip4udp-ip4base-nat44-ndrpdr"
12662   layout:
12663     title: "3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr"
12664     layout: "plot-latency"
12665
12666 - type: "plot"
12667   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-lat"
12668   algorithm: "plot_lat_err_bars_name"
12669   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-lat"
12670   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12671   include:
12672     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t2c-ethip4vxlan-l2xcbase-ndrpdr"
12673     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12674     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12675     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12676   layout:
12677     title: "3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-lat"
12678     layout: "plot-latency"
12679
12680 - type: "plot"
12681   title: "Latency: 3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr-lat"
12682   algorithm: "plot_lat_err_bars_name"
12683   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr-lat"
12684   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12685   include:
12686     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
12687     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
12688     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t2c-ethip6-ip6scale20k-ndrpdr"
12689     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t2c-ethip6-ip6scale200k-ndrpdr"
12690     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
12691   layout:
12692     title: "3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr"
12693     layout: "plot-latency"
12694
12695 #- type: "plot"
12696 #  title: "Latency: 3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
12697 #  algorithm: "plot_lat_err_bars_name"
12698 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
12699 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12700 #  include:
12701 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12702 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12703 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12704 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12705 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12706 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12707 #  layout:
12708 #    title: "3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12709 #    layout: "plot-latency"
12710
12711 - type: "plot"
12712   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr-lat"
12713   algorithm: "plot_lat_err_bars_name"
12714   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr-lat"
12715   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12716   include:
12717     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
12718     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
12719     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
12720     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
12721   layout:
12722     title: "3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr"
12723     layout: "plot-latency"
12724
12725 - type: "plot"
12726   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr-lat"
12727   algorithm: "plot_lat_err_bars_name"
12728   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr-lat"
12729   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12730   include:
12731     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
12732     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
12733     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
12734     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale10kmaclrn-ndrpdr"
12735     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale100kmaclrn-ndrpdr"
12736     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
12737   layout:
12738     title: "3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr"
12739     layout: "plot-latency"
12740
12741 - type: "plot"
12742   title: "Latency: 3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr-lat"
12743   algorithm: "plot_lat_err_bars_name"
12744   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr-lat"
12745   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12746   include:
12747     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
12748     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12749     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12750     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12751     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12752     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12753   layout:
12754     title: "3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr"
12755     layout: "plot-latency"
12756
12757 - type: "plot"
12758   title: "Latency: 3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr-lat"
12759   algorithm: "plot_lat_err_bars_name"
12760   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr-lat"
12761   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12762   include:
12763     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12764     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12765     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12766     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12767     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12768     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12769   layout:
12770     title: "3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr"
12771     layout: "plot-latency"
12772
12773 - type: "plot"
12774   title: "Latency: 3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr-lat"
12775   algorithm: "plot_lat_err_bars_name"
12776   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr-lat"
12777   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12778   include:
12779     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12780     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12781     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12782     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12783     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12784   layout:
12785     title: "3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr"
12786     layout: "plot-latency"
12787
12788 - type: "plot"
12789   title: "Latency: 3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr-lat"
12790   algorithm: "plot_lat_err_bars_name"
12791   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr-lat"
12792   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12793   include:
12794     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12795     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12796     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12797     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12798     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12799     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12800   layout:
12801     title: "3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr"
12802     layout: "plot-latency"
12803
12804 ################################################################################
12805
12806 # Packet Latency 4C
12807
12808 - type: "plot"
12809   title: "Latency: 2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
12810   algorithm: "plot_lat_err_bars_name"
12811   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
12812   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12813   include:
12814     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12815     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12816     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12817     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12818   layout:
12819     title: "2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
12820     layout: "plot-latency"
12821
12822 - type: "plot"
12823   title: "Latency: 3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
12824   algorithm: "plot_lat_err_bars_name"
12825   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
12826   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12827   include:
12828     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12829     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12830     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12831     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12832     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12833   layout:
12834     title: "3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
12835     layout: "plot-latency"
12836
12837 - type: "plot"
12838   title: "Latency: 2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
12839   algorithm: "plot_lat_err_bars_name"
12840   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
12841   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12842   include:
12843     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
12844     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
12845     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
12846     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
12847     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
12848   layout:
12849     title: "2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
12850     layout: "plot-latency"
12851
12852 - type: "plot"
12853   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
12854   algorithm: "plot_lat_err_bars_name"
12855   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
12856   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12857   include:
12858     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
12859     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
12860     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
12861     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
12862   layout:
12863     title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
12864     layout: "plot-latency"
12865
12866 - type: "plot"
12867   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
12868   algorithm: "plot_lat_err_bars_name"
12869   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
12870   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12871   include:
12872     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
12873     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
12874     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
12875     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
12876     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
12877   layout:
12878     title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
12879     layout: "plot-latency"
12880
12881 - type: "plot"
12882   title: "Latency: 2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
12883   algorithm: "plot_lat_err_bars_name"
12884   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
12885   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12886   include:
12887     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
12888     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12889     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12890     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12891     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12892     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
12893   layout:
12894     title: "2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
12895     layout: "plot-latency"
12896
12897 - type: "plot"
12898   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
12899   algorithm: "plot_lat_err_bars_name"
12900   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
12901   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12902   include:
12903     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
12904     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
12905     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
12906   layout:
12907     title: "3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr"
12908     layout: "plot-latency"
12909
12910 - type: "plot"
12911   title: "Latency: 3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
12912   algorithm: "plot_lat_err_bars_name"
12913   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
12914   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12915   include:
12916     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
12917     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
12918     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
12919     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
12920     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
12921   layout:
12922     title: "3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
12923     layout: "plot-latency"
12924
12925 - type: "plot"
12926   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
12927   algorithm: "plot_lat_err_bars_name"
12928   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
12929   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12930   include:
12931     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
12932     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
12933     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
12934     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
12935   layout:
12936     title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
12937     layout: "plot-latency"
12938
12939 - type: "plot"
12940   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
12941   algorithm: "plot_lat_err_bars_name"
12942   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
12943   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12944   include:
12945     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
12946     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
12947     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
12948     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
12949     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
12950   layout:
12951     title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
12952     layout: "plot-latency"
12953
12954 - type: "plot"
12955   title: "Latency: 3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
12956   algorithm: "plot_lat_err_bars_name"
12957   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
12958   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12959   include:
12960     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
12961     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12962     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12963     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12964     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12965     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
12966   layout:
12967     title: "3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
12968     layout: "plot-latency"
12969
12970 - type: "plot"
12971   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr-lat"
12972   algorithm: "plot_lat_err_bars_name"
12973   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr-lat"
12974   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12975   include:
12976     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t4c-ethip4vxlan-l2xcbase-ndrpdr"
12977     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12978   layout:
12979     title: "3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr"
12980     layout: "plot-latency"
12981
12982 - type: "plot"
12983   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr-lat"
12984   algorithm: "plot_lat_err_bars_name"
12985   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr-lat"
12986   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12987   include:
12988     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-8t4c-ethip4vxlan-l2xcbase-ndrpdr"
12989     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12990     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12991     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12992   layout:
12993     title: "3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr"
12994     layout: "plot-latency"
12995
12996 - type: "plot"
12997   title: "Latency: 2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
12998   algorithm: "plot_lat_err_bars_name"
12999   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
13000   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13001   include:
13002     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
13003     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
13004     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
13005   layout:
13006     title: "2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
13007     layout: "plot-latency"
13008
13009 - type: "plot"
13010   title: "Latency: 2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
13011   algorithm: "plot_lat_err_bars_name"
13012   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
13013   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13014   include:
13015     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
13016     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
13017     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
13018     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
13019     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
13020   layout:
13021     title: "2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
13022     layout: "plot-latency"
13023
13024 - type: "plot"
13025   title: "Latency: 3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
13026   algorithm: "plot_lat_err_bars_name"
13027   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
13028   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13029   include:
13030     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
13031     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
13032     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
13033   layout:
13034     title: "3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr"
13035     layout: "plot-latency"
13036
13037 - type: "plot"
13038   title: "Latency: 3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
13039   algorithm: "plot_lat_err_bars_name"
13040   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
13041   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13042   include:
13043     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
13044     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
13045     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
13046   layout:
13047     title: "3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
13048     layout: "plot-latency"
13049
13050 - type: "plot"
13051   title: "Latency: 3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
13052   algorithm: "plot_lat_err_bars_name"
13053   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
13054   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13055   include:
13056     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
13057     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
13058     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
13059     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
13060     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
13061   layout:
13062     title: "3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
13063     layout: "plot-latency"
13064
13065 #- type: "plot"
13066 #  title: "Latency: 3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
13067 #  algorithm: "plot_lat_err_bars_name"
13068 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
13069 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13070 #  include:
13071 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13072 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13073 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13074 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13075 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13076 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13077 #  layout:
13078 #    title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
13079 #    layout: "plot-latency"
13080
13081 #- type: "plot"
13082 #  title: "Latency: 3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
13083 #  algorithm: "plot_lat_err_bars_name"
13084 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
13085 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13086 #  include:
13087 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13088 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13089 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13090 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13091 #  layout:
13092 #    title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
13093 #    layout: "plot-latency"
13094
13095 #- type: "plot"
13096 #  title: "Latency: 3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
13097 #  algorithm: "plot_lat_err_bars_name"
13098 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
13099 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13100 #  include:
13101 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13102 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13103 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13104 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13105 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13106 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13107 #  layout:
13108 #    title: "3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr"
13109 #    layout: "plot-latency"
13110
13111 - type: "plot"
13112   title: "Latency: 2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
13113   algorithm: "plot_lat_err_bars_name"
13114   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
13115   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13116   include:
13117     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
13118     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13119     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
13120     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
13121     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
13122     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
13123   layout:
13124     title: "2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
13125     layout: "plot-latency"
13126
13127 - type: "plot"
13128   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
13129   algorithm: "plot_lat_err_bars_name"
13130   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
13131   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13132   include:
13133     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
13134     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
13135     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13136     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
13137   layout:
13138     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
13139     layout: "plot-latency"
13140
13141 - type: "plot"
13142   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
13143   algorithm: "plot_lat_err_bars_name"
13144   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
13145   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13146   include:
13147     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
13148     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
13149     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
13150     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
13151     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
13152   layout:
13153     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
13154     layout: "plot-latency"
13155
13156 - type: "plot"
13157   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
13158   algorithm: "plot_lat_err_bars_name"
13159   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
13160   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13161   include:
13162     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
13163     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
13164     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
13165     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
13166   layout:
13167     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
13168     layout: "plot-latency"
13169
13170 - type: "plot"
13171   title: "Latency: 3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
13172   algorithm: "plot_lat_err_bars_name"
13173   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
13174   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13175   include:
13176     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
13177     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
13178     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
13179     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
13180     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
13181     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
13182   layout:
13183     title: "3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr"
13184     layout: "plot-latency"
13185
13186 - type: "plot"
13187   title: "Latency: 3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
13188   algorithm: "plot_lat_err_bars_name"
13189   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
13190   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13191   include:
13192     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
13193     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
13194     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
13195     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
13196     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
13197   layout:
13198     title: "3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
13199     layout: "plot-latency"
13200
13201 - type: "plot"
13202   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
13203   algorithm: "plot_lat_err_bars_name"
13204   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
13205   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13206   include:
13207     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
13208     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
13209     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
13210   layout:
13211     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
13212     layout: "plot-latency"
13213
13214 - type: "plot"
13215   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
13216   algorithm: "plot_lat_err_bars_name"
13217   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
13218   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13219   include:
13220     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
13221     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
13222     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
13223     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
13224   layout:
13225     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
13226     layout: "plot-latency"
13227
13228 - type: "plot"
13229   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
13230   algorithm: "plot_lat_err_bars_name"
13231   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
13232   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13233   include:
13234     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
13235     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
13236     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
13237     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
13238     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
13239     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
13240   layout:
13241     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
13242     layout: "plot-latency"
13243
13244 - type: "plot"
13245   title: "Latency: 3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr-lat"
13246   algorithm: "plot_lat_err_bars_name"
13247   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr-lat"
13248   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13249   include:
13250     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
13251     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13252     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13253     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13254     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13255     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13256   layout:
13257     title: "3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr"
13258     layout: "plot-latency"
13259
13260 - type: "plot"
13261   title: "Latency: 3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr-lat"
13262   algorithm: "plot_lat_err_bars_name"
13263   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr-lat"
13264   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13265   include:
13266     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13267     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13268     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13269     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13270     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13271     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13272   layout:
13273     title: "3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr"
13274     layout: "plot-latency"
13275
13276 - type: "plot"
13277   title: "Latency: 3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr-lat"
13278   algorithm: "plot_lat_err_bars_name"
13279   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr-lat"
13280   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13281   include:
13282     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-8t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13283     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13284     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13285     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13286     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13287     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13288   layout:
13289     title: "3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr"
13290     layout: "plot-latency"
13291
13292 - type: "plot"
13293   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
13294   algorithm: "plot_lat_err_bars_name"
13295   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
13296   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13297   include:
13298     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13299     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13300     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13301     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13302   layout:
13303     title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
13304     layout: "plot-latency"
13305
13306 - type: "plot"
13307   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
13308   algorithm: "plot_lat_err_bars_name"
13309   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-lat"
13310   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13311   include:
13312     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13313     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13314     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13315     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13316   layout:
13317     title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
13318     layout: "plot-latency"
13319
13320 - type: "plot"
13321   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
13322   algorithm: "plot_lat_err_bars_name"
13323   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr-lat"
13324   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13325   include:
13326     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13327     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13328     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13329     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13330   layout:
13331     title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
13332     layout: "plot-latency"
13333
13334 - type: "plot"
13335   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr"
13336   algorithm: "plot_lat_err_bars_name"
13337   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr-lat"
13338   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13339   include:
13340     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13341     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13342     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13343     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13344   layout:
13345     title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr"
13346     layout: "plot-latency"
13347
13348 - type: "plot"
13349   title: "Latency: 3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
13350   algorithm: "plot_lat_err_bars_name"
13351   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
13352   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13353   include:
13354     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13355     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13356     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13357     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13358   layout:
13359     title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
13360     layout: "plot-latency"
13361
13362 - type: "plot"
13363   title: "Latency: 3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
13364   algorithm: "plot_lat_err_bars_name"
13365   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
13366   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13367   include:
13368     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13369     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13370     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13371     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13372   layout:
13373     title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
13374     layout: "plot-latency"
13375
13376 - type: "plot"
13377   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
13378   algorithm: "plot_lat_err_bars_name"
13379   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
13380   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13381   include:
13382     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13383     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13384     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13385     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13386     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13387   layout:
13388     title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
13389     layout: "plot-latency"
13390
13391 - type: "plot"
13392   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
13393   algorithm: "plot_lat_err_bars_name"
13394   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-lat"
13395   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13396   include:
13397     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13398     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13399     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13400     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13401     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13402   layout:
13403     title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
13404     layout: "plot-latency"
13405
13406 - type: "plot"
13407   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
13408   algorithm: "plot_lat_err_bars_name"
13409   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
13410   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13411   include:
13412     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13413     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13414     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13415     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13416     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13417     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13418   layout:
13419     title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
13420     layout: "plot-latency"
13421
13422 - type: "plot"
13423   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
13424   algorithm: "plot_lat_err_bars_name"
13425   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
13426   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13427   include:
13428     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13429     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13430     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13431     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13432     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13433     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13434   layout:
13435     title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
13436     layout: "plot-latency"
13437
13438 - type: "plot"
13439   title: "Latency: 3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr-lat"
13440   algorithm: "plot_lat_err_bars_name"
13441   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr-lat"
13442   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13443   include:
13444     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13445     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13446     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13447     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13448     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13449   layout:
13450     title: "3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr"
13451     layout: "plot-latency"
13452
13453 - type: "plot"
13454   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr-lat"
13455   algorithm: "plot_lat_err_bars_name"
13456   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr-lat"
13457   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13458   include:
13459     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
13460     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
13461     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t4c-ethip4-ip4scale20k-ndrpdr"
13462     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t4c-ethip4-ip4scale200k-ndrpdr"
13463     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
13464   layout:
13465     title: "3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr"
13466     layout: "plot-latency"
13467
13468 - type: "plot"
13469   title: "Latency: 3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr-lat"
13470   algorithm: "plot_lat_err_bars_name"
13471   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr-lat"
13472   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13473   include:
13474     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
13475     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13476     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13477     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13478     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13479     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t4c-ethip4udp-ip4base-nat44-ndrpdr"
13480   layout:
13481     title: "3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr"
13482     layout: "plot-latency"
13483
13484 - type: "plot"
13485   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-lat"
13486   algorithm: "plot_lat_err_bars_name"
13487   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-lat"
13488   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13489   include:
13490     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t4c-ethip4vxlan-l2xcbase-ndrpdr"
13491     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13492     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13493     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13494   layout:
13495     title: "3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-lat"
13496     layout: "plot-latency"
13497
13498 - type: "plot"
13499   title: "Latency: 3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr-lat"
13500   algorithm: "plot_lat_err_bars_name"
13501   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr-lat"
13502   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13503   include:
13504     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
13505     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
13506     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t4c-ethip6-ip6scale20k-ndrpdr"
13507     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t4c-ethip6-ip6scale200k-ndrpdr"
13508     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
13509   layout:
13510     title: "3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr"
13511     layout: "plot-latency"
13512
13513 #- type: "plot"
13514 #  title: "Latency: 3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
13515 #  algorithm: "plot_lat_err_bars_name"
13516 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
13517 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13518 #  include:
13519 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13520 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13521 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13522 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13523 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13524 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13525 #  layout:
13526 #    title: "3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13527 #    layout: "plot-latency"
13528
13529 - type: "plot"
13530   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr-lat"
13531   algorithm: "plot_lat_err_bars_name"
13532   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr-lat"
13533   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13534   include:
13535     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
13536     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
13537     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
13538     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
13539   layout:
13540     title: "3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr"
13541     layout: "plot-latency"
13542
13543 - type: "plot"
13544   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr-lat"
13545   algorithm: "plot_lat_err_bars_name"
13546   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr-lat"
13547   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13548   include:
13549     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
13550     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
13551     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
13552     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale10kmaclrn-ndrpdr"
13553     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale100kmaclrn-ndrpdr"
13554     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
13555   layout:
13556     title: "3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr"
13557     layout: "plot-latency"
13558
13559 - type: "plot"
13560   title: "Latency: 3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr-lat"
13561   algorithm: "plot_lat_err_bars_name"
13562   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr-lat"
13563   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13564   include:
13565     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
13566     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13567     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13568     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13569     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13570     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13571   layout:
13572     title: "3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr"
13573     layout: "plot-latency"
13574
13575 - type: "plot"
13576   title: "Latency: 3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr-lat"
13577   algorithm: "plot_lat_err_bars_name"
13578   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr-lat"
13579   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13580   include:
13581     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13582     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13583     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13584     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13585     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13586     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13587   layout:
13588     title: "3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr"
13589     layout: "plot-latency"
13590
13591 - type: "plot"
13592   title: "Latency: 3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr-lat"
13593   algorithm: "plot_lat_err_bars_name"
13594   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr-lat"
13595   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13596   include:
13597     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13598     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13599     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13600     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13601     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13602   layout:
13603     title: "3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr"
13604     layout: "plot-latency"
13605
13606 - type: "plot"
13607   title: "Latency: 3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr-lat"
13608   algorithm: "plot_lat_err_bars_name"
13609   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr-lat"
13610   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13611   include:
13612     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13613     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13614     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13615     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13616     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13617     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13618   layout:
13619     title: "3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr"
13620     layout: "plot-latency"
13621
13622 ################################################################################
13623
13624 # HDRHistogram Packet Latency 1C
13625
13626 - type: "plot"
13627   title: "Latency: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat"
13628   graph-title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
13629   algorithm: "plot_lat_hdrh_bar_name"
13630   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat"
13631   data: "plot-vpp-hdrh-lat-2n-skx"
13632   include:
13633     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13634     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13635     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13636     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13637   layout:
13638     layout: "plot-hdrh-latency"
13639
13640 - type: "plot"
13641   title: "Latency: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat"
13642   graph-title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
13643   algorithm: "plot_lat_hdrh_bar_name"
13644   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat"
13645   data: "plot-vpp-hdrh-lat-3n-skx"
13646   include:
13647     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13648     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13649     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13650     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13651     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13652   layout:
13653     layout: "plot-hdrh-latency"
13654
13655 - type: "plot"
13656   title: "Latency: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
13657   graph-title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
13658   algorithm: "plot_lat_hdrh_bar_name"
13659   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
13660   data: "plot-vpp-hdrh-lat-2n-skx"
13661   include:
13662     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
13663     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
13664     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
13665     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13666     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
13667   layout:
13668     layout: "plot-hdrh-latency"
13669
13670 - type: "plot"
13671   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat"
13672   graph-title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
13673   algorithm: "plot_lat_hdrh_bar_name"
13674   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat"
13675   data: "plot-vpp-hdrh-lat-2n-skx"
13676   include:
13677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
13678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
13679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
13680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
13681   layout:
13682     layout: "plot-hdrh-latency"
13683
13684 - type: "plot"
13685   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
13686   graph-title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
13687   algorithm: "plot_lat_hdrh_bar_name"
13688   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
13689   data: "plot-vpp-hdrh-lat-2n-skx"
13690   include:
13691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
13692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
13694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
13695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
13696   layout:
13697     layout: "plot-hdrh-latency"
13698
13699 - type: "plot"
13700   title: "Latency: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat"
13701   graph-title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
13702   algorithm: "plot_lat_hdrh_bar_name"
13703   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat"
13704   data: "plot-vpp-hdrh-lat-2n-skx"
13705   include:
13706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13707     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13708     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13709     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13710     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
13712   layout:
13713     layout: "plot-hdrh-latency"
13714
13715 - type: "plot"
13716   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
13717   graph-title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
13718   algorithm: "plot_lat_hdrh_bar_name"
13719   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
13720   data: "plot-vpp-hdrh-lat-3n-hsw"
13721   include:
13722     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
13723     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13724     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
13725   layout:
13726     layout: "plot-hdrh-latency"
13727
13728 - type: "plot"
13729   title: "Latency: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
13730   graph-title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
13731   algorithm: "plot_lat_hdrh_bar_name"
13732   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
13733   data: "plot-vpp-hdrh-lat-3n-skx"
13734   include:
13735     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
13736     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
13737     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
13738     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13739     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
13740   layout:
13741     layout: "plot-hdrh-latency"
13742
13743 - type: "plot"
13744   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat"
13745   graph-title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
13746   algorithm: "plot_lat_hdrh_bar_name"
13747   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat"
13748   data: "plot-vpp-hdrh-lat-3n-skx"
13749   include:
13750     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
13751     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
13752     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
13753     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
13754   layout:
13755     layout: "plot-hdrh-latency"
13756
13757 - type: "plot"
13758   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
13759   graph-title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
13760   algorithm: "plot_lat_hdrh_bar_name"
13761   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
13762   data: "plot-vpp-hdrh-lat-3n-skx"
13763   include:
13764     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
13765     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13766     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
13767     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
13768     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
13769   layout:
13770     layout: "plot-hdrh-latency"
13771
13772 - type: "plot"
13773   title: "Latency: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat"
13774   graph-title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
13775   algorithm: "plot_lat_hdrh_bar_name"
13776   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat"
13777   data: "plot-vpp-hdrh-lat-3n-skx"
13778   include:
13779     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13780     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13781     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13782     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13783     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13784     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
13785   layout:
13786     layout: "plot-hdrh-latency"
13787
13788 - type: "plot"
13789   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr-hdrh-lat"
13790   graph-title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
13791   algorithm: "plot_lat_hdrh_bar_name"
13792   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr-hdrh-lat"
13793   data: "plot-vpp-hdrh-lat-3n-hsw"
13794   include:
13795     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
13796     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13797   layout:
13798     layout: "plot-hdrh-latency"
13799
13800 - type: "plot"
13801   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat"
13802   graph-title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
13803   algorithm: "plot_lat_hdrh_bar_name"
13804   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat"
13805   data: "plot-vpp-hdrh-lat-3n-skx"
13806   include:
13807     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
13808     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13809     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13810     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13811   layout:
13812     layout: "plot-hdrh-latency"
13813
13814 - type: "plot"
13815   title: "Latency: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
13816   graph-title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
13817   algorithm: "plot_lat_hdrh_bar_name"
13818   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
13819   data: "plot-vpp-hdrh-lat-2n-skx"
13820   include:
13821     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
13822     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
13823     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
13824   layout:
13825     layout: "plot-hdrh-latency"
13826
13827 - type: "plot"
13828   title: "Latency: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
13829   graph-title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
13830   algorithm: "plot_lat_hdrh_bar_name"
13831   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
13832   data: "plot-vpp-hdrh-lat-2n-skx"
13833   include:
13834     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
13835     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
13836     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
13837     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
13838     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
13839   layout:
13840     layout: "plot-hdrh-latency"
13841
13842 - type: "plot"
13843   title: "Latency: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
13844   graph-title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
13845   algorithm: "plot_lat_hdrh_bar_name"
13846   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
13847   data: "plot-vpp-hdrh-lat-3n-hsw"
13848   include:
13849     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13850     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13851     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13852   layout:
13853     layout: "plot-hdrh-latency"
13854
13855 - type: "plot"
13856   title: "Latency: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
13857   graph-title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
13858   algorithm: "plot_lat_hdrh_bar_name"
13859   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
13860   data: "plot-vpp-hdrh-lat-3n-skx"
13861   include:
13862     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
13863     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
13864     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
13865   layout:
13866     layout: "plot-hdrh-latency"
13867
13868 - type: "plot"
13869   title: "Latency: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
13870   graph-title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
13871   algorithm: "plot_lat_hdrh_bar_name"
13872   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
13873   data: "plot-vpp-hdrh-lat-3n-skx"
13874   include:
13875     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
13876     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
13877     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
13878     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
13879     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
13880   layout:
13881     layout: "plot-hdrh-latency"
13882
13883 - type: "plot"
13884   title: "Latency: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
13885   graph-title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
13886   algorithm: "plot_lat_hdrh_bar_name"
13887   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
13888   data: "plot-vpp-hdrh-lat-2n-skx"
13889   include:
13890     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13891     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13892     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13893     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13894     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13895     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13896   layout:
13897     layout: "plot-hdrh-latency"
13898
13899 - type: "plot"
13900   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat"
13901   graph-title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13902   algorithm: "plot_lat_hdrh_bar_name"
13903   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat"
13904   data: "plot-vpp-hdrh-lat-2n-skx"
13905   include:
13906     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13907     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13908     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13909     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13910   layout:
13911     layout: "plot-hdrh-latency"
13912
13913 - type: "plot"
13914   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat"
13915   graph-title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
13916   algorithm: "plot_lat_hdrh_bar_name"
13917   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat"
13918   data: "plot-vpp-hdrh-lat-2n-skx"
13919   include:
13920     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13921     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13922     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13923     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13924     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13925   layout:
13926     layout: "plot-hdrh-latency"
13927
13928 - type: "plot"
13929   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat"
13930   graph-title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
13931   algorithm: "plot_lat_hdrh_bar_name"
13932   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat"
13933   data: "plot-vpp-hdrh-lat-2n-skx"
13934   include:
13935     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13936     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13937     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13938     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13939   layout:
13940     layout: "plot-hdrh-latency"
13941
13942 - type: "plot"
13943   title: "Latency: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-hdrh-lat"
13944   graph-title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
13945   algorithm: "plot_lat_hdrh_bar_name"
13946   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-hdrh-lat"
13947   data: "plot-vpp-hdrh-lat-3n-hsw"
13948   include:
13949     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13950     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13951     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13952     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13953     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13954     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13955   layout:
13956     layout: "plot-hdrh-latency"
13957
13958 - type: "plot"
13959   title: "Latency: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
13960   graph-title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
13961   algorithm: "plot_lat_hdrh_bar_name"
13962   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
13963   data: "plot-vpp-hdrh-lat-3n-skx"
13964   include:
13965     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13966     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13967     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13968     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13969     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13970   layout:
13971     layout: "plot-hdrh-latency"
13972
13973 - type: "plot"
13974   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat"
13975   graph-title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13976   algorithm: "plot_lat_hdrh_bar_name"
13977   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat"
13978   data: "plot-vpp-hdrh-lat-3n-skx"
13979   include:
13980     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13981     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13982     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13983   layout:
13984     layout: "plot-hdrh-latency"
13985
13986 - type: "plot"
13987   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat"
13988   graph-title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
13989   algorithm: "plot_lat_hdrh_bar_name"
13990   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat"
13991   data: "plot-vpp-hdrh-lat-3n-skx"
13992   include:
13993     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13994     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13995     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13996     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13997   layout:
13998     layout: "plot-hdrh-latency"
13999
14000 - type: "plot"
14001   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat"
14002   graph-title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
14003   algorithm: "plot_lat_hdrh_bar_name"
14004   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat"
14005   data: "plot-vpp-hdrh-lat-3n-skx"
14006   include:
14007     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
14008     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
14009     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14010     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
14011     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
14012     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14013   layout:
14014     layout: "plot-hdrh-latency"
14015
14016 - type: "plot"
14017   title: "Latency: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr-hdrh-lat"
14018   graph-title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr"
14019   algorithm: "plot_lat_hdrh_bar_name"
14020   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr-hdrh-lat"
14021   data: "plot-vpp-hdrh-lat-3n-skx"
14022   include:
14023     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14024     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14025     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14026     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14027     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14028     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14029   layout:
14030     layout: "plot-hdrh-latency"
14031
14032 - type: "plot"
14033   title: "Latency: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
14034   graph-title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
14035   algorithm: "plot_lat_hdrh_bar_name"
14036   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
14037   data: "plot-vpp-hdrh-lat-3n-hsw"
14038   include:
14039     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14040     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14041     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14042     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14043     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14044     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14045   layout:
14046     layout: "plot-hdrh-latency"
14047
14048 - type: "plot"
14049   title: "Latency: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
14050   graph-title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
14051   algorithm: "plot_lat_hdrh_bar_name"
14052   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
14053   data: "plot-vpp-hdrh-lat-3n-skx"
14054   include:
14055     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14056     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14057     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14058     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14059     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14060     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14061   layout:
14062     layout: "plot-hdrh-latency"
14063
14064 - type: "plot"
14065   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
14066   graph-title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
14067   algorithm: "plot_lat_hdrh_bar_name"
14068   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-hdrh-lat"
14069   data: "plot-vpp-hdrh-lat-2n-skx"
14070   include:
14071     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14072     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14073     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14074     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14075   layout:
14076     layout: "plot-hdrh-latency"
14077
14078 - type: "plot"
14079   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
14080   graph-title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
14081   algorithm: "plot_lat_hdrh_bar_name"
14082   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-hdrh-lat"
14083   data: "plot-vpp-hdrh-lat-2n-skx"
14084   include:
14085     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14086     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14087     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14088     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14089   layout:
14090     layout: "plot-hdrh-latency"
14091
14092 - type: "plot"
14093   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
14094   graph-title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
14095   algorithm: "plot_lat_hdrh_bar_name"
14096   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr-hdrh-lat"
14097   data: "plot-vpp-hdrh-lat-3n-hsw"
14098   include:
14099     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14100     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14101     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14102     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14103   layout:
14104     layout: "plot-hdrh-latency"
14105
14106 - type: "plot"
14107   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
14108   graph-title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
14109   algorithm: "plot_lat_hdrh_bar_name"
14110   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr-hdrh-lat"
14111   data: "plot-vpp-hdrh-lat-3n-hsw"
14112   include:
14113     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14114     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14115     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14116     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14117   layout:
14118     layout: "plot-hdrh-latency"
14119
14120 - type: "plot"
14121   title: "Latency: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
14122   graph-title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
14123   algorithm: "plot_lat_hdrh_bar_name"
14124   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-hdrh-lat"
14125   data: "plot-vpp-hdrh-lat-3n-skx"
14126   include:
14127     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14128     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14129     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14130     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14131   layout:
14132     layout: "plot-hdrh-latency"
14133
14134 - type: "plot"
14135   title: "Latency: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
14136   graph-title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
14137   algorithm: "plot_lat_hdrh_bar_name"
14138   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat"
14139   data: "plot-vpp-hdrh-lat-3n-skx"
14140   include:
14141     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14142     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14143     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14144     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14145   layout:
14146     layout: "plot-hdrh-latency"
14147
14148 - type: "plot"
14149   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
14150   graph-title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
14151   algorithm: "plot_lat_hdrh_bar_name"
14152   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-hdrh-lat"
14153   data: "plot-vpp-hdrh-lat-3n-skx"
14154   include:
14155     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14156     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14157     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14158     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14159     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14160   layout:
14161     layout: "plot-hdrh-latency"
14162
14163 - type: "plot"
14164   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
14165   graph-title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
14166   algorithm: "plot_lat_hdrh_bar_name"
14167   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-hdrh-lat"
14168   data: "plot-vpp-hdrh-lat-3n-skx"
14169   include:
14170     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14171     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14172     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14173     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14174     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14175   layout:
14176     layout: "plot-hdrh-latency"
14177
14178 - type: "plot"
14179   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
14180   graph-title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
14181   algorithm: "plot_lat_hdrh_bar_name"
14182   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-hdrh-lat"
14183   data: "plot-vpp-hdrh-lat-3n-skx"
14184   include:
14185     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14186     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14187     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14188     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14189     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14190     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14191   layout:
14192     layout: "plot-hdrh-latency"
14193
14194 - type: "plot"
14195   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
14196   graph-title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
14197   algorithm: "plot_lat_hdrh_bar_name"
14198   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat"
14199   data: "plot-vpp-hdrh-lat-3n-skx"
14200   include:
14201     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14202     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14203     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14204     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14205     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14206     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14207   layout:
14208     layout: "plot-hdrh-latency"
14209
14210 - type: "plot"
14211   title: "Latency: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr-hdrh-lat"
14212   graph-title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
14213   algorithm: "plot_lat_hdrh_bar_name"
14214   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr-hdrh-lat"
14215   data: "plot-vpp-hdrh-lat-3n-tsh"
14216   include:
14217     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14218     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14219     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14220     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14221     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14222   layout:
14223     layout: "plot-hdrh-latency"
14224
14225 - type: "plot"
14226   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat"
14227   graph-title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
14228   algorithm: "plot_lat_hdrh_bar_name"
14229   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat"
14230   data: "plot-vpp-hdrh-lat-3n-tsh"
14231   include:
14232     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
14233     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
14234     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
14235     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
14236     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
14237   layout:
14238     layout: "plot-hdrh-latency"
14239
14240 - type: "plot"
14241   title: "Latency: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr-hdrh-lat"
14242   graph-title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
14243   algorithm: "plot_lat_hdrh_bar_name"
14244   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr-hdrh-lat"
14245   data: "plot-vpp-hdrh-lat-3n-tsh"
14246   include:
14247     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
14248     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14249     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14250     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14251     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14252     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
14253   layout:
14254     layout: "plot-hdrh-latency"
14255
14256 - type: "plot"
14257   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat"
14258   graph-title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
14259   algorithm: "plot_lat_hdrh_bar_name"
14260   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat"
14261   data: "plot-vpp-hdrh-lat-3n-tsh"
14262   include:
14263     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
14264     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14265     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14266     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14267   layout:
14268     layout: "plot-hdrh-latency"
14269
14270 - type: "plot"
14271   title: "Latency: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat"
14272   graph-title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
14273   algorithm: "plot_lat_hdrh_bar_name"
14274   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat"
14275   data: "plot-vpp-hdrh-lat-3n-tsh"
14276   include:
14277     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
14278     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
14279     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
14280     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
14281     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
14282   layout:
14283     layout: "plot-hdrh-latency"
14284
14285 - type: "plot"
14286   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr-hdrh-lat"
14287   graph-title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
14288   algorithm: "plot_lat_hdrh_bar_name"
14289   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr-hdrh-lat"
14290   data: "plot-vpp-hdrh-lat-3n-tsh"
14291   include:
14292     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
14293     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14294     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14295     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14296   layout:
14297     layout: "plot-hdrh-latency"
14298
14299 - type: "plot"
14300   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr-hdrh-lat"
14301   graph-title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
14302   algorithm: "plot_lat_hdrh_bar_name"
14303   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr-hdrh-lat"
14304   data: "plot-vpp-hdrh-lat-3n-tsh"
14305   include:
14306     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
14307     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14308     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14309     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
14310     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
14311     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14312   layout:
14313     layout: "plot-hdrh-latency"
14314
14315 - type: "plot"
14316   title: "Latency: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr-hdrh-lat"
14317   graph-title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
14318   algorithm: "plot_lat_hdrh_bar_name"
14319   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr-hdrh-lat"
14320   data: "plot-vpp-hdrh-lat-3n-tsh"
14321   include:
14322     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14323     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14324     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14325     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14326     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14327     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14328   layout:
14329     layout: "plot-hdrh-latency"
14330
14331 - type: "plot"
14332   title: "Latency: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat"
14333   graph-title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
14334   algorithm: "plot_lat_hdrh_bar_name"
14335   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat"
14336   data: "plot-vpp-hdrh-lat-3n-tsh"
14337   include:
14338     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14339     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14340     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14341     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14342     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14343     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14344   layout:
14345     layout: "plot-hdrh-latency"
14346
14347 - type: "plot"
14348   title: "Latency: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr-hdrh-lat"
14349   graph-title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14350   algorithm: "plot_lat_hdrh_bar_name"
14351   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr-hdrh-lat"
14352   data: "plot-vpp-hdrh-lat-3n-tsh"
14353   include:
14354     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14355     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14356     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14357     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14358     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14359   layout:
14360     layout: "plot-hdrh-latency"
14361
14362 - type: "plot"
14363   title: "Latency: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat"
14364   graph-title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14365   algorithm: "plot_lat_hdrh_bar_name"
14366   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat"
14367   data: "plot-vpp-hdrh-lat-3n-tsh"
14368   include:
14369     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14370     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14371     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14372     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14373     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14374     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14375   layout:
14376     layout: "plot-hdrh-latency"
14377
14378 ################################################################################
14379
14380 # HDRHistogram Packet Latency 2C
14381
14382 - type: "plot"
14383   title: "Latency: 2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat"
14384   graph-title: "2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
14385   algorithm: "plot_lat_hdrh_bar_name"
14386   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat"
14387   data: "plot-vpp-hdrh-lat-2n-skx"
14388   include:
14389     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14390     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14391     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14392     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14393   layout:
14394     layout: "plot-hdrh-latency"
14395
14396 - type: "plot"
14397   title: "Latency: 3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat"
14398   graph-title: "3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
14399   algorithm: "plot_lat_hdrh_bar_name"
14400   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat"
14401   data: "plot-vpp-hdrh-lat-3n-skx"
14402   include:
14403     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14404     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14405     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14406     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14407     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14408   layout:
14409     layout: "plot-hdrh-latency"
14410
14411 - type: "plot"
14412   title: "Latency: 2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
14413   graph-title: "2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
14414   algorithm: "plot_lat_hdrh_bar_name"
14415   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
14416   data: "plot-vpp-hdrh-lat-2n-skx"
14417   include:
14418     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
14419     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
14420     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
14421     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
14422     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
14423   layout:
14424     layout: "plot-hdrh-latency"
14425
14426 - type: "plot"
14427   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat"
14428   graph-title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
14429   algorithm: "plot_lat_hdrh_bar_name"
14430   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat"
14431   data: "plot-vpp-hdrh-lat-2n-skx"
14432   include:
14433     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
14434     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
14435     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
14436     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
14437   layout:
14438     layout: "plot-hdrh-latency"
14439
14440 - type: "plot"
14441   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
14442   graph-title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
14443   algorithm: "plot_lat_hdrh_bar_name"
14444   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
14445   data: "plot-vpp-hdrh-lat-2n-skx"
14446   include:
14447     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
14448     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
14449     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
14450     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
14451     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
14452   layout:
14453     layout: "plot-hdrh-latency"
14454
14455 - type: "plot"
14456   title: "Latency: 2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat"
14457   graph-title: "2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
14458   algorithm: "plot_lat_hdrh_bar_name"
14459   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat"
14460   data: "plot-vpp-hdrh-lat-2n-skx"
14461   include:
14462     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
14463     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14464     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14465     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14466     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14467     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
14468   layout:
14469     layout: "plot-hdrh-latency"
14470
14471 - type: "plot"
14472   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
14473   graph-title: "3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr"
14474   algorithm: "plot_lat_hdrh_bar_name"
14475   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
14476   data: "plot-vpp-hdrh-lat-3n-hsw"
14477   include:
14478     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
14479     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
14480     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
14481   layout:
14482     layout: "plot-hdrh-latency"
14483
14484 - type: "plot"
14485   title: "Latency: 3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
14486   graph-title: "3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
14487   algorithm: "plot_lat_hdrh_bar_name"
14488   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
14489   data: "plot-vpp-hdrh-lat-3n-skx"
14490   include:
14491     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
14492     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
14493     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
14494     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
14495     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
14496   layout:
14497     layout: "plot-hdrh-latency"
14498
14499 - type: "plot"
14500   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat"
14501   graph-title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
14502   algorithm: "plot_lat_hdrh_bar_name"
14503   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat"
14504   data: "plot-vpp-hdrh-lat-3n-skx"
14505   include:
14506     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
14507     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
14508     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
14509     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
14510   layout:
14511     layout: "plot-hdrh-latency"
14512
14513 - type: "plot"
14514   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
14515   graph-title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
14516   algorithm: "plot_lat_hdrh_bar_name"
14517   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
14518   data: "plot-vpp-hdrh-lat-3n-skx"
14519   include:
14520     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
14521     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
14522     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
14523     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
14524     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
14525   layout:
14526     layout: "plot-hdrh-latency"
14527
14528 - type: "plot"
14529   title: "Latency: 3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat"
14530   graph-title: "3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
14531   algorithm: "plot_lat_hdrh_bar_name"
14532   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat"
14533   data: "plot-vpp-hdrh-lat-3n-skx"
14534   include:
14535     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
14536     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14537     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14538     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14539     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14540     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
14541   layout:
14542     layout: "plot-hdrh-latency"
14543
14544 - type: "plot"
14545   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr-hdrh-lat"
14546   graph-title: "3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr"
14547   algorithm: "plot_lat_hdrh_bar_name"
14548   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr-hdrh-lat"
14549   data: "plot-vpp-hdrh-lat-3n-hsw"
14550   include:
14551     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t2c-ethip4vxlan-l2xcbase-ndrpdr"
14552     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14553   layout:
14554     layout: "plot-hdrh-latency"
14555
14556 - type: "plot"
14557   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat"
14558   graph-title: "3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr"
14559   algorithm: "plot_lat_hdrh_bar_name"
14560   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat"
14561   data: "plot-vpp-hdrh-lat-3n-skx"
14562   include:
14563     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t2c-ethip4vxlan-l2xcbase-ndrpdr"
14564     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14565     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14566     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14567   layout:
14568     layout: "plot-hdrh-latency"
14569
14570 - type: "plot"
14571   title: "Latency: 2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
14572   graph-title: "2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
14573   algorithm: "plot_lat_hdrh_bar_name"
14574   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
14575   data: "plot-vpp-hdrh-lat-2n-skx"
14576   include:
14577     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
14578     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
14579     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
14580   layout:
14581     layout: "plot-hdrh-latency"
14582
14583 - type: "plot"
14584   title: "Latency: 2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
14585   graph-title: "2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
14586   algorithm: "plot_lat_hdrh_bar_name"
14587   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
14588   data: "plot-vpp-hdrh-lat-2n-skx"
14589   include:
14590     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
14591     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
14592     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
14593     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
14594     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
14595   layout:
14596     layout: "plot-hdrh-latency"
14597
14598 - type: "plot"
14599   title: "Latency: 3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
14600   graph-title: "3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr"
14601   algorithm: "plot_lat_hdrh_bar_name"
14602   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
14603   data: "plot-vpp-hdrh-lat-3n-hsw"
14604   include:
14605     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
14606     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
14607     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
14608   layout:
14609     layout: "plot-hdrh-latency"
14610
14611 - type: "plot"
14612   title: "Latency: 3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
14613   graph-title: "3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
14614   algorithm: "plot_lat_hdrh_bar_name"
14615   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
14616   data: "plot-vpp-hdrh-lat-3n-skx"
14617   include:
14618     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
14619     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
14620     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
14621   layout:
14622     layout: "plot-hdrh-latency"
14623
14624 - type: "plot"
14625   title: "Latency: 3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
14626   graph-title: "3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
14627   algorithm: "plot_lat_hdrh_bar_name"
14628   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
14629   data: "plot-vpp-hdrh-lat-3n-skx"
14630   include:
14631     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
14632     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
14633     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
14634     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
14635     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
14636   layout:
14637     layout: "plot-hdrh-latency"
14638
14639 - type: "plot"
14640   title: "Latency: 2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
14641   graph-title: "2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
14642   algorithm: "plot_lat_hdrh_bar_name"
14643   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
14644   data: "plot-vpp-hdrh-lat-2n-skx"
14645   include:
14646     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
14647     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14648     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
14649     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
14650     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
14651     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
14652   layout:
14653     layout: "plot-hdrh-latency"
14654
14655 - type: "plot"
14656   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat"
14657   graph-title: "2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
14658   algorithm: "plot_lat_hdrh_bar_name"
14659   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat"
14660   data: "plot-vpp-hdrh-lat-2n-skx"
14661   include:
14662     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
14663     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
14664     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14665     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
14666   layout:
14667     layout: "plot-hdrh-latency"
14668
14669 - type: "plot"
14670   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat"
14671   graph-title: "2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
14672   algorithm: "plot_lat_hdrh_bar_name"
14673   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat"
14674   data: "plot-vpp-hdrh-lat-2n-skx"
14675   include:
14676     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
14677     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
14678     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
14679     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
14680     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
14681   layout:
14682     layout: "plot-hdrh-latency"
14683
14684 - type: "plot"
14685   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat"
14686   graph-title: "2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
14687   algorithm: "plot_lat_hdrh_bar_name"
14688   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat"
14689   data: "plot-vpp-hdrh-lat-2n-skx"
14690   include:
14691     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
14692     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
14693     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
14694     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
14695   layout:
14696     layout: "plot-hdrh-latency"
14697
14698 - type: "plot"
14699   title: "Latency: 3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-hdrh-lat"
14700   graph-title: "3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr"
14701   algorithm: "plot_lat_hdrh_bar_name"
14702   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-hdrh-lat"
14703   data: "plot-vpp-hdrh-lat-3n-hsw"
14704   include:
14705     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
14706     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
14707     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
14708     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
14709     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
14710     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
14711   layout:
14712     layout: "plot-hdrh-latency"
14713
14714 - type: "plot"
14715   title: "Latency: 3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
14716   graph-title: "3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
14717   algorithm: "plot_lat_hdrh_bar_name"
14718   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
14719   data: "plot-vpp-hdrh-lat-3n-skx"
14720   include:
14721     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
14722     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
14723     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
14724     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
14725     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
14726   layout:
14727     layout: "plot-hdrh-latency"
14728
14729 - type: "plot"
14730   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat"
14731   graph-title: "3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
14732   algorithm: "plot_lat_hdrh_bar_name"
14733   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat"
14734   data: "plot-vpp-hdrh-lat-3n-skx"
14735   include:
14736     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
14737     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
14738     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
14739   layout:
14740     layout: "plot-hdrh-latency"
14741
14742 - type: "plot"
14743   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat"
14744   graph-title: "3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
14745   algorithm: "plot_lat_hdrh_bar_name"
14746   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat"
14747   data: "plot-vpp-hdrh-lat-3n-skx"
14748   include:
14749     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
14750     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
14751     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
14752     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
14753   layout:
14754     layout: "plot-hdrh-latency"
14755
14756 - type: "plot"
14757   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat"
14758   graph-title: "3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
14759   algorithm: "plot_lat_hdrh_bar_name"
14760   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat"
14761   data: "plot-vpp-hdrh-lat-3n-skx"
14762   include:
14763     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
14764     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
14765     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
14766     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
14767     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
14768     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
14769   layout:
14770     layout: "plot-hdrh-latency"
14771
14772 - type: "plot"
14773   title: "Latency: 3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr-hdrh-lat"
14774   graph-title: "3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr"
14775   algorithm: "plot_lat_hdrh_bar_name"
14776   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr-hdrh-lat"
14777   data: "plot-vpp-hdrh-lat-3n-skx"
14778   include:
14779     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
14780     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14781     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14782     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14783     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14784     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14785   layout:
14786     layout: "plot-hdrh-latency"
14787
14788 - type: "plot"
14789   title: "Latency: 3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
14790   graph-title: "3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr"
14791   algorithm: "plot_lat_hdrh_bar_name"
14792   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
14793   data: "plot-vpp-hdrh-lat-3n-hsw"
14794   include:
14795     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14796     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14797     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14798     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14799     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14800     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14801   layout:
14802     layout: "plot-hdrh-latency"
14803
14804 - type: "plot"
14805   title: "Latency: 3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
14806   graph-title: "3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr"
14807   algorithm: "plot_lat_hdrh_bar_name"
14808   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
14809   data: "plot-vpp-hdrh-lat-3n-skx"
14810   include:
14811     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14812     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14813     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14814     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14815     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14816     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14817   layout:
14818     layout: "plot-hdrh-latency"
14819
14820 - type: "plot"
14821   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
14822   graph-title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
14823   algorithm: "plot_lat_hdrh_bar_name"
14824   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-hdrh-lat"
14825   data: "plot-vpp-hdrh-lat-2n-skx"
14826   include:
14827     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14828     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14829     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14830     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14831   layout:
14832     layout: "plot-hdrh-latency"
14833
14834 - type: "plot"
14835   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
14836   graph-title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
14837   algorithm: "plot_lat_hdrh_bar_name"
14838   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-hdrh-lat"
14839   data: "plot-vpp-hdrh-lat-2n-skx"
14840   include:
14841     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14842     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14843     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14844     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14845   layout:
14846     layout: "plot-hdrh-latency"
14847
14848 - type: "plot"
14849   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
14850   graph-title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
14851   algorithm: "plot_lat_hdrh_bar_name"
14852   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr-hdrh-lat"
14853   data: "plot-vpp-hdrh-lat-3n-hsw"
14854   include:
14855     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14856     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14857     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14858     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14859   layout:
14860     layout: "plot-hdrh-latency"
14861
14862 - type: "plot"
14863   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr"
14864   graph-title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr"
14865   algorithm: "plot_lat_hdrh_bar_name"
14866   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr-hdrh-lat"
14867   data: "plot-vpp-hdrh-lat-3n-hsw"
14868   include:
14869     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14870     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14871     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14872     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14873   layout:
14874     layout: "plot-hdrh-latency"
14875
14876 - type: "plot"
14877   title: "Latency: 3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
14878   graph-title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
14879   algorithm: "plot_lat_hdrh_bar_name"
14880   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-hdrh-lat"
14881   data: "plot-vpp-hdrh-lat-3n-skx"
14882   include:
14883     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14884     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14885     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14886     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14887   layout:
14888     layout: "plot-hdrh-latency"
14889
14890 - type: "plot"
14891   title: "Latency: 3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
14892   graph-title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
14893   algorithm: "plot_lat_hdrh_bar_name"
14894   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat"
14895   data: "plot-vpp-hdrh-lat-3n-skx"
14896   include:
14897     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14898     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14899     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14900     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14901   layout:
14902     layout: "plot-hdrh-latency"
14903
14904 - type: "plot"
14905   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
14906   graph-title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
14907   algorithm: "plot_lat_hdrh_bar_name"
14908   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-hdrh-lat"
14909   data: "plot-vpp-hdrh-lat-3n-skx"
14910   include:
14911     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14912     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14913     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14914     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14915     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14916   layout:
14917     layout: "plot-hdrh-latency"
14918
14919 - type: "plot"
14920   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
14921   graph-title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
14922   algorithm: "plot_lat_hdrh_bar_name"
14923   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-hdrh-lat"
14924   data: "plot-vpp-hdrh-lat-3n-skx"
14925   include:
14926     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14927     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14928     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14929     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14930     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14931   layout:
14932     layout: "plot-hdrh-latency"
14933
14934 - type: "plot"
14935   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
14936   graph-title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
14937   algorithm: "plot_lat_hdrh_bar_name"
14938   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-hdrh-lat"
14939   data: "plot-vpp-hdrh-lat-3n-skx"
14940   include:
14941     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14942     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14943     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14944     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14945     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14946     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14947   layout:
14948     layout: "plot-hdrh-latency"
14949
14950 - type: "plot"
14951   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
14952   graph-title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
14953   algorithm: "plot_lat_hdrh_bar_name"
14954   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat"
14955   data: "plot-vpp-hdrh-lat-3n-skx"
14956   include:
14957     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14958     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14959     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14960     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14961     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14962     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14963   layout:
14964     layout: "plot-hdrh-latency"
14965
14966 - type: "plot"
14967   title: "Latency: 3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr-hdrh-lat"
14968   graph-title: "3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr"
14969   algorithm: "plot_lat_hdrh_bar_name"
14970   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr-hdrh-lat"
14971   data: "plot-vpp-hdrh-lat-3n-tsh"
14972   include:
14973     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14974     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14975     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14976     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14977     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14978   layout:
14979     layout: "plot-hdrh-latency"
14980
14981 - type: "plot"
14982   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat"
14983   graph-title: "3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr"
14984   algorithm: "plot_lat_hdrh_bar_name"
14985   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat"
14986   data: "plot-vpp-hdrh-lat-3n-tsh"
14987   include:
14988     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
14989     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
14990     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t2c-ethip4-ip4scale20k-ndrpdr"
14991     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t2c-ethip4-ip4scale200k-ndrpdr"
14992     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
14993   layout:
14994     layout: "plot-hdrh-latency"
14995
14996 - type: "plot"
14997   title: "Latency: 3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr-hdrh-lat"
14998   graph-title: "3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr"
14999   algorithm: "plot_lat_hdrh_bar_name"
15000   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr-hdrh-lat"
15001   data: "plot-vpp-hdrh-lat-3n-tsh"
15002   include:
15003     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
15004     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15005     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15006     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15007     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15008     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t2c-ethip4udp-ip4base-nat44-ndrpdr"
15009   layout:
15010     layout: "plot-hdrh-latency"
15011
15012 - type: "plot"
15013   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat"
15014   graph-title: "3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr"
15015   algorithm: "plot_lat_hdrh_bar_name"
15016   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat"
15017   data: "plot-vpp-hdrh-lat-3n-tsh"
15018   include:
15019     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t2c-ethip4vxlan-l2xcbase-ndrpdr"
15020     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15021     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15022     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15023   layout:
15024     layout: "plot-hdrh-latency"
15025
15026 - type: "plot"
15027   title: "Latency: 3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat"
15028   graph-title: "3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr"
15029   algorithm: "plot_lat_hdrh_bar_name"
15030   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat"
15031   data: "plot-vpp-hdrh-lat-3n-tsh"
15032   include:
15033     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
15034     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
15035     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t2c-ethip6-ip6scale20k-ndrpdr"
15036     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t2c-ethip6-ip6scale200k-ndrpdr"
15037     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
15038   layout:
15039     layout: "plot-hdrh-latency"
15040
15041 - type: "plot"
15042   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr-hdrh-lat"
15043   graph-title: "3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr"
15044   algorithm: "plot_lat_hdrh_bar_name"
15045   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr-hdrh-lat"
15046   data: "plot-vpp-hdrh-lat-3n-tsh"
15047   include:
15048     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
15049     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
15050     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
15051     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
15052   layout:
15053     layout: "plot-hdrh-latency"
15054
15055 - type: "plot"
15056   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr-hdrh-lat"
15057   graph-title: "3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr"
15058   algorithm: "plot_lat_hdrh_bar_name"
15059   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr-hdrh-lat"
15060   data: "plot-vpp-hdrh-lat-3n-tsh"
15061   include:
15062     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
15063     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
15064     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
15065     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale10kmaclrn-ndrpdr"
15066     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale100kmaclrn-ndrpdr"
15067     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
15068   layout:
15069     layout: "plot-hdrh-latency"
15070
15071 - type: "plot"
15072   title: "Latency: 3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr-hdrh-lat"
15073   graph-title: "3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr"
15074   algorithm: "plot_lat_hdrh_bar_name"
15075   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr-hdrh-lat"
15076   data: "plot-vpp-hdrh-lat-3n-tsh"
15077   include:
15078     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
15079     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15080     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15081     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15082     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15083     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15084   layout:
15085     layout: "plot-hdrh-latency"
15086
15087 - type: "plot"
15088   title: "Latency: 3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat"
15089   graph-title: "3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr"
15090   algorithm: "plot_lat_hdrh_bar_name"
15091   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat"
15092   data: "plot-vpp-hdrh-lat-3n-tsh"
15093   include:
15094     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15095     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15096     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15097     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15098     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15099     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15100   layout:
15101     layout: "plot-hdrh-latency"
15102
15103 - type: "plot"
15104   title: "Latency: 3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr-hdrh-lat"
15105   graph-title: "3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr"
15106   algorithm: "plot_lat_hdrh_bar_name"
15107   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr-hdrh-lat"
15108   data: "plot-vpp-hdrh-lat-3n-tsh"
15109   include:
15110     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15111     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15112     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15113     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15114     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15115   layout:
15116     layout: "plot-hdrh-latency"
15117
15118 - type: "plot"
15119   title: "Latency: 3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat"
15120   graph-title: "3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr"
15121   algorithm: "plot_lat_hdrh_bar_name"
15122   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat"
15123   data: "plot-vpp-hdrh-lat-3n-tsh"
15124   include:
15125     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15126     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15127     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15128     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15129     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15130     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15131   layout:
15132     layout: "plot-hdrh-latency"
15133
15134 ################################################################################
15135
15136 # HDRHistogram Packet Latency 4C
15137
15138 - type: "plot"
15139   title: "Latency: 2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat"
15140   graph-title: "2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
15141   algorithm: "plot_lat_hdrh_bar_name"
15142   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat"
15143   data: "plot-vpp-hdrh-lat-2n-skx"
15144   include:
15145     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15146     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15147     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15148     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15149   layout:
15150     layout: "plot-hdrh-latency"
15151
15152 - type: "plot"
15153   title: "Latency: 3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat"
15154   graph-title: "3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
15155   algorithm: "plot_lat_hdrh_bar_name"
15156   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat"
15157   data: "plot-vpp-hdrh-lat-3n-skx"
15158   include:
15159     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15160     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15161     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15162     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15163     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15164   layout:
15165     layout: "plot-hdrh-latency"
15166
15167 - type: "plot"
15168   title: "Latency: 2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
15169   graph-title: "2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
15170   algorithm: "plot_lat_hdrh_bar_name"
15171   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
15172   data: "plot-vpp-hdrh-lat-2n-skx"
15173   include:
15174     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
15175     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
15176     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
15177     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
15178     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
15179   layout:
15180     layout: "plot-hdrh-latency"
15181
15182 - type: "plot"
15183   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat"
15184   graph-title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
15185   algorithm: "plot_lat_hdrh_bar_name"
15186   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat"
15187   data: "plot-vpp-hdrh-lat-2n-skx"
15188   include:
15189     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
15190     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
15191     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
15192     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
15193   layout:
15194     layout: "plot-hdrh-latency"
15195
15196 - type: "plot"
15197   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
15198   graph-title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
15199   algorithm: "plot_lat_hdrh_bar_name"
15200   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
15201   data: "plot-vpp-hdrh-lat-2n-skx"
15202   include:
15203     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
15204     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
15205     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
15206     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
15207     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
15208   layout:
15209     layout: "plot-hdrh-latency"
15210
15211 - type: "plot"
15212   title: "Latency: 2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat"
15213   graph-title: "2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
15214   algorithm: "plot_lat_hdrh_bar_name"
15215   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat"
15216   data: "plot-vpp-hdrh-lat-2n-skx"
15217   include:
15218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
15219     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15220     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15221     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15222     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15223     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
15224   layout:
15225     layout: "plot-hdrh-latency"
15226
15227 - type: "plot"
15228   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
15229   graph-title: "3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr"
15230   algorithm: "plot_lat_hdrh_bar_name"
15231   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
15232   data: "plot-vpp-hdrh-lat-3n-hsw"
15233   include:
15234     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
15235     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
15236     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
15237   layout:
15238     layout: "plot-hdrh-latency"
15239
15240 - type: "plot"
15241   title: "Latency: 3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
15242   graph-title: "3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
15243   algorithm: "plot_lat_hdrh_bar_name"
15244   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
15245   data: "plot-vpp-hdrh-lat-3n-skx"
15246   include:
15247     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
15248     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
15249     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
15250     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
15251     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
15252   layout:
15253     layout: "plot-hdrh-latency"
15254
15255 - type: "plot"
15256   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat"
15257   graph-title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
15258   algorithm: "plot_lat_hdrh_bar_name"
15259   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat"
15260   data: "plot-vpp-hdrh-lat-3n-skx"
15261   include:
15262     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
15263     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
15264     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
15265     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
15266   layout:
15267     layout: "plot-hdrh-latency"
15268
15269 - type: "plot"
15270   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
15271   graph-title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
15272   algorithm: "plot_lat_hdrh_bar_name"
15273   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
15274   data: "plot-vpp-hdrh-lat-3n-skx"
15275   include:
15276     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
15277     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
15278     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
15279     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
15280     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
15281   layout:
15282     layout: "plot-hdrh-latency"
15283
15284 - type: "plot"
15285   title: "Latency: 3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat"
15286   graph-title: "3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
15287   algorithm: "plot_lat_hdrh_bar_name"
15288   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat"
15289   data: "plot-vpp-hdrh-lat-3n-skx"
15290   include:
15291     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
15292     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15293     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15294     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15295     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15296     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
15297   layout:
15298     layout: "plot-hdrh-latency"
15299
15300 - type: "plot"
15301   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr-hdrh-lat"
15302   graph-title: "3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr"
15303   algorithm: "plot_lat_hdrh_bar_name"
15304   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr-hdrh-lat"
15305   data: "plot-vpp-hdrh-lat-3n-hsw"
15306   include:
15307     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t4c-ethip4vxlan-l2xcbase-ndrpdr"
15308     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15309   layout:
15310     layout: "plot-hdrh-latency"
15311
15312 - type: "plot"
15313   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat"
15314   graph-title: "3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr"
15315   algorithm: "plot_lat_hdrh_bar_name"
15316   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat"
15317   data: "plot-vpp-hdrh-lat-3n-skx"
15318   include:
15319     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-8t4c-ethip4vxlan-l2xcbase-ndrpdr"
15320     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15321     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15322     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15323   layout:
15324     layout: "plot-hdrh-latency"
15325
15326 - type: "plot"
15327   title: "Latency: 2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
15328   graph-title: "2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
15329   algorithm: "plot_lat_hdrh_bar_name"
15330   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
15331   data: "plot-vpp-hdrh-lat-2n-skx"
15332   include:
15333     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
15334     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
15335     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
15336   layout:
15337     layout: "plot-hdrh-latency"
15338
15339 - type: "plot"
15340   title: "Latency: 2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
15341   graph-title: "2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
15342   algorithm: "plot_lat_hdrh_bar_name"
15343   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
15344   data: "plot-vpp-hdrh-lat-2n-skx"
15345   include:
15346     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
15347     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
15348     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
15349     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
15350     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
15351   layout:
15352     layout: "plot-hdrh-latency"
15353
15354 - type: "plot"
15355   title: "Latency: 3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
15356   graph-title: "3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr"
15357   algorithm: "plot_lat_hdrh_bar_name"
15358   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
15359   data: "plot-vpp-hdrh-lat-3n-hsw"
15360   include:
15361     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
15362     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
15363     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
15364   layout:
15365     layout: "plot-hdrh-latency"
15366
15367 - type: "plot"
15368   title: "Latency: 3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
15369   graph-title: "3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
15370   algorithm: "plot_lat_hdrh_bar_name"
15371   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
15372   data: "plot-vpp-hdrh-lat-3n-skx"
15373   include:
15374     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
15375     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
15376     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
15377   layout:
15378     layout: "plot-hdrh-latency"
15379
15380 - type: "plot"
15381   title: "Latency: 3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
15382   graph-title: "3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
15383   algorithm: "plot_lat_hdrh_bar_name"
15384   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
15385   data: "plot-vpp-hdrh-lat-3n-skx"
15386   include:
15387     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
15388     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
15389     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
15390     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
15391     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
15392   layout:
15393     layout: "plot-hdrh-latency"
15394
15395 - type: "plot"
15396   title: "Latency: 2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
15397   graph-title: "2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
15398   algorithm: "plot_lat_hdrh_bar_name"
15399   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
15400   data: "plot-vpp-hdrh-lat-2n-skx"
15401   include:
15402     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
15403     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15404     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
15405     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
15406     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
15407     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
15408   layout:
15409     layout: "plot-hdrh-latency"
15410
15411 - type: "plot"
15412   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat"
15413   graph-title: "2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
15414   algorithm: "plot_lat_hdrh_bar_name"
15415   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat"
15416   data: "plot-vpp-hdrh-lat-2n-skx"
15417   include:
15418     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
15419     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
15420     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15421     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
15422   layout:
15423     layout: "plot-hdrh-latency"
15424
15425 - type: "plot"
15426   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat"
15427   graph-title: "2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
15428   algorithm: "plot_lat_hdrh_bar_name"
15429   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat"
15430   data: "plot-vpp-hdrh-lat-2n-skx"
15431   include:
15432     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
15433     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
15434     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
15435     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
15436     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
15437   layout:
15438     layout: "plot-hdrh-latency"
15439
15440 - type: "plot"
15441   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat"
15442   graph-title: "2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
15443   algorithm: "plot_lat_hdrh_bar_name"
15444   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat"
15445   data: "plot-vpp-hdrh-lat-2n-skx"
15446   include:
15447     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
15448     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
15449     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
15450     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
15451   layout:
15452     layout: "plot-hdrh-latency"
15453
15454 - type: "plot"
15455   title: "Latency: 3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-hdrh-lat"
15456   graph-title: "3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr"
15457   algorithm: "plot_lat_hdrh_bar_name"
15458   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-hdrh-lat"
15459   data: "plot-vpp-hdrh-lat-3n-hsw"
15460   include:
15461     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
15462     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
15463     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
15464     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
15465     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
15466     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
15467   layout:
15468     layout: "plot-hdrh-latency"
15469
15470 - type: "plot"
15471   title: "Latency: 3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
15472   graph-title: "3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
15473   algorithm: "plot_lat_hdrh_bar_name"
15474   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
15475   data: "plot-vpp-hdrh-lat-3n-skx"
15476   include:
15477     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
15478     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
15479     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
15480     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
15481     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
15482   layout:
15483     layout: "plot-hdrh-latency"
15484
15485 - type: "plot"
15486   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat"
15487   graph-title: "3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
15488   algorithm: "plot_lat_hdrh_bar_name"
15489   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat"
15490   data: "plot-vpp-hdrh-lat-3n-skx"
15491   include:
15492     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
15493     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
15494     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
15495   layout:
15496     layout: "plot-hdrh-latency"
15497
15498 - type: "plot"
15499   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat"
15500   graph-title: "3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
15501   algorithm: "plot_lat_hdrh_bar_name"
15502   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat"
15503   data: "plot-vpp-hdrh-lat-3n-skx"
15504   include:
15505     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
15506     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
15507     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
15508     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
15509   layout:
15510     layout: "plot-hdrh-latency"
15511
15512 - type: "plot"
15513   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat"
15514   graph-title: "3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
15515   algorithm: "plot_lat_hdrh_bar_name"
15516   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat"
15517   data: "plot-vpp-hdrh-lat-3n-skx"
15518   include:
15519     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
15520     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
15521     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
15522     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
15523     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
15524     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
15525   layout:
15526     layout: "plot-hdrh-latency"
15527
15528 - type: "plot"
15529   title: "Latency: 3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr-hdrh-lat"
15530   graph-title: "3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr"
15531   algorithm: "plot_lat_hdrh_bar_name"
15532   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr-hdrh-lat"
15533   data: "plot-vpp-hdrh-lat-3n-skx"
15534   include:
15535     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
15536     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15537     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15538     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15539     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15540     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15541   layout:
15542     layout: "plot-hdrh-latency"
15543
15544 - type: "plot"
15545   title: "Latency: 3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
15546   graph-title: "3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr"
15547   algorithm: "plot_lat_hdrh_bar_name"
15548   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
15549   data: "plot-vpp-hdrh-lat-3n-hsw"
15550   include:
15551     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15552     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15553     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15554     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15555     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15556     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15557   layout:
15558     layout: "plot-hdrh-latency"
15559
15560 - type: "plot"
15561   title: "Latency: 3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
15562   graph-title: "3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr"
15563   algorithm: "plot_lat_hdrh_bar_name"
15564   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
15565   data: "plot-vpp-hdrh-lat-3n-skx"
15566   include:
15567     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-8t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15568     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15569     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15570     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15571     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15572     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15573   layout:
15574     layout: "plot-hdrh-latency"
15575
15576 - type: "plot"
15577   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
15578   graph-title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
15579   algorithm: "plot_lat_hdrh_bar_name"
15580   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-hdrh-lat"
15581   data: "plot-vpp-hdrh-lat-2n-skx"
15582   include:
15583     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15584     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15585     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15586     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15587   layout:
15588     layout: "plot-hdrh-latency"
15589
15590 - type: "plot"
15591   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
15592   graph-title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
15593   algorithm: "plot_lat_hdrh_bar_name"
15594   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-hdrh-lat"
15595   data: "plot-vpp-hdrh-lat-2n-skx"
15596   include:
15597     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15598     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15599     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15600     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15601   layout:
15602     layout: "plot-hdrh-latency"
15603
15604 - type: "plot"
15605   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
15606   graph-title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
15607   algorithm: "plot_lat_hdrh_bar_name"
15608   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr-hdrh-lat"
15609   data: "plot-vpp-hdrh-lat-3n-hsw"
15610   include:
15611     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15612     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15613     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15614     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15615   layout:
15616     layout: "plot-hdrh-latency"
15617
15618 - type: "plot"
15619   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr"
15620   graph-title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr"
15621   algorithm: "plot_lat_hdrh_bar_name"
15622   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr-hdrh-lat"
15623   data: "plot-vpp-hdrh-lat-3n-hsw"
15624   include:
15625     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15626     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15627     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15628     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15629   layout:
15630     layout: "plot-hdrh-latency"
15631
15632 - type: "plot"
15633   title: "Latency: 3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
15634   graph-title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
15635   algorithm: "plot_lat_hdrh_bar_name"
15636   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-hdrh-lat"
15637   data: "plot-vpp-hdrh-lat-3n-skx"
15638   include:
15639     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15640     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15641     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15642     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15643   layout:
15644     layout: "plot-hdrh-latency"
15645
15646 - type: "plot"
15647   title: "Latency: 3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
15648   graph-title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
15649   algorithm: "plot_lat_hdrh_bar_name"
15650   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat"
15651   data: "plot-vpp-hdrh-lat-3n-skx"
15652   include:
15653     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15654     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15655     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15656     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15657   layout:
15658     layout: "plot-hdrh-latency"
15659
15660 - type: "plot"
15661   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
15662   graph-title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
15663   algorithm: "plot_lat_hdrh_bar_name"
15664   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-hdrh-lat"
15665   data: "plot-vpp-hdrh-lat-3n-skx"
15666   include:
15667     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15668     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15669     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15670     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15671     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15672   layout:
15673     layout: "plot-hdrh-latency"
15674
15675 - type: "plot"
15676   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
15677   graph-title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
15678   algorithm: "plot_lat_hdrh_bar_name"
15679   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-hdrh-lat"
15680   data: "plot-vpp-hdrh-lat-3n-skx"
15681   include:
15682     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15683     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15684     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15685     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15686     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15687   layout:
15688     layout: "plot-hdrh-latency"
15689
15690 - type: "plot"
15691   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
15692   graph-title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
15693   algorithm: "plot_lat_hdrh_bar_name"
15694   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-hdrh-lat"
15695   data: "plot-vpp-hdrh-lat-3n-skx"
15696   include:
15697     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15698     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15699     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15700     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15701     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15702     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15703   layout:
15704     layout: "plot-hdrh-latency"
15705
15706 - type: "plot"
15707   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
15708   graph-title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
15709   algorithm: "plot_lat_hdrh_bar_name"
15710   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat"
15711   data: "plot-vpp-hdrh-lat-3n-skx"
15712   include:
15713     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15714     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15715     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15716     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15717     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15718     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15719   layout:
15720     layout: "plot-hdrh-latency"
15721
15722 - type: "plot"
15723   title: "Latency: 3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr-hdrh-lat"
15724   graph-title: "3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr"
15725   algorithm: "plot_lat_hdrh_bar_name"
15726   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr-hdrh-lat"
15727   data: "plot-vpp-hdrh-lat-3n-tsh"
15728   include:
15729     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15730     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15731     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15732     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15733     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15734   layout:
15735     layout: "plot-hdrh-latency"
15736
15737 - type: "plot"
15738   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat"
15739   graph-title: "3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr"
15740   algorithm: "plot_lat_hdrh_bar_name"
15741   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat"
15742   data: "plot-vpp-hdrh-lat-3n-tsh"
15743   include:
15744     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
15745     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
15746     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t4c-ethip4-ip4scale20k-ndrpdr"
15747     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t4c-ethip4-ip4scale200k-ndrpdr"
15748     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
15749   layout:
15750     layout: "plot-hdrh-latency"
15751
15752 - type: "plot"
15753   title: "Latency: 3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr-hdrh-lat"
15754   graph-title: "3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr"
15755   algorithm: "plot_lat_hdrh_bar_name"
15756   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr-hdrh-lat"
15757   data: "plot-vpp-hdrh-lat-3n-tsh"
15758   include:
15759     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
15760     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15761     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15762     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15763     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15764     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t4c-ethip4udp-ip4base-nat44-ndrpdr"
15765   layout:
15766     layout: "plot-hdrh-latency"
15767
15768 - type: "plot"
15769   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat"
15770   graph-title: "3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr"
15771   algorithm: "plot_lat_hdrh_bar_name"
15772   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat"
15773   data: "plot-vpp-hdrh-lat-3n-tsh"
15774   include:
15775     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t4c-ethip4vxlan-l2xcbase-ndrpdr"
15776     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15777     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15778     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15779   layout:
15780     layout: "plot-hdrh-latency"
15781
15782 - type: "plot"
15783   title: "Latency: 3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat"
15784   graph-title: "3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr"
15785   algorithm: "plot_lat_hdrh_bar_name"
15786   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat"
15787   data: "plot-vpp-hdrh-lat-3n-tsh"
15788   include:
15789     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
15790     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
15791     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t4c-ethip6-ip6scale20k-ndrpdr"
15792     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t4c-ethip6-ip6scale200k-ndrpdr"
15793     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
15794   layout:
15795     layout: "plot-hdrh-latency"
15796
15797 - type: "plot"
15798   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr-hdrh-lat"
15799   graph-title: "3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr"
15800   algorithm: "plot_lat_hdrh_bar_name"
15801   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr-hdrh-lat"
15802   data: "plot-vpp-hdrh-lat-3n-tsh"
15803   include:
15804     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
15805     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
15806     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
15807     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
15808   layout:
15809     layout: "plot-hdrh-latency"
15810
15811 - type: "plot"
15812   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr-hdrh-lat"
15813   graph-title: "3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr"
15814   algorithm: "plot_lat_hdrh_bar_name"
15815   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr-hdrh-lat"
15816   data: "plot-vpp-hdrh-lat-3n-tsh"
15817   include:
15818     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
15819     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
15820     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
15821     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale10kmaclrn-ndrpdr"
15822     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale100kmaclrn-ndrpdr"
15823     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
15824   layout:
15825     layout: "plot-hdrh-latency"
15826
15827 - type: "plot"
15828   title: "Latency: 3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr-hdrh-lat"
15829   graph-title: "3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr"
15830   algorithm: "plot_lat_hdrh_bar_name"
15831   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr-hdrh-lat"
15832   data: "plot-vpp-hdrh-lat-3n-tsh"
15833   include:
15834     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
15835     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15836     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15837     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15838     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15839     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15840   layout:
15841     layout: "plot-hdrh-latency"
15842
15843 - type: "plot"
15844   title: "Latency: 3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat"
15845   graph-title: "3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr"
15846   algorithm: "plot_lat_hdrh_bar_name"
15847   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat"
15848   data: "plot-vpp-hdrh-lat-3n-tsh"
15849   include:
15850     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15851     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15852     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15853     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15854     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15855     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15856   layout:
15857     layout: "plot-hdrh-latency"
15858
15859 - type: "plot"
15860   title: "Latency: 3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr-hdrh-lat"
15861   graph-title: "3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr"
15862   algorithm: "plot_lat_hdrh_bar_name"
15863   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr-hdrh-lat"
15864   data: "plot-vpp-hdrh-lat-3n-tsh"
15865   include:
15866     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15867     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15868     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15869     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15870     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15871   layout:
15872     layout: "plot-hdrh-latency"
15873
15874 - type: "plot"
15875   title: "Latency: 3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat"
15876   graph-title: "3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr"
15877   algorithm: "plot_lat_hdrh_bar_name"
15878   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat"
15879   data: "plot-vpp-hdrh-lat-3n-tsh"
15880   include:
15881     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15882     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15883     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15884     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15885     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15886     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15887   layout:
15888     layout: "plot-hdrh-latency"
15889
15890 ################################################################################
15891
15892 # Packet Speedup
15893
15894 - type: "plot"
15895   title: "Speedup: 2n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
15896   algorithm: "plot_tsa_name"
15897   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
15898   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15899   include:
15900     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15901     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15902     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15903     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15904   layout:
15905     title: "2n-skx-xxv710-64b-memif-base-i40e-ndr"
15906     layout: "plot-throughput-speedup-analysis"
15907
15908 - type: "plot"
15909   title: "Speedup: 2n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
15910   algorithm: "plot_tsa_name"
15911   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
15912   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15913   include:
15914     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15915     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15916     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15917     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15918   layout:
15919     title: "2n-skx-xxv710-64b-memif-base-i40e-pdr"
15920     layout: "plot-throughput-speedup-analysis"
15921
15922 - type: "plot"
15923   title: "Speedup: 3n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
15924   algorithm: "plot_tsa_name"
15925   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
15926   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15927   include:
15928     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15929     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15930     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15931     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15932     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15933   layout:
15934     title: "3n-skx-xxv710-64b-memif-base-i40e-ndr"
15935     layout: "plot-throughput-speedup-analysis"
15936
15937 - type: "plot"
15938   title: "Speedup: 3n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
15939   algorithm: "plot_tsa_name"
15940   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
15941   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15942   include:
15943     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15944     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15945     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15946     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15947     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15948   layout:
15949     title: "3n-skx-xxv710-64b-memif-base-i40e-pdr"
15950     layout: "plot-throughput-speedup-analysis"
15951
15952 - type: "plot"
15953   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
15954   algorithm: "plot_tsa_name"
15955   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
15956   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15957   include:
15958     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15959     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15960     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15961     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15962     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15963   layout:
15964     title: "2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
15965     layout: "plot-throughput-speedup-analysis"
15966
15967 - type: "plot"
15968   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
15969   algorithm: "plot_tsa_name"
15970   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
15971   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15972   include:
15973     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15974     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15975     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15976     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15977     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15978   layout:
15979     title: "2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
15980     layout: "plot-throughput-speedup-analysis"
15981
15982 - type: "plot"
15983   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15984   algorithm: "plot_tsa_name"
15985   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15986   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15987   include:
15988     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15989     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15990     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15991     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15992   layout:
15993     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
15994     layout: "plot-throughput-speedup-analysis"
15995
15996 - type: "plot"
15997   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15998   algorithm: "plot_tsa_name"
15999   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
16000   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16001   include:
16002     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16003     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
16004     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
16005     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16006   layout:
16007     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
16008     layout: "plot-throughput-speedup-analysis"
16009
16010 - type: "plot"
16011   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
16012   algorithm: "plot_tsa_name"
16013   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
16014   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16015   include:
16016     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16017     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16018     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16019     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16020     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16021   layout:
16022     title: "2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
16023     layout: "plot-throughput-speedup-analysis"
16024
16025 - type: "plot"
16026   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
16027   algorithm: "plot_tsa_name"
16028   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
16029   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16030   include:
16031     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16032     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16033     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16034     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16035     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16036   layout:
16037     title: "2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
16038     layout: "plot-throughput-speedup-analysis"
16039
16040 - type: "plot"
16041   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
16042   algorithm: "plot_tsa_name"
16043   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
16044   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16045   include:
16046     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16047     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16048     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16049     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16050     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16051     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16052   layout:
16053     title: "2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr"
16054     layout: "plot-throughput-speedup-analysis"
16055
16056 - type: "plot"
16057   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
16058   algorithm: "plot_tsa_name"
16059   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
16060   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16061   include:
16062     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16063     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16064     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16065     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16066     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16067     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16068   layout:
16069     title: "2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr"
16070     layout: "plot-throughput-speedup-analysis"
16071
16072 - type: "plot"
16073   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr-tsa"
16074   algorithm: "plot_tsa_name"
16075   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr-tsa"
16076   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16077   include:
16078     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16079     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16080     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16081   layout:
16082     title: "3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr"
16083     layout: "plot-throughput-speedup-analysis"
16084
16085 - type: "plot"
16086   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr-tsa"
16087   algorithm: "plot_tsa_name"
16088   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr-tsa"
16089   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16090   include:
16091     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16092     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16093     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16094   layout:
16095     title: "3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr"
16096     layout: "plot-throughput-speedup-analysis"
16097
16098 - type: "plot"
16099   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
16100   algorithm: "plot_tsa_name"
16101   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
16102   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16103   include:
16104     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
16105     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16106     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16107     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16108     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16109   layout:
16110     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
16111     layout: "plot-throughput-speedup-analysis"
16112
16113 - type: "plot"
16114   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
16115   algorithm: "plot_tsa_name"
16116   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
16117   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16118   include:
16119     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
16120     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16121     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16122     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16123     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16124   layout:
16125     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
16126     layout: "plot-throughput-speedup-analysis"
16127
16128 - type: "plot"
16129   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
16130   algorithm: "plot_tsa_name"
16131   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
16132   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16133   include:
16134     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
16135     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
16136     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
16137     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16138   layout:
16139     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
16140     layout: "plot-throughput-speedup-analysis"
16141
16142 - type: "plot"
16143   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
16144   algorithm: "plot_tsa_name"
16145   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
16146   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16147   include:
16148     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
16149     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
16150     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
16151     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16152   layout:
16153     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
16154     layout: "plot-throughput-speedup-analysis"
16155
16156 - type: "plot"
16157   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
16158   algorithm: "plot_tsa_name"
16159   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
16160   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16161   include:
16162     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16163     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16164     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16165     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16166     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16167   layout:
16168     title: "3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
16169     layout: "plot-throughput-speedup-analysis"
16170
16171 - type: "plot"
16172   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
16173   algorithm: "plot_tsa_name"
16174   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
16175   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16176   include:
16177     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16178     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16179     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16180     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16181     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16182   layout:
16183     title: "3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
16184     layout: "plot-throughput-speedup-analysis"
16185
16186 - type: "plot"
16187   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
16188   algorithm: "plot_tsa_name"
16189   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
16190   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16191   include:
16192     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16193     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16194     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16195     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16196     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16197     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16198   layout:
16199     title: "3n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr"
16200     layout: "plot-throughput-speedup-analysis"
16201
16202 - type: "plot"
16203   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
16204   algorithm: "plot_tsa_name"
16205   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
16206   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16207   include:
16208     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16209     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16210     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16211     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16212     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16213     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16214   layout:
16215     title: "3n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr"
16216     layout: "plot-throughput-speedup-analysis"
16217
16218 - type: "plot"
16219   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-i40e-ndr-tsa"
16220   algorithm: "plot_tsa_name"
16221   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-i40e-ndr-tsa"
16222   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16223   include:
16224     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16225     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16226   layout:
16227     title: "3n-hsw-xl710-64b-ip4tunnel-base-i40e-ndr"
16228     layout: "plot-throughput-speedup-analysis"
16229
16230 - type: "plot"
16231   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-i40e-pdr-tsa"
16232   algorithm: "plot_tsa_name"
16233   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-i40e-pdr-tsa"
16234   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16235   include:
16236     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16237     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16238   layout:
16239     title: "3n-hsw-xl710-64b-ip4tunnel-base-i40e-pdr"
16240     layout: "plot-throughput-speedup-analysis"
16241
16242 - type: "plot"
16243   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-ndr-tsa"
16244   algorithm: "plot_tsa_name"
16245   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-ndr-tsa"
16246   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16247   include:
16248     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16249     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16250     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16251     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16252   layout:
16253     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-ndr"
16254     layout: "plot-throughput-speedup-analysis"
16255
16256 - type: "plot"
16257   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-pdr-tsa"
16258   algorithm: "plot_tsa_name"
16259   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-pdr-tsa"
16260   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16261   include:
16262     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16263     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16264     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16265     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16266   layout:
16267     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-pdr"
16268     layout: "plot-throughput-speedup-analysis"
16269
16270 - type: "plot"
16271   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
16272   algorithm: "plot_tsa_name"
16273   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
16274   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16275   include:
16276     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16277     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16278     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16279   layout:
16280     title: "2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr"
16281     layout: "plot-throughput-speedup-analysis"
16282
16283 - type: "plot"
16284   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
16285   algorithm: "plot_tsa_name"
16286   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
16287   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16288   include:
16289     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16290     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16291     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16292   layout:
16293     title: "2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr"
16294     layout: "plot-throughput-speedup-analysis"
16295
16296 - type: "plot"
16297   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
16298   algorithm: "plot_tsa_name"
16299   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
16300   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16301   include:
16302     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16303     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16304     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16305     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16306     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16307   layout:
16308     title: "2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
16309     layout: "plot-throughput-speedup-analysis"
16310
16311 - type: "plot"
16312   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
16313   algorithm: "plot_tsa_name"
16314   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
16315   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16316   include:
16317     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16318     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16319     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16320     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16321     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16322   layout:
16323     title: "2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
16324     layout: "plot-throughput-speedup-analysis"
16325
16326 - type: "plot"
16327   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr-tsa"
16328   algorithm: "plot_tsa_name"
16329   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr-tsa"
16330   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16331   include:
16332     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16333     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16334     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16335   layout:
16336     title: "3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr"
16337     layout: "plot-throughput-speedup-analysis"
16338
16339 - type: "plot"
16340   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr-tsa"
16341   algorithm: "plot_tsa_name"
16342   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr-tsa"
16343   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16344   include:
16345     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16346     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16347     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16348   layout:
16349     title: "3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr"
16350     layout: "plot-throughput-speedup-analysis"
16351
16352 - type: "plot"
16353   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
16354   algorithm: "plot_tsa_name"
16355   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
16356   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16357   include:
16358     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16359     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16360     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16361   layout:
16362     title: "3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr"
16363     layout: "plot-throughput-speedup-analysis"
16364
16365 - type: "plot"
16366   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
16367   algorithm: "plot_tsa_name"
16368   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
16369   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16370   include:
16371     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16372     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16373     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16374   layout:
16375     title: "3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr"
16376     layout: "plot-throughput-speedup-analysis"
16377
16378 - type: "plot"
16379   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
16380   algorithm: "plot_tsa_name"
16381   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
16382   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16383   include:
16384     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16385     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16386     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16387     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16388     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16389   layout:
16390     title: "3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
16391     layout: "plot-throughput-speedup-analysis"
16392
16393 - type: "plot"
16394   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
16395   algorithm: "plot_tsa_name"
16396   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
16397   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16398   include:
16399     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16400     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16401     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16402     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16403     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16404   layout:
16405     title: "3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
16406     layout: "plot-throughput-speedup-analysis"
16407
16408 - type: "plot"
16409   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
16410   algorithm: "plot_tsa_name"
16411   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
16412   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16413   include:
16414     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16415     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16416     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16417     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16418     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16419     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16420   layout:
16421     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr"
16422     layout: "plot-throughput-speedup-analysis"
16423
16424 - type: "plot"
16425   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
16426   algorithm: "plot_tsa_name"
16427   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
16428   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16429   include:
16430     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16431     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16432     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16433     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16434     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
16435     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16436   layout:
16437     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr"
16438     layout: "plot-throughput-speedup-analysis"
16439
16440 - type: "plot"
16441   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr-tsa"
16442   algorithm: "plot_tsa_name"
16443   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr-tsa"
16444   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16445   include:
16446     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
16447     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16448     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
16449     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16450   layout:
16451     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr"
16452     layout: "plot-throughput-speedup-analysis"
16453
16454 - type: "plot"
16455   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr-tsa"
16456   algorithm: "plot_tsa_name"
16457   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr-tsa"
16458   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16459   include:
16460     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
16461     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16462     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16463     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16464   layout:
16465     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr"
16466     layout: "plot-throughput-speedup-analysis"
16467
16468 - type: "plot"
16469   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr-tsa"
16470   algorithm: "plot_tsa_name"
16471   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr-tsa"
16472   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16473   include:
16474     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16475     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16476     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16477     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16478     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16479     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16480   layout:
16481     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr"
16482     layout: "plot-throughput-speedup-analysis"
16483
16484 - type: "plot"
16485   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr-tsa"
16486   algorithm: "plot_tsa_name"
16487   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr-tsa"
16488   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16489   include:
16490     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16491     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16492     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16493     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16494     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16495     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16496   layout:
16497     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr"
16498     layout: "plot-throughput-speedup-analysis"
16499
16500 - type: "plot"
16501   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
16502   algorithm: "plot_tsa_name"
16503   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
16504   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16505   include:
16506     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16507     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16508     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16509     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16510     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16511     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16512   layout:
16513     title: "2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
16514     layout: "plot-throughput-speedup-analysis"
16515
16516 - type: "plot"
16517   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
16518   algorithm: "plot_tsa_name"
16519   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
16520   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16521   include:
16522     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16523     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16524     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16525     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16526     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16527     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16528   layout:
16529     title: "2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
16530     layout: "plot-throughput-speedup-analysis"
16531
16532 - type: "plot"
16533   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16534   algorithm: "plot_tsa_name"
16535   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16536   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16537   include:
16538     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16539     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16540     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16541     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16542   layout:
16543     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
16544     layout: "plot-throughput-speedup-analysis"
16545
16546 - type: "plot"
16547   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16548   algorithm: "plot_tsa_name"
16549   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16550   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16551   include:
16552     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16553     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16554     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16555     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16556   layout:
16557     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
16558     layout: "plot-throughput-speedup-analysis"
16559
16560 - type: "plot"
16561   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
16562   algorithm: "plot_tsa_name"
16563   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
16564   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16565   include:
16566     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16567     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16568     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16569     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16570     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16571   layout:
16572     title: "2n-skx-xxv710-64b-l2switching-base-i40e-ndr"
16573     layout: "plot-throughput-speedup-analysis"
16574
16575 - type: "plot"
16576   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
16577   algorithm: "plot_tsa_name"
16578   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
16579   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16580   include:
16581     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16582     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16583     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16584     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16585     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16586   layout:
16587     title: "2n-skx-xxv710-64b-l2switching-base-i40e-pdr"
16588     layout: "plot-throughput-speedup-analysis"
16589
16590 - type: "plot"
16591   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
16592   algorithm: "plot_tsa_name"
16593   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
16594   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16595   include:
16596     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16597     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16598     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16599     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16600   layout:
16601     title: "2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr"
16602     layout: "plot-throughput-speedup-analysis"
16603
16604 - type: "plot"
16605   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
16606   algorithm: "plot_tsa_name"
16607   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
16608   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16609   include:
16610     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16611     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16612     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16613     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16614   layout:
16615     title: "2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr"
16616     layout: "plot-throughput-speedup-analysis"
16617
16618 - type: "plot"
16619   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr-tsa"
16620   algorithm: "plot_tsa_name"
16621   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr-tsa"
16622   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16623   include:
16624     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16625     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16626     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16627     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16628     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16629     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16630   layout:
16631     title: "3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr"
16632     layout: "plot-throughput-speedup-analysis"
16633
16634 - type: "plot"
16635   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr-tsa"
16636   algorithm: "plot_tsa_name"
16637   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr-tsa"
16638   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16639   include:
16640     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16641     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16642     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16643     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16644     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16645     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16646   layout:
16647     title: "3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr"
16648     layout: "plot-throughput-speedup-analysis"
16649
16650 - type: "plot"
16651   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
16652   algorithm: "plot_tsa_name"
16653   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
16654   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16655   include:
16656     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16657     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16658     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16659     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16660     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16661   layout:
16662     title: "3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
16663     layout: "plot-throughput-speedup-analysis"
16664
16665 - type: "plot"
16666   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
16667   algorithm: "plot_tsa_name"
16668   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
16669   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16670   include:
16671     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16672     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16673     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16674     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16675     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16676   layout:
16677     title: "3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
16678     layout: "plot-throughput-speedup-analysis"
16679
16680 - type: "plot"
16681   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16682   algorithm: "plot_tsa_name"
16683   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16684   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16685   include:
16686     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16687     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16688     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16689   layout:
16690     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
16691     layout: "plot-throughput-speedup-analysis"
16692
16693 - type: "plot"
16694   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16695   algorithm: "plot_tsa_name"
16696   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16697   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16698   include:
16699     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16700     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16701     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16702   layout:
16703     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
16704     layout: "plot-throughput-speedup-analysis"
16705
16706 - type: "plot"
16707   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
16708   algorithm: "plot_tsa_name"
16709   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
16710   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16711   include:
16712     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16713     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16714     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16715     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16716   layout:
16717     title: "3n-skx-xxv710-64b-l2switching-base-i40e-ndr"
16718     layout: "plot-throughput-speedup-analysis"
16719
16720 - type: "plot"
16721   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
16722   algorithm: "plot_tsa_name"
16723   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
16724   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16725   include:
16726     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16727     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16728     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16729     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16730   layout:
16731     title: "3n-skx-xxv710-64b-l2switching-base-i40e-pdr"
16732     layout: "plot-throughput-speedup-analysis"
16733
16734 - type: "plot"
16735   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
16736   algorithm: "plot_tsa_name"
16737   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
16738   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16739   include:
16740     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16741     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16742     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16743     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16744     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16745     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16746   layout:
16747     title: "3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr"
16748     layout: "plot-throughput-speedup-analysis"
16749
16750 - type: "plot"
16751   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
16752   algorithm: "plot_tsa_name"
16753   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
16754   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16755   include:
16756     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16757     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16758     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16759     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16760     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16761     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16762   layout:
16763     title: "3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr"
16764     layout: "plot-throughput-speedup-analysis"
16765
16766 - type: "plot"
16767   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-i40e-ndr-tsa"
16768   algorithm: "plot_tsa_name"
16769   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-i40e-ndr-tsa"
16770   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16771   include:
16772     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16773     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16774     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16775     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16776     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16777     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16778   layout:
16779     title: "3n-skx-xxv710-64b-features-l2switching-base-i40e-ndr"
16780     layout: "plot-throughput-speedup-analysis"
16781
16782 - type: "plot"
16783   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-i40e-pdr-tsa"
16784   algorithm: "plot_tsa_name"
16785   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-i40e-pdr-tsa"
16786   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16787   include:
16788     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16789     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16790     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16791     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16792     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16793     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16794   layout:
16795     title: "3n-skx-xxv710-64b-features-l2switching-base-i40e-pdr"
16796     layout: "plot-throughput-speedup-analysis"
16797
16798 - type: "plot"
16799   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
16800   algorithm: "plot_tsa_name"
16801   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
16802   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16803   include:
16804     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16805     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16806     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16807     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16808     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16809     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16810   layout:
16811     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-ndr"
16812     layout: "plot-throughput-speedup-analysis"
16813
16814 - type: "plot"
16815   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
16816   algorithm: "plot_tsa_name"
16817   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
16818   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16819   include:
16820     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16821     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16822     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16823     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16824     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16825     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16826   layout:
16827     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-pdr"
16828     layout: "plot-throughput-speedup-analysis"
16829
16830 - type: "plot"
16831   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
16832   algorithm: "plot_tsa_name"
16833   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
16834   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16835   include:
16836     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16837     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16838     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16839     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16840     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16841     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16842   layout:
16843     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-ndr"
16844     layout: "plot-throughput-speedup-analysis"
16845
16846 - type: "plot"
16847   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
16848   algorithm: "plot_tsa_name"
16849   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
16850   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16851   include:
16852     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16853     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16854     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16855     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16856     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16857     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16858   layout:
16859     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-pdr"
16860     layout: "plot-throughput-speedup-analysis"
16861
16862 - type: "plot"
16863   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-ndr"
16864   algorithm: "plot_tsa_name"
16865   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
16866   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16867   include:
16868     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16869     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16870     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16871     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16872   layout:
16873     title: "2n-skx-xxv710-64b-vhost-base-i40e-ndr"
16874     layout: "plot-throughput-speedup-analysis"
16875
16876 - type: "plot"
16877   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-pdr"
16878   algorithm: "plot_tsa_name"
16879   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
16880   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16881   include:
16882     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16883     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16884     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16885     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16886   layout:
16887     title: "2n-skx-xxv710-64b-vhost-base-i40e-pdr"
16888     layout: "plot-throughput-speedup-analysis"
16889
16890 - type: "plot"
16891   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
16892   algorithm: "plot_tsa_name"
16893   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr-tsa"
16894   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16895   include:
16896     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16897     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16898     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16899     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16900   layout:
16901     title: "2n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
16902     layout: "plot-throughput-speedup-analysis"
16903
16904 - type: "plot"
16905   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
16906   algorithm: "plot_tsa_name"
16907   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr-tsa"
16908   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16909   include:
16910     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16911     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16912     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16913     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16914   layout:
16915     title: "2n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
16916     layout: "plot-throughput-speedup-analysis"
16917
16918 - type: "plot"
16919   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-ndr"
16920   algorithm: "plot_tsa_name"
16921   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-ndr-tsa"
16922   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16923   include:
16924     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16925     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16926     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16927     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16928   layout:
16929     title: "3n-hsw-xl710-64b-vhost-base-i40e-ndr"
16930     layout: "plot-throughput-speedup-analysis"
16931
16932 - type: "plot"
16933   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-pdr"
16934   algorithm: "plot_tsa_name"
16935   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-pdr-tsa"
16936   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16937   include:
16938     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16939     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16940     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16941     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16942   layout:
16943     title: "3n-hsw-xl710-64b-vhost-base-i40e-pdr"
16944     layout: "plot-throughput-speedup-analysis"
16945
16946 - type: "plot"
16947   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-vpp-ndr"
16948   algorithm: "plot_tsa_name"
16949   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-vpp-ndr-tsa"
16950   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16951   include:
16952     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16953     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16954     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16955     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16956   layout:
16957     title: "3n-hsw-xl710-64b-vhost-base-i40e-vpp-ndr"
16958     layout: "plot-throughput-speedup-analysis"
16959
16960 - type: "plot"
16961   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-vpp-pdr"
16962   algorithm: "plot_tsa_name"
16963   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-vpp-pdr-tsa"
16964   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16965   include:
16966     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16967     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16968     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16969     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16970   layout:
16971     title: "3n-hsw-xl710-64b-vhost-base-i40e-vpp-pdr"
16972     layout: "plot-throughput-speedup-analysis"
16973
16974 - type: "plot"
16975   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-i40e-ndr"
16976   algorithm: "plot_tsa_name"
16977   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
16978   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16979   include:
16980     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16981     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16982     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16983     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16984   layout:
16985     title: "3n-skx-x710-64b-link-bonding-vhost-base-i40e-ndr"
16986     layout: "plot-throughput-speedup-analysis"
16987
16988 - type: "plot"
16989   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-i40e-pdr"
16990   algorithm: "plot_tsa_name"
16991   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
16992   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16993   include:
16994     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16995     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16996     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16997     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16998   layout:
16999     title: "3n-skx-x710-64b-link-bonding-vhost-base-i40e-pdr"
17000     layout: "plot-throughput-speedup-analysis"
17001
17002 - type: "plot"
17003   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
17004   algorithm: "plot_tsa_name"
17005   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-i40e-vpp-ndr-tsa"
17006   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17007   include:
17008     - "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"
17009     - "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"
17010     - "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"
17011     - "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"
17012   layout:
17013     title: "3n-skx-x710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
17014     layout: "plot-throughput-speedup-analysis"
17015
17016 - type: "plot"
17017   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
17018   algorithm: "plot_tsa_name"
17019   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-i40e-vpp-pdr-tsa"
17020   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17021   include:
17022     - "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"
17023     - "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"
17024     - "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"
17025     - "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"
17026   layout:
17027     title: "3n-skx-x710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
17028     layout: "plot-throughput-speedup-analysis"
17029
17030 - type: "plot"
17031   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-ndr"
17032   algorithm: "plot_tsa_name"
17033   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
17034   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17035   include:
17036     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17037     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17038     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17039     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17040     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17041   layout:
17042     title: "3n-skx-xxv710-64b-vhost-base-i40e-ndr"
17043     layout: "plot-throughput-speedup-analysis"
17044
17045 - type: "plot"
17046   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-pdr"
17047   algorithm: "plot_tsa_name"
17048   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
17049   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17050   include:
17051     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17052     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17053     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17054     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17055     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17056   layout:
17057     title: "3n-skx-xxv710-64b-vhost-base-i40e-pdr"
17058     layout: "plot-throughput-speedup-analysis"
17059
17060 - type: "plot"
17061   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
17062   algorithm: "plot_tsa_name"
17063   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr-tsa"
17064   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17065   include:
17066     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17067     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17068     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17069     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17070     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17071   layout:
17072     title: "3n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
17073     layout: "plot-throughput-speedup-analysis"
17074
17075 - type: "plot"
17076   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
17077   algorithm: "plot_tsa_name"
17078   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr-tsa"
17079   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17080   include:
17081     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17082     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17083     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17084     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17085     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17086   layout:
17087     title: "3n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
17088     layout: "plot-throughput-speedup-analysis"
17089
17090 - type: "plot"
17091   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr"
17092   algorithm: "plot_tsa_name"
17093   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
17094   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17095   include:
17096     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17097     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17098     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17099     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17100     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17101     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17102   layout:
17103     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr"
17104     layout: "plot-throughput-speedup-analysis"
17105
17106 - type: "plot"
17107   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr"
17108   algorithm: "plot_tsa_name"
17109   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
17110   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17111   include:
17112     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17113     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17114     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17115     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17116     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17117     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17118   layout:
17119     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr"
17120     layout: "plot-throughput-speedup-analysis"
17121
17122 - type: "plot"
17123   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
17124   algorithm: "plot_tsa_name"
17125   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-ndr-tsa"
17126   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17127   include:
17128     - "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"
17129     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17130     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17131     - "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"
17132     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17133     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17134   layout:
17135     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
17136     layout: "plot-throughput-speedup-analysis"
17137
17138 - type: "plot"
17139   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
17140   algorithm: "plot_tsa_name"
17141   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-pdr-tsa"
17142   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17143   include:
17144     - "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"
17145     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17146     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17147     - "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"
17148     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17149     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17150   layout:
17151     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
17152     layout: "plot-throughput-speedup-analysis"
17153
17154 - type: "plot"
17155   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-i40e-ndr-tsa"
17156   algorithm: "plot_tsa_name"
17157   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-i40e-ndr-tsa"
17158   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17159   include:
17160     - "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"
17161     - "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"
17162     - "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"
17163   layout:
17164     title: "2n-skx-xxv710-114b-vts-l2switching-base-i40e-ndr"
17165     layout: "plot-throughput-speedup-analysis"
17166
17167 - type: "plot"
17168   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-i40e-pdr-tsa"
17169   algorithm: "plot_tsa_name"
17170   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-i40e-pdr-tsa"
17171   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17172   include:
17173     - "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"
17174     - "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"
17175     - "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"
17176   layout:
17177     title: "2n-skx-xxv710-114b-vts-l2switching-base-i40e-pdr"
17178     layout: "plot-throughput-speedup-analysis"
17179
17180 - type: "plot"
17181   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
17182   algorithm: "plot_tsa_name"
17183   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
17184   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17185   include:
17186     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
17187     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17188     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17189     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
17190     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17191   layout:
17192     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
17193     layout: "plot-throughput-speedup-analysis"
17194
17195 - type: "plot"
17196   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
17197   algorithm: "plot_tsa_name"
17198   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
17199   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17200   include:
17201     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
17202     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17203     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17204     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
17205     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17206   layout:
17207     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
17208     layout: "plot-throughput-speedup-analysis"
17209
17210 - type: "plot"
17211   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17212   algorithm: "plot_tsa_name"
17213   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17214   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17215   include:
17216     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17217     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17218     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17219     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17220     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17221   layout:
17222     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
17223     layout: "plot-throughput-speedup-analysis"
17224
17225 - type: "plot"
17226   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17227   algorithm: "plot_tsa_name"
17228   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17229   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17230   include:
17231     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17232     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17233     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17234     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17235     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17236   layout:
17237     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
17238     layout: "plot-throughput-speedup-analysis"
17239
17240 - type: "plot"
17241   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17242   algorithm: "plot_tsa_name"
17243   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17244   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17245   include:
17246     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17247     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17248     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17249     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17250     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17251     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17252   layout:
17253     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
17254     layout: "plot-throughput-speedup-analysis"
17255
17256 - type: "plot"
17257   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17258   algorithm: "plot_tsa_name"
17259   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17260   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17261   include:
17262     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17263     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17264     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17265     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17266     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17267     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17268   layout:
17269     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
17270     layout: "plot-throughput-speedup-analysis"
17271
17272 - type: "plot"
17273   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17274   algorithm: "plot_tsa_name"
17275   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17276   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17277   include:
17278     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17279     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17280     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17281     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17282   layout:
17283     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
17284     layout: "plot-throughput-speedup-analysis"
17285
17286 - type: "plot"
17287   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17288   algorithm: "plot_tsa_name"
17289   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17290   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17291   include:
17292     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17293     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17294     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17295     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17296   layout:
17297     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
17298     layout: "plot-throughput-speedup-analysis"
17299
17300 - type: "plot"
17301   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17302   algorithm: "plot_tsa_name"
17303   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17304   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17305   include:
17306     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17307     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17308     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17309     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17310     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17311   layout:
17312     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
17313     layout: "plot-throughput-speedup-analysis"
17314
17315 - type: "plot"
17316   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17317   algorithm: "plot_tsa_name"
17318   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17319   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17320   include:
17321     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17322     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17323     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17324     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17325     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17326   layout:
17327     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
17328     layout: "plot-throughput-speedup-analysis"
17329
17330 - type: "plot"
17331   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17332   algorithm: "plot_tsa_name"
17333   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17334   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17335   include:
17336     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17337     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17338     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17339     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17340     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17341     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17342   layout:
17343     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
17344     layout: "plot-throughput-speedup-analysis"
17345
17346 - type: "plot"
17347   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17348   algorithm: "plot_tsa_name"
17349   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17350   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17351   include:
17352     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17353     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17354     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17355     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17356     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17357     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17358   layout:
17359     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
17360     layout: "plot-throughput-speedup-analysis"
17361
17362 - type: "plot"
17363   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
17364   algorithm: "plot_tsa_name"
17365   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
17366   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17367   include:
17368     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17369     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17370     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17371     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17372   layout:
17373     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
17374     layout: "plot-throughput-speedup-analysis"
17375
17376 - type: "plot"
17377   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
17378   algorithm: "plot_tsa_name"
17379   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
17380   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17381   include:
17382     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17383     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17384     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17385     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17386   layout:
17387     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
17388     layout: "plot-throughput-speedup-analysis"
17389
17390 - type: "plot"
17391   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17392   algorithm: "plot_tsa_name"
17393   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17394   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17395   include:
17396     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17397     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17398     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17399     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17400     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17401     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17402   layout:
17403     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
17404     layout: "plot-throughput-speedup-analysis"
17405
17406 - type: "plot"
17407   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17408   algorithm: "plot_tsa_name"
17409   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17410   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17411   include:
17412     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17413     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17414     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17415     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17416     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17417     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17418   layout:
17419     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
17420     layout: "plot-throughput-speedup-analysis"
17421
17422 - type: "plot"
17423   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
17424   algorithm: "plot_tsa_name"
17425   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
17426   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17427   include:
17428     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17429     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17430     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17431     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17432     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17433     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17434   layout:
17435     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
17436     layout: "plot-throughput-speedup-analysis"
17437
17438 - type: "plot"
17439   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
17440   algorithm: "plot_tsa_name"
17441   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
17442   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17443   include:
17444     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17445     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17446     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17447     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17448     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17449     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17450   layout:
17451     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
17452     layout: "plot-throughput-speedup-analysis"
17453
17454 - type: "plot"
17455   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17456   algorithm: "plot_tsa_name"
17457   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17458   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17459   include:
17460     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17461     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17462     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17463     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
17464     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
17465     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
17466   layout:
17467     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
17468     layout: "plot-throughput-speedup-analysis"
17469
17470 - type: "plot"
17471   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17472   algorithm: "plot_tsa_name"
17473   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17474   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17475   include:
17476     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17477     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17478     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17479     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
17480     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
17481     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
17482   layout:
17483     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
17484     layout: "plot-throughput-speedup-analysis"
17485
17486 - type: "plot"
17487   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
17488   algorithm: "plot_tsa_name"
17489   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
17490   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17491   include:
17492     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17493     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17494     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17495     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17496     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17497   layout:
17498     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
17499     layout: "plot-throughput-speedup-analysis"
17500
17501 - type: "plot"
17502   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
17503   algorithm: "plot_tsa_name"
17504   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
17505   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17506   include:
17507     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17508     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17509     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17510     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17511     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17512   layout:
17513     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
17514     layout: "plot-throughput-speedup-analysis"
17515
17516 - type: "plot"
17517   title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
17518   algorithm: "plot_tsa_name"
17519   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
17520   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17521   include:
17522     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17523     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17524     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17525     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17526     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17527     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17528   layout:
17529     title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
17530     layout: "plot-throughput-speedup-analysis"
17531
17532 - type: "plot"
17533   title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
17534   algorithm: "plot_tsa_name"
17535   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
17536   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17537   include:
17538     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17539     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17540     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17541     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17542     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17543     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17544   layout:
17545     title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
17546     layout: "plot-throughput-speedup-analysis"
17547
17548 - type: "plot"
17549   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17550   algorithm: "plot_tsa_name"
17551   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17552   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17553   include:
17554     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17555     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17556     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17557     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17558     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17559   layout:
17560     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17561     layout: "plot-throughput-speedup-analysis"
17562
17563 - type: "plot"
17564   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17565   algorithm: "plot_tsa_name"
17566   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17567   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17568   include:
17569     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17570     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17571     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17572     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17573     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17574   layout:
17575     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17576     layout: "plot-throughput-speedup-analysis"
17577
17578 - type: "plot"
17579   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17580   algorithm: "plot_tsa_name"
17581   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17582   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17583   include:
17584     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17585     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17586     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17587     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17588     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17589     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17590   layout:
17591     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17592     layout: "plot-throughput-speedup-analysis"
17593
17594 - type: "plot"
17595   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17596   algorithm: "plot_tsa_name"
17597   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17598   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17599   include:
17600     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17601     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17602     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17603     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17604     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17605     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17606   layout:
17607     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17608     layout: "plot-throughput-speedup-analysis"
17609
17610 - type: "plot"
17611   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17612   algorithm: "plot_tsa_name"
17613   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17614   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17615   include:
17616     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17617     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17618     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17619     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17620     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17621   layout:
17622     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17623     layout: "plot-throughput-speedup-analysis"
17624
17625 - type: "plot"
17626   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17627   algorithm: "plot_tsa_name"
17628   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17629   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17630   include:
17631     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17632     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17633     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17634     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17635     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17636   layout:
17637     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17638     layout: "plot-throughput-speedup-analysis"
17639
17640 - type: "plot"
17641   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17642   algorithm: "plot_tsa_name"
17643   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17644   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17645   include:
17646     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17647     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17648     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17649     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17650   layout:
17651     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17652     layout: "plot-throughput-speedup-analysis"
17653
17654 - type: "plot"
17655   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17656   algorithm: "plot_tsa_name"
17657   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17658   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17659   include:
17660     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17661     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17662     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17663     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17664   layout:
17665     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17666     layout: "plot-throughput-speedup-analysis"
17667
17668 - type: "plot"
17669   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17670   algorithm: "plot_tsa_name"
17671   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17672   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17673   include:
17674     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17675     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17676     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17677     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17678     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17679     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17680   layout:
17681     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17682     layout: "plot-throughput-speedup-analysis"
17683
17684 - type: "plot"
17685   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17686   algorithm: "plot_tsa_name"
17687   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17688   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17689   include:
17690     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17691     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17692     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17693     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17694     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17695     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17696   layout:
17697     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17698     layout: "plot-throughput-speedup-analysis"
17699
17700 - type: "plot"
17701   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17702   algorithm: "plot_tsa_name"
17703   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17704   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17705   include:
17706     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17707     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17708     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17709     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17710     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17711   layout:
17712     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17713     layout: "plot-throughput-speedup-analysis"
17714
17715 - type: "plot"
17716   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17717   algorithm: "plot_tsa_name"
17718   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17719   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17720   include:
17721     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17722     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17723     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17724     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17725     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17726   layout:
17727     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17728     layout: "plot-throughput-speedup-analysis"
17729
17730 - type: "plot"
17731   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17732   algorithm: "plot_tsa_name"
17733   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17734   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17735   include:
17736     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17737     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17738     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17739     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17740     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17741     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17742   layout:
17743     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17744     layout: "plot-throughput-speedup-analysis"
17745
17746 - type: "plot"
17747   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17748   algorithm: "plot_tsa_name"
17749   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17750   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17751   include:
17752     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17753     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17754     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17755     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17756     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17757     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17758   layout:
17759     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17760     layout: "plot-throughput-speedup-analysis"
17761
17762 - type: "plot"
17763   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17764   algorithm: "plot_tsa_name"
17765   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17766   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17767   include:
17768     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17769     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17770     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17771     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17772   layout:
17773     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17774     layout: "plot-throughput-speedup-analysis"
17775
17776 - type: "plot"
17777   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17778   algorithm: "plot_tsa_name"
17779   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17780   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17781   include:
17782     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17783     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17784     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17785     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17786   layout:
17787     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17788     layout: "plot-throughput-speedup-analysis"
17789
17790 - type: "plot"
17791   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17792   algorithm: "plot_tsa_name"
17793   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17794   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17795   include:
17796     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17797     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17798     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17799     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17800     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17801   layout:
17802     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17803     layout: "plot-throughput-speedup-analysis"
17804
17805 - type: "plot"
17806   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17807   algorithm: "plot_tsa_name"
17808   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17809   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17810   include:
17811     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17812     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17813     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17814     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17815     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17816   layout:
17817     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17818     layout: "plot-throughput-speedup-analysis"
17819
17820 - type: "plot"
17821   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17822   algorithm: "plot_tsa_name"
17823   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17824   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17825   include:
17826     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17827     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17828     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17829     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17830     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17831     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17832   layout:
17833     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17834     layout: "plot-throughput-speedup-analysis"
17835
17836 - type: "plot"
17837   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17838   algorithm: "plot_tsa_name"
17839   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17840   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17841   include:
17842     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17843     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17844     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17845     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17846     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17847     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17848   layout:
17849     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17850     layout: "plot-throughput-speedup-analysis"
17851
17852 - type: "plot"
17853   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17854   algorithm: "plot_tsa_name"
17855   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17856   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17857   include:
17858     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17859     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17860     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17861     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17862   layout:
17863     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17864     layout: "plot-throughput-speedup-analysis"
17865
17866 - type: "plot"
17867   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17868   algorithm: "plot_tsa_name"
17869   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17870   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17871   include:
17872     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17873     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17874     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17875     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17876   layout:
17877     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17878     layout: "plot-throughput-speedup-analysis"
17879
17880 - type: "plot"
17881   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17882   algorithm: "plot_tsa_name"
17883   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17884   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17885   include:
17886     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17887     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17888     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17889     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17890     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17891     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17892   layout:
17893     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17894     layout: "plot-throughput-speedup-analysis"
17895
17896 - type: "plot"
17897   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17898   algorithm: "plot_tsa_name"
17899   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17900   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17901   include:
17902     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17903     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17904     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17905     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17906     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17907     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17908   layout:
17909     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17910     layout: "plot-throughput-speedup-analysis"
17911
17912 - type: "plot"
17913   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17914   algorithm: "plot_tsa_name"
17915   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17916   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17917   include:
17918     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17919     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17920     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17921     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17922     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17923     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17924   layout:
17925     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17926     layout: "plot-throughput-speedup-analysis"
17927
17928 - type: "plot"
17929   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17930   algorithm: "plot_tsa_name"
17931   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17932   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17933   include:
17934     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17935     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17936     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17937     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17938     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17939     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17940   layout:
17941     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17942     layout: "plot-throughput-speedup-analysis"
17943
17944 - type: "plot"
17945   title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17946   algorithm: "plot_tsa_name"
17947   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17948   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17949   include:
17950     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17951     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17952     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17953   layout:
17954     title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17955     layout: "plot-throughput-speedup-analysis"
17956
17957 - type: "plot"
17958   title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17959   algorithm: "plot_tsa_name"
17960   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17961   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17962   include:
17963     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17964     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17965     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17966   layout:
17967     title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17968     layout: "plot-throughput-speedup-analysis"
17969
17970 ################################################################################
17971
17972 # Packet Throughput - DPDK
17973
17974 # 2n-skx-xxv710
17975
17976 - type: "plot"
17977   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17978   algorithm: "plot_perf_box_name"
17979   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17980   data: "plot-dpdk-throughput-latency-2n-skx"
17981   include:
17982     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17983     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17984   layout:
17985     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17986     layout: "plot-throughput"
17987
17988 - type: "plot"
17989   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17990   algorithm: "plot_perf_box_name"
17991   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17992   data: "plot-dpdk-throughput-latency-2n-skx"
17993   include:
17994     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17995     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17996   layout:
17997     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17998     layout: "plot-throughput"
17999
18000 - type: "plot"
18001   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
18002   algorithm: "plot_perf_box_name"
18003   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
18004   data: "plot-dpdk-throughput-latency-2n-skx"
18005   include:
18006     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18007     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18008   layout:
18009     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
18010     layout: "plot-throughput"
18011
18012 - type: "plot"
18013   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
18014   algorithm: "plot_perf_box_name"
18015   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
18016   data: "plot-dpdk-throughput-latency-2n-skx"
18017   include:
18018     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18019     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18020   layout:
18021     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
18022     layout: "plot-throughput"
18023
18024 # 2n-skx-x710
18025
18026 - type: "plot"
18027   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
18028   algorithm: "plot_perf_box_name"
18029   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
18030   data: "plot-dpdk-throughput-latency-2n-skx"
18031   include:
18032     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18033     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18034   layout:
18035     title: "2n-skx-x710-64b-2t1c-base-ndr"
18036     layout: "plot-throughput"
18037
18038 - type: "plot"
18039   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
18040   algorithm: "plot_perf_box_name"
18041   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
18042   data: "plot-dpdk-throughput-latency-2n-skx"
18043   include:
18044     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18045     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18046   layout:
18047     title: "2n-skx-x710-64b-4t2c-base-ndr"
18048     layout: "plot-throughput"
18049
18050 - type: "plot"
18051   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
18052   algorithm: "plot_perf_box_name"
18053   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
18054   data: "plot-dpdk-throughput-latency-2n-skx"
18055   include:
18056     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18057     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18058   layout:
18059     title: "2n-skx-x710-64b-2t1c-base-pdr"
18060     layout: "plot-throughput"
18061
18062 - type: "plot"
18063   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
18064   algorithm: "plot_perf_box_name"
18065   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
18066   data: "plot-dpdk-throughput-latency-2n-skx"
18067   include:
18068     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18069     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18070   layout:
18071     title: "2n-skx-x710-64b-4t2c-base-pdr"
18072     layout: "plot-throughput"
18073
18074 # 3n-skx-xxv710
18075
18076 - type: "plot"
18077   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
18078   algorithm: "plot_perf_box_name"
18079   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
18080   data: "plot-dpdk-throughput-latency-3n-skx"
18081   include:
18082     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18083     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18084   layout:
18085     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
18086     layout: "plot-throughput"
18087
18088 - type: "plot"
18089   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
18090   algorithm: "plot_perf_box_name"
18091   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
18092   data: "plot-dpdk-throughput-latency-3n-skx"
18093   include:
18094     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18095     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18096   layout:
18097     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
18098     layout: "plot-throughput"
18099
18100 - type: "plot"
18101   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
18102   algorithm: "plot_perf_box_name"
18103   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
18104   data: "plot-dpdk-throughput-latency-3n-skx"
18105   include:
18106     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18107     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18108   layout:
18109     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
18110     layout: "plot-throughput"
18111
18112 - type: "plot"
18113   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
18114   algorithm: "plot_perf_box_name"
18115   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
18116   data: "plot-dpdk-throughput-latency-3n-skx"
18117   include:
18118     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18119     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18120   layout:
18121     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
18122     layout: "plot-throughput"
18123
18124 # 3n-skx-x710
18125
18126 - type: "plot"
18127   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
18128   algorithm: "plot_perf_box_name"
18129   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
18130   data: "plot-dpdk-throughput-latency-3n-skx"
18131   include:
18132     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18133     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18134   layout:
18135     title: "3n-skx-x710-64b-2t1c-base-ndr"
18136     layout: "plot-throughput"
18137
18138 - type: "plot"
18139   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
18140   algorithm: "plot_perf_box_name"
18141   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
18142   data: "plot-dpdk-throughput-latency-3n-skx"
18143   include:
18144     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18145     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18146   layout:
18147     title: "3n-skx-x710-64b-4t2c-base-ndr"
18148     layout: "plot-throughput"
18149
18150 - type: "plot"
18151   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
18152   algorithm: "plot_perf_box_name"
18153   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
18154   data: "plot-dpdk-throughput-latency-3n-skx"
18155   include:
18156     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18157     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18158   layout:
18159     title: "3n-skx-x710-64b-2t1c-base-pdr"
18160     layout: "plot-throughput"
18161
18162 - type: "plot"
18163   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
18164   algorithm: "plot_perf_box_name"
18165   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
18166   data: "plot-dpdk-throughput-latency-3n-skx"
18167   include:
18168     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18169     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18170   layout:
18171     title: "3n-skx-x710-64b-4t2c-base-pdr"
18172     layout: "plot-throughput"
18173
18174 # 3n-hsw-xl710
18175
18176 - type: "plot"
18177   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
18178   algorithm: "plot_perf_box_name"
18179   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
18180   data: "plot-dpdk-throughput-latency-3n-hsw"
18181   include:
18182     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
18183     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
18184   layout:
18185     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
18186     layout: "plot-throughput"
18187
18188 - type: "plot"
18189   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
18190   algorithm: "plot_perf_box_name"
18191   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
18192   data: "plot-dpdk-throughput-latency-3n-hsw"
18193   include:
18194     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
18195     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
18196   layout:
18197     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
18198     layout: "plot-throughput"
18199
18200 - type: "plot"
18201   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
18202   algorithm: "plot_perf_box_name"
18203   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
18204   data: "plot-dpdk-throughput-latency-3n-hsw"
18205   include:
18206     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
18207     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
18208   layout:
18209     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
18210     layout: "plot-throughput"
18211
18212 - type: "plot"
18213   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
18214   algorithm: "plot_perf_box_name"
18215   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
18216   data: "plot-dpdk-throughput-latency-3n-hsw"
18217   include:
18218     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
18219     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
18220   layout:
18221     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
18222     layout: "plot-throughput"
18223
18224 # 3n-hsw-x710
18225
18226 - type: "plot"
18227   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
18228   algorithm: "plot_perf_box_name"
18229   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
18230   data: "plot-dpdk-throughput-latency-3n-hsw"
18231   include:
18232     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
18233     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
18234   layout:
18235     title: "3n-hsw-x710-64b-1t1c-base-ndr"
18236     layout: "plot-throughput"
18237
18238 - type: "plot"
18239   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
18240   algorithm: "plot_perf_box_name"
18241   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
18242   data: "plot-dpdk-throughput-latency-3n-hsw"
18243   include:
18244     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
18245     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
18246   layout:
18247     title: "3n-hsw-x710-64b-2t2c-base-ndr"
18248     layout: "plot-throughput"
18249
18250 - type: "plot"
18251   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
18252   algorithm: "plot_perf_box_name"
18253   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
18254   data: "plot-dpdk-throughput-latency-3n-hsw"
18255   include:
18256     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
18257     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
18258   layout:
18259     title: "3n-hsw-x710-64b-1t1c-base-pdr"
18260     layout: "plot-throughput"
18261
18262 - type: "plot"
18263   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
18264   algorithm: "plot_perf_box_name"
18265   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
18266   data: "plot-dpdk-throughput-latency-3n-hsw"
18267   include:
18268     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
18269     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
18270   layout:
18271     title: "3n-hsw-x710-64b-2t2c-base-pdr"
18272     layout: "plot-throughput"
18273
18274 ################################################################################
18275
18276 # Packet Latency - DPDK
18277
18278 # 2n-skx-xxv710
18279
18280 - type: "plot"
18281   title: "Latency: 2n-skx-xxv710-64b-2t1c-base-ndr-lat"
18282   algorithm: "plot_lat_err_bars_name"
18283   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr-lat"
18284   data: "plot-dpdk-throughput-latency-2n-skx"
18285   include:
18286     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18287     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18288   layout:
18289     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
18290     layout: "plot-latency"
18291
18292 - type: "plot"
18293   title: "Latency: 2n-skx-xxv710-64b-4t2c-base-ndr-lat"
18294   algorithm: "plot_lat_err_bars_name"
18295   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr-lat"
18296   data: "plot-dpdk-throughput-latency-2n-skx"
18297   include:
18298     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18299     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18300   layout:
18301     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
18302     layout: "plot-latency"
18303
18304 - type: "plot"
18305   title: "Latency: 2n-skx-xxv710-64b-8t4c-base-ndr-lat"
18306   algorithm: "plot_lat_err_bars_name"
18307   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-8t4c-base-ndr-lat"
18308   data: "plot-dpdk-throughput-latency-2n-skx"
18309   include:
18310     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
18311     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
18312   layout:
18313     title: "2n-skx-xxv710-64b-8t4c-base-ndr"
18314     layout: "plot-latency"
18315
18316 # 2n-skx-x710
18317
18318 - type: "plot"
18319   title: "Latency: 2n-skx-x710-64b-2t1c-base-ndr-lat"
18320   algorithm: "plot_lat_err_bars_name"
18321   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr-lat"
18322   data: "plot-dpdk-throughput-latency-2n-skx"
18323   include:
18324     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18325     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18326   layout:
18327     title: "2n-skx-x710-64b-2t1c-base-ndr"
18328     layout: "plot-latency"
18329
18330 - type: "plot"
18331   title: "Latency: 2n-skx-x710-64b-4t2c-base-ndr-lat"
18332   algorithm: "plot_lat_err_bars_name"
18333   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr-lat"
18334   data: "plot-dpdk-throughput-latency-2n-skx"
18335   include:
18336     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18337     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18338   layout:
18339     title: "2n-skx-x710-64b-4t2c-base-ndr"
18340     layout: "plot-latency"
18341
18342 - type: "plot"
18343   title: "Latency: 2n-skx-x710-64b-8t4c-base-ndr-lat"
18344   algorithm: "plot_lat_err_bars_name"
18345   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-8t4c-base-ndr-lat"
18346   data: "plot-dpdk-throughput-latency-2n-skx"
18347   include:
18348     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
18349     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
18350   layout:
18351     title: "2n-skx-x710-64b-8t4c-base-ndr"
18352     layout: "plot-latency"
18353
18354 # 3n-skx-xxv710
18355
18356 - type: "plot"
18357   title: "Latency: 3n-skx-xxv710-64b-2t1c-base-ndr-lat"
18358   algorithm: "plot_lat_err_bars_name"
18359   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr-lat"
18360   data: "plot-dpdk-throughput-latency-3n-skx"
18361   include:
18362     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18363     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18364   layout:
18365     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
18366     layout: "plot-latency"
18367
18368 - type: "plot"
18369   title: "Latency: 3n-skx-xxv710-64b-4t2c-base-ndr-lat"
18370   algorithm: "plot_lat_err_bars_name"
18371   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr-lat"
18372   data: "plot-dpdk-throughput-latency-3n-skx"
18373   include:
18374     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18375     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18376   layout:
18377     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
18378     layout: "plot-latency"
18379
18380 - type: "plot"
18381   title: "Latency: 3n-skx-xxv710-64b-8t4c-base-ndr-lat"
18382   algorithm: "plot_lat_err_bars_name"
18383   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-8t4c-base-ndr-lat"
18384   data: "plot-dpdk-throughput-latency-3n-skx"
18385   include:
18386     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
18387     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
18388   layout:
18389     title: "3n-skx-xxv710-64b-8t4c-base-ndr"
18390     layout: "plot-latency"
18391
18392 # 3n-skx-x710
18393
18394 - type: "plot"
18395   title: "Latency: 3n-skx-x710-64b-2t1c-base-ndr-lat"
18396   algorithm: "plot_lat_err_bars_name"
18397   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr-lat"
18398   data: "plot-dpdk-throughput-latency-3n-skx"
18399   include:
18400     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18401     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18402   layout:
18403     title: "3n-skx-x710-64b-2t1c-base-ndr"
18404     layout: "plot-latency"
18405
18406 - type: "plot"
18407   title: "Latency: 3n-skx-x710-64b-4t2c-base-ndr-lat"
18408   algorithm: "plot_lat_err_bars_name"
18409   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr-lat"
18410   data: "plot-dpdk-throughput-latency-3n-skx"
18411   include:
18412     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18413     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18414   layout:
18415     title: "3n-skx-x710-64b-4t2c-base-ndr"
18416     layout: "plot-latency"
18417
18418 - type: "plot"
18419   title: "Latency: 3n-skx-x710-64b-8t4c-base-ndr-lat"
18420   algorithm: "plot_lat_err_bars_name"
18421   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-8t4c-base-ndr-lat"
18422   data: "plot-dpdk-throughput-latency-3n-skx"
18423   include:
18424     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
18425     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
18426   layout:
18427     title: "3n-skx-x710-64b-8t4c-base-ndr"
18428     layout: "plot-latency"
18429
18430 # 3n-hsw-xl710
18431
18432 - type: "plot"
18433   title: "Latency: 3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18434   algorithm: "plot_lat_err_bars_name"
18435   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18436   data: "plot-dpdk-throughput-latency-3n-hsw"
18437   include:
18438     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
18439     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
18440   layout:
18441     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
18442     layout: "plot-latency"
18443
18444 - type: "plot"
18445   title: "Latency: 3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18446   algorithm: "plot_lat_err_bars_name"
18447   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18448   data: "plot-dpdk-throughput-latency-3n-hsw"
18449   include:
18450     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
18451     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
18452   layout:
18453     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
18454     layout: "plot-latency"
18455
18456 - type: "plot"
18457   title: "Latency: 3n-hsw-xl710-64b-4t4c-base-ndr-lat"
18458   algorithm: "plot_lat_err_bars_name"
18459   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-4t4c-base-ndr-lat"
18460   data: "plot-dpdk-throughput-latency-3n-hsw"
18461   include:
18462     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-4t4c-eth-l2xcbase-testpmd-ndrpdr"
18463     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t4c-ethip4-ip4base-l3fwd-ndrpdr"
18464   layout:
18465     title: "3n-hsw-xl710-64b-4t4c-base-ndr"
18466     layout: "plot-latency"
18467
18468 # 3n-hsw-x710
18469
18470 - type: "plot"
18471   title: "Latency: 3n-hsw-x710-64b-1t1c-base-ndr-lat"
18472   algorithm: "plot_lat_err_bars_name"
18473   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr-lat"
18474   data: "plot-dpdk-throughput-latency-3n-hsw"
18475   include:
18476     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
18477     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
18478   layout:
18479     title: "3n-hsw-x710-64b-1t1c-base-ndr"
18480     layout: "plot-latency"
18481
18482 - type: "plot"
18483   title: "Latency: 3n-hsw-x710-64b-2t2c-base-ndr-lat"
18484   algorithm: "plot_lat_err_bars_name"
18485   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr-lat"
18486   data: "plot-dpdk-throughput-latency-3n-hsw"
18487   include:
18488     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
18489     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
18490   layout:
18491     title: "3n-hsw-x710-64b-2t2c-base-ndr"
18492     layout: "plot-latency"
18493
18494 - type: "plot"
18495   title: "Latency: 3n-hsw-x710-64b-4t4c-base-ndr-lat"
18496   algorithm: "plot_lat_err_bars_name"
18497   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-4t4c-base-ndr-lat"
18498   data: "plot-dpdk-throughput-latency-3n-hsw"
18499   include:
18500     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t4c-eth-l2xcbase-testpmd-ndrpdr"
18501     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t4c-ethip4-ip4base-l3fwd-ndrpdr"
18502   layout:
18503     title: "3n-hsw-x710-64b-4t4c-base-ndr"
18504     layout: "plot-latency"
18505
18506 ################################################################################
18507
18508 # HDRHistogram Packet Latency - DPDK
18509
18510 # 2n-skx-xxv710
18511
18512 - type: "plot"
18513   title: "Latency: 2n-skx-xxv710-64b-2t1c-base-ndr-hdrh-lat"
18514   graph-title: "2n-skx-xxv710-64b-2t1c-base-ndr"
18515   algorithm: "plot_lat_hdrh_bar_name"
18516   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr-hdrh-lat"
18517   data: "plot-dpdk-hdrh-lat-2n-skx"
18518   include:
18519     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18520     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18521   layout:
18522     layout: "plot-hdrh-latency"
18523
18524 - type: "plot"
18525   title: "Latency: 2n-skx-xxv710-64b-4t2c-base-ndr-hdrh-lat"
18526   graph-title: "2n-skx-xxv710-64b-4t2c-base-ndr"
18527   algorithm: "plot_lat_hdrh_bar_name"
18528   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr-hdrh-lat"
18529   data: "plot-dpdk-hdrh-lat-2n-skx"
18530   include:
18531     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18532     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18533   layout:
18534     layout: "plot-hdrh-latency"
18535
18536 - type: "plot"
18537   title: "Latency: 2n-skx-xxv710-64b-8t4c-base-ndr-hdrh-lat"
18538   graph-title: "2n-skx-xxv710-64b-8t4c-base-ndr"
18539   algorithm: "plot_lat_hdrh_bar_name"
18540   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-8t4c-base-ndr-hdrh-lat"
18541   data: "plot-dpdk-hdrh-lat-2n-skx"
18542   include:
18543     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
18544     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
18545   layout:
18546     layout: "plot-hdrh-latency"
18547
18548 # 2n-skx-x710
18549
18550 - type: "plot"
18551   title: "Latency: 2n-skx-x710-64b-2t1c-base-ndr-hdrh-lat"
18552   graph-title: "2n-skx-x710-64b-2t1c-base-ndr"
18553   algorithm: "plot_lat_hdrh_bar_name"
18554   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr-hdrh-lat"
18555   data: "plot-dpdk-hdrh-lat-2n-skx"
18556   include:
18557     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18558     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18559   layout:
18560     layout: "plot-hdrh-latency"
18561
18562 - type: "plot"
18563   title: "Latency: 2n-skx-x710-64b-4t2c-base-ndr-hdrh-lat"
18564   graph-title: "2n-skx-x710-64b-4t2c-base-ndr"
18565   algorithm: "plot_lat_hdrh_bar_name"
18566   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr-hdrh-lat"
18567   data: "plot-dpdk-hdrh-lat-2n-skx"
18568   include:
18569     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18570     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18571   layout:
18572     layout: "plot-hdrh-latency"
18573
18574 - type: "plot"
18575   title: "Latency: 2n-skx-x710-64b-8t4c-base-ndr-hdrh-lat"
18576   graph-title: "2n-skx-x710-64b-8t4c-base-ndr"
18577   algorithm: "plot_lat_hdrh_bar_name"
18578   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-8t4c-base-ndr-hdrh-lat"
18579   data: "plot-dpdk-hdrh-lat-2n-skx"
18580   include:
18581     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
18582     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
18583   layout:
18584     layout: "plot-hdrh-latency"
18585
18586 # 3n-skx-xxv710
18587
18588 - type: "plot"
18589   title: "Latency: 3n-skx-xxv710-64b-2t1c-base-ndr-hdrh-lat"
18590   graph-title: "3n-skx-xxv710-64b-2t1c-base-ndr"
18591   algorithm: "plot_lat_hdrh_bar_name"
18592   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr-hdrh-lat"
18593   data: "plot-dpdk-hdrh-lat-3n-skx"
18594   include:
18595     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18596     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18597   layout:
18598     layout: "plot-hdrh-latency"
18599
18600 - type: "plot"
18601   title: "Latency: 3n-skx-xxv710-64b-4t2c-base-ndr-hdrh-lat"
18602   graph-title: "3n-skx-xxv710-64b-4t2c-base-ndr"
18603   algorithm: "plot_lat_hdrh_bar_name"
18604   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr-hdrh-lat"
18605   data: "plot-dpdk-hdrh-lat-3n-skx"
18606   include:
18607     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18608     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18609   layout:
18610     layout: "plot-hdrh-latency"
18611
18612 - type: "plot"
18613   title: "Latency: 3n-skx-xxv710-64b-8t4c-base-ndr-hdrh-lat"
18614   graph-title: "3n-skx-xxv710-64b-8t4c-base-ndr"
18615   algorithm: "plot_lat_hdrh_bar_name"
18616   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-8t4c-base-ndr-hdrh-lat"
18617   data: "plot-dpdk-hdrh-lat-3n-skx"
18618   include:
18619     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
18620     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
18621   layout:
18622     layout: "plot-hdrh-latency"
18623
18624 # 3n-skx-x710
18625
18626 - type: "plot"
18627   title: "Latency: 3n-skx-x710-64b-2t1c-base-ndr-hdrh-lat"
18628   graph-title: "3n-skx-x710-64b-2t1c-base-ndr"
18629   algorithm: "plot_lat_hdrh_bar_name"
18630   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr-hdrh-lat"
18631   data: "plot-dpdk-hdrh-lat-3n-skx"
18632   include:
18633     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18634     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18635   layout:
18636     layout: "plot-hdrh-latency"
18637
18638 - type: "plot"
18639   title: "Latency: 3n-skx-x710-64b-4t2c-base-ndr-hdrh-lat"
18640   graph-title: "3n-skx-x710-64b-4t2c-base-ndr"
18641   algorithm: "plot_lat_hdrh_bar_name"
18642   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr-hdrh-lat"
18643   data: "plot-dpdk-hdrh-lat-3n-skx"
18644   include:
18645     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18646     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18647   layout:
18648     layout: "plot-hdrh-latency"
18649
18650 - type: "plot"
18651   title: "Latency: 3n-skx-x710-64b-8t4c-base-ndr-hdrh-lat"
18652   graph-title: "3n-skx-x710-64b-8t4c-base-ndr"
18653   algorithm: "plot_lat_hdrh_bar_name"
18654   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-8t4c-base-ndr-hdrh-lat"
18655   data: "plot-dpdk-hdrh-lat-3n-skx"
18656   include:
18657     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
18658     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
18659   layout:
18660     layout: "plot-hdrh-latency"
18661
18662 # 3n-hsw-xl710
18663
18664 - type: "plot"
18665   title: "Latency: 3n-hsw-xl710-64b-1t1c-base-ndr-hdrh-lat"
18666   graph-title: "3n-hsw-xl710-64b-1t1c-base-ndr"
18667   algorithm: "plot_lat_hdrh_bar_name"
18668   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr-hdrh-lat"
18669   data: "plot-dpdk-hdrh-lat-3n-hsw"
18670   include:
18671     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
18672     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
18673   layout:
18674     layout: "plot-hdrh-latency"
18675
18676 - type: "plot"
18677   title: "Latency: 3n-hsw-xl710-64b-2t2c-base-ndr-hdrh-lat"
18678   graph-title: "3n-hsw-xl710-64b-2t2c-base-ndr"
18679   algorithm: "plot_lat_hdrh_bar_name"
18680   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr-hdrh-lat"
18681   data: "plot-dpdk-hdrh-lat-3n-hsw"
18682   include:
18683     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
18684     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
18685   layout:
18686     layout: "plot-hdrh-latency"
18687
18688 - type: "plot"
18689   title: "Latency: 3n-hsw-xl710-64b-4t4c-base-ndr-hdrh-lat"
18690   graph-title: "3n-hsw-xl710-64b-4t4c-base-ndr"
18691   algorithm: "plot_lat_hdrh_bar_name"
18692   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-4t4c-base-ndr-hdrh-lat"
18693   data: "plot-dpdk-hdrh-lat-3n-hsw"
18694   include:
18695     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-4t4c-eth-l2xcbase-testpmd-ndrpdr"
18696     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t4c-ethip4-ip4base-l3fwd-ndrpdr"
18697   layout:
18698     layout: "plot-hdrh-latency"
18699
18700 # 3n-hsw-x710
18701
18702 - type: "plot"
18703   title: "Latency: 3n-hsw-x710-64b-1t1c-base-ndr-hdrh-lat"
18704   graph-title: "3n-hsw-x710-64b-1t1c-base-ndr"
18705   algorithm: "plot_lat_hdrh_bar_name"
18706   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr-hdrh-lat"
18707   data: "plot-dpdk-hdrh-lat-3n-hsw"
18708   include:
18709     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
18710     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
18711   layout:
18712     layout: "plot-hdrh-latency"
18713
18714 - type: "plot"
18715   title: "Latency: 3n-hsw-x710-64b-2t2c-base-ndr-hdrh-lat"
18716   graph-title: "3n-hsw-x710-64b-2t2c-base-ndr"
18717   algorithm: "plot_lat_hdrh_bar_name"
18718   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr-hdrh-lat"
18719   data: "plot-dpdk-hdrh-lat-3n-hsw"
18720   include:
18721     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
18722     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
18723   layout:
18724     layout: "plot-hdrh-latency"
18725
18726 - type: "plot"
18727   title: "Latency: 3n-hsw-x710-64b-4t4c-base-ndr-hdrh-lat"
18728   graph-title: "3n-hsw-x710-64b-4t4c-base-ndr"
18729   algorithm: "plot_lat_hdrh_bar_name"
18730   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-4t4c-base-ndr-hdrh-lat"
18731   data: "plot-dpdk-hdrh-lat-3n-hsw"
18732   include:
18733     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t4c-eth-l2xcbase-testpmd-ndrpdr"
18734     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t4c-ethip4-ip4base-l3fwd-ndrpdr"
18735   layout:
18736     layout: "plot-hdrh-latency"
18737
18738 ################################################################################
18739 ###   2n-clx                                                                 ###
18740 ################################################################################
18741
18742 # Packet Throughput
18743
18744 - type: "plot"
18745   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr"
18746   algorithm: "plot_perf_box_name"
18747   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr"
18748   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18749   include:
18750     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18751     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18752     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18753     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18754   layout:
18755     title: "2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr"
18756     layout: "plot-throughput"
18757
18758 - type: "plot"
18759   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-i40e-pdr"
18760   algorithm: "plot_perf_box_name"
18761   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-i40e-pdr"
18762   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18763   include:
18764     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18765     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18766     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18767     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18768   layout:
18769     title: "2n-clx-xxv710-64b-2t1c-memif-base-i40e-pdr"
18770     layout: "plot-throughput"
18771
18772 - type: "plot"
18773   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
18774   algorithm: "plot_perf_box_name"
18775   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
18776   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18777   include:
18778     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
18779     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
18780     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
18781     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18782     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
18783   layout:
18784     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
18785     layout: "plot-throughput"
18786
18787 - type: "plot"
18788   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
18789   algorithm: "plot_perf_box_name"
18790   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
18791   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18792   include:
18793     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
18794     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
18795     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
18796     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18797     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
18798   layout:
18799     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
18800     layout: "plot-throughput"
18801
18802 - type: "plot"
18803   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
18804   algorithm: "plot_perf_box_name"
18805   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
18806   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18807   include:
18808     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
18809     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
18810     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
18811     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
18812   layout:
18813     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
18814     layout: "plot-throughput"
18815
18816 - type: "plot"
18817   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
18818   algorithm: "plot_perf_box_name"
18819   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
18820   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18821   include:
18822     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
18823     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
18824     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
18825     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
18826   layout:
18827     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
18828     layout: "plot-throughput"
18829
18830 - type: "plot"
18831   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
18832   algorithm: "plot_perf_box_name"
18833   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
18834   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18835   include:
18836     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
18837     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18838     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
18839     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
18840     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
18841   layout:
18842     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
18843     layout: "plot-throughput"
18844
18845 - type: "plot"
18846   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
18847   algorithm: "plot_perf_box_name"
18848   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
18849   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18850   include:
18851     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
18852     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18853     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
18854     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
18855     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
18856   layout:
18857     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
18858     layout: "plot-throughput"
18859
18860 - type: "plot"
18861   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
18862   algorithm: "plot_perf_box_name"
18863   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
18864   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18865   include:
18866     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18867     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18868     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18869     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18870     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18871     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
18872   layout:
18873     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
18874     layout: "plot-throughput"
18875
18876 - type: "plot"
18877   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
18878   algorithm: "plot_perf_box_name"
18879   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
18880   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18881   include:
18882     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18883     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18884     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18885     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18886     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18887     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
18888   layout:
18889     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
18890     layout: "plot-throughput"
18891
18892 - type: "plot"
18893   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
18894   algorithm: "plot_perf_box_name"
18895   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
18896   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18897   include:
18898     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18899     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18900     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18901   layout:
18902     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
18903     layout: "plot-throughput"
18904
18905 - type: "plot"
18906   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
18907   algorithm: "plot_perf_box_name"
18908   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
18909   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18910   include:
18911     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18912     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18913     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18914   layout:
18915     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
18916     layout: "plot-throughput"
18917
18918 - type: "plot"
18919   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
18920   algorithm: "plot_perf_box_name"
18921   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
18922   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18923   include:
18924     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18925     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18926     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18927     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18928     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18929   layout:
18930     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
18931     layout: "plot-throughput"
18932
18933 - type: "plot"
18934   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
18935   algorithm: "plot_perf_box_name"
18936   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
18937   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18938   include:
18939     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18940     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18941     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18942     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18943     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18944   layout:
18945     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
18946     layout: "plot-throughput"
18947
18948 - type: "plot"
18949   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
18950   algorithm: "plot_perf_box_name"
18951   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
18952   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18953   include:
18954     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18955     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18956     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18957     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18958     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18959     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18960   layout:
18961     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
18962     layout: "plot-throughput"
18963
18964 - type: "plot"
18965   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
18966   algorithm: "plot_perf_box_name"
18967   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
18968   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18969   include:
18970     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18971     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18972     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18973     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18974     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18975     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18976   layout:
18977     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
18978     layout: "plot-throughput"
18979
18980 - type: "plot"
18981   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18982   algorithm: "plot_perf_box_name"
18983   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18984   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18985   include:
18986     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18987     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18988     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18989     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18990   layout:
18991     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18992     layout: "plot-throughput"
18993
18994 - type: "plot"
18995   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18996   algorithm: "plot_perf_box_name"
18997   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18998   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18999   include:
19000     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
19001     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
19002     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19003     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
19004   layout:
19005     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
19006     layout: "plot-throughput"
19007
19008 - type: "plot"
19009   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
19010   algorithm: "plot_perf_box_name"
19011   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
19012   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19013   include:
19014     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
19015     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
19016     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
19017     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
19018     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
19019   layout:
19020     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
19021     layout: "plot-throughput"
19022
19023 - type: "plot"
19024   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
19025   algorithm: "plot_perf_box_name"
19026   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
19027   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19028   include:
19029     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
19030     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
19031     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
19032     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
19033     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
19034   layout:
19035     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
19036     layout: "plot-throughput"
19037
19038 - type: "plot"
19039   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
19040   algorithm: "plot_perf_box_name"
19041   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
19042   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19043   include:
19044     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
19045     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
19046     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
19047     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
19048   layout:
19049     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
19050     layout: "plot-throughput"
19051
19052 - type: "plot"
19053   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
19054   algorithm: "plot_perf_box_name"
19055   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
19056   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19057   include:
19058     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
19059     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
19060     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
19061     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
19062   layout:
19063     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
19064     layout: "plot-throughput"
19065
19066 - type: "plot"
19067   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
19068   algorithm: "plot_perf_box_name"
19069   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
19070   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19071   include:
19072     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19073     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19074     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19075     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19076   layout:
19077     title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
19078     layout: "plot-throughput"
19079
19080 - type: "plot"
19081   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
19082   algorithm: "plot_perf_box_name"
19083   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
19084   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19085   include:
19086     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19087     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19088     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19089     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19090   layout:
19091     title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
19092     layout: "plot-throughput"
19093
19094 - type: "plot"
19095   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
19096   algorithm: "plot_perf_box_name"
19097   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
19098   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19099   include:
19100     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19101     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19102     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19103     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19104   layout:
19105     title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
19106     layout: "plot-throughput"
19107
19108 - type: "plot"
19109   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
19110   algorithm: "plot_perf_box_name"
19111   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
19112   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19113   include:
19114     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19115     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19116     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19117     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19118   layout:
19119     title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
19120     layout: "plot-throughput"
19121
19122 ################################################################################
19123
19124 # Packet Latency 1C
19125
19126 - type: "plot"
19127   title: "Latency: 2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
19128   algorithm: "plot_lat_err_bars_name"
19129   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
19130   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19131   include:
19132     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19133     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19134     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19135     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19136   layout:
19137     title: "2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr"
19138     layout: "plot-latency"
19139
19140 - type: "plot"
19141   title: "Latency: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
19142   algorithm: "plot_lat_err_bars_name"
19143   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
19144   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19145   include:
19146     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
19147     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
19148     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
19149     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
19150     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
19151   layout:
19152     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
19153     layout: "plot-latency"
19154
19155 - type: "plot"
19156   title: "Latency: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
19157   algorithm: "plot_lat_err_bars_name"
19158   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
19159   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19160   include:
19161     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
19162     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
19163     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
19164     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
19165   layout:
19166     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
19167     layout: "plot-latency"
19168
19169 - type: "plot"
19170   title: "Latency: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
19171   algorithm: "plot_lat_err_bars_name"
19172   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
19173   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19174   include:
19175     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
19176     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
19177     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
19178     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
19179     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
19180   layout:
19181     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
19182     layout: "plot-latency"
19183
19184 - type: "plot"
19185   title: "Latency: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
19186   algorithm: "plot_lat_err_bars_name"
19187   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
19188   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19189   include:
19190     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
19191     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19192     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19193     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19194     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19195     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
19196   layout:
19197     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
19198     layout: "plot-latency"
19199
19200 - type: "plot"
19201   title: "Latency: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
19202   algorithm: "plot_lat_err_bars_name"
19203   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
19204   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19205   include:
19206     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
19207     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
19208     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
19209   layout:
19210     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
19211     layout: "plot-latency"
19212
19213 - type: "plot"
19214   title: "Latency: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
19215   algorithm: "plot_lat_err_bars_name"
19216   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
19217   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19218   include:
19219     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
19220     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
19221     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
19222     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
19223     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
19224   layout:
19225     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
19226     layout: "plot-latency"
19227
19228 - type: "plot"
19229   title: "Latency: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
19230   algorithm: "plot_lat_err_bars_name"
19231   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
19232   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19233   include:
19234     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
19235     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19236     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
19237     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
19238     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
19239     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
19240   layout:
19241     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
19242     layout: "plot-latency"
19243
19244 - type: "plot"
19245   title: "Latency: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
19246   algorithm: "plot_lat_err_bars_name"
19247   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
19248   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19249   include:
19250     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
19251     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
19252     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19253     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
19254   layout:
19255     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
19256     layout: "plot-latency"
19257
19258 - type: "plot"
19259   title: "Latency: 2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
19260   algorithm: "plot_lat_err_bars_name"
19261   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
19262   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19263   include:
19264     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
19265     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
19266     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
19267     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
19268     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
19269   layout:
19270     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
19271     layout: "plot-latency"
19272
19273 - type: "plot"
19274   title: "Latency: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
19275   algorithm: "plot_lat_err_bars_name"
19276   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
19277   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19278   include:
19279     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
19280     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
19281     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
19282     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
19283   layout:
19284     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
19285     layout: "plot-latency"
19286
19287 - type: "plot"
19288   title: "Latency: 2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
19289   algorithm: "plot_lat_err_bars_name"
19290   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
19291   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19292   include:
19293     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19294     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19295     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19296     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19297   layout:
19298     title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
19299     layout: "plot-latency"
19300
19301 - type: "plot"
19302   title: "Latency: 2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
19303   algorithm: "plot_lat_err_bars_name"
19304   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-lat"
19305   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19306   include:
19307     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19308     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19309     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19310     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19311   layout:
19312     title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
19313     layout: "plot-latency"
19314
19315 ################################################################################
19316
19317 # Packet Latency 2C
19318
19319 - type: "plot"
19320   title: "Latency: 2n-clx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
19321   algorithm: "plot_lat_err_bars_name"
19322   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
19323   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19324   include:
19325     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19326     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19327     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19328     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19329   layout:
19330     title: "2n-clx-xxv710-64b-4t2c-memif-base-i40e-ndr"
19331     layout: "plot-latency"
19332
19333 - type: "plot"
19334   title: "Latency: 2n-clx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
19335   algorithm: "plot_lat_err_bars_name"
19336   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
19337   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19338   include:
19339     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
19340     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
19341     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
19342     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
19343     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
19344   layout:
19345     title: "2n-clx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
19346     layout: "plot-latency"
19347
19348 - type: "plot"
19349   title: "Latency: 2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
19350   algorithm: "plot_lat_err_bars_name"
19351   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
19352   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19353   include:
19354     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
19355     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
19356     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
19357     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
19358   layout:
19359     title: "2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
19360     layout: "plot-latency"
19361
19362 - type: "plot"
19363   title: "Latency: 2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
19364   algorithm: "plot_lat_err_bars_name"
19365   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
19366   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19367   include:
19368     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
19369     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
19370     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
19371     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
19372     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
19373   layout:
19374     title: "2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
19375     layout: "plot-latency"
19376
19377 - type: "plot"
19378   title: "Latency: 2n-clx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
19379   algorithm: "plot_lat_err_bars_name"
19380   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
19381   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19382   include:
19383     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
19384     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19385     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19386     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19387     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19388     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
19389   layout:
19390     title: "2n-clx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
19391     layout: "plot-latency"
19392
19393 - type: "plot"
19394   title: "Latency: 2n-clx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
19395   algorithm: "plot_lat_err_bars_name"
19396   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
19397   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19398   include:
19399     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
19400     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
19401     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
19402   layout:
19403     title: "2n-clx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
19404     layout: "plot-latency"
19405
19406 - type: "plot"
19407   title: "Latency: 2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
19408   algorithm: "plot_lat_err_bars_name"
19409   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
19410   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19411   include:
19412     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
19413     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
19414     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
19415     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
19416     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
19417   layout:
19418     title: "2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
19419     layout: "plot-latency"
19420
19421 - type: "plot"
19422   title: "Latency: 2n-clx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
19423   algorithm: "plot_lat_err_bars_name"
19424   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
19425   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19426   include:
19427     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
19428     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19429     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
19430     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
19431     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
19432     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
19433   layout:
19434     title: "2n-clx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
19435     layout: "plot-latency"
19436
19437 - type: "plot"
19438   title: "Latency: 2n-clx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
19439   algorithm: "plot_lat_err_bars_name"
19440   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
19441   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19442   include:
19443     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
19444     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
19445     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19446     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
19447   layout:
19448     title: "2n-clx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
19449     layout: "plot-latency"
19450
19451 - type: "plot"
19452   title: "Latency: 2n-clx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
19453   algorithm: "plot_lat_err_bars_name"
19454   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
19455   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19456   include:
19457     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
19458     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
19459     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
19460     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
19461     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
19462   layout:
19463     title: "2n-clx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
19464     layout: "plot-latency"
19465
19466 - type: "plot"
19467   title: "Latency: 2n-clx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
19468   algorithm: "plot_lat_err_bars_name"
19469   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
19470   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19471   include:
19472     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
19473     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
19474     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
19475     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
19476   layout:
19477     title: "2n-clx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
19478     layout: "plot-latency"
19479
19480 - type: "plot"
19481   title: "Latency: 2n-clx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
19482   algorithm: "plot_lat_err_bars_name"
19483   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
19484   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19485   include:
19486     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19487     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19488     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19489     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19490   layout:
19491     title: "2n-clx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
19492     layout: "plot-latency"
19493
19494 - type: "plot"
19495   title: "Latency: 2n-clx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
19496   algorithm: "plot_lat_err_bars_name"
19497   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-lat"
19498   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19499   include:
19500     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19501     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19502     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19503     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19504   layout:
19505     title: "2n-clx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
19506     layout: "plot-latency"
19507
19508 ################################################################################
19509
19510 # Packet Latency 4C
19511
19512 - type: "plot"
19513   title: "Latency: 2n-clx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
19514   algorithm: "plot_lat_err_bars_name"
19515   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
19516   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19517   include:
19518     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19519     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19520     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19521     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19522   layout:
19523     title: "2n-clx-xxv710-64b-8t4c-memif-base-i40e-ndr"
19524     layout: "plot-latency"
19525
19526 - type: "plot"
19527   title: "Latency: 2n-clx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
19528   algorithm: "plot_lat_err_bars_name"
19529   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
19530   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19531   include:
19532     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
19533     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
19534     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
19535     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
19536     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
19537   layout:
19538     title: "2n-clx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
19539     layout: "plot-latency"
19540
19541 - type: "plot"
19542   title: "Latency: 2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
19543   algorithm: "plot_lat_err_bars_name"
19544   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
19545   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19546   include:
19547     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
19548     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
19549     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
19550     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
19551   layout:
19552     title: "2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
19553     layout: "plot-latency"
19554
19555 - type: "plot"
19556   title: "Latency: 2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
19557   algorithm: "plot_lat_err_bars_name"
19558   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
19559   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19560   include:
19561     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
19562     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
19563     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
19564     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
19565     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
19566   layout:
19567     title: "2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
19568     layout: "plot-latency"
19569
19570 - type: "plot"
19571   title: "Latency: 2n-clx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
19572   algorithm: "plot_lat_err_bars_name"
19573   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
19574   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19575   include:
19576     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
19577     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19578     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19579     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19580     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19581     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
19582   layout:
19583     title: "2n-clx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
19584     layout: "plot-latency"
19585
19586 - type: "plot"
19587   title: "Latency: 2n-clx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
19588   algorithm: "plot_lat_err_bars_name"
19589   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
19590   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19591   include:
19592     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
19593     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
19594     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
19595   layout:
19596     title: "2n-clx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
19597     layout: "plot-latency"
19598
19599 - type: "plot"
19600   title: "Latency: 2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
19601   algorithm: "plot_lat_err_bars_name"
19602   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
19603   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19604   include:
19605     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
19606     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
19607     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
19608     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
19609     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
19610   layout:
19611     title: "2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
19612     layout: "plot-latency"
19613
19614 - type: "plot"
19615   title: "Latency: 2n-clx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
19616   algorithm: "plot_lat_err_bars_name"
19617   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
19618   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19619   include:
19620     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
19621     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19622     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
19623     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
19624     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
19625     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
19626   layout:
19627     title: "2n-clx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
19628     layout: "plot-latency"
19629
19630 - type: "plot"
19631   title: "Latency: 2n-clx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
19632   algorithm: "plot_lat_err_bars_name"
19633   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
19634   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19635   include:
19636     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
19637     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
19638     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19639     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
19640   layout:
19641     title: "2n-clx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
19642     layout: "plot-latency"
19643
19644 - type: "plot"
19645   title: "Latency: 2n-clx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
19646   algorithm: "plot_lat_err_bars_name"
19647   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
19648   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19649   include:
19650     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
19651     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
19652     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
19653     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
19654     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
19655   layout:
19656     title: "2n-clx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
19657     layout: "plot-latency"
19658
19659 - type: "plot"
19660   title: "Latency: 2n-clx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
19661   algorithm: "plot_lat_err_bars_name"
19662   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
19663   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19664   include:
19665     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
19666     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
19667     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
19668     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
19669   layout:
19670     title: "2n-clx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
19671     layout: "plot-latency"
19672
19673 - type: "plot"
19674   title: "Latency: 2n-clx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
19675   algorithm: "plot_lat_err_bars_name"
19676   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
19677   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19678   include:
19679     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19680     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19681     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19682     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19683   layout:
19684     title: "2n-clx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
19685     layout: "plot-latency"
19686
19687 - type: "plot"
19688   title: "Latency: 2n-clx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
19689   algorithm: "plot_lat_err_bars_name"
19690   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-lat"
19691   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19692   include:
19693     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19694     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19695     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19696     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19697   layout:
19698     title: "2n-clx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
19699     layout: "plot-latency"
19700
19701 ################################################################################
19702
19703 # HDRHistogram Packet Latency 1C
19704
19705 - type: "plot"
19706   title: "Latency: 2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat"
19707   graph-title: "2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr"
19708   algorithm: "plot_lat_hdrh_bar_name"
19709   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat"
19710   data: "plot-vpp-hdrh-lat-2n-clx"
19711   include:
19712     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19713     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19714     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19715     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19716   layout:
19717     layout: "plot-hdrh-latency"
19718
19719 - type: "plot"
19720   title: "Latency: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
19721   graph-title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
19722   algorithm: "plot_lat_hdrh_bar_name"
19723   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
19724   data: "plot-vpp-hdrh-lat-2n-clx"
19725   include:
19726     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
19727     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
19728     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
19729     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
19730     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
19731   layout:
19732     layout: "plot-hdrh-latency"
19733
19734 - type: "plot"
19735   title: "Latency: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat"
19736   graph-title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
19737   algorithm: "plot_lat_hdrh_bar_name"
19738   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat"
19739   data: "plot-vpp-hdrh-lat-2n-clx"
19740   include:
19741     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
19742     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
19743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
19744     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
19745   layout:
19746     layout: "plot-hdrh-latency"
19747
19748 - type: "plot"
19749   title: "Latency: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
19750   graph-title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
19751   algorithm: "plot_lat_hdrh_bar_name"
19752   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
19753   data: "plot-vpp-hdrh-lat-2n-clx"
19754   include:
19755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
19756     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
19757     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
19758     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
19759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
19760   layout:
19761     layout: "plot-hdrh-latency"
19762
19763 - type: "plot"
19764   title: "Latency: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat"
19765   graph-title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
19766   algorithm: "plot_lat_hdrh_bar_name"
19767   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat"
19768   data: "plot-vpp-hdrh-lat-2n-clx"
19769   include:
19770     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
19771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19772     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
19776   layout:
19777     layout: "plot-hdrh-latency"
19778
19779 - type: "plot"
19780   title: "Latency: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
19781   graph-title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
19782   algorithm: "plot_lat_hdrh_bar_name"
19783   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
19784   data: "plot-vpp-hdrh-lat-2n-clx"
19785   include:
19786     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
19787     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
19788     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
19789   layout:
19790     layout: "plot-hdrh-latency"
19791
19792 - type: "plot"
19793   title: "Latency: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
19794   graph-title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
19795   algorithm: "plot_lat_hdrh_bar_name"
19796   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
19797   data: "plot-vpp-hdrh-lat-2n-clx"
19798   include:
19799     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
19800     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
19801     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
19802     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
19803     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
19804   layout:
19805     layout: "plot-hdrh-latency"
19806
19807 - type: "plot"
19808   title: "Latency: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
19809   graph-title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
19810   algorithm: "plot_lat_hdrh_bar_name"
19811   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
19812   data: "plot-vpp-hdrh-lat-2n-clx"
19813   include:
19814     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
19815     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19816     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
19817     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
19818     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
19819     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
19820   layout:
19821     layout: "plot-hdrh-latency"
19822
19823 - type: "plot"
19824   title: "Latency: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat"
19825   graph-title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
19826   algorithm: "plot_lat_hdrh_bar_name"
19827   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat"
19828   data: "plot-vpp-hdrh-lat-2n-clx"
19829   include:
19830     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
19831     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
19832     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19833     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
19834   layout:
19835     layout: "plot-hdrh-latency"
19836
19837 - type: "plot"
19838   title: "Latency: 2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat"
19839   graph-title: "2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
19840   algorithm: "plot_lat_hdrh_bar_name"
19841   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat"
19842   data: "plot-vpp-hdrh-lat-2n-clx"
19843   include:
19844     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
19845     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
19846     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
19847     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
19848     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
19849   layout:
19850     layout: "plot-hdrh-latency"
19851
19852 - type: "plot"
19853   title: "Latency: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat"
19854   graph-title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
19855   algorithm: "plot_lat_hdrh_bar_name"
19856   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat"
19857   data: "plot-vpp-hdrh-lat-2n-clx"
19858   include:
19859     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
19860     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
19861     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
19862     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
19863   layout:
19864     layout: "plot-hdrh-latency"
19865
19866 - type: "plot"
19867   title: "Latency: 2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
19868   graph-title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
19869   algorithm: "plot_lat_hdrh_bar_name"
19870   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr-hdrh-lat"
19871   data: "plot-vpp-hdrh-lat-2n-clx"
19872   include:
19873     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19874     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19875     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19876     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19877   layout:
19878     layout: "plot-hdrh-latency"
19879
19880 - type: "plot"
19881   title: "Latency: 2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
19882   graph-title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
19883   algorithm: "plot_lat_hdrh_bar_name"
19884   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-hdrh-lat"
19885   data: "plot-vpp-hdrh-lat-2n-clx"
19886   include:
19887     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19888     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19889     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19890     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19891   layout:
19892     layout: "plot-hdrh-latency"
19893
19894 ################################################################################
19895
19896 # HDRHistogram Packet Latency 2C
19897
19898 - type: "plot"
19899   title: "Latency: 2n-clx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat"
19900   graph-title: "2n-clx-xxv710-64b-4t2c-memif-base-i40e-ndr"
19901   algorithm: "plot_lat_hdrh_bar_name"
19902   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat"
19903   data: "plot-vpp-hdrh-lat-2n-clx"
19904   include:
19905     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19906     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19907     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19908     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19909   layout:
19910     layout: "plot-hdrh-latency"
19911
19912 - type: "plot"
19913   title: "Latency: 2n-clx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
19914   graph-title: "2n-clx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
19915   algorithm: "plot_lat_hdrh_bar_name"
19916   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
19917   data: "plot-vpp-hdrh-lat-2n-clx"
19918   include:
19919     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
19920     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
19921     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
19922     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
19923     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
19924   layout:
19925     layout: "plot-hdrh-latency"
19926
19927 - type: "plot"
19928   title: "Latency: 2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat"
19929   graph-title: "2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
19930   algorithm: "plot_lat_hdrh_bar_name"
19931   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat"
19932   data: "plot-vpp-hdrh-lat-2n-clx"
19933   include:
19934     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
19935     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
19936     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
19937     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
19938   layout:
19939     layout: "plot-hdrh-latency"
19940
19941 - type: "plot"
19942   title: "Latency: 2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
19943   graph-title: "2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
19944   algorithm: "plot_lat_hdrh_bar_name"
19945   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
19946   data: "plot-vpp-hdrh-lat-2n-clx"
19947   include:
19948     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
19949     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
19950     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
19951     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
19952     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
19953   layout:
19954     layout: "plot-hdrh-latency"
19955
19956 - type: "plot"
19957   title: "Latency: 2n-clx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat"
19958   graph-title: "2n-clx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
19959   algorithm: "plot_lat_hdrh_bar_name"
19960   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat"
19961   data: "plot-vpp-hdrh-lat-2n-clx"
19962   include:
19963     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
19964     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19965     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19966     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19967     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19968     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
19969   layout:
19970     layout: "plot-hdrh-latency"
19971
19972 - type: "plot"
19973   title: "Latency: 2n-clx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
19974   graph-title: "2n-clx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
19975   algorithm: "plot_lat_hdrh_bar_name"
19976   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
19977   data: "plot-vpp-hdrh-lat-2n-clx"
19978   include:
19979     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
19980     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
19981     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
19982   layout:
19983     layout: "plot-hdrh-latency"
19984
19985 - type: "plot"
19986   title: "Latency: 2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
19987   graph-title: "2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
19988   algorithm: "plot_lat_hdrh_bar_name"
19989   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
19990   data: "plot-vpp-hdrh-lat-2n-clx"
19991   include:
19992     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
19993     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
19994     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
19995     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
19996     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
19997   layout:
19998     layout: "plot-hdrh-latency"
19999
20000 - type: "plot"
20001   title: "Latency: 2n-clx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
20002   graph-title: "2n-clx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
20003   algorithm: "plot_lat_hdrh_bar_name"
20004   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
20005   data: "plot-vpp-hdrh-lat-2n-clx"
20006   include:
20007     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
20008     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20009     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
20010     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
20011     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
20012     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
20013   layout:
20014     layout: "plot-hdrh-latency"
20015
20016 - type: "plot"
20017   title: "Latency: 2n-clx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat"
20018   graph-title: "2n-clx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
20019   algorithm: "plot_lat_hdrh_bar_name"
20020   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat"
20021   data: "plot-vpp-hdrh-lat-2n-clx"
20022   include:
20023     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
20024     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
20025     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20026     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
20027   layout:
20028     layout: "plot-hdrh-latency"
20029
20030 - type: "plot"
20031   title: "Latency: 2n-clx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat"
20032   graph-title: "2n-clx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
20033   algorithm: "plot_lat_hdrh_bar_name"
20034   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat"
20035   data: "plot-vpp-hdrh-lat-2n-clx"
20036   include:
20037     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
20038     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
20039     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
20040     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
20041     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
20042   layout:
20043     layout: "plot-hdrh-latency"
20044
20045 - type: "plot"
20046   title: "Latency: 2n-clx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat"
20047   graph-title: "2n-clx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
20048   algorithm: "plot_lat_hdrh_bar_name"
20049   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat"
20050   data: "plot-vpp-hdrh-lat-2n-clx"
20051   include:
20052     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
20053     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
20054     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
20055     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
20056   layout:
20057     layout: "plot-hdrh-latency"
20058
20059 - type: "plot"
20060   title: "Latency: 2n-clx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
20061   graph-title: "2n-clx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
20062   algorithm: "plot_lat_hdrh_bar_name"
20063   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-vhost-base-i40e-ndr-hdrh-lat"
20064   data: "plot-vpp-hdrh-lat-2n-clx"
20065   include:
20066     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20067     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20068     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20069     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
20070   layout:
20071     layout: "plot-hdrh-latency"
20072
20073 - type: "plot"
20074   title: "Latency: 2n-clx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
20075   graph-title: "2n-clx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
20076   algorithm: "plot_lat_hdrh_bar_name"
20077   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-hdrh-lat"
20078   data: "plot-vpp-hdrh-lat-2n-clx"
20079   include:
20080     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20081     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20082     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20083     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
20084   layout:
20085     layout: "plot-hdrh-latency"
20086
20087 ################################################################################
20088
20089 # HDRHistogram Packet Latency 4C
20090
20091 - type: "plot"
20092   title: "Latency: 2n-clx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat"
20093   graph-title: "2n-clx-xxv710-64b-8t4c-memif-base-i40e-ndr"
20094   algorithm: "plot_lat_hdrh_bar_name"
20095   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat"
20096   data: "plot-vpp-hdrh-lat-2n-clx"
20097   include:
20098     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20099     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20100     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20101     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20102   layout:
20103     layout: "plot-hdrh-latency"
20104
20105 - type: "plot"
20106   title: "Latency: 2n-clx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
20107   graph-title: "2n-clx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
20108   algorithm: "plot_lat_hdrh_bar_name"
20109   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
20110   data: "plot-vpp-hdrh-lat-2n-clx"
20111   include:
20112     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
20113     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
20114     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
20115     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
20116     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
20117   layout:
20118     layout: "plot-hdrh-latency"
20119
20120 - type: "plot"
20121   title: "Latency: 2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat"
20122   graph-title: "2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
20123   algorithm: "plot_lat_hdrh_bar_name"
20124   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat"
20125   data: "plot-vpp-hdrh-lat-2n-clx"
20126   include:
20127     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
20128     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
20129     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
20130     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
20131   layout:
20132     layout: "plot-hdrh-latency"
20133
20134 - type: "plot"
20135   title: "Latency: 2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
20136   graph-title: "2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
20137   algorithm: "plot_lat_hdrh_bar_name"
20138   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
20139   data: "plot-vpp-hdrh-lat-2n-clx"
20140   include:
20141     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
20142     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
20143     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
20144     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
20145     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
20146   layout:
20147     layout: "plot-hdrh-latency"
20148
20149 - type: "plot"
20150   title: "Latency: 2n-clx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat"
20151   graph-title: "2n-clx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
20152   algorithm: "plot_lat_hdrh_bar_name"
20153   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat"
20154   data: "plot-vpp-hdrh-lat-2n-clx"
20155   include:
20156     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
20157     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20158     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20159     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20160     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20161     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
20162   layout:
20163     layout: "plot-hdrh-latency"
20164
20165 - type: "plot"
20166   title: "Latency: 2n-clx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
20167   graph-title: "2n-clx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
20168   algorithm: "plot_lat_hdrh_bar_name"
20169   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
20170   data: "plot-vpp-hdrh-lat-2n-clx"
20171   include:
20172     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
20173     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
20174     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
20175   layout:
20176     layout: "plot-hdrh-latency"
20177
20178 - type: "plot"
20179   title: "Latency: 2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
20180   graph-title: "2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
20181   algorithm: "plot_lat_hdrh_bar_name"
20182   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
20183   data: "plot-vpp-hdrh-lat-2n-clx"
20184   include:
20185     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
20186     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
20187     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
20188     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
20189     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
20190   layout:
20191     layout: "plot-hdrh-latency"
20192
20193 - type: "plot"
20194   title: "Latency: 2n-clx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
20195   graph-title: "2n-clx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
20196   algorithm: "plot_lat_hdrh_bar_name"
20197   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
20198   data: "plot-vpp-hdrh-lat-2n-clx"
20199   include:
20200     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
20201     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20202     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
20203     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
20204     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
20205     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
20206   layout:
20207     layout: "plot-hdrh-latency"
20208
20209 - type: "plot"
20210   title: "Latency: 2n-clx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat"
20211   graph-title: "2n-clx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
20212   algorithm: "plot_lat_hdrh_bar_name"
20213   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat"
20214   data: "plot-vpp-hdrh-lat-2n-clx"
20215   include:
20216     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
20217     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
20218     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20219     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
20220   layout:
20221     layout: "plot-hdrh-latency"
20222
20223 - type: "plot"
20224   title: "Latency: 2n-clx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat"
20225   graph-title: "2n-clx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
20226   algorithm: "plot_lat_hdrh_bar_name"
20227   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat"
20228   data: "plot-vpp-hdrh-lat-2n-clx"
20229   include:
20230     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
20231     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
20232     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
20233     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
20234     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
20235   layout:
20236     layout: "plot-hdrh-latency"
20237
20238 - type: "plot"
20239   title: "Latency: 2n-clx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat"
20240   graph-title: "2n-clx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
20241   algorithm: "plot_lat_hdrh_bar_name"
20242   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat"
20243   data: "plot-vpp-hdrh-lat-2n-clx"
20244   include:
20245     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
20246     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
20247     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
20248     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
20249   layout:
20250     layout: "plot-hdrh-latency"
20251
20252 - type: "plot"
20253   title: "Latency: 2n-clx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
20254   graph-title: "2n-clx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
20255   algorithm: "plot_lat_hdrh_bar_name"
20256   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-vhost-base-i40e-ndr-hdrh-lat"
20257   data: "plot-vpp-hdrh-lat-2n-clx"
20258   include:
20259     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20260     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20261     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20262     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
20263   layout:
20264     layout: "plot-hdrh-latency"
20265
20266 - type: "plot"
20267   title: "Latency: 2n-clx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
20268   graph-title: "2n-clx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
20269   algorithm: "plot_lat_hdrh_bar_name"
20270   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-hdrh-lat"
20271   data: "plot-vpp-hdrh-lat-2n-clx"
20272   include:
20273     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20274     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20275     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20276     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
20277   layout:
20278     layout: "plot-hdrh-latency"
20279
20280 ################################################################################
20281
20282 # Packet Speedup
20283
20284 - type: "plot"
20285   title: "Speedup: 2n-clx-xxv710-64b-memif-base-i40e-ndr-tsa"
20286   algorithm: "plot_tsa_name"
20287   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-i40e-ndr-tsa"
20288   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20289   include:
20290     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20291     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20292     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20293     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20294   layout:
20295     title: "2n-clx-xxv710-64b-memif-base-i40e-ndr"
20296     layout: "plot-throughput-speedup-analysis"
20297
20298 - type: "plot"
20299   title: "Speedup: 2n-clx-xxv710-64b-memif-base-i40e-pdr-tsa"
20300   algorithm: "plot_tsa_name"
20301   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-i40e-pdr-tsa"
20302   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20303   include:
20304     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20305     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20306     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20307     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20308   layout:
20309     title: "2n-clx-xxv710-64b-memif-base-i40e-pdr"
20310     layout: "plot-throughput-speedup-analysis"
20311
20312 - type: "plot"
20313   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
20314   algorithm: "plot_tsa_name"
20315   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
20316   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20317   include:
20318     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
20319     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
20320     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
20321     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
20322     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
20323   layout:
20324     title: "2n-clx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
20325     layout: "plot-throughput-speedup-analysis"
20326
20327 - type: "plot"
20328   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
20329   algorithm: "plot_tsa_name"
20330   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
20331   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20332   include:
20333     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
20334     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
20335     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
20336     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
20337     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
20338   layout:
20339     title: "2n-clx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
20340     layout: "plot-throughput-speedup-analysis"
20341
20342 - type: "plot"
20343   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
20344   algorithm: "plot_tsa_name"
20345   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
20346   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20347   include:
20348     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
20349     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
20350     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
20351     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
20352   layout:
20353     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
20354     layout: "plot-throughput-speedup-analysis"
20355
20356 - type: "plot"
20357   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
20358   algorithm: "plot_tsa_name"
20359   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
20360   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20361   include:
20362     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
20363     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
20364     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
20365     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
20366   layout:
20367     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
20368     layout: "plot-throughput-speedup-analysis"
20369
20370 - type: "plot"
20371   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
20372   algorithm: "plot_tsa_name"
20373   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
20374   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20375   include:
20376     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
20377     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
20378     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
20379     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
20380     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
20381   layout:
20382     title: "2n-clx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
20383     layout: "plot-throughput-speedup-analysis"
20384
20385 - type: "plot"
20386   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
20387   algorithm: "plot_tsa_name"
20388   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
20389   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20390   include:
20391     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
20392     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
20393     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
20394     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
20395     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
20396   layout:
20397     title: "2n-clx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
20398     layout: "plot-throughput-speedup-analysis"
20399
20400 - type: "plot"
20401   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
20402   algorithm: "plot_tsa_name"
20403   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
20404   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20405   include:
20406     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
20407     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20408     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20409     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20410     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20411     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
20412   layout:
20413     title: "2n-clx-xxv710-64b-features-ip4routing-base-i40e-ndr"
20414     layout: "plot-throughput-speedup-analysis"
20415
20416 - type: "plot"
20417   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
20418   algorithm: "plot_tsa_name"
20419   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
20420   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20421   include:
20422     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
20423     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20424     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20425     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20426     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20427     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
20428   layout:
20429     title: "2n-clx-xxv710-64b-features-ip4routing-base-i40e-pdr"
20430     layout: "plot-throughput-speedup-analysis"
20431
20432 - type: "plot"
20433   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
20434   algorithm: "plot_tsa_name"
20435   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
20436   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20437   include:
20438     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
20439     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
20440     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
20441   layout:
20442     title: "2n-clx-x710-78b-ip6routing-base-scale-i40e-ndr"
20443     layout: "plot-throughput-speedup-analysis"
20444
20445 - type: "plot"
20446   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
20447   algorithm: "plot_tsa_name"
20448   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
20449   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20450   include:
20451     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
20452     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
20453     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
20454   layout:
20455     title: "2n-clx-x710-78b-ip6routing-base-scale-i40e-pdr"
20456     layout: "plot-throughput-speedup-analysis"
20457
20458 - type: "plot"
20459   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
20460   algorithm: "plot_tsa_name"
20461   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
20462   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20463   include:
20464     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
20465     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
20466     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
20467     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
20468     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
20469   layout:
20470     title: "2n-clx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
20471     layout: "plot-throughput-speedup-analysis"
20472
20473 - type: "plot"
20474   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
20475   algorithm: "plot_tsa_name"
20476   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
20477   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20478   include:
20479     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
20480     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
20481     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
20482     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
20483     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
20484   layout:
20485     title: "2n-clx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
20486     layout: "plot-throughput-speedup-analysis"
20487
20488 - type: "plot"
20489   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
20490   algorithm: "plot_tsa_name"
20491   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
20492   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20493   include:
20494     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
20495     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20496     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
20497     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
20498     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
20499     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
20500   layout:
20501     title: "2n-clx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
20502     layout: "plot-throughput-speedup-analysis"
20503
20504 - type: "plot"
20505   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
20506   algorithm: "plot_tsa_name"
20507   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
20508   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20509   include:
20510     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
20511     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20512     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
20513     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
20514     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
20515     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
20516   layout:
20517     title: "2n-clx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
20518     layout: "plot-throughput-speedup-analysis"
20519
20520 - type: "plot"
20521   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
20522   algorithm: "plot_tsa_name"
20523   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
20524   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20525   include:
20526     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
20527     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
20528     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20529     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
20530   layout:
20531     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
20532     layout: "plot-throughput-speedup-analysis"
20533
20534 - type: "plot"
20535   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
20536   algorithm: "plot_tsa_name"
20537   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
20538   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20539   include:
20540     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
20541     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
20542     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20543     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
20544   layout:
20545     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
20546     layout: "plot-throughput-speedup-analysis"
20547
20548 - type: "plot"
20549   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
20550   algorithm: "plot_tsa_name"
20551   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
20552   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20553   include:
20554     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
20555     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
20556     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
20557     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
20558     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
20559   layout:
20560     title: "2n-clx-xxv710-64b-l2switching-base-i40e-ndr"
20561     layout: "plot-throughput-speedup-analysis"
20562
20563 - type: "plot"
20564   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
20565   algorithm: "plot_tsa_name"
20566   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
20567   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20568   include:
20569     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
20570     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
20571     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
20572     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
20573     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
20574   layout:
20575     title: "2n-clx-xxv710-64b-l2switching-base-i40e-pdr"
20576     layout: "plot-throughput-speedup-analysis"
20577
20578 - type: "plot"
20579   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
20580   algorithm: "plot_tsa_name"
20581   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
20582   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20583   include:
20584     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
20585     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
20586     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
20587     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
20588   layout:
20589     title: "2n-clx-xxv710-64b-l2switching-base-scale-i40e-ndr"
20590     layout: "plot-throughput-speedup-analysis"
20591
20592 - type: "plot"
20593   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
20594   algorithm: "plot_tsa_name"
20595   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
20596   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20597   include:
20598     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
20599     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
20600     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
20601     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
20602   layout:
20603     title: "2n-clx-xxv710-64b-l2switching-base-scale-i40e-pdr"
20604     layout: "plot-throughput-speedup-analysis"
20605
20606 - type: "plot"
20607   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-i40e-ndr"
20608   algorithm: "plot_tsa_name"
20609   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-i40e-ndr-tsa"
20610   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20611   include:
20612     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20613     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20614     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20615     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
20616   layout:
20617     title: "2n-clx-xxv710-64b-vhost-base-i40e-ndr"
20618     layout: "plot-throughput-speedup-analysis"
20619
20620 - type: "plot"
20621   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-i40e-pdr"
20622   algorithm: "plot_tsa_name"
20623   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-i40e-pdr-tsa"
20624   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20625   include:
20626     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20627     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20628     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20629     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
20630   layout:
20631     title: "2n-clx-xxv710-64b-vhost-base-i40e-pdr"
20632     layout: "plot-throughput-speedup-analysis"
20633
20634 - type: "plot"
20635   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-i40e-vpp-ndr"
20636   algorithm: "plot_tsa_name"
20637   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-i40e-vpp-ndr-tsa"
20638   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20639   include:
20640     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20641     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20642     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20643     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
20644   layout:
20645     title: "2n-clx-xxv710-64b-vhost-base-i40e-vpp-ndr"
20646     layout: "plot-throughput-speedup-analysis"
20647
20648 - type: "plot"
20649   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-i40e-vpp-pdr"
20650   algorithm: "plot_tsa_name"
20651   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-i40e-vpp-pdr-tsa"
20652   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20653   include:
20654     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20655     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20656     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20657     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
20658   layout:
20659     title: "2n-clx-xxv710-64b-vhost-base-i40e-vpp-pdr"
20660     layout: "plot-throughput-speedup-analysis"
20661
20662 ################################################################################
20663
20664 # Packet Throughput - DPDK
20665
20666 # 2n-clx-xxv710
20667
20668 - type: "plot"
20669   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
20670   algorithm: "plot_perf_box_name"
20671   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
20672   data: "plot-dpdk-throughput-latency-2n-clx"
20673   include:
20674     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20675     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20676   layout:
20677     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
20678     layout: "plot-throughput"
20679
20680 - type: "plot"
20681   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
20682   algorithm: "plot_perf_box_name"
20683   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
20684   data: "plot-dpdk-throughput-latency-2n-clx"
20685   include:
20686     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20687     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20688   layout:
20689     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
20690     layout: "plot-throughput"
20691
20692 - type: "plot"
20693   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
20694   algorithm: "plot_perf_box_name"
20695   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
20696   data: "plot-dpdk-throughput-latency-2n-clx"
20697   include:
20698     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20699     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20700   layout:
20701     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
20702     layout: "plot-throughput"
20703
20704 - type: "plot"
20705   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
20706   algorithm: "plot_perf_box_name"
20707   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
20708   data: "plot-dpdk-throughput-latency-2n-clx"
20709   include:
20710     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20711     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20712   layout:
20713     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
20714     layout: "plot-throughput"
20715
20716 # 2n-clx-x710
20717
20718 - type: "plot"
20719   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
20720   algorithm: "plot_perf_box_name"
20721   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
20722   data: "plot-dpdk-throughput-latency-2n-clx"
20723   include:
20724     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20725     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20726   layout:
20727     title: "2n-clx-x710-64b-2t1c-base-ndr"
20728     layout: "plot-throughput"
20729
20730 - type: "plot"
20731   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
20732   algorithm: "plot_perf_box_name"
20733   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
20734   data: "plot-dpdk-throughput-latency-2n-clx"
20735   include:
20736     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20737     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20738   layout:
20739     title: "2n-clx-x710-64b-4t2c-base-ndr"
20740     layout: "plot-throughput"
20741
20742 - type: "plot"
20743   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
20744   algorithm: "plot_perf_box_name"
20745   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
20746   data: "plot-dpdk-throughput-latency-2n-clx"
20747   include:
20748     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20749     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20750   layout:
20751     title: "2n-clx-x710-64b-2t1c-base-pdr"
20752     layout: "plot-throughput"
20753
20754 - type: "plot"
20755   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
20756   algorithm: "plot_perf_box_name"
20757   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
20758   data: "plot-dpdk-throughput-latency-2n-clx"
20759   include:
20760     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20761     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20762   layout:
20763     title: "2n-clx-x710-64b-4t2c-base-pdr"
20764     layout: "plot-throughput"
20765
20766 ################################################################################
20767
20768 # Packet Latency - DPDK
20769
20770 # 2n-clx-xxv710
20771
20772 - type: "plot"
20773   title: "Latency: 2n-clx-xxv710-64b-2t1c-base-ndr-lat"
20774   algorithm: "plot_lat_err_bars_name"
20775   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr-lat"
20776   data: "plot-dpdk-throughput-latency-2n-clx"
20777   include:
20778     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20779     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20780   layout:
20781     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
20782     layout: "plot-latency"
20783
20784 - type: "plot"
20785   title: "Latency: 2n-clx-xxv710-64b-4t2c-base-ndr-lat"
20786   algorithm: "plot_lat_err_bars_name"
20787   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr-lat"
20788   data: "plot-dpdk-throughput-latency-2n-clx"
20789   include:
20790     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20791     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20792   layout:
20793     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
20794     layout: "plot-latency"
20795
20796 - type: "plot"
20797   title: "Latency: 2n-clx-xxv710-64b-8t4c-base-ndr-lat"
20798   algorithm: "plot_lat_err_bars_name"
20799   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-8t4c-base-ndr-lat"
20800   data: "plot-dpdk-throughput-latency-2n-clx"
20801   include:
20802     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
20803     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
20804   layout:
20805     title: "2n-clx-xxv710-64b-8t4c-base-ndr"
20806     layout: "plot-latency"
20807
20808 # 2n-clx-x710
20809
20810 - type: "plot"
20811   title: "Latency: 2n-clx-x710-64b-2t1c-base-ndr-lat"
20812   algorithm: "plot_lat_err_bars_name"
20813   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr-lat"
20814   data: "plot-dpdk-throughput-latency-2n-clx"
20815   include:
20816     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20817     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20818   layout:
20819     title: "2n-clx-x710-64b-2t1c-base-ndr"
20820     layout: "plot-latency"
20821
20822 - type: "plot"
20823   title: "Latency: 2n-clx-x710-64b-4t2c-base-ndr-lat"
20824   algorithm: "plot_lat_err_bars_name"
20825   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr-lat"
20826   data: "plot-dpdk-throughput-latency-2n-clx"
20827   include:
20828     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20829     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20830   layout:
20831     title: "2n-clx-x710-64b-4t2c-base-ndr"
20832     layout: "plot-latency"
20833
20834 - type: "plot"
20835   title: "Latency: 2n-clx-x710-64b-8t4c-base-ndr-lat"
20836   algorithm: "plot_lat_err_bars_name"
20837   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-8t4c-base-ndr-lat"
20838   data: "plot-dpdk-throughput-latency-2n-clx"
20839   include:
20840     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
20841     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
20842   layout:
20843     title: "2n-clx-x710-64b-8t4c-base-ndr"
20844     layout: "plot-latency"
20845
20846 ################################################################################
20847
20848 # HDRHistogram Packet Latency - DPDK
20849
20850 # 2n-clx-xxv710
20851
20852 - type: "plot"
20853   title: "Latency: 2n-clx-xxv710-64b-2t1c-base-ndr-hdrh-lat"
20854   graph-title: "2n-clx-xxv710-64b-2t1c-base-ndr"
20855   algorithm: "plot_lat_hdrh_bar_name"
20856   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr-hdrh-lat"
20857   data: "plot-dpdk-hdrh-lat-2n-clx"
20858   include:
20859     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20860     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20861   layout:
20862     layout: "plot-hdrh-latency"
20863
20864 - type: "plot"
20865   title: "Latency: 2n-clx-xxv710-64b-4t2c-base-ndr-hdrh-lat"
20866   graph-title: "2n-clx-xxv710-64b-4t2c-base-ndr"
20867   algorithm: "plot_lat_hdrh_bar_name"
20868   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr-hdrh-lat"
20869   data: "plot-dpdk-hdrh-lat-2n-clx"
20870   include:
20871     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20872     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20873   layout:
20874     layout: "plot-hdrh-latency"
20875
20876 - type: "plot"
20877   title: "Latency: 2n-clx-xxv710-64b-8t4c-base-ndr-hdrh-lat"
20878   graph-title: "2n-clx-xxv710-64b-8t4c-base-ndr"
20879   algorithm: "plot_lat_hdrh_bar_name"
20880   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-8t4c-base-ndr-hdrh-lat"
20881   data: "plot-dpdk-hdrh-lat-2n-clx"
20882   include:
20883     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
20884     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
20885   layout:
20886     layout: "plot-hdrh-latency"
20887
20888 # 2n-clx-x710
20889
20890 - type: "plot"
20891   title: "Latency: 2n-clx-x710-64b-2t1c-base-ndr-hdrh-lat"
20892   graph-title: "2n-clx-x710-64b-2t1c-base-ndr"
20893   algorithm: "plot_lat_hdrh_bar_name"
20894   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr-hdrh-lat"
20895   data: "plot-dpdk-hdrh-lat-2n-clx"
20896   include:
20897     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20898     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20899   layout:
20900     layout: "plot-hdrh-latency"
20901
20902 - type: "plot"
20903   title: "Latency: 2n-clx-x710-64b-4t2c-base-ndr-hdrh-lat"
20904   graph-title: "2n-clx-x710-64b-4t2c-base-ndr"
20905   algorithm: "plot_lat_hdrh_bar_name"
20906   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr-hdrh-lat"
20907   data: "plot-dpdk-hdrh-lat-2n-clx"
20908   include:
20909     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20910     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20911   layout:
20912     layout: "plot-hdrh-latency"
20913
20914 - type: "plot"
20915   title: "Latency: 2n-clx-x710-64b-8t4c-base-ndr-hdrh-lat"
20916   graph-title: "2n-clx-x710-64b-8t4c-base-ndr"
20917   algorithm: "plot_lat_hdrh_bar_name"
20918   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-8t4c-base-ndr-hdrh-lat"
20919   data: "plot-dpdk-hdrh-lat-2n-clx"
20920   include:
20921     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
20922     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
20923   layout:
20924     layout: "plot-hdrh-latency"
20925
20926 ################################################################################
20927
20928 # HDRHistogram Packet Latency Percentile 1C
20929
20930 - type: "plot"
20931   title: "Latency: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat-percentile"
20932   graph-title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
20933   algorithm: "plot_lat_hdrh_percentile"
20934   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat-percentile"
20935   data: "plot-vpp-hdrh-lat-2n-skx"
20936   include:
20937     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20938     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20939     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20940     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20941   layout:
20942     layout: "plot-hdrh-latency-percentile"
20943
20944 - type: "plot"
20945   title: "Latency: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat-percentile"
20946   graph-title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
20947   algorithm: "plot_lat_hdrh_percentile"
20948   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat-percentile"
20949   data: "plot-vpp-hdrh-lat-3n-skx"
20950   include:
20951     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20952     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
20953     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20954     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
20955     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20956   layout:
20957     layout: "plot-hdrh-latency-percentile"
20958
20959 - type: "plot"
20960   title: "Latency: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
20961   graph-title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
20962   algorithm: "plot_lat_hdrh_percentile"
20963   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
20964   data: "plot-vpp-hdrh-lat-2n-skx"
20965   include:
20966     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20967     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20968     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20969     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20970     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
20971   layout:
20972     layout: "plot-hdrh-latency-percentile"
20973
20974 - type: "plot"
20975   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
20976   graph-title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
20977   algorithm: "plot_lat_hdrh_percentile"
20978   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
20979   data: "plot-vpp-hdrh-lat-2n-skx"
20980   include:
20981     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20982     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
20983     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
20984     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20985   layout:
20986     layout: "plot-hdrh-latency-percentile"
20987
20988 - type: "plot"
20989   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
20990   graph-title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
20991   algorithm: "plot_lat_hdrh_percentile"
20992   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
20993   data: "plot-vpp-hdrh-lat-2n-skx"
20994   include:
20995     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20996     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20997     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
20998     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
20999     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
21000   layout:
21001     layout: "plot-hdrh-latency-percentile"
21002
21003 - type: "plot"
21004   title: "Latency: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
21005   graph-title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
21006   algorithm: "plot_lat_hdrh_percentile"
21007   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
21008   data: "plot-vpp-hdrh-lat-2n-skx"
21009   include:
21010     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
21011     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21012     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21013     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21014     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21015     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
21016   layout:
21017     layout: "plot-hdrh-latency-percentile"
21018
21019 - type: "plot"
21020   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
21021   graph-title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
21022   algorithm: "plot_lat_hdrh_percentile"
21023   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
21024   data: "plot-vpp-hdrh-lat-3n-hsw"
21025   include:
21026     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
21027     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
21028     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
21029   layout:
21030     layout: "plot-hdrh-latency-percentile"
21031
21032 - type: "plot"
21033   title: "Latency: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
21034   graph-title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
21035   algorithm: "plot_lat_hdrh_percentile"
21036   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
21037   data: "plot-vpp-hdrh-lat-3n-skx"
21038   include:
21039     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
21040     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
21041     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
21042     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
21043     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
21044   layout:
21045     layout: "plot-hdrh-latency-percentile"
21046
21047 - type: "plot"
21048   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
21049   graph-title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
21050   algorithm: "plot_lat_hdrh_percentile"
21051   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
21052   data: "plot-vpp-hdrh-lat-3n-skx"
21053   include:
21054     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
21055     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
21056     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
21057     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
21058   layout:
21059     layout: "plot-hdrh-latency-percentile"
21060
21061 - type: "plot"
21062   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
21063   graph-title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
21064   algorithm: "plot_lat_hdrh_percentile"
21065   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
21066   data: "plot-vpp-hdrh-lat-3n-skx"
21067   include:
21068     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
21069     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
21070     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
21071     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
21072     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
21073   layout:
21074     layout: "plot-hdrh-latency-percentile"
21075
21076 - type: "plot"
21077   title: "Latency: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
21078   graph-title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
21079   algorithm: "plot_lat_hdrh_percentile"
21080   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
21081   data: "plot-vpp-hdrh-lat-3n-skx"
21082   include:
21083     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
21084     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21085     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21086     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21087     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21088     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
21089   layout:
21090     layout: "plot-hdrh-latency-percentile"
21091
21092 - type: "plot"
21093   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr-hdrh-lat-percentile"
21094   graph-title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
21095   algorithm: "plot_lat_hdrh_percentile"
21096   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr-hdrh-lat-percentile"
21097   data: "plot-vpp-hdrh-lat-3n-hsw"
21098   include:
21099     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
21100     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
21101   layout:
21102     layout: "plot-hdrh-latency-percentile"
21103
21104 - type: "plot"
21105   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat-percentile"
21106   graph-title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
21107   algorithm: "plot_lat_hdrh_percentile"
21108   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat-percentile"
21109   data: "plot-vpp-hdrh-lat-3n-skx"
21110   include:
21111     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
21112     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
21113     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
21114     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
21115   layout:
21116     layout: "plot-hdrh-latency-percentile"
21117
21118 - type: "plot"
21119   title: "Latency: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
21120   graph-title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
21121   algorithm: "plot_lat_hdrh_percentile"
21122   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
21123   data: "plot-vpp-hdrh-lat-2n-skx"
21124   include:
21125     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
21126     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
21127     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
21128   layout:
21129     layout: "plot-hdrh-latency-percentile"
21130
21131 - type: "plot"
21132   title: "Latency: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
21133   graph-title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
21134   algorithm: "plot_lat_hdrh_percentile"
21135   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
21136   data: "plot-vpp-hdrh-lat-2n-skx"
21137   include:
21138     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
21139     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
21140     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
21141     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
21142     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
21143   layout:
21144     layout: "plot-hdrh-latency-percentile"
21145
21146 - type: "plot"
21147   title: "Latency: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
21148   graph-title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
21149   algorithm: "plot_lat_hdrh_percentile"
21150   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
21151   data: "plot-vpp-hdrh-lat-3n-hsw"
21152   include:
21153     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
21154     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
21155     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
21156   layout:
21157     layout: "plot-hdrh-latency-percentile"
21158
21159 - type: "plot"
21160   title: "Latency: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
21161   graph-title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
21162   algorithm: "plot_lat_hdrh_percentile"
21163   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
21164   data: "plot-vpp-hdrh-lat-3n-skx"
21165   include:
21166     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
21167     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
21168     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
21169   layout:
21170     layout: "plot-hdrh-latency-percentile"
21171
21172 - type: "plot"
21173   title: "Latency: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
21174   graph-title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
21175   algorithm: "plot_lat_hdrh_percentile"
21176   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
21177   data: "plot-vpp-hdrh-lat-3n-skx"
21178   include:
21179     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
21180     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
21181     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
21182     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
21183     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
21184   layout:
21185     layout: "plot-hdrh-latency-percentile"
21186
21187 - type: "plot"
21188   title: "Latency: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
21189   graph-title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
21190   algorithm: "plot_lat_hdrh_percentile"
21191   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
21192   data: "plot-vpp-hdrh-lat-2n-skx"
21193   include:
21194     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
21195     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
21196     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
21197     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
21198     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21199     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
21200   layout:
21201     layout: "plot-hdrh-latency-percentile"
21202
21203 - type: "plot"
21204   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat-percentile"
21205   graph-title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
21206   algorithm: "plot_lat_hdrh_percentile"
21207   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat-percentile"
21208   data: "plot-vpp-hdrh-lat-2n-skx"
21209   include:
21210     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
21211     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
21212     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
21213     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
21214   layout:
21215     layout: "plot-hdrh-latency-percentile"
21216
21217 - type: "plot"
21218   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
21219   graph-title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
21220   algorithm: "plot_lat_hdrh_percentile"
21221   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
21222   data: "plot-vpp-hdrh-lat-2n-skx"
21223   include:
21224     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
21225     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
21226     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
21227     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
21228     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21229   layout:
21230     layout: "plot-hdrh-latency-percentile"
21231
21232 - type: "plot"
21233   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
21234   graph-title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
21235   algorithm: "plot_lat_hdrh_percentile"
21236   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
21237   data: "plot-vpp-hdrh-lat-2n-skx"
21238   include:
21239     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21240     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
21241     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
21242     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
21243   layout:
21244     layout: "plot-hdrh-latency-percentile"
21245
21246 - type: "plot"
21247   title: "Latency: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
21248   graph-title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
21249   algorithm: "plot_lat_hdrh_percentile"
21250   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
21251   data: "plot-vpp-hdrh-lat-3n-hsw"
21252   include:
21253     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
21254     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
21255     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
21256     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
21257     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
21258     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
21259   layout:
21260     layout: "plot-hdrh-latency-percentile"
21261
21262 - type: "plot"
21263   title: "Latency: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
21264   graph-title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
21265   algorithm: "plot_lat_hdrh_percentile"
21266   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
21267   data: "plot-vpp-hdrh-lat-3n-skx"
21268   include:
21269     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
21270     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
21271     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
21272     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21273     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
21274   layout:
21275     layout: "plot-hdrh-latency-percentile"
21276
21277 - type: "plot"
21278   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat-percentile"
21279   graph-title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
21280   algorithm: "plot_lat_hdrh_percentile"
21281   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat-percentile"
21282   data: "plot-vpp-hdrh-lat-3n-skx"
21283   include:
21284     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
21285     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
21286     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
21287   layout:
21288     layout: "plot-hdrh-latency-percentile"
21289
21290 - type: "plot"
21291   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
21292   graph-title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
21293   algorithm: "plot_lat_hdrh_percentile"
21294   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
21295   data: "plot-vpp-hdrh-lat-3n-skx"
21296   include:
21297     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
21298     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
21299     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
21300     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21301   layout:
21302     layout: "plot-hdrh-latency-percentile"
21303
21304 - type: "plot"
21305   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
21306   graph-title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
21307   algorithm: "plot_lat_hdrh_percentile"
21308   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
21309   data: "plot-vpp-hdrh-lat-3n-skx"
21310   include:
21311     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
21312     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
21313     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21314     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
21315     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
21316     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
21317   layout:
21318     layout: "plot-hdrh-latency-percentile"
21319
21320 - type: "plot"
21321   title: "Latency: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr-hdrh-lat-percentile"
21322   graph-title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr"
21323   algorithm: "plot_lat_hdrh_percentile"
21324   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr-hdrh-lat-percentile"
21325   data: "plot-vpp-hdrh-lat-3n-skx"
21326   include:
21327     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21328     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
21329     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
21330     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
21331     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
21332     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
21333   layout:
21334     layout: "plot-hdrh-latency-percentile"
21335
21336 - type: "plot"
21337   title: "Latency: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr-hdrh-lat-percentile"
21338   graph-title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
21339   algorithm: "plot_lat_hdrh_percentile"
21340   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr-hdrh-lat-percentile"
21341   data: "plot-vpp-hdrh-lat-3n-hsw"
21342   include:
21343     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
21344     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
21345     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
21346     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
21347     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
21348     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
21349   layout:
21350     layout: "plot-hdrh-latency-percentile"
21351
21352 - type: "plot"
21353   title: "Latency: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr-hdrh-lat-percentile"
21354   graph-title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
21355   algorithm: "plot_lat_hdrh_percentile"
21356   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr-hdrh-lat-percentile"
21357   data: "plot-vpp-hdrh-lat-3n-skx"
21358   include:
21359     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
21360     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
21361     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
21362     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
21363     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
21364     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
21365   layout:
21366     layout: "plot-hdrh-latency-percentile"
21367
21368 - type: "plot"
21369   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-hdrh-lat-percentile"
21370   graph-title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
21371   algorithm: "plot_lat_hdrh_percentile"
21372   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-hdrh-lat-percentile"
21373   data: "plot-vpp-hdrh-lat-2n-skx"
21374   include:
21375     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21376     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21377     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21378     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21379   layout:
21380     layout: "plot-hdrh-latency-percentile"
21381
21382 - type: "plot"
21383   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
21384   graph-title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
21385   algorithm: "plot_lat_hdrh_percentile"
21386   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
21387   data: "plot-vpp-hdrh-lat-2n-skx"
21388   include:
21389     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21390     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21391     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21392     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
21393   layout:
21394     layout: "plot-hdrh-latency-percentile"
21395
21396 - type: "plot"
21397   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr-hdrh-lat-percentile"
21398   graph-title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
21399   algorithm: "plot_lat_hdrh_percentile"
21400   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr-hdrh-lat-percentile"
21401   data: "plot-vpp-hdrh-lat-3n-hsw"
21402   include:
21403     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21404     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21405     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21406     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21407   layout:
21408     layout: "plot-hdrh-latency-percentile"
21409
21410 - type: "plot"
21411   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
21412   graph-title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
21413   algorithm: "plot_lat_hdrh_percentile"
21414   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
21415   data: "plot-vpp-hdrh-lat-3n-hsw"
21416   include:
21417     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21418     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21419     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21420     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
21421   layout:
21422     layout: "plot-hdrh-latency-percentile"
21423
21424 - type: "plot"
21425   title: "Latency: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-hdrh-lat-percentile"
21426   graph-title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
21427   algorithm: "plot_lat_hdrh_percentile"
21428   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-hdrh-lat-percentile"
21429   data: "plot-vpp-hdrh-lat-3n-skx"
21430   include:
21431     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21432     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21433     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21434     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21435   layout:
21436     layout: "plot-hdrh-latency-percentile"
21437
21438 - type: "plot"
21439   title: "Latency: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
21440   graph-title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
21441   algorithm: "plot_lat_hdrh_percentile"
21442   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
21443   data: "plot-vpp-hdrh-lat-3n-skx"
21444   include:
21445     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21446     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21447     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21448     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21449   layout:
21450     layout: "plot-hdrh-latency-percentile"
21451
21452 - type: "plot"
21453   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-hdrh-lat-percentile"
21454   graph-title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
21455   algorithm: "plot_lat_hdrh_percentile"
21456   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-hdrh-lat-percentile"
21457   data: "plot-vpp-hdrh-lat-3n-skx"
21458   include:
21459     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21460     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21461     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21462     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21463     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21464   layout:
21465     layout: "plot-hdrh-latency-percentile"
21466
21467 - type: "plot"
21468   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
21469   graph-title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
21470   algorithm: "plot_lat_hdrh_percentile"
21471   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
21472   data: "plot-vpp-hdrh-lat-3n-skx"
21473   include:
21474     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21475     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21476     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21477     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21478     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
21479   layout:
21480     layout: "plot-hdrh-latency-percentile"
21481
21482 - type: "plot"
21483   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-hdrh-lat-percentile"
21484   graph-title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
21485   algorithm: "plot_lat_hdrh_percentile"
21486   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-hdrh-lat-percentile"
21487   data: "plot-vpp-hdrh-lat-3n-skx"
21488   include:
21489     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21490     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21491     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21492     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21493     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21494     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21495   layout:
21496     layout: "plot-hdrh-latency-percentile"
21497
21498 - type: "plot"
21499   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
21500   graph-title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
21501   algorithm: "plot_lat_hdrh_percentile"
21502   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
21503   data: "plot-vpp-hdrh-lat-3n-skx"
21504   include:
21505     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21506     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21507     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21508     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21509     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21510     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21511   layout:
21512     layout: "plot-hdrh-latency-percentile"
21513
21514 - type: "plot"
21515   title: "Latency: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr-hdrh-lat-percentile"
21516   graph-title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
21517   algorithm: "plot_lat_hdrh_percentile"
21518   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr-hdrh-lat-percentile"
21519   data: "plot-vpp-hdrh-lat-3n-tsh"
21520   include:
21521     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
21522     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21523     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21524     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
21525     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21526   layout:
21527     layout: "plot-hdrh-latency-percentile"
21528
21529 - type: "plot"
21530   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat-percentile"
21531   graph-title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
21532   algorithm: "plot_lat_hdrh_percentile"
21533   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat-percentile"
21534   data: "plot-vpp-hdrh-lat-3n-tsh"
21535   include:
21536     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
21537     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
21538     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
21539     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
21540     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
21541   layout:
21542     layout: "plot-hdrh-latency-percentile"
21543
21544 - type: "plot"
21545   title: "Latency: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr-hdrh-lat-percentile"
21546   graph-title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
21547   algorithm: "plot_lat_hdrh_percentile"
21548   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr-hdrh-lat-percentile"
21549   data: "plot-vpp-hdrh-lat-3n-tsh"
21550   include:
21551     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
21552     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21553     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21554     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21555     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21556     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
21557   layout:
21558     layout: "plot-hdrh-latency-percentile"
21559
21560 - type: "plot"
21561   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat-percentile"
21562   graph-title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
21563   algorithm: "plot_lat_hdrh_percentile"
21564   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat-percentile"
21565   data: "plot-vpp-hdrh-lat-3n-tsh"
21566   include:
21567     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
21568     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
21569     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
21570     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
21571   layout:
21572     layout: "plot-hdrh-latency-percentile"
21573
21574 - type: "plot"
21575   title: "Latency: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat-percentile"
21576   graph-title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
21577   algorithm: "plot_lat_hdrh_percentile"
21578   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat-percentile"
21579   data: "plot-vpp-hdrh-lat-3n-tsh"
21580   include:
21581     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
21582     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
21583     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
21584     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
21585     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
21586   layout:
21587     layout: "plot-hdrh-latency-percentile"
21588
21589 - type: "plot"
21590   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr-hdrh-lat-percentile"
21591   graph-title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
21592   algorithm: "plot_lat_hdrh_percentile"
21593   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr-hdrh-lat-percentile"
21594   data: "plot-vpp-hdrh-lat-3n-tsh"
21595   include:
21596     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
21597     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
21598     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
21599     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
21600   layout:
21601     layout: "plot-hdrh-latency-percentile"
21602
21603 - type: "plot"
21604   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr-hdrh-lat-percentile"
21605   graph-title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
21606   algorithm: "plot_lat_hdrh_percentile"
21607   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr-hdrh-lat-percentile"
21608   data: "plot-vpp-hdrh-lat-3n-tsh"
21609   include:
21610     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
21611     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
21612     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
21613     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
21614     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
21615     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
21616   layout:
21617     layout: "plot-hdrh-latency-percentile"
21618
21619 - type: "plot"
21620   title: "Latency: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr-hdrh-lat-percentile"
21621   graph-title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
21622   algorithm: "plot_lat_hdrh_percentile"
21623   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr-hdrh-lat-percentile"
21624   data: "plot-vpp-hdrh-lat-3n-tsh"
21625   include:
21626     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
21627     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
21628     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
21629     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
21630     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
21631     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
21632   layout:
21633     layout: "plot-hdrh-latency-percentile"
21634
21635 - type: "plot"
21636   title: "Latency: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat-percentile"
21637   graph-title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
21638   algorithm: "plot_lat_hdrh_percentile"
21639   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat-percentile"
21640   data: "plot-vpp-hdrh-lat-3n-tsh"
21641   include:
21642     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
21643     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
21644     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
21645     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
21646     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
21647     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
21648   layout:
21649     layout: "plot-hdrh-latency-percentile"
21650
21651 - type: "plot"
21652   title: "Latency: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr-hdrh-lat-percentile"
21653   graph-title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
21654   algorithm: "plot_lat_hdrh_percentile"
21655   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr-hdrh-lat-percentile"
21656   data: "plot-vpp-hdrh-lat-3n-tsh"
21657   include:
21658     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21659     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21660     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21661     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21662     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21663   layout:
21664     layout: "plot-hdrh-latency-percentile"
21665
21666 - type: "plot"
21667   title: "Latency: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat-percentile"
21668   graph-title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
21669   algorithm: "plot_lat_hdrh_percentile"
21670   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat-percentile"
21671   data: "plot-vpp-hdrh-lat-3n-tsh"
21672   include:
21673     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21674     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21675     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21676     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21677     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21678     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21679   layout:
21680     layout: "plot-hdrh-latency-percentile"
21681
21682 - type: "plot"
21683   title: "Latency: 2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat-percentile"
21684   graph-title: "2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr"
21685   algorithm: "plot_lat_hdrh_percentile"
21686   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat-percentile"
21687   data: "plot-vpp-hdrh-lat-2n-clx"
21688   include:
21689     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21690     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21691     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21692     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21693   layout:
21694     layout: "plot-hdrh-latency-percentile"
21695
21696 - type: "plot"
21697   title: "Latency: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
21698   graph-title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
21699   algorithm: "plot_lat_hdrh_percentile"
21700   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
21701   data: "plot-vpp-hdrh-lat-2n-clx"
21702   include:
21703     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
21704     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
21705     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
21706     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
21707     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
21708   layout:
21709     layout: "plot-hdrh-latency-percentile"
21710
21711 - type: "plot"
21712   title: "Latency: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
21713   graph-title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
21714   algorithm: "plot_lat_hdrh_percentile"
21715   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
21716   data: "plot-vpp-hdrh-lat-2n-clx"
21717   include:
21718     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
21719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
21720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
21721     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
21722   layout:
21723     layout: "plot-hdrh-latency-percentile"
21724
21725 - type: "plot"
21726   title: "Latency: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
21727   graph-title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
21728   algorithm: "plot_lat_hdrh_percentile"
21729   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
21730   data: "plot-vpp-hdrh-lat-2n-clx"
21731   include:
21732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
21733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
21734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
21735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
21736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
21737   layout:
21738     layout: "plot-hdrh-latency-percentile"
21739
21740 - type: "plot"
21741   title: "Latency: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
21742   graph-title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
21743   algorithm: "plot_lat_hdrh_percentile"
21744   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
21745   data: "plot-vpp-hdrh-lat-2n-clx"
21746   include:
21747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
21748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21752     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
21753   layout:
21754     layout: "plot-hdrh-latency-percentile"
21755
21756 - type: "plot"
21757   title: "Latency: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
21758   graph-title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
21759   algorithm: "plot_lat_hdrh_percentile"
21760   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
21761   data: "plot-vpp-hdrh-lat-2n-clx"
21762   include:
21763     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
21764     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
21765     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
21766   layout:
21767     layout: "plot-hdrh-latency-percentile"
21768
21769 - type: "plot"
21770   title: "Latency: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
21771   graph-title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
21772   algorithm: "plot_lat_hdrh_percentile"
21773   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
21774   data: "plot-vpp-hdrh-lat-2n-clx"
21775   include:
21776     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
21777     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
21778     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
21779     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
21780     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
21781   layout:
21782     layout: "plot-hdrh-latency-percentile"
21783
21784 - type: "plot"
21785   title: "Latency: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
21786   graph-title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
21787   algorithm: "plot_lat_hdrh_percentile"
21788   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
21789   data: "plot-vpp-hdrh-lat-2n-clx"
21790   include:
21791     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
21792     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
21793     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
21794     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
21795     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21796     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
21797   layout:
21798     layout: "plot-hdrh-latency-percentile"
21799
21800 - type: "plot"
21801   title: "Latency: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat-percentile"
21802   graph-title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
21803   algorithm: "plot_lat_hdrh_percentile"
21804   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat-percentile"
21805   data: "plot-vpp-hdrh-lat-2n-clx"
21806   include:
21807     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
21808     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
21809     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
21810     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
21811   layout:
21812     layout: "plot-hdrh-latency-percentile"
21813
21814 - type: "plot"
21815   title: "Latency: 2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
21816   graph-title: "2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
21817   algorithm: "plot_lat_hdrh_percentile"
21818   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
21819   data: "plot-vpp-hdrh-lat-2n-clx"
21820   include:
21821     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
21822     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
21823     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
21824     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
21825     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21826   layout:
21827     layout: "plot-hdrh-latency-percentile"
21828
21829 - type: "plot"
21830   title: "Latency: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
21831   graph-title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
21832   algorithm: "plot_lat_hdrh_percentile"
21833   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
21834   data: "plot-vpp-hdrh-lat-2n-clx"
21835   include:
21836     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21837     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
21838     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
21839     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
21840   layout:
21841     layout: "plot-hdrh-latency-percentile"
21842
21843 - type: "plot"
21844   title: "Latency: 2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr-hdrh-lat-percentile"
21845   graph-title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
21846   algorithm: "plot_lat_hdrh_percentile"
21847   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr-hdrh-lat-percentile"
21848   data: "plot-vpp-hdrh-lat-2n-clx"
21849   include:
21850     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21851     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21852     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21853     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21854   layout:
21855     layout: "plot-hdrh-latency-percentile"
21856
21857 - type: "plot"
21858   title: "Latency: 2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
21859   graph-title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
21860   algorithm: "plot_lat_hdrh_percentile"
21861   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
21862   data: "plot-vpp-hdrh-lat-2n-clx"
21863   include:
21864     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21865     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21866     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21867     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
21868   layout:
21869     layout: "plot-hdrh-latency-percentile"
21870
21871 ################################################################################
21872
21873 # HDRHistogram Packet Latency Percentile 2C
21874
21875 - type: "plot"
21876   title: "Latency: 2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat-percentile"
21877   graph-title: "2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
21878   algorithm: "plot_lat_hdrh_percentile"
21879   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat-percentile"
21880   data: "plot-vpp-hdrh-lat-2n-skx"
21881   include:
21882     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21883     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21884     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21885     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21886   layout:
21887     layout: "plot-hdrh-latency-percentile"
21888
21889 - type: "plot"
21890   title: "Latency: 3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat-percentile"
21891   graph-title: "3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
21892   algorithm: "plot_lat_hdrh_percentile"
21893   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat-percentile"
21894   data: "plot-vpp-hdrh-lat-3n-skx"
21895   include:
21896     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21897     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
21898     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21899     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
21900     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21901   layout:
21902     layout: "plot-hdrh-latency-percentile"
21903
21904 - type: "plot"
21905   title: "Latency: 2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
21906   graph-title: "2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
21907   algorithm: "plot_lat_hdrh_percentile"
21908   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
21909   data: "plot-vpp-hdrh-lat-2n-skx"
21910   include:
21911     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
21912     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
21913     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
21914     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
21915     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
21916   layout:
21917     layout: "plot-hdrh-latency-percentile"
21918
21919 - type: "plot"
21920   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
21921   graph-title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
21922   algorithm: "plot_lat_hdrh_percentile"
21923   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
21924   data: "plot-vpp-hdrh-lat-2n-skx"
21925   include:
21926     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
21927     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
21928     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
21929     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
21930   layout:
21931     layout: "plot-hdrh-latency-percentile"
21932
21933 - type: "plot"
21934   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
21935   graph-title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
21936   algorithm: "plot_lat_hdrh_percentile"
21937   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
21938   data: "plot-vpp-hdrh-lat-2n-skx"
21939   include:
21940     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
21941     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
21942     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
21943     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
21944     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
21945   layout:
21946     layout: "plot-hdrh-latency-percentile"
21947
21948 - type: "plot"
21949   title: "Latency: 2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
21950   graph-title: "2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
21951   algorithm: "plot_lat_hdrh_percentile"
21952   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
21953   data: "plot-vpp-hdrh-lat-2n-skx"
21954   include:
21955     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
21956     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21957     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21958     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21959     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21960     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
21961   layout:
21962     layout: "plot-hdrh-latency-percentile"
21963
21964 - type: "plot"
21965   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
21966   graph-title: "3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr"
21967   algorithm: "plot_lat_hdrh_percentile"
21968   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
21969   data: "plot-vpp-hdrh-lat-3n-hsw"
21970   include:
21971     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
21972     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
21973     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
21974   layout:
21975     layout: "plot-hdrh-latency-percentile"
21976
21977 - type: "plot"
21978   title: "Latency: 3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
21979   graph-title: "3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
21980   algorithm: "plot_lat_hdrh_percentile"
21981   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
21982   data: "plot-vpp-hdrh-lat-3n-skx"
21983   include:
21984     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
21985     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
21986     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
21987     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
21988     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
21989   layout:
21990     layout: "plot-hdrh-latency-percentile"
21991
21992 - type: "plot"
21993   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
21994   graph-title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
21995   algorithm: "plot_lat_hdrh_percentile"
21996   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
21997   data: "plot-vpp-hdrh-lat-3n-skx"
21998   include:
21999     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
22000     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
22001     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
22002     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
22003   layout:
22004     layout: "plot-hdrh-latency-percentile"
22005
22006 - type: "plot"
22007   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
22008   graph-title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
22009   algorithm: "plot_lat_hdrh_percentile"
22010   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
22011   data: "plot-vpp-hdrh-lat-3n-skx"
22012   include:
22013     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
22014     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
22015     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
22016     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
22017     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
22018   layout:
22019     layout: "plot-hdrh-latency-percentile"
22020
22021 - type: "plot"
22022   title: "Latency: 3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
22023   graph-title: "3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
22024   algorithm: "plot_lat_hdrh_percentile"
22025   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
22026   data: "plot-vpp-hdrh-lat-3n-skx"
22027   include:
22028     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
22029     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22030     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
22031     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
22032     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
22033     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
22034   layout:
22035     layout: "plot-hdrh-latency-percentile"
22036
22037 - type: "plot"
22038   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr-hdrh-lat-percentile"
22039   graph-title: "3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr"
22040   algorithm: "plot_lat_hdrh_percentile"
22041   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr-hdrh-lat-percentile"
22042   data: "plot-vpp-hdrh-lat-3n-hsw"
22043   include:
22044     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t2c-ethip4vxlan-l2xcbase-ndrpdr"
22045     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
22046   layout:
22047     layout: "plot-hdrh-latency-percentile"
22048
22049 - type: "plot"
22050   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat-percentile"
22051   graph-title: "3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr"
22052   algorithm: "plot_lat_hdrh_percentile"
22053   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat-percentile"
22054   data: "plot-vpp-hdrh-lat-3n-skx"
22055   include:
22056     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t2c-ethip4vxlan-l2xcbase-ndrpdr"
22057     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
22058     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
22059     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
22060   layout:
22061     layout: "plot-hdrh-latency-percentile"
22062
22063 - type: "plot"
22064   title: "Latency: 2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
22065   graph-title: "2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
22066   algorithm: "plot_lat_hdrh_percentile"
22067   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
22068   data: "plot-vpp-hdrh-lat-2n-skx"
22069   include:
22070     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
22071     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
22072     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
22073   layout:
22074     layout: "plot-hdrh-latency-percentile"
22075
22076 - type: "plot"
22077   title: "Latency: 2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
22078   graph-title: "2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
22079   algorithm: "plot_lat_hdrh_percentile"
22080   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
22081   data: "plot-vpp-hdrh-lat-2n-skx"
22082   include:
22083     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
22084     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
22085     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
22086     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
22087     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
22088   layout:
22089     layout: "plot-hdrh-latency-percentile"
22090
22091 - type: "plot"
22092   title: "Latency: 3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
22093   graph-title: "3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr"
22094   algorithm: "plot_lat_hdrh_percentile"
22095   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
22096   data: "plot-vpp-hdrh-lat-3n-hsw"
22097   include:
22098     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
22099     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
22100     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
22101   layout:
22102     layout: "plot-hdrh-latency-percentile"
22103
22104 - type: "plot"
22105   title: "Latency: 3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
22106   graph-title: "3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
22107   algorithm: "plot_lat_hdrh_percentile"
22108   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
22109   data: "plot-vpp-hdrh-lat-3n-skx"
22110   include:
22111     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
22112     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
22113     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
22114   layout:
22115     layout: "plot-hdrh-latency-percentile"
22116
22117 - type: "plot"
22118   title: "Latency: 3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
22119   graph-title: "3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
22120   algorithm: "plot_lat_hdrh_percentile"
22121   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
22122   data: "plot-vpp-hdrh-lat-3n-skx"
22123   include:
22124     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
22125     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
22126     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
22127     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
22128     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
22129   layout:
22130     layout: "plot-hdrh-latency-percentile"
22131
22132 - type: "plot"
22133   title: "Latency: 2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
22134   graph-title: "2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
22135   algorithm: "plot_lat_hdrh_percentile"
22136   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
22137   data: "plot-vpp-hdrh-lat-2n-skx"
22138   include:
22139     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
22140     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22141     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
22142     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
22143     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
22144     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
22145   layout:
22146     layout: "plot-hdrh-latency-percentile"
22147
22148 - type: "plot"
22149   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat-percentile"
22150   graph-title: "2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
22151   algorithm: "plot_lat_hdrh_percentile"
22152   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat-percentile"
22153   data: "plot-vpp-hdrh-lat-2n-skx"
22154   include:
22155     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
22156     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
22157     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22158     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
22159   layout:
22160     layout: "plot-hdrh-latency-percentile"
22161
22162 - type: "plot"
22163   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
22164   graph-title: "2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
22165   algorithm: "plot_lat_hdrh_percentile"
22166   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
22167   data: "plot-vpp-hdrh-lat-2n-skx"
22168   include:
22169     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
22170     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
22171     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
22172     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
22173     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
22174   layout:
22175     layout: "plot-hdrh-latency-percentile"
22176
22177 - type: "plot"
22178   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
22179   graph-title: "2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
22180   algorithm: "plot_lat_hdrh_percentile"
22181   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
22182   data: "plot-vpp-hdrh-lat-2n-skx"
22183   include:
22184     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
22185     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
22186     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
22187     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
22188   layout:
22189     layout: "plot-hdrh-latency-percentile"
22190
22191 - type: "plot"
22192   title: "Latency: 3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
22193   graph-title: "3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr"
22194   algorithm: "plot_lat_hdrh_percentile"
22195   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
22196   data: "plot-vpp-hdrh-lat-3n-hsw"
22197   include:
22198     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
22199     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
22200     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
22201     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
22202     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
22203     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
22204   layout:
22205     layout: "plot-hdrh-latency-percentile"
22206
22207 - type: "plot"
22208   title: "Latency: 3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
22209   graph-title: "3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
22210   algorithm: "plot_lat_hdrh_percentile"
22211   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
22212   data: "plot-vpp-hdrh-lat-3n-skx"
22213   include:
22214     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
22215     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
22216     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
22217     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
22218     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
22219   layout:
22220     layout: "plot-hdrh-latency-percentile"
22221
22222 - type: "plot"
22223   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat-percentile"
22224   graph-title: "3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
22225   algorithm: "plot_lat_hdrh_percentile"
22226   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat-percentile"
22227   data: "plot-vpp-hdrh-lat-3n-skx"
22228   include:
22229     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
22230     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
22231     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
22232   layout:
22233     layout: "plot-hdrh-latency-percentile"
22234
22235 - type: "plot"
22236   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
22237   graph-title: "3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
22238   algorithm: "plot_lat_hdrh_percentile"
22239   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
22240   data: "plot-vpp-hdrh-lat-3n-skx"
22241   include:
22242     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
22243     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
22244     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
22245     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
22246   layout:
22247     layout: "plot-hdrh-latency-percentile"
22248
22249 - type: "plot"
22250   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
22251   graph-title: "3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
22252   algorithm: "plot_lat_hdrh_percentile"
22253   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
22254   data: "plot-vpp-hdrh-lat-3n-skx"
22255   include:
22256     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
22257     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
22258     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
22259     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
22260     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
22261     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
22262   layout:
22263     layout: "plot-hdrh-latency-percentile"
22264
22265 - type: "plot"
22266   title: "Latency: 3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr-hdrh-lat-percentile"
22267   graph-title: "3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr"
22268   algorithm: "plot_lat_hdrh_percentile"
22269   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr-hdrh-lat-percentile"
22270   data: "plot-vpp-hdrh-lat-3n-skx"
22271   include:
22272     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
22273     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
22274     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
22275     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
22276     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
22277     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
22278   layout:
22279     layout: "plot-hdrh-latency-percentile"
22280
22281 - type: "plot"
22282   title: "Latency: 3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr-hdrh-lat-percentile"
22283   graph-title: "3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr"
22284   algorithm: "plot_lat_hdrh_percentile"
22285   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr-hdrh-lat-percentile"
22286   data: "plot-vpp-hdrh-lat-3n-hsw"
22287   include:
22288     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
22289     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
22290     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
22291     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
22292     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
22293     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
22294   layout:
22295     layout: "plot-hdrh-latency-percentile"
22296
22297 - type: "plot"
22298   title: "Latency: 3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr-hdrh-lat-percentile"
22299   graph-title: "3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr"
22300   algorithm: "plot_lat_hdrh_percentile"
22301   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr-hdrh-lat-percentile"
22302   data: "plot-vpp-hdrh-lat-3n-skx"
22303   include:
22304     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
22305     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
22306     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
22307     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
22308     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
22309     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
22310   layout:
22311     layout: "plot-hdrh-latency-percentile"
22312
22313 - type: "plot"
22314   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-hdrh-lat-percentile"
22315   graph-title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
22316   algorithm: "plot_lat_hdrh_percentile"
22317   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-hdrh-lat-percentile"
22318   data: "plot-vpp-hdrh-lat-2n-skx"
22319   include:
22320     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22321     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22322     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22323     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22324   layout:
22325     layout: "plot-hdrh-latency-percentile"
22326
22327 - type: "plot"
22328   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
22329   graph-title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
22330   algorithm: "plot_lat_hdrh_percentile"
22331   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
22332   data: "plot-vpp-hdrh-lat-2n-skx"
22333   include:
22334     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22335     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22336     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22337     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
22338   layout:
22339     layout: "plot-hdrh-latency-percentile"
22340
22341 - type: "plot"
22342   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr-hdrh-lat-percentile"
22343   graph-title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
22344   algorithm: "plot_lat_hdrh_percentile"
22345   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr-hdrh-lat-percentile"
22346   data: "plot-vpp-hdrh-lat-3n-hsw"
22347   include:
22348     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22349     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22350     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22351     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22352   layout:
22353     layout: "plot-hdrh-latency-percentile"
22354
22355 - type: "plot"
22356   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
22357   graph-title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr"
22358   algorithm: "plot_lat_hdrh_percentile"
22359   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
22360   data: "plot-vpp-hdrh-lat-3n-hsw"
22361   include:
22362     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22363     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22364     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22365     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
22366   layout:
22367     layout: "plot-hdrh-latency-percentile"
22368
22369 - type: "plot"
22370   title: "Latency: 3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-hdrh-lat-percentile"
22371   graph-title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
22372   algorithm: "plot_lat_hdrh_percentile"
22373   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-hdrh-lat-percentile"
22374   data: "plot-vpp-hdrh-lat-3n-skx"
22375   include:
22376     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22377     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22378     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22379     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22380   layout:
22381     layout: "plot-hdrh-latency-percentile"
22382
22383 - type: "plot"
22384   title: "Latency: 3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
22385   graph-title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
22386   algorithm: "plot_lat_hdrh_percentile"
22387   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
22388   data: "plot-vpp-hdrh-lat-3n-skx"
22389   include:
22390     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22391     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22392     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22393     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22394   layout:
22395     layout: "plot-hdrh-latency-percentile"
22396
22397 - type: "plot"
22398   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-hdrh-lat-percentile"
22399   graph-title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
22400   algorithm: "plot_lat_hdrh_percentile"
22401   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-hdrh-lat-percentile"
22402   data: "plot-vpp-hdrh-lat-3n-skx"
22403   include:
22404     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22405     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22406     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22407     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22408     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22409   layout:
22410     layout: "plot-hdrh-latency-percentile"
22411
22412 - type: "plot"
22413   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
22414   graph-title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
22415   algorithm: "plot_lat_hdrh_percentile"
22416   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
22417   data: "plot-vpp-hdrh-lat-3n-skx"
22418   include:
22419     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22420     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22421     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22422     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22423     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
22424   layout:
22425     layout: "plot-hdrh-latency-percentile"
22426
22427 - type: "plot"
22428   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-hdrh-lat-percentile"
22429   graph-title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
22430   algorithm: "plot_lat_hdrh_percentile"
22431   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-hdrh-lat-percentile"
22432   data: "plot-vpp-hdrh-lat-3n-skx"
22433   include:
22434     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22435     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22436     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22437     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22438     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22439     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22440   layout:
22441     layout: "plot-hdrh-latency-percentile"
22442
22443 - type: "plot"
22444   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
22445   graph-title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
22446   algorithm: "plot_lat_hdrh_percentile"
22447   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
22448   data: "plot-vpp-hdrh-lat-3n-skx"
22449   include:
22450     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22451     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22452     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22453     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22454     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22455     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22456   layout:
22457     layout: "plot-hdrh-latency-percentile"
22458
22459 - type: "plot"
22460   title: "Latency: 3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr-hdrh-lat-percentile"
22461   graph-title: "3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr"
22462   algorithm: "plot_lat_hdrh_percentile"
22463   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr-hdrh-lat-percentile"
22464   data: "plot-vpp-hdrh-lat-3n-tsh"
22465   include:
22466     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
22467     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
22468     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22469     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
22470     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
22471   layout:
22472     layout: "plot-hdrh-latency-percentile"
22473
22474 - type: "plot"
22475   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat-percentile"
22476   graph-title: "3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr"
22477   algorithm: "plot_lat_hdrh_percentile"
22478   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat-percentile"
22479   data: "plot-vpp-hdrh-lat-3n-tsh"
22480   include:
22481     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
22482     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
22483     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t2c-ethip4-ip4scale20k-ndrpdr"
22484     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t2c-ethip4-ip4scale200k-ndrpdr"
22485     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
22486   layout:
22487     layout: "plot-hdrh-latency-percentile"
22488
22489 - type: "plot"
22490   title: "Latency: 3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr-hdrh-lat-percentile"
22491   graph-title: "3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr"
22492   algorithm: "plot_lat_hdrh_percentile"
22493   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr-hdrh-lat-percentile"
22494   data: "plot-vpp-hdrh-lat-3n-tsh"
22495   include:
22496     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
22497     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22498     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
22499     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
22500     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
22501     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t2c-ethip4udp-ip4base-nat44-ndrpdr"
22502   layout:
22503     layout: "plot-hdrh-latency-percentile"
22504
22505 - type: "plot"
22506   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat-percentile"
22507   graph-title: "3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr"
22508   algorithm: "plot_lat_hdrh_percentile"
22509   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat-percentile"
22510   data: "plot-vpp-hdrh-lat-3n-tsh"
22511   include:
22512     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t2c-ethip4vxlan-l2xcbase-ndrpdr"
22513     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
22514     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
22515     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
22516   layout:
22517     layout: "plot-hdrh-latency-percentile"
22518
22519 - type: "plot"
22520   title: "Latency: 3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat-percentile"
22521   graph-title: "3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr"
22522   algorithm: "plot_lat_hdrh_percentile"
22523   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat-percentile"
22524   data: "plot-vpp-hdrh-lat-3n-tsh"
22525   include:
22526     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
22527     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
22528     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t2c-ethip6-ip6scale20k-ndrpdr"
22529     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t2c-ethip6-ip6scale200k-ndrpdr"
22530     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
22531   layout:
22532     layout: "plot-hdrh-latency-percentile"
22533
22534 - type: "plot"
22535   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr-hdrh-lat-percentile"
22536   graph-title: "3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr"
22537   algorithm: "plot_lat_hdrh_percentile"
22538   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr-hdrh-lat-percentile"
22539   data: "plot-vpp-hdrh-lat-3n-tsh"
22540   include:
22541     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
22542     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
22543     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
22544     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
22545   layout:
22546     layout: "plot-hdrh-latency-percentile"
22547
22548 - type: "plot"
22549   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr-hdrh-lat-percentile"
22550   graph-title: "3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr"
22551   algorithm: "plot_lat_hdrh_percentile"
22552   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr-hdrh-lat-percentile"
22553   data: "plot-vpp-hdrh-lat-3n-tsh"
22554   include:
22555     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
22556     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
22557     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
22558     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale10kmaclrn-ndrpdr"
22559     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale100kmaclrn-ndrpdr"
22560     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
22561   layout:
22562     layout: "plot-hdrh-latency-percentile"
22563
22564 - type: "plot"
22565   title: "Latency: 3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr-hdrh-lat-percentile"
22566   graph-title: "3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr"
22567   algorithm: "plot_lat_hdrh_percentile"
22568   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr-hdrh-lat-percentile"
22569   data: "plot-vpp-hdrh-lat-3n-tsh"
22570   include:
22571     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
22572     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
22573     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
22574     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
22575     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
22576     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
22577   layout:
22578     layout: "plot-hdrh-latency-percentile"
22579
22580 - type: "plot"
22581   title: "Latency: 3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat-percentile"
22582   graph-title: "3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr"
22583   algorithm: "plot_lat_hdrh_percentile"
22584   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat-percentile"
22585   data: "plot-vpp-hdrh-lat-3n-tsh"
22586   include:
22587     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
22588     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
22589     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
22590     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
22591     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
22592     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
22593   layout:
22594     layout: "plot-hdrh-latency-percentile"
22595
22596 - type: "plot"
22597   title: "Latency: 3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr-hdrh-lat-percentile"
22598   graph-title: "3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr"
22599   algorithm: "plot_lat_hdrh_percentile"
22600   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr-hdrh-lat-percentile"
22601   data: "plot-vpp-hdrh-lat-3n-tsh"
22602   include:
22603     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22604     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22605     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22606     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22607     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22608   layout:
22609     layout: "plot-hdrh-latency-percentile"
22610
22611 - type: "plot"
22612   title: "Latency: 3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat-percentile"
22613   graph-title: "3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr"
22614   algorithm: "plot_lat_hdrh_percentile"
22615   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat-percentile"
22616   data: "plot-vpp-hdrh-lat-3n-tsh"
22617   include:
22618     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22619     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22620     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22621     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22622     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22623     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22624   layout:
22625     layout: "plot-hdrh-latency-percentile"
22626
22627 - type: "plot"
22628   title: "Latency: 2n-clx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat-percentile"
22629   graph-title: "2n-clx-xxv710-64b-4t2c-memif-base-i40e-ndr"
22630   algorithm: "plot_lat_hdrh_percentile"
22631   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat-percentile"
22632   data: "plot-vpp-hdrh-lat-2n-clx"
22633   include:
22634     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
22635     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22636     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22637     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
22638   layout:
22639     layout: "plot-hdrh-latency-percentile"
22640
22641 - type: "plot"
22642   title: "Latency: 2n-clx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
22643   graph-title: "2n-clx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
22644   algorithm: "plot_lat_hdrh_percentile"
22645   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
22646   data: "plot-vpp-hdrh-lat-2n-clx"
22647   include:
22648     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
22649     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
22650     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
22651     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
22652     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
22653   layout:
22654     layout: "plot-hdrh-latency-percentile"
22655
22656 - type: "plot"
22657   title: "Latency: 2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
22658   graph-title: "2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
22659   algorithm: "plot_lat_hdrh_percentile"
22660   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
22661   data: "plot-vpp-hdrh-lat-2n-clx"
22662   include:
22663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
22664     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
22665     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
22666     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
22667   layout:
22668     layout: "plot-hdrh-latency-percentile"
22669
22670 - type: "plot"
22671   title: "Latency: 2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
22672   graph-title: "2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
22673   algorithm: "plot_lat_hdrh_percentile"
22674   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
22675   data: "plot-vpp-hdrh-lat-2n-clx"
22676   include:
22677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
22678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
22679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
22680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
22681     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
22682   layout:
22683     layout: "plot-hdrh-latency-percentile"
22684
22685 - type: "plot"
22686   title: "Latency: 2n-clx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
22687   graph-title: "2n-clx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
22688   algorithm: "plot_lat_hdrh_percentile"
22689   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
22690   data: "plot-vpp-hdrh-lat-2n-clx"
22691   include:
22692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
22693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
22695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
22696     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
22697     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
22698   layout:
22699     layout: "plot-hdrh-latency-percentile"
22700
22701 - type: "plot"
22702   title: "Latency: 2n-clx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
22703   graph-title: "2n-clx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
22704   algorithm: "plot_lat_hdrh_percentile"
22705   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
22706   data: "plot-vpp-hdrh-lat-2n-clx"
22707   include:
22708     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
22709     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
22710     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
22711   layout:
22712     layout: "plot-hdrh-latency-percentile"
22713
22714 - type: "plot"
22715   title: "Latency: 2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
22716   graph-title: "2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
22717   algorithm: "plot_lat_hdrh_percentile"
22718   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
22719   data: "plot-vpp-hdrh-lat-2n-clx"
22720   include:
22721     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
22722     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
22723     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
22724     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
22725     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
22726   layout:
22727     layout: "plot-hdrh-latency-percentile"
22728
22729 - type: "plot"
22730   title: "Latency: 2n-clx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
22731   graph-title: "2n-clx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
22732   algorithm: "plot_lat_hdrh_percentile"
22733   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
22734   data: "plot-vpp-hdrh-lat-2n-clx"
22735   include:
22736     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
22737     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22738     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
22739     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
22740     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
22741     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
22742   layout:
22743     layout: "plot-hdrh-latency-percentile"
22744
22745 - type: "plot"
22746   title: "Latency: 2n-clx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat-percentile"
22747   graph-title: "2n-clx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
22748   algorithm: "plot_lat_hdrh_percentile"
22749   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat-percentile"
22750   data: "plot-vpp-hdrh-lat-2n-clx"
22751   include:
22752     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
22753     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
22754     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22755     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
22756   layout:
22757     layout: "plot-hdrh-latency-percentile"
22758
22759 - type: "plot"
22760   title: "Latency: 2n-clx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
22761   graph-title: "2n-clx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
22762   algorithm: "plot_lat_hdrh_percentile"
22763   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
22764   data: "plot-vpp-hdrh-lat-2n-clx"
22765   include:
22766     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
22767     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
22768     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
22769     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
22770     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
22771   layout:
22772     layout: "plot-hdrh-latency-percentile"
22773
22774 - type: "plot"
22775   title: "Latency: 2n-clx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
22776   graph-title: "2n-clx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
22777   algorithm: "plot_lat_hdrh_percentile"
22778   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
22779   data: "plot-vpp-hdrh-lat-2n-clx"
22780   include:
22781     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
22782     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
22783     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
22784     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
22785   layout:
22786     layout: "plot-hdrh-latency-percentile"
22787
22788 - type: "plot"
22789   title: "Latency: 2n-clx-xxv710-64b-4t2c-vhost-base-i40e-ndr-hdrh-lat-percentile"
22790   graph-title: "2n-clx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
22791   algorithm: "plot_lat_hdrh_percentile"
22792   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-vhost-base-i40e-ndr-hdrh-lat-percentile"
22793   data: "plot-vpp-hdrh-lat-2n-clx"
22794   include:
22795     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22796     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22797     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22798     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22799   layout:
22800     layout: "plot-hdrh-latency-percentile"
22801
22802 - type: "plot"
22803   title: "Latency: 2n-clx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
22804   graph-title: "2n-clx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
22805   algorithm: "plot_lat_hdrh_percentile"
22806   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
22807   data: "plot-vpp-hdrh-lat-2n-clx"
22808   include:
22809     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22810     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22811     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22812     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
22813   layout:
22814     layout: "plot-hdrh-latency-percentile"
22815
22816 ################################################################################
22817
22818 # HDRHistogram Packet Latency Percentile 4C
22819
22820 - type: "plot"
22821   title: "Latency: 2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat-percentile"
22822   graph-title: "2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
22823   algorithm: "plot_lat_hdrh_percentile"
22824   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat-percentile"
22825   data: "plot-vpp-hdrh-lat-2n-skx"
22826   include:
22827     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
22828     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22829     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22830     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
22831   layout:
22832     layout: "plot-hdrh-latency-percentile"
22833
22834 - type: "plot"
22835   title: "Latency: 3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat-percentile"
22836   graph-title: "3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
22837   algorithm: "plot_lat_hdrh_percentile"
22838   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat-percentile"
22839   data: "plot-vpp-hdrh-lat-3n-skx"
22840   include:
22841     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
22842     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
22843     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22844     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
22845     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
22846   layout:
22847     layout: "plot-hdrh-latency-percentile"
22848
22849 - type: "plot"
22850   title: "Latency: 2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
22851   graph-title: "2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
22852   algorithm: "plot_lat_hdrh_percentile"
22853   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
22854   data: "plot-vpp-hdrh-lat-2n-skx"
22855   include:
22856     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
22857     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
22858     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
22859     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
22860     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
22861   layout:
22862     layout: "plot-hdrh-latency-percentile"
22863
22864 - type: "plot"
22865   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
22866   graph-title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
22867   algorithm: "plot_lat_hdrh_percentile"
22868   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
22869   data: "plot-vpp-hdrh-lat-2n-skx"
22870   include:
22871     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
22872     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
22873     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
22874     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
22875   layout:
22876     layout: "plot-hdrh-latency-percentile"
22877
22878 - type: "plot"
22879   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
22880   graph-title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
22881   algorithm: "plot_lat_hdrh_percentile"
22882   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
22883   data: "plot-vpp-hdrh-lat-2n-skx"
22884   include:
22885     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
22886     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
22887     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
22888     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
22889     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
22890   layout:
22891     layout: "plot-hdrh-latency-percentile"
22892
22893 - type: "plot"
22894   title: "Latency: 2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
22895   graph-title: "2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
22896   algorithm: "plot_lat_hdrh_percentile"
22897   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
22898   data: "plot-vpp-hdrh-lat-2n-skx"
22899   include:
22900     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
22901     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22902     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
22903     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
22904     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
22905     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
22906   layout:
22907     layout: "plot-hdrh-latency-percentile"
22908
22909 - type: "plot"
22910   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
22911   graph-title: "3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr"
22912   algorithm: "plot_lat_hdrh_percentile"
22913   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
22914   data: "plot-vpp-hdrh-lat-3n-hsw"
22915   include:
22916     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
22917     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
22918     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
22919   layout:
22920     layout: "plot-hdrh-latency-percentile"
22921
22922 - type: "plot"
22923   title: "Latency: 3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
22924   graph-title: "3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
22925   algorithm: "plot_lat_hdrh_percentile"
22926   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
22927   data: "plot-vpp-hdrh-lat-3n-skx"
22928   include:
22929     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
22930     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
22931     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
22932     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
22933     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
22934   layout:
22935     layout: "plot-hdrh-latency-percentile"
22936
22937 - type: "plot"
22938   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
22939   graph-title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
22940   algorithm: "plot_lat_hdrh_percentile"
22941   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
22942   data: "plot-vpp-hdrh-lat-3n-skx"
22943   include:
22944     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
22945     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
22946     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
22947     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
22948   layout:
22949     layout: "plot-hdrh-latency-percentile"
22950
22951 - type: "plot"
22952   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
22953   graph-title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
22954   algorithm: "plot_lat_hdrh_percentile"
22955   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
22956   data: "plot-vpp-hdrh-lat-3n-skx"
22957   include:
22958     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
22959     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
22960     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
22961     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
22962     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
22963   layout:
22964     layout: "plot-hdrh-latency-percentile"
22965
22966 - type: "plot"
22967   title: "Latency: 3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
22968   graph-title: "3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
22969   algorithm: "plot_lat_hdrh_percentile"
22970   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
22971   data: "plot-vpp-hdrh-lat-3n-skx"
22972   include:
22973     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
22974     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22975     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
22976     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
22977     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
22978     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
22979   layout:
22980     layout: "plot-hdrh-latency-percentile"
22981
22982 - type: "plot"
22983   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr-hdrh-lat-percentile"
22984   graph-title: "3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr"
22985   algorithm: "plot_lat_hdrh_percentile"
22986   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr-hdrh-lat-percentile"
22987   data: "plot-vpp-hdrh-lat-3n-hsw"
22988   include:
22989     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t4c-ethip4vxlan-l2xcbase-ndrpdr"
22990     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
22991   layout:
22992     layout: "plot-hdrh-latency-percentile"
22993
22994 - type: "plot"
22995   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat-percentile"
22996   graph-title: "3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr"
22997   algorithm: "plot_lat_hdrh_percentile"
22998   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat-percentile"
22999   data: "plot-vpp-hdrh-lat-3n-skx"
23000   include:
23001     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-8t4c-ethip4vxlan-l2xcbase-ndrpdr"
23002     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
23003     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
23004     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
23005   layout:
23006     layout: "plot-hdrh-latency-percentile"
23007
23008 - type: "plot"
23009   title: "Latency: 2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23010   graph-title: "2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
23011   algorithm: "plot_lat_hdrh_percentile"
23012   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23013   data: "plot-vpp-hdrh-lat-2n-skx"
23014   include:
23015     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
23016     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
23017     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
23018   layout:
23019     layout: "plot-hdrh-latency-percentile"
23020
23021 - type: "plot"
23022   title: "Latency: 2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23023   graph-title: "2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
23024   algorithm: "plot_lat_hdrh_percentile"
23025   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23026   data: "plot-vpp-hdrh-lat-2n-skx"
23027   include:
23028     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
23029     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
23030     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
23031     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
23032     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
23033   layout:
23034     layout: "plot-hdrh-latency-percentile"
23035
23036 - type: "plot"
23037   title: "Latency: 3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23038   graph-title: "3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr"
23039   algorithm: "plot_lat_hdrh_percentile"
23040   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23041   data: "plot-vpp-hdrh-lat-3n-hsw"
23042   include:
23043     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
23044     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
23045     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
23046   layout:
23047     layout: "plot-hdrh-latency-percentile"
23048
23049 - type: "plot"
23050   title: "Latency: 3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23051   graph-title: "3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
23052   algorithm: "plot_lat_hdrh_percentile"
23053   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23054   data: "plot-vpp-hdrh-lat-3n-skx"
23055   include:
23056     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
23057     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
23058     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
23059   layout:
23060     layout: "plot-hdrh-latency-percentile"
23061
23062 - type: "plot"
23063   title: "Latency: 3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23064   graph-title: "3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
23065   algorithm: "plot_lat_hdrh_percentile"
23066   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23067   data: "plot-vpp-hdrh-lat-3n-skx"
23068   include:
23069     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
23070     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
23071     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
23072     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
23073     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
23074   layout:
23075     layout: "plot-hdrh-latency-percentile"
23076
23077 - type: "plot"
23078   title: "Latency: 2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
23079   graph-title: "2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
23080   algorithm: "plot_lat_hdrh_percentile"
23081   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
23082   data: "plot-vpp-hdrh-lat-2n-skx"
23083   include:
23084     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
23085     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
23086     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
23087     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
23088     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
23089     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
23090   layout:
23091     layout: "plot-hdrh-latency-percentile"
23092
23093 - type: "plot"
23094   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat-percentile"
23095   graph-title: "2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
23096   algorithm: "plot_lat_hdrh_percentile"
23097   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat-percentile"
23098   data: "plot-vpp-hdrh-lat-2n-skx"
23099   include:
23100     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
23101     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
23102     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
23103     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
23104   layout:
23105     layout: "plot-hdrh-latency-percentile"
23106
23107 - type: "plot"
23108   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
23109   graph-title: "2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
23110   algorithm: "plot_lat_hdrh_percentile"
23111   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
23112   data: "plot-vpp-hdrh-lat-2n-skx"
23113   include:
23114     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
23115     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
23116     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
23117     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
23118     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
23119   layout:
23120     layout: "plot-hdrh-latency-percentile"
23121
23122 - type: "plot"
23123   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
23124   graph-title: "2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
23125   algorithm: "plot_lat_hdrh_percentile"
23126   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
23127   data: "plot-vpp-hdrh-lat-2n-skx"
23128   include:
23129     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
23130     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
23131     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
23132     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
23133   layout:
23134     layout: "plot-hdrh-latency-percentile"
23135
23136 - type: "plot"
23137   title: "Latency: 3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
23138   graph-title: "3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr"
23139   algorithm: "plot_lat_hdrh_percentile"
23140   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
23141   data: "plot-vpp-hdrh-lat-3n-hsw"
23142   include:
23143     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
23144     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
23145     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
23146     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
23147     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
23148     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
23149   layout:
23150     layout: "plot-hdrh-latency-percentile"
23151
23152 - type: "plot"
23153   title: "Latency: 3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
23154   graph-title: "3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
23155   algorithm: "plot_lat_hdrh_percentile"
23156   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
23157   data: "plot-vpp-hdrh-lat-3n-skx"
23158   include:
23159     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
23160     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
23161     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
23162     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
23163     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
23164   layout:
23165     layout: "plot-hdrh-latency-percentile"
23166
23167 - type: "plot"
23168   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat-percentile"
23169   graph-title: "3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
23170   algorithm: "plot_lat_hdrh_percentile"
23171   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat-percentile"
23172   data: "plot-vpp-hdrh-lat-3n-skx"
23173   include:
23174     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
23175     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
23176     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
23177   layout:
23178     layout: "plot-hdrh-latency-percentile"
23179
23180 - type: "plot"
23181   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
23182   graph-title: "3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
23183   algorithm: "plot_lat_hdrh_percentile"
23184   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
23185   data: "plot-vpp-hdrh-lat-3n-skx"
23186   include:
23187     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
23188     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
23189     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
23190     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
23191   layout:
23192     layout: "plot-hdrh-latency-percentile"
23193
23194 - type: "plot"
23195   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
23196   graph-title: "3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
23197   algorithm: "plot_lat_hdrh_percentile"
23198   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
23199   data: "plot-vpp-hdrh-lat-3n-skx"
23200   include:
23201     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
23202     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
23203     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
23204     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
23205     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
23206     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
23207   layout:
23208     layout: "plot-hdrh-latency-percentile"
23209
23210 - type: "plot"
23211   title: "Latency: 3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr-hdrh-lat-percentile"
23212   graph-title: "3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr"
23213   algorithm: "plot_lat_hdrh_percentile"
23214   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr-hdrh-lat-percentile"
23215   data: "plot-vpp-hdrh-lat-3n-skx"
23216   include:
23217     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
23218     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
23219     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
23220     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
23221     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
23222     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
23223   layout:
23224     layout: "plot-hdrh-latency-percentile"
23225
23226 - type: "plot"
23227   title: "Latency: 3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr-hdrh-lat-percentile"
23228   graph-title: "3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr"
23229   algorithm: "plot_lat_hdrh_percentile"
23230   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr-hdrh-lat-percentile"
23231   data: "plot-vpp-hdrh-lat-3n-hsw"
23232   include:
23233     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
23234     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
23235     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
23236     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
23237     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
23238     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
23239   layout:
23240     layout: "plot-hdrh-latency-percentile"
23241
23242 - type: "plot"
23243   title: "Latency: 3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr-hdrh-lat-percentile"
23244   graph-title: "3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr"
23245   algorithm: "plot_lat_hdrh_percentile"
23246   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr-hdrh-lat-percentile"
23247   data: "plot-vpp-hdrh-lat-3n-skx"
23248   include:
23249     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-8t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
23250     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
23251     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
23252     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
23253     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
23254     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
23255   layout:
23256     layout: "plot-hdrh-latency-percentile"
23257
23258 - type: "plot"
23259   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-hdrh-lat-percentile"
23260   graph-title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
23261   algorithm: "plot_lat_hdrh_percentile"
23262   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-hdrh-lat-percentile"
23263   data: "plot-vpp-hdrh-lat-2n-skx"
23264   include:
23265     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23266     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23267     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23268     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
23269   layout:
23270     layout: "plot-hdrh-latency-percentile"
23271
23272 - type: "plot"
23273   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
23274   graph-title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
23275   algorithm: "plot_lat_hdrh_percentile"
23276   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
23277   data: "plot-vpp-hdrh-lat-2n-skx"
23278   include:
23279     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23280     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23281     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23282     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
23283   layout:
23284     layout: "plot-hdrh-latency-percentile"
23285
23286 - type: "plot"
23287   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr-hdrh-lat-percentile"
23288   graph-title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
23289   algorithm: "plot_lat_hdrh_percentile"
23290   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr-hdrh-lat-percentile"
23291   data: "plot-vpp-hdrh-lat-3n-hsw"
23292   include:
23293     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23294     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23295     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23296     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
23297   layout:
23298     layout: "plot-hdrh-latency-percentile"
23299
23300 - type: "plot"
23301   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
23302   graph-title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr"
23303   algorithm: "plot_lat_hdrh_percentile"
23304   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
23305   data: "plot-vpp-hdrh-lat-3n-hsw"
23306   include:
23307     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23308     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23309     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23310     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
23311   layout:
23312     layout: "plot-hdrh-latency-percentile"
23313
23314 - type: "plot"
23315   title: "Latency: 3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-hdrh-lat-percentile"
23316   graph-title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
23317   algorithm: "plot_lat_hdrh_percentile"
23318   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-hdrh-lat-percentile"
23319   data: "plot-vpp-hdrh-lat-3n-skx"
23320   include:
23321     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23322     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23323     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23324     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23325   layout:
23326     layout: "plot-hdrh-latency-percentile"
23327
23328 - type: "plot"
23329   title: "Latency: 3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
23330   graph-title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
23331   algorithm: "plot_lat_hdrh_percentile"
23332   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
23333   data: "plot-vpp-hdrh-lat-3n-skx"
23334   include:
23335     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23336     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23337     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23338     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23339   layout:
23340     layout: "plot-hdrh-latency-percentile"
23341
23342 - type: "plot"
23343   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-hdrh-lat-percentile"
23344   graph-title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
23345   algorithm: "plot_lat_hdrh_percentile"
23346   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-hdrh-lat-percentile"
23347   data: "plot-vpp-hdrh-lat-3n-skx"
23348   include:
23349     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23350     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23351     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23352     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23353     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
23354   layout:
23355     layout: "plot-hdrh-latency-percentile"
23356
23357 - type: "plot"
23358   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
23359   graph-title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
23360   algorithm: "plot_lat_hdrh_percentile"
23361   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
23362   data: "plot-vpp-hdrh-lat-3n-skx"
23363   include:
23364     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23365     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23366     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23367     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23368     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
23369   layout:
23370     layout: "plot-hdrh-latency-percentile"
23371
23372 - type: "plot"
23373   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-hdrh-lat-percentile"
23374   graph-title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
23375   algorithm: "plot_lat_hdrh_percentile"
23376   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-hdrh-lat-percentile"
23377   data: "plot-vpp-hdrh-lat-3n-skx"
23378   include:
23379     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23380     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23381     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23382     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23383     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23384     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23385   layout:
23386     layout: "plot-hdrh-latency-percentile"
23387
23388 - type: "plot"
23389   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
23390   graph-title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
23391   algorithm: "plot_lat_hdrh_percentile"
23392   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
23393   data: "plot-vpp-hdrh-lat-3n-skx"
23394   include:
23395     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23396     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23397     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23398     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23399     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23400     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23401   layout:
23402     layout: "plot-hdrh-latency-percentile"
23403
23404 - type: "plot"
23405   title: "Latency: 3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr-hdrh-lat-percentile"
23406   graph-title: "3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr"
23407   algorithm: "plot_lat_hdrh_percentile"
23408   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr-hdrh-lat-percentile"
23409   data: "plot-vpp-hdrh-lat-3n-tsh"
23410   include:
23411     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
23412     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
23413     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23414     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
23415     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
23416   layout:
23417     layout: "plot-hdrh-latency-percentile"
23418
23419 - type: "plot"
23420   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat-percentile"
23421   graph-title: "3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr"
23422   algorithm: "plot_lat_hdrh_percentile"
23423   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat-percentile"
23424   data: "plot-vpp-hdrh-lat-3n-tsh"
23425   include:
23426     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
23427     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
23428     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t4c-ethip4-ip4scale20k-ndrpdr"
23429     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t4c-ethip4-ip4scale200k-ndrpdr"
23430     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
23431   layout:
23432     layout: "plot-hdrh-latency-percentile"
23433
23434 - type: "plot"
23435   title: "Latency: 3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr-hdrh-lat-percentile"
23436   graph-title: "3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr"
23437   algorithm: "plot_lat_hdrh_percentile"
23438   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr-hdrh-lat-percentile"
23439   data: "plot-vpp-hdrh-lat-3n-tsh"
23440   include:
23441     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
23442     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
23443     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
23444     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
23445     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
23446     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t4c-ethip4udp-ip4base-nat44-ndrpdr"
23447   layout:
23448     layout: "plot-hdrh-latency-percentile"
23449
23450 - type: "plot"
23451   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat-percentile"
23452   graph-title: "3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr"
23453   algorithm: "plot_lat_hdrh_percentile"
23454   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat-percentile"
23455   data: "plot-vpp-hdrh-lat-3n-tsh"
23456   include:
23457     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t4c-ethip4vxlan-l2xcbase-ndrpdr"
23458     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
23459     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
23460     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
23461   layout:
23462     layout: "plot-hdrh-latency-percentile"
23463
23464 - type: "plot"
23465   title: "Latency: 3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat-percentile"
23466   graph-title: "3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr"
23467   algorithm: "plot_lat_hdrh_percentile"
23468   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat-percentile"
23469   data: "plot-vpp-hdrh-lat-3n-tsh"
23470   include:
23471     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
23472     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
23473     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t4c-ethip6-ip6scale20k-ndrpdr"
23474     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t4c-ethip6-ip6scale200k-ndrpdr"
23475     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
23476   layout:
23477     layout: "plot-hdrh-latency-percentile"
23478
23479 - type: "plot"
23480   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr-hdrh-lat-percentile"
23481   graph-title: "3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr"
23482   algorithm: "plot_lat_hdrh_percentile"
23483   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr-hdrh-lat-percentile"
23484   data: "plot-vpp-hdrh-lat-3n-tsh"
23485   include:
23486     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
23487     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
23488     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
23489     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
23490   layout:
23491     layout: "plot-hdrh-latency-percentile"
23492
23493 - type: "plot"
23494   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr-hdrh-lat-percentile"
23495   graph-title: "3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr"
23496   algorithm: "plot_lat_hdrh_percentile"
23497   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr-hdrh-lat-percentile"
23498   data: "plot-vpp-hdrh-lat-3n-tsh"
23499   include:
23500     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
23501     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
23502     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
23503     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale10kmaclrn-ndrpdr"
23504     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale100kmaclrn-ndrpdr"
23505     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
23506   layout:
23507     layout: "plot-hdrh-latency-percentile"
23508
23509 - type: "plot"
23510   title: "Latency: 3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr-hdrh-lat-percentile"
23511   graph-title: "3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr"
23512   algorithm: "plot_lat_hdrh_percentile"
23513   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr-hdrh-lat-percentile"
23514   data: "plot-vpp-hdrh-lat-3n-tsh"
23515   include:
23516     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
23517     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
23518     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
23519     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
23520     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
23521     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
23522   layout:
23523     layout: "plot-hdrh-latency-percentile"
23524
23525 - type: "plot"
23526   title: "Latency: 3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat-percentile"
23527   graph-title: "3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr"
23528   algorithm: "plot_lat_hdrh_percentile"
23529   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat-percentile"
23530   data: "plot-vpp-hdrh-lat-3n-tsh"
23531   include:
23532     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
23533     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
23534     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
23535     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
23536     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
23537     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
23538   layout:
23539     layout: "plot-hdrh-latency-percentile"
23540
23541 - type: "plot"
23542   title: "Latency: 3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr-hdrh-lat-percentile"
23543   graph-title: "3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr"
23544   algorithm: "plot_lat_hdrh_percentile"
23545   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr-hdrh-lat-percentile"
23546   data: "plot-vpp-hdrh-lat-3n-tsh"
23547   include:
23548     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23549     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23550     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23551     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23552     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
23553   layout:
23554     layout: "plot-hdrh-latency-percentile"
23555
23556 - type: "plot"
23557   title: "Latency: 3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat-percentile"
23558   graph-title: "3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr"
23559   algorithm: "plot_lat_hdrh_percentile"
23560   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat-percentile"
23561   data: "plot-vpp-hdrh-lat-3n-tsh"
23562   include:
23563     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23564     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23565     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23566     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23567     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23568     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23569   layout:
23570     layout: "plot-hdrh-latency-percentile"
23571
23572 - type: "plot"
23573   title: "Latency: 2n-clx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat-percentile"
23574   graph-title: "2n-clx-xxv710-64b-8t4c-memif-base-i40e-ndr"
23575   algorithm: "plot_lat_hdrh_percentile"
23576   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat-percentile"
23577   data: "plot-vpp-hdrh-lat-2n-clx"
23578   include:
23579     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
23580     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23581     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23582     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
23583   layout:
23584     layout: "plot-hdrh-latency-percentile"
23585
23586 - type: "plot"
23587   title: "Latency: 2n-clx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
23588   graph-title: "2n-clx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
23589   algorithm: "plot_lat_hdrh_percentile"
23590   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
23591   data: "plot-vpp-hdrh-lat-2n-clx"
23592   include:
23593     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
23594     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
23595     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
23596     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
23597     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
23598   layout:
23599     layout: "plot-hdrh-latency-percentile"
23600
23601 - type: "plot"
23602   title: "Latency: 2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
23603   graph-title: "2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
23604   algorithm: "plot_lat_hdrh_percentile"
23605   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
23606   data: "plot-vpp-hdrh-lat-2n-clx"
23607   include:
23608     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
23609     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
23610     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
23611     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
23612   layout:
23613     layout: "plot-hdrh-latency-percentile"
23614
23615 - type: "plot"
23616   title: "Latency: 2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23617   graph-title: "2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
23618   algorithm: "plot_lat_hdrh_percentile"
23619   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23620   data: "plot-vpp-hdrh-lat-2n-clx"
23621   include:
23622     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
23623     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
23624     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
23625     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
23626     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
23627   layout:
23628     layout: "plot-hdrh-latency-percentile"
23629
23630 - type: "plot"
23631   title: "Latency: 2n-clx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
23632   graph-title: "2n-clx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
23633   algorithm: "plot_lat_hdrh_percentile"
23634   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
23635   data: "plot-vpp-hdrh-lat-2n-clx"
23636   include:
23637     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
23638     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
23639     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
23640     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
23641     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
23642     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
23643   layout:
23644     layout: "plot-hdrh-latency-percentile"
23645
23646 - type: "plot"
23647   title: "Latency: 2n-clx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23648   graph-title: "2n-clx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
23649   algorithm: "plot_lat_hdrh_percentile"
23650   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23651   data: "plot-vpp-hdrh-lat-2n-clx"
23652   include:
23653     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
23654     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
23655     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
23656   layout:
23657     layout: "plot-hdrh-latency-percentile"
23658
23659 - type: "plot"
23660   title: "Latency: 2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23661   graph-title: "2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
23662   algorithm: "plot_lat_hdrh_percentile"
23663   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23664   data: "plot-vpp-hdrh-lat-2n-clx"
23665   include:
23666     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
23667     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
23668     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
23669     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
23670     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
23671   layout:
23672     layout: "plot-hdrh-latency-percentile"
23673
23674 - type: "plot"
23675   title: "Latency: 2n-clx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
23676   graph-title: "2n-clx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
23677   algorithm: "plot_lat_hdrh_percentile"
23678   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
23679   data: "plot-vpp-hdrh-lat-2n-clx"
23680   include:
23681     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
23682     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
23683     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
23684     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
23685     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
23686     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
23687   layout:
23688     layout: "plot-hdrh-latency-percentile"
23689
23690 - type: "plot"
23691   title: "Latency: 2n-clx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat-percentile"
23692   graph-title: "2n-clx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
23693   algorithm: "plot_lat_hdrh_percentile"
23694   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat-percentile"
23695   data: "plot-vpp-hdrh-lat-2n-clx"
23696   include:
23697     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
23698     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
23699     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
23700     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
23701   layout:
23702     layout: "plot-hdrh-latency-percentile"
23703
23704 - type: "plot"
23705   title: "Latency: 2n-clx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
23706   graph-title: "2n-clx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
23707   algorithm: "plot_lat_hdrh_percentile"
23708   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
23709   data: "plot-vpp-hdrh-lat-2n-clx"
23710   include:
23711     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
23712     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
23713     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
23714     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
23715     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
23716   layout:
23717     layout: "plot-hdrh-latency-percentile"
23718
23719 - type: "plot"
23720   title: "Latency: 2n-clx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
23721   graph-title: "2n-clx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
23722   algorithm: "plot_lat_hdrh_percentile"
23723   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
23724   data: "plot-vpp-hdrh-lat-2n-clx"
23725   include:
23726     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
23727     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
23728     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
23729     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
23730   layout:
23731     layout: "plot-hdrh-latency-percentile"
23732
23733 - type: "plot"
23734   title: "Latency: 2n-clx-xxv710-64b-8t4c-vhost-base-i40e-ndr-hdrh-lat-percentile"
23735   graph-title: "2n-clx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
23736   algorithm: "plot_lat_hdrh_percentile"
23737   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-vhost-base-i40e-ndr-hdrh-lat-percentile"
23738   data: "plot-vpp-hdrh-lat-2n-clx"
23739   include:
23740     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23741     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23742     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23743     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
23744   layout:
23745     layout: "plot-hdrh-latency-percentile"
23746
23747 - type: "plot"
23748   title: "Latency: 2n-clx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
23749   graph-title: "2n-clx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
23750   algorithm: "plot_lat_hdrh_percentile"
23751   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
23752   data: "plot-vpp-hdrh-lat-2n-clx"
23753   include:
23754     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23755     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23756     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23757     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
23758   layout:
23759     layout: "plot-hdrh-latency-percentile"
23760
23761 ################################################################################
23762
23763 # HDRHistogram Packet Latency Percentile - DPDK
23764
23765 # 2n-skx-xxv710
23766
23767 - type: "plot"
23768   title: "Latency: 2n-skx-xxv710-64b-2t1c-base-ndr-hdrh-lat-percentile"
23769   graph-title: "2n-skx-xxv710-64b-2t1c-base-ndr"
23770   algorithm: "plot_lat_hdrh_percentile"
23771   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr-hdrh-lat-percentile"
23772   data: "plot-dpdk-hdrh-lat-2n-skx"
23773   include:
23774     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
23775     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
23776   layout:
23777     layout: "plot-hdrh-latency-percentile"
23778
23779 - type: "plot"
23780   title: "Latency: 2n-skx-xxv710-64b-4t2c-base-ndr-hdrh-lat-percentile"
23781   graph-title: "2n-skx-xxv710-64b-4t2c-base-ndr"
23782   algorithm: "plot_lat_hdrh_percentile"
23783   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr-hdrh-lat-percentile"
23784   data: "plot-dpdk-hdrh-lat-2n-skx"
23785   include:
23786     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
23787     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
23788   layout:
23789     layout: "plot-hdrh-latency-percentile"
23790
23791 - type: "plot"
23792   title: "Latency: 2n-skx-xxv710-64b-8t4c-base-ndr-hdrh-lat-percentile"
23793   graph-title: "2n-skx-xxv710-64b-8t4c-base-ndr"
23794   algorithm: "plot_lat_hdrh_percentile"
23795   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-8t4c-base-ndr-hdrh-lat-percentile"
23796   data: "plot-dpdk-hdrh-lat-2n-skx"
23797   include:
23798     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
23799     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
23800   layout:
23801     layout: "plot-hdrh-latency-percentile"
23802
23803 # 2n-skx-x710
23804
23805 - type: "plot"
23806   title: "Latency: 2n-skx-x710-64b-2t1c-base-ndr-hdrh-lat-percentile"
23807   graph-title: "2n-skx-x710-64b-2t1c-base-ndr"
23808   algorithm: "plot_lat_hdrh_percentile"
23809   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr-hdrh-lat-percentile"
23810   data: "plot-dpdk-hdrh-lat-2n-skx"
23811   include:
23812     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
23813     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
23814   layout:
23815     layout: "plot-hdrh-latency-percentile"
23816
23817 - type: "plot"
23818   title: "Latency: 2n-skx-x710-64b-4t2c-base-ndr-hdrh-lat-percentile"
23819   graph-title: "2n-skx-x710-64b-4t2c-base-ndr"
23820   algorithm: "plot_lat_hdrh_percentile"
23821   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr-hdrh-lat-percentile"
23822   data: "plot-dpdk-hdrh-lat-2n-skx"
23823   include:
23824     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
23825     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
23826   layout:
23827     layout: "plot-hdrh-latency-percentile"
23828
23829 - type: "plot"
23830   title: "Latency: 2n-skx-x710-64b-8t4c-base-ndr-hdrh-lat-percentile"
23831   graph-title: "2n-skx-x710-64b-8t4c-base-ndr"
23832   algorithm: "plot_lat_hdrh_percentile"
23833   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-8t4c-base-ndr-hdrh-lat-percentile"
23834   data: "plot-dpdk-hdrh-lat-2n-skx"
23835   include:
23836     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
23837     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
23838   layout:
23839     layout: "plot-hdrh-latency-percentile"
23840
23841 # 3n-skx-xxv710
23842
23843 - type: "plot"
23844   title: "Latency: 3n-skx-xxv710-64b-2t1c-base-ndr-hdrh-lat-percentile"
23845   graph-title: "3n-skx-xxv710-64b-2t1c-base-ndr"
23846   algorithm: "plot_lat_hdrh_percentile"
23847   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr-hdrh-lat-percentile"
23848   data: "plot-dpdk-hdrh-lat-3n-skx"
23849   include:
23850     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
23851     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
23852   layout:
23853     layout: "plot-hdrh-latency-percentile"
23854
23855 - type: "plot"
23856   title: "Latency: 3n-skx-xxv710-64b-4t2c-base-ndr-hdrh-lat-percentile"
23857   graph-title: "3n-skx-xxv710-64b-4t2c-base-ndr"
23858   algorithm: "plot_lat_hdrh_percentile"
23859   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr-hdrh-lat-percentile"
23860   data: "plot-dpdk-hdrh-lat-3n-skx"
23861   include:
23862     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
23863     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
23864   layout:
23865     layout: "plot-hdrh-latency-percentile"
23866
23867 - type: "plot"
23868   title: "Latency: 3n-skx-xxv710-64b-8t4c-base-ndr-hdrh-lat-percentile"
23869   graph-title: "3n-skx-xxv710-64b-8t4c-base-ndr"
23870   algorithm: "plot_lat_hdrh_percentile"
23871   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-8t4c-base-ndr-hdrh-lat-percentile"
23872   data: "plot-dpdk-hdrh-lat-3n-skx"
23873   include:
23874     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
23875     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
23876   layout:
23877     layout: "plot-hdrh-latency-percentile"
23878
23879 # 3n-skx-x710
23880
23881 - type: "plot"
23882   title: "Latency: 3n-skx-x710-64b-2t1c-base-ndr-hdrh-lat-percentile"
23883   graph-title: "3n-skx-x710-64b-2t1c-base-ndr"
23884   algorithm: "plot_lat_hdrh_percentile"
23885   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr-hdrh-lat-percentile"
23886   data: "plot-dpdk-hdrh-lat-3n-skx"
23887   include:
23888     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
23889     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
23890   layout:
23891     layout: "plot-hdrh-latency-percentile"
23892
23893 - type: "plot"
23894   title: "Latency: 3n-skx-x710-64b-4t2c-base-ndr-hdrh-lat-percentile"
23895   graph-title: "3n-skx-x710-64b-4t2c-base-ndr"
23896   algorithm: "plot_lat_hdrh_percentile"
23897   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr-hdrh-lat-percentile"
23898   data: "plot-dpdk-hdrh-lat-3n-skx"
23899   include:
23900     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
23901     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
23902   layout:
23903     layout: "plot-hdrh-latency-percentile"
23904
23905 - type: "plot"
23906   title: "Latency: 3n-skx-x710-64b-8t4c-base-ndr-hdrh-lat-percentile"
23907   graph-title: "3n-skx-x710-64b-8t4c-base-ndr"
23908   algorithm: "plot_lat_hdrh_percentile"
23909   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-8t4c-base-ndr-hdrh-lat-percentile"
23910   data: "plot-dpdk-hdrh-lat-3n-skx"
23911   include:
23912     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
23913     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
23914   layout:
23915     layout: "plot-hdrh-latency-percentile"
23916
23917 # 3n-hsw-xl710
23918
23919 - type: "plot"
23920   title: "Latency: 3n-hsw-xl710-64b-1t1c-base-ndr-hdrh-lat-percentile"
23921   graph-title: "3n-hsw-xl710-64b-1t1c-base-ndr"
23922   algorithm: "plot_lat_hdrh_percentile"
23923   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr-hdrh-lat-percentile"
23924   data: "plot-dpdk-hdrh-lat-3n-hsw"
23925   include:
23926     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
23927     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
23928   layout:
23929     layout: "plot-hdrh-latency-percentile"
23930
23931 - type: "plot"
23932   title: "Latency: 3n-hsw-xl710-64b-2t2c-base-ndr-hdrh-lat-percentile"
23933   graph-title: "3n-hsw-xl710-64b-2t2c-base-ndr"
23934   algorithm: "plot_lat_hdrh_percentile"
23935   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr-hdrh-lat-percentile"
23936   data: "plot-dpdk-hdrh-lat-3n-hsw"
23937   include:
23938     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
23939     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
23940   layout:
23941     layout: "plot-hdrh-latency-percentile"
23942
23943 - type: "plot"
23944   title: "Latency: 3n-hsw-xl710-64b-4t4c-base-ndr-hdrh-lat-percentile"
23945   graph-title: "3n-hsw-xl710-64b-4t4c-base-ndr"
23946   algorithm: "plot_lat_hdrh_percentile"
23947   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-4t4c-base-ndr-hdrh-lat-percentile"
23948   data: "plot-dpdk-hdrh-lat-3n-hsw"
23949   include:
23950     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-4t4c-eth-l2xcbase-testpmd-ndrpdr"
23951     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t4c-ethip4-ip4base-l3fwd-ndrpdr"
23952   layout:
23953     layout: "plot-hdrh-latency-percentile"
23954
23955 # 3n-hsw-x710
23956
23957 - type: "plot"
23958   title: "Latency: 3n-hsw-x710-64b-1t1c-base-ndr-hdrh-lat-percentile"
23959   graph-title: "3n-hsw-x710-64b-1t1c-base-ndr"
23960   algorithm: "plot_lat_hdrh_percentile"
23961   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr-hdrh-lat-percentile"
23962   data: "plot-dpdk-hdrh-lat-3n-hsw"
23963   include:
23964     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
23965     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
23966   layout:
23967     layout: "plot-hdrh-latency-percentile"
23968
23969 - type: "plot"
23970   title: "Latency: 3n-hsw-x710-64b-2t2c-base-ndr-hdrh-lat-percentile"
23971   graph-title: "3n-hsw-x710-64b-2t2c-base-ndr"
23972   algorithm: "plot_lat_hdrh_percentile"
23973   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr-hdrh-lat-percentile"
23974   data: "plot-dpdk-hdrh-lat-3n-hsw"
23975   include:
23976     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
23977     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
23978   layout:
23979     layout: "plot-hdrh-latency-percentile"
23980
23981 - type: "plot"
23982   title: "Latency: 3n-hsw-x710-64b-4t4c-base-ndr-hdrh-lat-percentile"
23983   graph-title: "3n-hsw-x710-64b-4t4c-base-ndr"
23984   algorithm: "plot_lat_hdrh_percentile"
23985   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-4t4c-base-ndr-hdrh-lat-percentile"
23986   data: "plot-dpdk-hdrh-lat-3n-hsw"
23987   include:
23988     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t4c-eth-l2xcbase-testpmd-ndrpdr"
23989     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t4c-ethip4-ip4base-l3fwd-ndrpdr"
23990   layout:
23991     layout: "plot-hdrh-latency-percentile"
23992
23993 # 2n-clx-xxv710
23994
23995 - type: "plot"
23996   title: "Latency: 2n-clx-xxv710-64b-2t1c-base-ndr-hdrh-lat-percentile"
23997   graph-title: "2n-clx-xxv710-64b-2t1c-base-ndr"
23998   algorithm: "plot_lat_hdrh_percentile"
23999   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr-hdrh-lat-percentile"
24000   data: "plot-dpdk-hdrh-lat-2n-clx"
24001   include:
24002     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
24003     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
24004   layout:
24005     layout: "plot-hdrh-latency-percentile"
24006
24007 - type: "plot"
24008   title: "Latency: 2n-clx-xxv710-64b-4t2c-base-ndr-hdrh-lat-percentile"
24009   graph-title: "2n-clx-xxv710-64b-4t2c-base-ndr"
24010   algorithm: "plot_lat_hdrh_percentile"
24011   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr-hdrh-lat-percentile"
24012   data: "plot-dpdk-hdrh-lat-2n-clx"
24013   include:
24014     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
24015     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
24016   layout:
24017     layout: "plot-hdrh-latency-percentile"
24018
24019 - type: "plot"
24020   title: "Latency: 2n-clx-xxv710-64b-8t4c-base-ndr-hdrh-lat-percentile"
24021   graph-title: "2n-clx-xxv710-64b-8t4c-base-ndr"
24022   algorithm: "plot_lat_hdrh_percentile"
24023   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-8t4c-base-ndr-hdrh-lat-percentile"
24024   data: "plot-dpdk-hdrh-lat-2n-clx"
24025   include:
24026     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
24027     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
24028   layout:
24029     layout: "plot-hdrh-latency-percentile"
24030
24031 # 2n-clx-x710
24032
24033 - type: "plot"
24034   title: "Latency: 2n-clx-x710-64b-2t1c-base-ndr-hdrh-lat-percentile"
24035   graph-title: "2n-clx-x710-64b-2t1c-base-ndr"
24036   algorithm: "plot_lat_hdrh_percentile"
24037   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr-hdrh-lat-percentile"
24038   data: "plot-dpdk-hdrh-lat-2n-clx"
24039   include:
24040     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
24041     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
24042   layout:
24043     layout: "plot-hdrh-latency-percentile"
24044
24045 - type: "plot"
24046   title: "Latency: 2n-clx-x710-64b-4t2c-base-ndr-hdrh-lat-percentile"
24047   graph-title: "2n-clx-x710-64b-4t2c-base-ndr"
24048   algorithm: "plot_lat_hdrh_percentile"
24049   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr-hdrh-lat-percentile"
24050   data: "plot-dpdk-hdrh-lat-2n-clx"
24051   include:
24052     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
24053     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
24054   layout:
24055     layout: "plot-hdrh-latency-percentile"
24056
24057 - type: "plot"
24058   title: "Latency: 2n-clx-x710-64b-8t4c-base-ndr-hdrh-lat-percentile"
24059   graph-title: "2n-clx-x710-64b-8t4c-base-ndr"
24060   algorithm: "plot_lat_hdrh_percentile"
24061   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-8t4c-base-ndr-hdrh-lat-percentile"
24062   data: "plot-dpdk-hdrh-lat-2n-clx"
24063   include:
24064     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
24065     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
24066   layout:
24067     layout: "plot-hdrh-latency-percentile"
24068
24069 - type: "plot"
24070   title: "Latency by percentile: 2n-skx-xxv710"
24071   algorithm: "plot_hdrh_lat_by_percentile"
24072   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-hdrh-lat-percentile"
24073   data: "plot-vpp-hdrh-lat-2n-skx"
24074   include:
24075     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
24076     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
24077     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
24078     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
24079     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
24080     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
24081     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
24082     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
24083     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
24084     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
24085     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
24086     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
24087     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
24088     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
24089     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
24090     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
24091     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24092     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24093     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24094     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
24095     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
24096     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
24097     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
24098     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
24099     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
24100   layout:
24101     layout: "plot-hdrh-latency-by-percentile"